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