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