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