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