Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 324 Bytes

File metadata and controls

12 lines (9 loc) · 324 Bytes
created 2026-05-04 22:13
source
tags
HTML
Reference

Summary

A hexadecimal character reference is a type of [[character reference]] that starts with &#x and ends with ;

Example

If you wanted to write < as plain text on an HTML web page using hexadecimal character reference, you would write &#x3C;