C:
char c = '\uA2DE';
printf("%c\n", c); // Output: ꋞ
JavaScript:
const char = '\uA2DE';
console.log(char); // Output: ꋞ
Java:
char c = '\uA2DE';
System.out.println(c); // Output: ꋞ
JSON:
{"text": "\uA2DE"} // Value: ꋞ
Python:
char = '\uA2DE'
print(char) # Output: ꋞ
Perl:
my $char = "\x{A2DE}";
print $char; # Output: ꋞ
PHP:
$char = "\x{A2DE}";
echo $char; // Output: ꋞ
Ruby:
char = "\u{A2DE}"
puts char # Output: ꋞ
Rust:
let c = '\u{A2DE}';
println!("{}", c); // Output: ꋞ
Go:
char := '\uA2DE'
fmt.Printf("%c\n", char) // Output: ꋞ
CSS:
/* CSS content property */
.element::before {
content: "\00A2DE"; /* 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%8B%9E
MD5:
38b3ea29600bbb7d57472af4d3b76504
SHA1:
84bcc104df6c98dae3b72e5971ee7dc87dae6b75
Base64:
6oue