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