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