C:
char c = '\u5AF7';
printf("%c\n", c); // Output: 嫷
JavaScript:
const char = '\u5AF7';
console.log(char); // Output: 嫷
Java:
char c = '\u5AF7';
System.out.println(c); // Output: 嫷
JSON:
{"text": "\u5AF7"} // Value: 嫷
Python:
char = '\u5AF7'
print(char) # Output: 嫷
Perl:
my $char = "\x{5AF7}";
print $char; # Output: 嫷
PHP:
$char = "\x{5AF7}";
echo $char; // Output: 嫷
Ruby:
char = "\u{5AF7}"
puts char # Output: 嫷
Rust:
let c = '\u{5AF7}';
println!("{}", c); // Output: 嫷
Go:
char := '\u5AF7'
fmt.Printf("%c\n", char) // Output: 嫷
CSS:
/* CSS content property */
.element::before {
content: "\005AF7"; /* 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%B7
MD5:
1e83d12be0b1e6d28e10ca1cbcf38641
SHA1:
502961dae45186178cae4bc913457f0d83761f92
Base64:
5au3