keecode logokeecode
£

Pound

Pound sterling symbol

Common

HTML Codes

Named Entity

£

Numeric Code

£

Usage Examples

HTML Example (Named Entity)

<p>This is the Pound: &pound;</p>

Output: This is the Pound: £

HTML Example (Numeric Code)

<p>This is the Pound: &#163;</p>

Output: This is the Pound: £

JavaScript Example

const char = "&pound;";
console.log(char); // £