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