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