Technical information

Symbol
NameBlack downwards equilateral arrowhead
Unicode numberU+2B9F
CategoryArrowheads
DescriptionThe Unicode character ⮟, or U+2B9F, is known as the "Black Downwards Equilateral Arrowhead". It is part of the "Miscellaneous Symbols and Arrows" block and falls under the "Mathematical Symbols" category in the Unicode standard. This character is typically used to denote downward direction or movement, particularly in diagrams, charts, and other visual displays where directional cues are needed. The equilateral shape of the arrowhead implies a certain sense of balance and symmetry in the context it is used.

Encoding

HTML Entity⮟
HTML Entity (hex)⮟
URL Escape Code%E2%AE%9F
UTF-8 (hex)0xE2 0xAE 0x9F
UTF-8 (binary)11100010:10101110:10011111
UTF-160x2B9F
UTF-320x00002B9F

Source Code

C, C++, and Java"\u2B9F"
CSS Code\2B9F
JavaScript"\u2B9F"
Perl\x{2B9F}
Python 2u"\u2B9F"
Python 3\u2B9F
Ruby\u{2B9F}

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

            
span {
    content: "\2B9F";
}

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