C:
char c = '\u5AF8';
printf("%c\n", c); // Output: 嫸
JavaScript:
const char = '\u5AF8';
console.log(char); // Output: 嫸
Java:
char c = '\u5AF8';
System.out.println(c); // Output: 嫸
JSON:
{"text": "\u5AF8"} // Value: 嫸
Python:
char = '\u5AF8'
print(char) # Output: 嫸
Perl:
my $char = "\x{5AF8}";
print $char; # Output: 嫸
PHP:
$char = "\x{5AF8}";
echo $char; // Output: 嫸
Ruby:
char = "\u{5AF8}"
puts char # Output: 嫸
Rust:
let c = '\u{5AF8}';
println!("{}", c); // Output: 嫸
Go:
char := '\u5AF8'
fmt.Printf("%c\n", char) // Output: 嫸
CSS:
/* CSS content property */
.element::before {
content: "\005AF8"; /* 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=%E5%AB%B8
MD5:
b5e0d7163e5658b3c006c86dc2c1d423
SHA1:
50ac3c1de2e626179ce03c60ec5b2ea94b86e8f3
Base64:
5au4