Technical information

Symbol
NameVertical zigzag line
Unicode numberU+299A
CategoryPunctuation Symbols
DescriptionThe Unicode character ⦚, or U+299A, is referred to as the "Vertical Zigzag Line". It belongs to the "Miscellaneous Mathematical Symbols-B" block, which contains a variety of mathematical symbols not covered under other blocks. This character falls under the "Symbol, Math" category. Visually, the symbol appears as a vertical line that alternates direction in a "zigzag" pattern. Its exact use can vary depending on context, but it's generally used in mathematics or logic to represent a variety of functions or operations.

Encoding

HTML Entity⦚
HTML Entity (hex)⦚
HTML Entity (named)
URL Escape Code%E2%A6%9A
UTF-8 (hex)0xE2 0xA6 0x9A
UTF-8 (binary)11100010:10100110:10011010
UTF-160x299A
UTF-320x0000299A

Source Code

C, C++, and Java"\u299A"
CSS Code\299A
JavaScript"\u299A"
Perl\x{299A}
Python 2u"\u299A"
Python 3\u299A
Ruby\u{299A}

Preview

This Unicode character looks like this ⦚ in sentence and in bold like this and in italic like this .

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
input-group
select
button
button

Code examples in HTML and CSS

<span>&#10650;</span>

            
span {
    content: "\299A";
}

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

References