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