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