copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('⌇'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
⌇
WAVY LINE
Overview
⌇ (WAVY LINE) is the Unicode character at code point U+2307. It belongs to the Miscellaneous Technical block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2307 | |
| decimal | 8967 | |
| htmldecimal | ⌇ | |
| htmlhex | ⌇ | |
| css | \2307 | |
| javascript | \u{2307} | |
| python | \u2307 | |
| java | \u2307 | |
| go | \u2307 | |
| ruby | \u{2307} | |
| rust | \u{2307} | |
| ccpp | \u2307 | |
| urlencoded | %E2%8C%87 | |
| utf8bytes | e2 8c 87 | |
| utf16bebytes | 23 07 | |
| utf32bebytes | 00 00 23 07 |
How to Use
HTML:
⌇
CSS:
content: "\2307"
JavaScript:
"\u{2307}"
Python:
"\u2307"
Properties
- Block
- Miscellaneous Technical
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⌇ character (WAVY LINE)?
⌇ (WAVY LINE) is the Unicode character U+2307.
What is the Unicode codepoint of WAVY LINE?
The WAVY LINE character (⌇) has codepoint U+2307.
How do I type or copy WAVY LINE?
Copy ⌇ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.