C:
char c = '\uA338';
printf("%c\n", c); // Output: ꌸ
JavaScript:
const char = '\uA338';
console.log(char); // Output: ꌸ
Java:
char c = '\uA338';
System.out.println(c); // Output: ꌸ
JSON:
{"text": "\uA338"} // Value: ꌸ
Python:
char = '\uA338'
print(char) # Output: ꌸ
Perl:
my $char = "\x{A338}";
print $char; # Output: ꌸ
PHP:
$char = "\x{A338}";
echo $char; // Output: ꌸ
Ruby:
char = "\u{A338}"
puts char # Output: ꌸ
Rust:
let c = '\u{A338}';
println!("{}", c); // Output: ꌸ
Go:
char := '\uA338'
fmt.Printf("%c\n", char) // Output: ꌸ
CSS:
/* CSS content property */
.element::before {
content: "\00A338"; /* 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=%EA%8C%B8
MD5:
3d3c52c9981cf421625a798b3ca3295f
SHA1:
8abd4522d9c31127d5c9df1fd7d44989beaea6b4
Base64:
6oy4