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