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