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