| Nome del simbolo | Hangul Syllable Ddyolm |
| Versione Unicode | 2.0 |
| Unicode | U+B68A |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \B68A |
| Codice esadecimale | 0xB68A |
| Codice HTML | 뚊 |
| LaTeX | \hangul{B68A} |
| Simbolo | 뚊 |
| Codifica URL (percentuale UTF-8) | %EB%9A%8A |
| Nome parlato / screen reader | Hangul Syllable Ddyolm |
| UTF-8 | EB 9A 8A |
| UTF-16 | B68A |
| UTF-32 | 0000B68A |
1\documentclass{article}2\usepackage{pifont}3\hangul{B68A}4\end{document}Puoi digitare il simbolo hangul syllable ddyolm sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 46730 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ddyolm", or use Unicode Hex Input with B68A.
Ctrl + Shift + U, type b68a, 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-ddyolm::before { content: "\B68A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뚊</span>La rappresentazione del simbolo Hangul Syllable Ddyolm nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uB68A' or String.fromCodePoint(46730) |
| Python | '\N{HANGUL SYLLABLE DDYOLM}' or chr(46730) |
| Rust | '\u{B68A}' |
| C / C++ | UTF-8 source or wchar_t with U+B68A |
| Go | string(rune(0xB68A)) |
| Ruby | "\u{B68A}" |