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