keecode logokeecode

Euro

Euro currency symbol

Common

HTML Codes

Named Entity

€

Numeric Code

€

Usage Examples

HTML Example (Named Entity)

<p>This is the Euro: &euro;</p>

Output: This is the Euro:

HTML Example (Numeric Code)

<p>This is the Euro: &#8364;</p>

Output: This is the Euro:

JavaScript Example

const char = "&euro;";
console.log(char); // €