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