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