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