C:
char c = '\u0C55';
printf("%c\n", c); // Output: ౕ
JavaScript:
const char = '\u0C55';
console.log(char); // Output: ౕ
Java:
char c = '\u0C55';
System.out.println(c); // Output: ౕ
JSON:
{"text": "\u0C55"} // Value: ౕ
Python:
char = '\u0C55'
print(char) # Output: ౕ
Perl:
my $char = "\x{0C55}";
print $char; # Output: ౕ
PHP:
$char = "\x{0C55}";
echo $char; // Output: ౕ
Ruby:
char = "\u{0C55}"
puts char # Output: ౕ
Rust:
let c = '\u{C55}';
println!("{}", c); // Output: ౕ
Go:
char := '\u0C55'
fmt.Printf("%c\n", char) // Output: ౕ
CSS:
/* CSS content property */
.element::before {
content: "\000C55"; /* 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%95
MD5:
69618bfde55f3f8dd743b6f1e8db0114
SHA1:
1c342b9b83647368ede5d8c4a885c243a3617e3e
Base64:
4LGV