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