C:
char c = '\uA94B';
printf("%c\n", c); // Output: ꥋ
JavaScript:
const char = '\uA94B';
console.log(char); // Output: ꥋ
Java:
char c = '\uA94B';
System.out.println(c); // Output: ꥋ
JSON:
{"text": "\uA94B"} // Value: ꥋ
Python:
char = '\uA94B'
print(char) # Output: ꥋ
Perl:
my $char = "\x{A94B}";
print $char; # Output: ꥋ
PHP:
$char = "\x{A94B}";
echo $char; // Output: ꥋ
Ruby:
char = "\u{A94B}"
puts char # Output: ꥋ
Rust:
let c = '\u{A94B}';
println!("{}", c); // Output: ꥋ
Go:
char := '\uA94B'
fmt.Printf("%c\n", char) // Output: ꥋ
CSS:
/* CSS content property */
.element::before {
content: "\00A94B"; /* 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%A5%8B
MD5:
98a191419471ed6eb68faed9d1eb7898
SHA1:
69c58a2690da9bfb3ae1b998105f9936de24b66f
Base64:
6qWL