DevKits

ASCII 106

Latin Small Letter J (j)

Printable ASCII

Lowercase letter j.

All encodings at a glance

Decimal106
Hexadecimal0x6A
Octal0152
Binary01101010
HTML numeric entityj
URL encoding%6A
UTF-8 bytes0x6A

Code snippets

JavaScript

String.fromCharCode(106); // "j"
106.toString(16); // "6a"

Python

chr(106)           # 'j'
ord(chr(106))      # 106
hex(106)           # '0x6a'

HTML

&#106;   <!-- numeric entity (no named entity for this character) -->

Nearby codes