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