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