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