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