Technical information

Symbol
NameLeftwards two-headed arrow with triangle arrowheads
Unicode numberU+2BEC
CategoryTwo-headed arrow symbols
DescriptionThe Unicode character ⯬, or U+2BEC, is known as the "Leftwards Two-Headed Arrow with Triangle Arrowheads". It belongs to the "Miscellaneous Symbols and Arrows" block and falls under the "Symbol, Other" category in the Unicode standard. Visually, this character is represented by a horizontal arrow pointing to the left, and what sets it apart is that it has two heads or tips, both in the shape of triangles, indicating directionality. This two-headed design implies the potential for movement or reference in both left and slightly right directions, even though the primary direction is leftwards. The specific visual representation can vary depending on the font, typography, or system in which it's displayed. It can be used in various contexts, from design diagrams to indicating specific directional flows or choices.

Encoding

HTML Entity⯬
HTML Entity (hex)⯬
URL Escape Code%E2%AF%AC
UTF-8 (hex)0xE2 0xAF 0xAC
UTF-8 (binary)11100010:10101111:10101100
UTF-160x2BEC
UTF-320x00002BEC

Source Code

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

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

            
span {
    content: "\2BEC";
}

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