| Nom du symbole | Circled Number Thirteen |
| Version Unicode | 1.1 |
| Unicode | U+246C |
| Bloc Unicode | |
| Catégorie générale | Number (No) |
| Code CSS |
| UTF-8 | E2 91 AC |
| UTF-16 | 246C |
| UTF-32 | 0000246C |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDNUMBERTHIRTEEN}4\end{document}Vous pouvez saisir le symbole circled number thirteen sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9324 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled number thirteen", or use Unicode Hex Input with 246C.
Ctrl + Shift + U, type 246c, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with list marker support.
1span.circled-number-thirteen::before { content: "\246C"; }1<span>⑬</span>La représentation du symbole Circled Number Thirteen dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u246C' or String.fromCodePoint(9324) |
| Python | '\N{CIRCLED NUMBER THIRTEEN}' or chr(9324) |
| Rust | '\u{246C}' |
| C / C++ | UTF-8 source or wchar_t with U+246C |
| Go | string(rune(0x246C)) |
| Ruby | "\u{246C}" |
\246C |
| Code hexadécimal | 0x246C |
| Code HTML | ⑬ |
| LaTeX | \text{CIRCLEDNUMBERTHIRTEEN} |
| Symbole | ⑬ |
| Encodage URL (pourcent UTF-8) | %E2%91%AC |
| Nom oral / lecteur d’écran | Circled Number Thirteen |