| Nom du symbole | Hangul Syllable Buig |
| Version Unicode | 2.0 |
| Unicode | U+BE29 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \BE29 |
| Code hexadécimal | 0xBE29 |
| Code HTML | 븩 |
| LaTeX | \hangul{BE29} |
| Symbole | 븩 |
| Encodage URL (pourcent UTF-8) | %EB%B8%A9 |
| Nom oral / lecteur d’écran | Hangul Syllable Buig |
| UTF-8 | EB B8 A9 |
| UTF-16 | BE29 |
| UTF-32 | 0000BE29 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BE29}4\end{document}Vous pouvez saisir le symbole hangul syllable buig sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 48681 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable buig", or use Unicode Hex Input with BE29.
Ctrl + Shift + U, type be29, 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-buig::before { content: "\BE29"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>븩</span>La représentation du symbole Hangul Syllable Buig dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uBE29' or String.fromCodePoint(48681) |
| Python | '\N{HANGUL SYLLABLE BUIG}' or chr(48681) |
| Rust | '\u{BE29}' |
| C / C++ | UTF-8 source or wchar_t with U+BE29 |
| Go | string(rune(0xBE29)) |
| Ruby | "\u{BE29}" |