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