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