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