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