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