C:
char c = '\u54FF';
printf("%c\n", c); // Output: 哿
JavaScript:
const char = '\u54FF';
console.log(char); // Output: 哿
Java:
char c = '\u54FF';
System.out.println(c); // Output: 哿
JSON:
{"text": "\u54FF"} // Value: 哿
Python:
char = '\u54FF'
print(char) # Output: 哿
Perl:
my $char = "\x{54FF}";
print $char; # Output: 哿
PHP:
$char = "\x{54FF}";
echo $char; // Output: 哿
Ruby:
char = "\u{54FF}"
puts char # Output: 哿
Rust:
let c = '\u{54FF}';
println!("{}", c); // Output: 哿
Go:
char := '\u54FF'
fmt.Printf("%c\n", char) // Output: 哿
CSS:
/* CSS content property */
.element::before {
content: "\0054FF"; /* 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%93%BF
MD5:
7c335158f88c6a5b7bfc377e408a4258
SHA1:
deb467d31b4d3b4cbc642956cf79bb8ae78fb6b9
Base64:
5ZO/