| Symbolname | Fullwidth Right Square Bracket |
| Unicode-Version | 1.1 |
| Unicode | U+FF3D |
| Unicode-Block | |
| Allgemeine Kategorie | Close Punctuation (Pe) |
| UTF-8 | EF BC BD |
| UTF-16 | FF3D |
| UTF-32 | 0000FF3D |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHRIGHTSQUAREBRACKET}4\end{document}Sie können das Symbol fullwidth right square bracket auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 65341 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth right square bracket", or use Unicode Hex Input with FF3D.
Ctrl + Shift + U, type ff3d, 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.fullwidth-right-square-bracket::before { content: "\FF3D"; }1<span>]</span>Die Darstellung des Symbols Fullwidth Right Square Bracket in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uFF3D' or String.fromCodePoint(65341) |
| Python | '\N{FULLWIDTH RIGHT SQUARE BRACKET}' or chr(65341) |
| Rust | '\u{FF3D}' |
| C / C++ | UTF-8 source or wchar_t with U+FF3D |
| Go | string(rune(0xFF3D)) |
| Ruby | "\u{FF3D}" |
| CSS-Code |
\FF3D |
| Hexadezimalcode | 0xFF3D |
| HTML-Code | ] |
| LaTeX | \text{FULLWIDTHRIGHTSQUAREBRACKET} |
| Symbol | ] |
| URL-Kodierung (UTF-8-Prozent) | %EF%BC%BD |
| Ansagename (Screenreader) | Fullwidth Right Square Bracket |