โ
Technical information
Symbol | โ | |
Name | Wavy line | |
Unicode number | U+2307 | |
Category | Punctuation Symbols |
Description | The Unicode character โ, or U+2307, is known as the "Wavy Line". It falls under the "Miscellaneous Technical" block and the "Symbol, Other" category in the Unicode standard. This symbol is a single, horizontal, wavy line. It has been used to represent various things in different contexts, such as heat in schematic diagrams, a non-specific operation in mathematics, or just as a decorative element in text. |
Encoding
HTML Entity | ⌇ | |
HTML Entity (hex) | ⌇ | |
URL Escape Code | %E2%8C%87 | |
UTF-8 (hex) | 0xE2 0x8C 0x87 | |
UTF-8 (binary) | 11100010:10001100:10000111 | |
UTF-16 | 0x2307 | |
UTF-32 | 0x00002307 |
Source Code
C, C++, and Java | "\u2307" | |
CSS Code | \2307 | |
JavaScript | "\u2307" | |
Perl | \x{2307} | |
Python 2 | u"\u2307" | |
Python 3 | \u2307 | |
Ruby | \u{2307} |
Preview
This Unicode character looks like this โ in sentence and in bold like this โ and in italic like this โ.
input-group
Font size:
โ
12px
โ
16px
โ
20px
โ
28px
โ
36px
โ
48px
โ
72px
CSS Property: font-weight
โ
100
โ
200
โ
300
โ
400
โ
500
โ
600
โ
700
โ
800
โ
900
HTML Forms and Input
input
disabled input
โ
select
button
button
Code examples in HTML and CSS
<span>⌇</span>
span {
content: "\2307";
}
The symbol in different fonts
โ
-apple-system
โ
Apple Color Emoji
โ
Arial
โ
BlinkMacSystemFont
โ
Courier New
โ
Georgia
โ
Droid Sans
โ
Helvetica
โ
Noto Sans
โ
Oxygen
โ
Roboto
โ
"Segoe UI"
โ
sans-serif
โ
Segoe UI Emoji
โ
Segoe UI Symbol
โ
system-ui
โ
Times New Roman
โ
Ubuntu
โ
Verdana