C:
char c = '\u95F9';
printf("%c\n", c); // Output: 闹
JavaScript:
const char = '\u95F9';
console.log(char); // Output: 闹
Java:
char c = '\u95F9';
System.out.println(c); // Output: 闹
JSON:
{"text": "\u95F9"} // Value: 闹
Python:
char = '\u95F9'
print(char) # Output: 闹
Perl:
my $char = "\x{95F9}";
print $char; # Output: 闹
PHP:
$char = "\x{95F9}";
echo $char; // Output: 闹
Ruby:
char = "\u{95F9}"
puts char # Output: 闹
Rust:
let c = '\u{95F9}';
println!("{}", c); // Output: 闹
Go:
char := '\u95F9'
fmt.Printf("%c\n", char) // Output: 闹
CSS:
/* CSS content property */
.element::before {
content: "\0095F9"; /* 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=%E9%97%B9
MD5:
0b2bd440fe1140eb169fe1bd77225604
SHA1:
c1dabbb95f92d36736ed351c680b99cf8d69c42c
Base64:
6Ze5