C:
char c = '\u1034';
printf("%c\n", c); // Output: ဴ
JavaScript:
const char = '\u1034';
console.log(char); // Output: ဴ
Java:
char c = '\u1034';
System.out.println(c); // Output: ဴ
JSON:
{"text": "\u1034"} // Value: ဴ
Python:
char = '\u1034'
print(char) # Output: ဴ
Perl:
my $char = "\x{1034}";
print $char; # Output: ဴ
PHP:
$char = "\x{1034}";
echo $char; // Output: ဴ
Ruby:
char = "\u{1034}"
puts char # Output: ဴ
Rust:
let c = '\u{1034}';
println!("{}", c); // Output: ဴ
Go:
char := '\u1034'
fmt.Printf("%c\n", char) // Output: ဴ
CSS:
/* CSS content property */
.element::before {
content: "\001034"; /* 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%80%B4
MD5:
eed19c0143e7cfcee7673bc6e5ca19c5
SHA1:
64e7d1ed512245cc1d9ea9cad88f074da35ed967
Base64:
4YC0