keecode logokeecode
δ

Delta

Greek small letter delta

Greek

HTML Codes

Named Entity

δ

Numeric Code

δ

Usage Examples

HTML Example (Named Entity)

<p>This is the Delta: &delta;</p>

Output: This is the Delta: δ

HTML Example (Numeric Code)

<p>This is the Delta: &#948;</p>

Output: This is the Delta: δ

JavaScript Example

const char = "&delta;";
console.log(char); // δ