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