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