C:
char c = '\u7694';
printf("%c\n", c); // Output: 皔
JavaScript:
const char = '\u7694';
console.log(char); // Output: 皔
Java:
char c = '\u7694';
System.out.println(c); // Output: 皔
JSON:
{"text": "\u7694"} // Value: 皔
Python:
char = '\u7694'
print(char) # Output: 皔
Perl:
my $char = "\x{7694}";
print $char; # Output: 皔
PHP:
$char = "\x{7694}";
echo $char; // Output: 皔
Ruby:
char = "\u{7694}"
puts char # Output: 皔
Rust:
let c = '\u{7694}';
println!("{}", c); // Output: 皔
Go:
char := '\u7694'
fmt.Printf("%c\n", char) // Output: 皔
CSS:
/* CSS content property */
.element::before {
content: "\007694"; /* 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=%E7%9A%94
MD5:
ffe54eaeb814d29c1a99271e7e8f36e3
SHA1:
a5597d976fd5e18b8d206724bd397566b7c6d6d2
Base64:
55qU