Technical information

Symbol
NameDownwards zigzag arrow
Unicode numberU+21AF
CategoryWavy arrows
DescriptionThe Unicode character ↯, or U+21AF, is known as the "Downwards Zigzag Arrow". It is part of the "Arrows" block, which is a collection of symbols used to represent or imply movement or direction. In the Unicode standard, it doesn't fall under a specific subcategory. This character is used in a variety of contexts, including diagrams and flowcharts, to indicate an irregular, non-linear, or zigzagging movement or progression downwards. It can represent a change in direction, a detour, or an unpredictable path. Despite its specialized design, its usage can be quite flexible, depending on the particular context in which it's applied.

Encoding

HTML Entity↯
HTML Entity (hex)↯
URL Escape Code%E2%86%AF
UTF-8 (hex)0xE2 0x86 0xAF
UTF-8 (binary)11100010:10000110:10101111
UTF-160x21AF
UTF-320x000021AF

Source Code

C, C++, and Java"\u21AF"
CSS Code\21AF
JavaScript"\u21AF"
Perl\x{21AF}
Python 2u"\u21AF"
Python 3\u21AF
Ruby\u{21AF}

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>&#8623;</span>

            
span {
    content: "\21AF";
}

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