C:
char c = '\u1074';
printf("%c\n", c); // Output: ၴ
JavaScript:
const char = '\u1074';
console.log(char); // Output: ၴ
Java:
char c = '\u1074';
System.out.println(c); // Output: ၴ
JSON:
{"text": "\u1074"} // Value: ၴ
Python:
char = '\u1074'
print(char) # Output: ၴ
Perl:
my $char = "\x{1074}";
print $char; # Output: ၴ
PHP:
$char = "\x{1074}";
echo $char; // Output: ၴ
Ruby:
char = "\u{1074}"
puts char # Output: ၴ
Rust:
let c = '\u{1074}';
println!("{}", c); // Output: ၴ
Go:
char := '\u1074'
fmt.Printf("%c\n", char) // Output: ၴ
CSS:
/* CSS content property */
.element::before {
content: "\001074"; /* 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=%E1%81%B4
MD5:
9868cfed8d4d9792969ac0e2f0a61e5d
SHA1:
6668d89b100453a728bbe0c8344920a07e493b53
Base64:
4YG0