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