C:
char c = '\uA33E';
printf("%c\n", c); // Output: ꌾ
JavaScript:
const char = '\uA33E';
console.log(char); // Output: ꌾ
Java:
char c = '\uA33E';
System.out.println(c); // Output: ꌾ
JSON:
{"text": "\uA33E"} // Value: ꌾ
Python:
char = '\uA33E'
print(char) # Output: ꌾ
Perl:
my $char = "\x{A33E}";
print $char; # Output: ꌾ
PHP:
$char = "\x{A33E}";
echo $char; // Output: ꌾ
Ruby:
char = "\u{A33E}"
puts char # Output: ꌾ
Rust:
let c = '\u{A33E}';
println!("{}", c); // Output: ꌾ
Go:
char := '\uA33E'
fmt.Printf("%c\n", char) // Output: ꌾ
CSS:
/* CSS content property */
.element::before {
content: "\00A33E"; /* 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%BE
MD5:
e6b58474da1f8b996de42a7e22ea9a92
SHA1:
99f826599bca129fad789e25e798f279b39bfc51
Base64:
6oy+