| Nom du symbole | Anchor |
| Version Unicode | 0.6 |
| Unicode | U+2693 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \2693 |
| Code hexadécimal | 0x2693 |
| Code HTML | ⚓ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ⚓ |
| Encodage URL (pourcent UTF-8) | %E2%9A%93 |
| Raccourci Discord / Slack | :anchor: |
| Raccourci GitHub | :anchor: |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole anchor sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Anchor dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2693' or String.fromCodePoint(9875) |
| Python | '\N{ANCHOR}' |
| Rust | '\u{2693}' |
| Swift | "\u{2693}" |
| Go | string(rune(0x2693)) |
| Ruby | "\u{2693}" |