C:
char c = '\u58FA';
printf("%c\n", c); // Output: 壺
JavaScript:
const char = '\u58FA';
console.log(char); // Output: 壺
Java:
char c = '\u58FA';
System.out.println(c); // Output: 壺
JSON:
{"text": "\u58FA"} // Value: 壺
Python:
char = '\u58FA'
print(char) # Output: 壺
Perl:
my $char = "\x{58FA}";
print $char; # Output: 壺
PHP:
$char = "\x{58FA}";
echo $char; // Output: 壺
Ruby:
char = "\u{58FA}"
puts char # Output: 壺
Rust:
let c = '\u{58FA}';
println!("{}", c); // Output: 壺
Go:
char := '\u58FA'
fmt.Printf("%c\n", char) // Output: 壺
CSS:
/* CSS content property */
.element::before {
content: "\0058FA"; /* 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%A3%BA
MD5:
e8cef5ad86531d61d43afd42813ded19
SHA1:
5cfb896b58cba9ae0c2c426f3b3b47947922fe2a
Base64:
5aO6