This might be a rookie question, but I've pondered it and can't find a definitive answer.
What should you use when coding out a special character in your website? HTML Entity Decimal, HTML Entity Hexadecimal, or Unicode Code Point. What are the differences and Best to use?
Example: ō
- Unicode Code Point
U+014D
- HTML Entity (Decimal)
ō
- HTML Entity (Hexadecimal)
ō
- URL Escape Code
%C5%8D