C:
char c = '\u0C6B';
printf("%c\n", c); // Output: ౫
JavaScript:
const char = '\u0C6B';
console.log(char); // Output: ౫
Java:
char c = '\u0C6B';
System.out.println(c); // Output: ౫
JSON:
{"text": "\u0C6B"} // Value: ౫
Python:
char = '\u0C6B'
print(char) # Output: ౫
Perl:
my $char = "\x{0C6B}";
print $char; # Output: ౫
PHP:
$char = "\x{0C6B}";
echo $char; // Output: ౫
Ruby:
char = "\u{0C6B}"
puts char # Output: ౫
Rust:
let c = '\u{C6B}';
println!("{}", c); // Output: ౫
Go:
char := '\u0C6B'
fmt.Printf("%c\n", char) // Output: ౫
CSS:
/* CSS content property */
.element::before {
content: "\000C6B"; /* Display: ౫ */
}
HTML Decimal:
<p>HTML decimal: ౫</p> <!-- Display: ౫ -->
HTML Hexadecimal:
<p>HTML hex: ౫</p> <!-- Display: ౫ -->
URL Encoding:
// ౫ URL encoding
https://unicodefinder.com/search.php?query=%E0%B1%AB
MD5:
fb42e72400e6c1238068f8edee820194
SHA1:
7f450fc87c0625f84d63c75e9d48d4d5a90a76f0
Base64:
4LGr