C:
char c = '\u96EC';
printf("%c\n", c); // Output: 雬
JavaScript:
const char = '\u96EC';
console.log(char); // Output: 雬
Java:
char c = '\u96EC';
System.out.println(c); // Output: 雬
JSON:
{"text": "\u96EC"} // Value: 雬
Python:
char = '\u96EC'
print(char) # Output: 雬
Perl:
my $char = "\x{96EC}";
print $char; # Output: 雬
PHP:
$char = "\x{96EC}";
echo $char; // Output: 雬
Ruby:
char = "\u{96EC}"
puts char # Output: 雬
Rust:
let c = '\u{96EC}';
println!("{}", c); // Output: 雬
Go:
char := '\u96EC'
fmt.Printf("%c\n", char) // Output: 雬
CSS:
/* CSS content property */
.element::before {
content: "\0096EC"; /* 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%9B%AC
MD5:
4314d567177fd6e31aaadf5de269a66c
SHA1:
936864d0e7f3fc64b56a65a867f535e89d435072
Base64:
6Zus