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