C:
char c = '\u555B';
printf("%c\n", c); // Output: 啛
JavaScript:
const char = '\u555B';
console.log(char); // Output: 啛
Java:
char c = '\u555B';
System.out.println(c); // Output: 啛
JSON:
{"text": "\u555B"} // Value: 啛
Python:
char = '\u555B'
print(char) # Output: 啛
Perl:
my $char = "\x{555B}";
print $char; # Output: 啛
PHP:
$char = "\x{555B}";
echo $char; // Output: 啛
Ruby:
char = "\u{555B}"
puts char # Output: 啛
Rust:
let c = '\u{555B}';
println!("{}", c); // Output: 啛
Go:
char := '\u555B'
fmt.Printf("%c\n", char) // Output: 啛
CSS:
/* CSS content property */
.element::before {
content: "\00555B"; /* 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%95%9B
MD5:
a3b3b3da0e141e87223cf3868af26c9f
SHA1:
883a0170c121143c538e084335625fcda17d78ad
Base64:
5ZWb