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