DevKits

ASCII 118

Latin Small Letter V (v)

Printable ASCII

Lowercase letter v.

All encodings at a glance

Decimal118
Hexadecimal0x76
Octal0166
Binary01110110
HTML numeric entityv
URL encoding%76
UTF-8 bytes0x76

Code snippets

JavaScript

String.fromCharCode(118); // "v"
118.toString(16); // "76"

Python

chr(118)           # 'v'
ord(chr(118))      # 118
hex(118)           # '0x76'

HTML

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

Nearby codes