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