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