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