SymbolFYI
%

Percent Sign

0025 · Basic Latin · Zyyy

Codificações

Unicode U+0025
HTML Decimal %
HTML Hex %
CSS \0025
JavaScript \u{25}
Python \u0025
Java \u0025
UTF-8 25
UTF-16 00 25
URL Encoded %25

Propriedades Unicode

Block
Basic Latin
Script
Zyyy
Category
Other Punctuation (Po)
Bidirectional
ET

Símbolos similares

Símbolos relacionados

Saiba mais

Guias relacionados

How to Use the SymbolFYI String Length Calculator
A guide to SymbolFYI's String Length Calculator — measure string length in characters, code points, UTF-8 bytes, UTF-16 code units, and grapheme clusters.
How to Use the SymbolFYI Encoding Converter
A guide to SymbolFYI's Encoding Converter — convert characters between UTF-8, UTF-16, HTML entities, CSS escapes, and other formats instantly.
Box Drawing Characters: Building Text-Based UI with Unicode
Use Unicode box drawing characters to build tables, borders, and text-based interfaces — the complete reference with copy-paste examples and CSS tips.
Punycode and IDN: How Unicode Domain Names Work
How Internationalized Domain Names work — Punycode encoding, IDNA 2003 vs 2008, homograph attacks, and implementing IDN support in your applications.
Character Encoding Detection: How Browsers and Tools Guess Your Encoding
How encoding detection works — the algorithm browsers use, statistical detectors like chardet, BOM sniffing, and why detection is never 100% reliable.
UTF-8: The Complete Guide to the Web's Dominant Encoding
Everything about UTF-8 — how it works, why it won, byte patterns, BOM handling, validation, and common pitfalls for developers.
Character Encoding Detection: How to Identify Unknown Text Encoding
Detect character encodings in unknown text — BOM sniffing, statistical analysis with chardet, ICU detection, and why heuristics sometimes fail.
Web Fonts and Unicode Subsetting: Loading Only What You Need
Optimize web font loading with unicode-range subsetting — reduce font file sizes, improve load times, and handle multilingual content efficiently.
Unicode in URLs: Percent-Encoding, Punycode, and IRIs
Understand how Unicode characters appear in URLs — percent-encoding for paths, Punycode for domains, IRIs, and Python/JavaScript encoding functions.
Unicode-Aware Regex: Property Escapes and Multilingual Patterns
Write regex patterns that work with Unicode — property escapes, script detection, emoji matching, and common pitfalls in JavaScript and Python.