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