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