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