C:
char c = '\uAABD';
printf("%c\n", c); // Output: ꪽ
JavaScript:
const char = '\uAABD';
console.log(char); // Output: ꪽ
Java:
char c = '\uAABD';
System.out.println(c); // Output: ꪽ
JSON:
{"text": "\uAABD"} // Value: ꪽ
Python:
char = '\uAABD'
print(char) # Output: ꪽ
Perl:
my $char = "\x{AABD}";
print $char; # Output: ꪽ
PHP:
$char = "\x{AABD}";
echo $char; // Output: ꪽ
Ruby:
char = "\u{AABD}"
puts char # Output: ꪽ
Rust:
let c = '\u{AABD}';
println!("{}", c); // Output: ꪽ
Go:
char := '\uAABD'
fmt.Printf("%c\n", char) // Output: ꪽ
CSS:
/* CSS content property */
.element::before {
content: "\00AABD"; /* 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%AA%BD
MD5:
85db4479d8259c01560c1d115a3ace6e
SHA1:
16e56806b9dbd4561070b96f9f8f1527e3718869
Base64:
6qq9