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