C:
char c = '\uA15B';
printf("%c\n", c); // Output: ꅛ
JavaScript:
const char = '\uA15B';
console.log(char); // Output: ꅛ
Java:
char c = '\uA15B';
System.out.println(c); // Output: ꅛ
JSON:
{"text": "\uA15B"} // Value: ꅛ
Python:
char = '\uA15B'
print(char) # Output: ꅛ
Perl:
my $char = "\x{A15B}";
print $char; # Output: ꅛ
PHP:
$char = "\x{A15B}";
echo $char; // Output: ꅛ
Ruby:
char = "\u{A15B}"
puts char # Output: ꅛ
Rust:
let c = '\u{A15B}';
println!("{}", c); // Output: ꅛ
Go:
char := '\uA15B'
fmt.Printf("%c\n", char) // Output: ꅛ
CSS:
/* CSS content property */
.element::before {
content: "\00A15B"; /* 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%85%9B
MD5:
44b8473436466dca4887c6c9631729d5
SHA1:
bc70133c4768aed22018f80cf93326fbf51d31e8
Base64:
6oWb