Skip to content

Tools

Unix Time

Current Unix Time in Milliseconds: 1774890623840

Current Unix Time in Seconds: 1774890623840

Text Normalizer

Composed (NFC):

ἀγαθός

Decomposed (NFD):

ἀγαθός

Decomposed (NFD, visualized):

α◌̓γαθο◌́ς

Stripped:

αγαθος

Stripped + Lowercase:

αγαθος

Code Playground

import "./styles.css";

const root = document.getElementById("app");

root.innerHTML = `
  <div class="preview-card">
    <h1>Sandbox Preview</h1>
    <p>Edit the code to see changes here.</p>
  </div>
`;

console.log("Hello, world!");