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