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