| Symbolname | Circled Digit Five |
| Unicode-Version | 1.1 |
| Unicode | U+2464 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Number (No) |
| CSS-Code | \2464 |
| Hexadezimalcode | 0x2464 |
| HTML-Code | ⑤ |
| LaTeX | {⑤} |
| Symbol | ⑤ |
| URL-Kodierung (UTF-8-Prozent) | %E2%91%A4 |
| Ansagename (Screenreader) | Circled Digit Five |
| UTF-8 | E2 91 A4 |
| UTF-16 | 2464 |
| UTF-32 | 00002464 |
1\documentclass{article}2\usepackage{pifont}3{⑤}4\end{document}Sie können das Symbol circled digit five auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9316 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled digit five", or use Unicode Hex Input with 2464.
Ctrl + Shift + U, type 2464, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with enclosed numeral support.
1span.circled-digit-five::before { content: "\2464"; }1<span>⑤</span>Die Darstellung des Symbols Circled Digit Five in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2464' or String.fromCodePoint(0x2464) |
| Python | '\N{CIRCLED DIGIT FIVE}' or chr(9316) |
| Rust | '\u{2464}' |
| C / C++ | UTF-8 source or wchar_t with U+2464 |
| Go | string(rune(0x2464)) |
| Ruby | "\u2464" |