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