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