| 記号名 | Parenthesized Number Thirteen |
| Unicodeバージョン | 1.1 |
| Unicode | U+2480 |
| Unicodeブロック | |
| 一般カテゴリ | Number (No) |
| CSSコード | \2480 |
| 16進コード | 0x2480 |
| HTMLコード | ⒀ |
| LaTeX | \text{PARENTHESIZEDNUMBERTHIRTEEN} |
| 記号 | ⒀ |
| URLエンコード(UTF-8パーセント) | %E2%92%80 |
| 読み上げ名 / スクリーンリーダー | Parenthesized Number Thirteen |
| UTF-8 | E2 92 80 |
| UTF-16 | 2480 |
| UTF-32 | 00002480 |
1\documentclass{article}2\usepackage{pifont}3\text{PARENTHESIZEDNUMBERTHIRTEEN}4\end{document}以下の方法でほとんどの最新デバイスでparenthesized number thirteen記号を入力できます:
Alt + 9344 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "parenthesized number thirteen", or use Unicode Hex Input with 2480.
Ctrl + Shift + U, type 2480, 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.parenthesized-number-thirteen::before { content: "\2480"; }1<span>⒀</span>各プログラミング言語におけるParenthesized Number Thirteen記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2480' or String.fromCodePoint(9344) |
| Python | '\N{PARENTHESIZED NUMBER THIRTEEN}' or chr(9344) |
| Rust | '\u{2480}' |
| C / C++ | UTF-8 source or wchar_t with U+2480 |
| Go | string(rune(0x2480)) |
| Ruby | "\u{2480}" |