free-symbols

Fullwidth Colon Letter

The fullwidth colon : (U+FF1A) is a full-sized colon character often used in East Asian typography.

U+FF1A

The fullwidth colon : is Unicode character U+FF1A. It looks wider than the normal colon and is commonly used alongside fullwidth text styles. Use it when you need consistent spacing and alignment in fullwidth layouts.

Fullwidth Colon Letter Meaning

The fullwidth colon : is the fullwidth form of the colon character. Unlike the standard ASCII colon (:), which is typically narrower, this version occupies more horizontal space to match fullwidth character sets used in many East Asian typography contexts. In practice, it’s often chosen to keep punctuation aligned with fullwidth letters, numbers, and symbols in UI text, labels, and formatted content. It can also be used as a visual separator in headings, key–value lines, and dialogue formatting where fullwidth punctuation is preferred. The character is distinct in code point and may render differently depending on fonts and layout.

Common uses

  • Key–value separators in UI labels (e.g., “Status:Active”)
  • Vertical or aligned punctuation in East Asian formatted text
  • Designing consistent fullwidth punctuation in headings and cards
  • Writing dialogue or scene labels in prose where fullwidth style is used
  • Creating separators in social posts and templates that use fullwidth characters

Examples

: Fullwidth Colon (U+FF1A)

  • Title:Overview
  • Date:2026-04-28
  • Status:Active
  • Note:Handle with care
  • Price:¥1,299

Variations

Technical codes

UnicodeU+FF1A
HTML Entity:
HTML Code:
CSS\FF1A

FAQ

What does the Fullwidth Colon letter mean?

The fullwidth colon : is the fullwidth form of the colon character. Unlike the standard ASCII colon (:), which is typically narrower, this version occupies more horizontal space to match fullwidth character sets used in many East Asian typography contexts. In practice, it’s often chosen to keep punctuation aligned with fullwidth letters, numbers, and symbols in UI text, labels, and formatted content. It can also be used as a visual separator in headings, key–value lines, and dialogue formatting where fullwidth punctuation is preferred. The character is distinct in code point and may render differently depending on fonts and layout.

Is : the same as the standard colon :

No. : is the fullwidth colon (Unicode U+FF1A). The standard colon : is typically U+003A and is narrower.

How do I encode : in HTML?

Use the HTML entity :.

What is the Unicode code point for :?

It is U+FF1A (FULLWIDTH COLON).

Can I use : in JavaScript strings?

Yes. One way is using the escape sequence \\u{FF1A} in environments that support it.

Related symbols