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