| Nom du symbole | Negative Circled Number Thirteen |
| Version Unicode | 3.2 |
| Unicode | U+24ED |
| Bloc Unicode | |
| Catégorie générale | Number (No) |
| UTF-8 | E2 93 AD |
| UTF-16 | 24ED |
| UTF-32 | 000024ED |
1\documentclass{article}2\usepackage{pifont}3\text{NEGATIVECIRCLEDNUMBERTHIRTEEN}4\end{document}Vous pouvez saisir le symbole negative circled number thirteen sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9453 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "negative circled number thirteen", or use Unicode Hex Input with 24ED.
Ctrl + Shift + U, type 24ed, 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.negative-circled-number-thirteen::before { content: "\24ED"; }1<span>⓭</span>La représentation du symbole Negative Circled Number Thirteen dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u24ED' or String.fromCodePoint(9453) |
| Python | '\N{NEGATIVE CIRCLED NUMBER THIRTEEN}' or chr(9453) |
| Rust | '\u{24ED}' |
| C / C++ | UTF-8 source or wchar_t with U+24ED |
| Go | string(rune(0x24ED)) |
| Ruby | "\u{24ED}" |
| Code CSS |
\24ED |
| Code hexadécimal | 0x24ED |
| Code HTML | ⓭ |
| LaTeX | \text{NEGATIVECIRCLEDNUMBERTHIRTEEN} |
| Symbole | ⓭ |
| Encodage URL (pourcent UTF-8) | %E2%93%AD |
| Nom oral / lecteur d’écran | Negative Circled Number Thirteen |