Circled Numbers & Letters Complete Collection
Click on any symbol to get its Unicode, LaTeX, HTML entity, and SVG source code. Collection includes 193 circled numbers and letters, covering circled numbers, parenthesized numbers, dotted numbers, negative circled numbers, full-width variants, and double-circled styles.
⭕ About Circled Number Symbols
Complete collection of 193 circled numbers and letters, including circled numbers, parenthesized numbers, dotted numbers, negative circled numbers, and double-circled symbols
This page contains 193 circled numbers and letters, covering commonly used enclosed characters in daily life, typesetting, academic writing, and programming. Enclosed Alphanumerics are an important set of symbols in the Unicode standard, providing elegant solutions for ordered lists, footnote markers, visual emphasis, and various design scenarios. Below is a detailed introduction to each symbol category, including character forms, technical parameters, and usage scenarios.
① Circled Numbers (1-50)
Circled numbers are the most commonly used set, featuring numbers wrapped in clear, aesthetically pleasing circles. ① is called "Circled Number One," commonly used for the first item in a list, footnote markers, or ranking first. Its Unicode is U+2460, LaTeX command is \textcircled{1} (requires circledtext package, or use \ding{172} from the pifont package), and HTML entity is ①. ② is "Circled Number Two," used for second items or second place, with Unicode U+2461, LaTeX \textcircled{2}, HTML ②. ③ is "Circled Number Three" (U+2462, ③). ④ is "Circled Number Four" (U+2463, ④). ⑤ is "Circled Number Five" (U+2464, ⑤). ⑥ is "Circled Number Six" (U+2465, ⑥). ⑦ is "Circled Number Seven" (U+2466, ⑦). ⑧ is "Circled Number Eight" (U+2467, ⑧). ⑨ is "Circled Number Nine" (U+2468, ⑨). ⑩ is "Circled Number Ten" (U+2469, ⑩), often used for the tenth item or top ten rankings. Symbols 21 through 50 follow the same pattern, named "Circled Number Twenty-One" through "Circled Number Fifty." These symbols are very practical for long list layouts, especially in legal clauses, academic outlines, and numbering regulations.
⓪ Extended Circled Numbers & Negative Circled Symbols
Extended circled numbers include the number zero and negative circled numbers (white text on black background). ⓪ is "Circled Number Zero," used for starting items or null values, with Unicode U+24EA. Negative circled numbers have higher visual emphasis, such as ❶❷❸❹❺❻❼❽❾❿. These black-background symbols are very popular in graphic design, button labels, and multi-level warning systems.
⑴ Parenthesized Numbers & Dotted Numbers
Parenthesized numbers are numbers enclosed in parentheses, offering a more formal style, commonly used in legal clauses and academic citations: ⑴⑵⑶⑷⑸⑹⑺⑻⑼⑽⑾⑿⒀⒁⒂⒃⒄⒅⒆⒇. Dotted numbers (numbers followed by a dot) are an elegant variant of traditional ordered lists, often seen in English outlines and recipe steps: ⒈⒉⒊⒋⒌⒍⒎⒏⒐⒑⒒⒓⒔⒕⒖⒗⒘⒙⒚⒛.
🅐 Circled Letters & Other Variants
Circled letters include both uppercase and lowercase Latin letters enclosed in circles, widely used in graphical interfaces, traffic signs, and design elements: ⒶⒷⒸⒹⒺⒻⒼⒽⒾⒿⓀⓁⓂⓃⓄⓅⓆⓇⓈⓉⓊⓋⓌⓍⓎⓏ and lowercase ⓐⓑⓒⓓⓔⓕⓖⓗⓘⓙⓚⓛⓜⓝⓞⓟⓠⓡⓢⓣⓤⓥⓦⓧⓨⓩ. Double-circled numbers are more decorative variants: ⓵⓶⓷⓸⓹⓺⓻⓼⓽⓾. Additionally, there are circled CJK ideographic numbers: ㊀㊁㊂㊃㊄㊅㊆㊇㊈㊉ and parenthesized CJK ideographic numbers: ㈠㈡㈢㈣㈤㈥㈦㈧㈨㈩.
💡 Usage Tips & Best Practices
To copy a circled symbol's Unicode, LaTeX command, or HTML entity, simply click on the corresponding symbol card above, then click on the desired item in the popup detail panel to copy it. Each symbol can generate SVG vector source code or be downloaded as a 512×512 pixel transparent background PNG image, convenient for use in presentations, design drafts, or teaching materials. When writing technical documentation or internationalized software, please prioritize using precomposed Unicode circled characters as they offer the best compatibility.
❓ FAQ · Circled Number Input & Usage
Quickly master input methods, copying techniques, and common use cases for circled numbers
① (①) through ⑳ (⑳); in LaTeX, use the pifont package commands \ding{172} through \ding{191}. ①; LaTeX: \ding{172} (requires pifont). ⑪; LaTeX: \ding{182}; Windows Alt code: 9322. You can also find and copy it directly from the "Circled Numbers (1-50)" category on this page. Corresponding Unicode range: U+2460 to U+2473. HTML entities:
① to ⑳. ❶ to ❿, etc. ⑴ to ⒇. Commonly used in legal clauses and academic appendix numbering. ⒈ to ⒛. Often used for step lists or English outlines. \textcircled{A}. list-style-type: cjk-ideographic with counter), or dynamically generate them with SVG/Canvas, or use embedded images as alternatives. pifont package and use \ding{172} through \ding{191} (①-⑳), or load the circledtext package and use \textcircled{1}. For larger numbers, consider defining custom commands or drawing with TikZ.