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