Currency
£

Pound Sterling Sign (£)

Currency symbol for the British Pound Sterling (GBP).

One-Click Copyable Code Formats

HTML Named Entity
£
HTML Decimal Code
£
HTML Hex Code
£
CSS content (\XXXX)
\00A3
JavaScript Unicode (\uXXXX)
\u00A3
URL Percent Encoded
%C2%A3

Real-World Implementation Snippets

HTML5 Document
<p>Example: &pound;</p>
CSS ::before / ::after
.badge::before { content: '\00A3 '; }
React JSX / TypeScript
<span>{"\u00A3"}</span>
Frequently Asked Questions

Pound Sterling Sign (£) HTML Entity FAQ

Common questions regarding HTML escape codes, CSS pseudo-elements, and browser character encoding.

The standard HTML named entity is "&pound;". If using numeric codes, you can use the decimal code "&#163;" or hex code "&#xA3;".