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