C:
char c = '\uA12D';
printf("%c\n", c); // Output: ꄭ
JavaScript:
const char = '\uA12D';
console.log(char); // Output: ꄭ
Java:
char c = '\uA12D';
System.out.println(c); // Output: ꄭ
JSON:
{"text": "\uA12D"} // Value: ꄭ
Python:
char = '\uA12D'
print(char) # Output: ꄭ
Perl:
my $char = "\x{A12D}";
print $char; # Output: ꄭ
PHP:
$char = "\x{A12D}";
echo $char; // Output: ꄭ
Ruby:
char = "\u{A12D}"
puts char # Output: ꄭ
Rust:
let c = '\u{A12D}';
println!("{}", c); // Output: ꄭ
Go:
char := '\uA12D'
fmt.Printf("%c\n", char) // Output: ꄭ
CSS:
/* CSS content property */
.element::before {
content: "\00A12D"; /* 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%84%AD
MD5:
416a00f7aa8321edcc92fac057322530
SHA1:
661bd2cdf3be95bb0951e8cf0314f64a20bf7a71
Base64:
6oSt