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