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