Copyglyph

U+1E · Basic Latin · Common

Control character (U+1E)

About: U+1E Control character is a control character. Control characters do not have a visible glyph: they are used by text systems to manage formatting, parsing, or device control. Examples include line breaks, tabs, record separators, or legacy teleprinter commands. Because they are non‑printing, a page may show a placeholder box or nothing at all. This is expected.

Practical use: You normally do not copy a control character to paste into documents; most editors insert them with keys, menus, or programmatic escapes. If you need styled visible text, try Fancy Text. For experimentation or sharing encoded text privately, see Secret Text. Developers usually work with escape sequences (for example, in HTML, CSS, or code) rather than raw control characters.

Technical details
  • Codepoint: U+1E
  • General Category: Cc
  • Age: 1.1
  • Bidi Class: B
  • Block: Basic Latin
  • Script: Common
  • UTF-8: 1E
  • UTF-16: 001E
  • UTF-32: 0000001E
  • HTML dec: 
  • HTML hex: 
  • JS escape: \u001E
  • Python \u: \u001E
  • Python \U: \U0000001E
  • URL-encoded: %1E
  • CSS escape: \1E