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