Technical information

Symbol
NameLeftwards arrow-tail
Unicode numberU+2919
CategoryArrow tails
DescriptionThe Unicode character ⤙, or U+2919, is named "Leftwards Arrow-Tail". It belongs to the block known as "Supplemental Arrows-B", which is a collection of uncommon or specialized arrows that don't fit into the main arrows block. It's classified in the category of "Symbol, Math", indicating its common use in mathematical or technical diagrams. This particular character visually represents an arrow pointing towards the left, with a "tail" segment at its base, adding an extra stroke to the traditional simple arrow representation. This tail can signify different things in different contexts, such as denoting a more complex process in a flowchart or a specific type of relation or operation in a mathematical or logical setting.

Encoding

HTML Entity⤙
HTML Entity (hex)⤙
HTML Entity (named)
URL Escape Code%E2%A4%99
UTF-8 (hex)0xE2 0xA4 0x99
UTF-8 (binary)11100010:10100100:10011001
UTF-160x2919
UTF-320x00002919

Source Code

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

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

            
span {
    content: "\2919";
}

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