| Symbol Name | Anchor |
| Unicode Version | 0.6 |
| Unicode | U+2693 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2693 |
| Hex Code | 0x2693 |
| HTML Code | ⚓ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⚓ |
| URL encode (UTF-8 percent) | %E2%9A%93 |
| Discord / Slack shortcode | :anchor: |
| GitHub shortcode | :anchor: |
| Spoken / screen reader name | Anchor |
| UTF-8 | E2 9A 93 |
| UTF-16 | 2693 |
| UTF-32 | 00002693 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the anchor symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "anchor".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "anchor".
Emoji keyboard → Travel; search "anchor".
1span.anchor::before { content: "\2693"; } /* prefer inline grapheme for ZWJ */1<span>⚓</span>Anchor symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2693' or String.fromCodePoint(9875) |
| Python | '\N{ANCHOR}' |
| Rust | '\u{2693}' |
| Swift | "\u{2693}" |
| Go | string(rune(0x2693)) |
| Ruby | "\u{2693}" |