C:
char c = '\u989A';
printf("%c\n", c); // Output: 颚
JavaScript:
const char = '\u989A';
console.log(char); // Output: 颚
Java:
char c = '\u989A';
System.out.println(c); // Output: 颚
JSON:
{"text": "\u989A"} // Value: 颚
Python:
char = '\u989A'
print(char) # Output: 颚
Perl:
my $char = "\x{989A}";
print $char; # Output: 颚
PHP:
$char = "\x{989A}";
echo $char; // Output: 颚
Ruby:
char = "\u{989A}"
puts char # Output: 颚
Rust:
let c = '\u{989A}';
println!("{}", c); // Output: 颚
Go:
char := '\u989A'
fmt.Printf("%c\n", char) // Output: 颚
CSS:
/* CSS content property */
.element::before {
content: "\00989A"; /* 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=%E9%A2%9A
MD5:
7a547f34e6a0b4d2d7e4c3bb0821ef61
SHA1:
ee21763d2d329321d838d6ff3a48d44484a60fed
Base64:
6aKa