C:
char c = '\uA32C';
printf("%c\n", c); // Output: ꌬ
JavaScript:
const char = '\uA32C';
console.log(char); // Output: ꌬ
Java:
char c = '\uA32C';
System.out.println(c); // Output: ꌬ
JSON:
{"text": "\uA32C"} // Value: ꌬ
Python:
char = '\uA32C'
print(char) # Output: ꌬ
Perl:
my $char = "\x{A32C}";
print $char; # Output: ꌬ
PHP:
$char = "\x{A32C}";
echo $char; // Output: ꌬ
Ruby:
char = "\u{A32C}"
puts char # Output: ꌬ
Rust:
let c = '\u{A32C}';
println!("{}", c); // Output: ꌬ
Go:
char := '\uA32C'
fmt.Printf("%c\n", char) // Output: ꌬ
CSS:
/* CSS content property */
.element::before {
content: "\00A32C"; /* 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%AC
MD5:
10cdf2385ffa8f60700e7222881903c2
SHA1:
17c76a88601f884c3122b90a5d4872ced03beccf
Base64:
6oys