| Symbolname | Hangul Syllable Rang |
| Unicode-Version | 2.0 |
| Unicode | U+B797 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \B797 |
| Hexadezimalcode | 0xB797 |
| HTML-Code | 랗 |
| LaTeX | \hangul{B797} |
| Symbol | 랗 |
| URL-Kodierung (UTF-8-Prozent) | %EB%9E%97 |
| Ansagename (Screenreader) | Hangul Syllable Rang |
| UTF-8 | EB 9E 97 |
| UTF-16 | B797 |
| UTF-32 | 0000B797 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B797}4\end{document}Sie können das Symbol hangul syllable rang auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 46999 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable rang", or use Unicode Hex Input with B797.
Ctrl + Shift + U, type b797, 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-rang-b797::before { content: "\B797"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>랗</span>Die Darstellung des Symbols Hangul Syllable Rang in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uB797' or String.fromCodePoint(46999) |
| Python | '\N{HANGUL SYLLABLE RANG}' or chr(46999) |
| Rust | '\u{B797}' |
| C / C++ | UTF-8 source or wchar_t with U+B797 |
| Go | string(rune(0xB797)) |
| Ruby | "\u{B797}" |