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