C:
char c = '\u5AFF';
printf("%c\n", c); // Output: 嫿
JavaScript:
const char = '\u5AFF';
console.log(char); // Output: 嫿
Java:
char c = '\u5AFF';
System.out.println(c); // Output: 嫿
JSON:
{"text": "\u5AFF"} // Value: 嫿
Python:
char = '\u5AFF'
print(char) # Output: 嫿
Perl:
my $char = "\x{5AFF}";
print $char; # Output: 嫿
PHP:
$char = "\x{5AFF}";
echo $char; // Output: 嫿
Ruby:
char = "\u{5AFF}"
puts char # Output: 嫿
Rust:
let c = '\u{5AFF}';
println!("{}", c); // Output: 嫿
Go:
char := '\u5AFF'
fmt.Printf("%c\n", char) // Output: 嫿
CSS:
/* CSS content property */
.element::before {
content: "\005AFF"; /* 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%BF
MD5:
210eeafad788747f3c2f3a4596774364
SHA1:
8bf93dc30b01744b97214e39322602fb9c8ba8e0
Base64:
5au/