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