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