| Nome del simbolo | Hangul Syllable Od |
| Versione Unicode | 2.0 |
| Unicode | U+C62B |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \C62B |
| Codice esadecimale | 0xC62B |
| Codice HTML | 옫 |
| LaTeX | \hangul{C62B} |
| Simbolo | 옫 |
| Codifica URL (percentuale UTF-8) | %EC%98%AB |
| Nome parlato / screen reader | Hangul Syllable Od |
| UTF-8 | EC 98 AB |
| UTF-16 | C62B |
| UTF-32 | 0000C62B |
1\documentclass{article}2\usepackage{pifont}3\hangul{C62B}4\end{document}Puoi digitare il simbolo hangul syllable od sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 50731 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable od", or use Unicode Hex Input with C62B.
Ctrl + Shift + U, type c62b, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-od::before { content: "\C62B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>옫</span>La rappresentazione del simbolo Hangul Syllable Od nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uC62B' or String.fromCodePoint(50731) |
| Python | '\N{HANGUL SYLLABLE OD}' or chr(50731) |
| Rust | '\u{C62B}' |
| C / C++ | UTF-8 source or wchar_t with U+C62B |
| Go | string(rune(0xC62B)) |
| Ruby | "\u{C62B}" |