free-symbols

Fullwidth Right Square Bracket Letter

The ] symbol is a fullwidth right square bracket used for East Asian typography and fixed-width layouts.

U+FF3D

The ] character is the fullwidth version of a right square bracket. It’s commonly used alongside fullwidth brackets to keep spacing consistent in East Asian text. You can copy it directly or use the provided Unicode and escape codes.

Fullwidth Right Square Bracket Letter Meaning

] (U+FF3D) is the Unicode character “FULLWIDTH RIGHT SQUARE BRACKET.” In practice, it’s used when you want a right bracket that matches fullwidth (double-column) styling, which is typical in East Asian typography. Fullwidth brackets help align punctuation and bracketed text in monospace-like or fixed-width designs, especially when mixed with other fullwidth symbols. Functionally, it serves the same general purpose as a right square bracket—closing bracketed content—but its width differs from the standard ASCII right bracket ']'. Use it in UI labels, styled text strings, or document content where bracket width consistency matters.

Common uses

  • Pair with the fullwidth left bracket [ for bracketed headings or phrases in East Asian text
  • Use in fixed-width or alignment-sensitive designs where fullwidth characters keep spacing consistent
  • Insert into UI labels, badges, or buttons that match fullwidth punctuation styling
  • Use in documents and templates that require fullwidth punctuation for consistency
  • Include in code samples or generated strings where a specific Unicode character is required

Examples

] Fullwidth Right Square Bracket

  • 見出し[内容]を表示
  • 設定[デフォルト]
  • メニュー:[ヘルプ]
  • コード出力:配列[0]
  • 注意[必読]

Variations

Technical codes

UnicodeU+FF3D
HTML Entity]
HTML Code]
CSS\FF3D

FAQ

What does the Fullwidth Right Square Bracket letter mean?

] (U+FF3D) is the Unicode character “FULLWIDTH RIGHT SQUARE BRACKET.” In practice, it’s used when you want a right bracket that matches fullwidth (double-column) styling, which is typical in East Asian typography. Fullwidth brackets help align punctuation and bracketed text in monospace-like or fixed-width designs, especially when mixed with other fullwidth symbols. Functionally, it serves the same general purpose as a right square bracket—closing bracketed content—but its width differs from the standard ASCII right bracket ']'. Use it in UI labels, styled text strings, or document content where bracket width consistency matters.

What is the Unicode code point for ]?

The fullwidth right square bracket ] is U+FF3D.

How do I copy ] for use in HTML?

You can copy the character directly, or use the HTML entity ].

What’s the difference between ] and a normal right square bracket ']'?

They look similar, but ] is fullwidth (double-column styling), while ']' is the standard ASCII-width character.

How do I type or embed ] in JavaScript?

Use the Unicode escape \\u{FF3D} (or ensure the character is included in your source text).