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