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