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