C:
char c = '\u96F5';
printf("%c\n", c); // Output: 雵
JavaScript:
const char = '\u96F5';
console.log(char); // Output: 雵
Java:
char c = '\u96F5';
System.out.println(c); // Output: 雵
JSON:
{"text": "\u96F5"} // Value: 雵
Python:
char = '\u96F5'
print(char) # Output: 雵
Perl:
my $char = "\x{96F5}";
print $char; # Output: 雵
PHP:
$char = "\x{96F5}";
echo $char; // Output: 雵
Ruby:
char = "\u{96F5}"
puts char # Output: 雵
Rust:
let c = '\u{96F5}';
println!("{}", c); // Output: 雵
Go:
char := '\u96F5'
fmt.Printf("%c\n", char) // Output: 雵
CSS:
/* CSS content property */
.element::before {
content: "\0096F5"; /* 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%B5
MD5:
431bcfa89d480c57f201f24920f40331
SHA1:
f7375feff3adc1e00c1a7e93077575faf69cf2ce
Base64:
6Zu1