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