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