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