Skip to content

Instantly share code, notes, and snippets.

@JPLBayon
JPLBayon / ANSI.md
Created April 29, 2026 11:39 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27