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