Skip to content

hudson-newey/HTML-Character-Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Character Codes

This is no where near an exhaustive list and I am still working on the most obscure character codes

How to use

import { HTMLCharacterCodes } from "@hudson-newey/html-character-codes";

function htmlCode() {
    return `2019 ${HTMLCharacterCodes.enDash} 2020`;
}

Why are all the character codes not consolidated into one big object

Because I want the HTML character codes to be tree shakeable

Releases

No releases published

Packages

No packages published