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