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