C:
char c = '\u559B';
printf("%c\n", c); // Output: 喛
JavaScript:
const char = '\u559B';
console.log(char); // Output: 喛
Java:
char c = '\u559B';
System.out.println(c); // Output: 喛
JSON:
{"text": "\u559B"} // Value: 喛
Python:
char = '\u559B'
print(char) # Output: 喛
Perl:
my $char = "\x{559B}";
print $char; # Output: 喛
PHP:
$char = "\x{559B}";
echo $char; // Output: 喛
Ruby:
char = "\u{559B}"
puts char # Output: 喛
Rust:
let c = '\u{559B}';
println!("{}", c); // Output: 喛
Go:
char := '\u559B'
fmt.Printf("%c\n", char) // Output: 喛
CSS:
/* CSS content property */
.element::before {
content: "\00559B"; /* 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%96%9B
MD5:
b19450d3ef07e4ed0322310e9637eac2
SHA1:
0de1fe6b0378dd04588228b896f91cdfbb3391fc
Base64:
5Zab