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