| Symbolname | Halfwidth Right Corner Bracket |
| Unicode-Version | 1.1 |
| Unicode | U+FF63 |
| Unicode-Block | |
| Allgemeine Kategorie | Close Punctuation (Pe) |
| UTF-8 | EF BD A3 |
| UTF-16 | FF63 |
| UTF-32 | 0000FF63 |
1\documentclass{article}2\usepackage{pifont}3\text{HALFWIDTHRIGHTCORNERBRACKET}4\end{document}Sie können das Symbol halfwidth right corner bracket auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 65379 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "halfwidth right corner bracket", or use Unicode Hex Input with FF63.
Ctrl + Shift + U, type ff63, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.halfwidth-right-corner-bracket::before { content: "\FF63"; }1<span>」</span>Die Darstellung des Symbols Halfwidth Right Corner Bracket in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uFF63' or String.fromCodePoint(65379) |
| Python | '\N{HALFWIDTH RIGHT CORNER BRACKET}' or chr(65379) |
| Rust | '\u{FF63}' |
| C / C++ | UTF-8 source or wchar_t with U+FF63 |
| Go | string(rune(0xFF63)) |
| Ruby | "\u{FF63}" |
| CSS-Code |
\FF63 |
| Hexadezimalcode | 0xFF63 |
| HTML-Code | 」 |
| LaTeX | \text{HALFWIDTHRIGHTCORNERBRACKET} |
| Symbol | 」 |
| URL-Kodierung (UTF-8-Prozent) | %EF%BD%A3 |
| Ansagename (Screenreader) | Halfwidth Right Corner Bracket |