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