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