C:
char c = '\u64C8';
printf("%c\n", c); // Output: 擈
JavaScript:
const char = '\u64C8';
console.log(char); // Output: 擈
Java:
char c = '\u64C8';
System.out.println(c); // Output: 擈
JSON:
{"text": "\u64C8"} // Value: 擈
Python:
char = '\u64C8'
print(char) # Output: 擈
Perl:
my $char = "\x{64C8}";
print $char; # Output: 擈
PHP:
$char = "\x{64C8}";
echo $char; // Output: 擈
Ruby:
char = "\u{64C8}"
puts char # Output: 擈
Rust:
let c = '\u{64C8}';
println!("{}", c); // Output: 擈
Go:
char := '\u64C8'
fmt.Printf("%c\n", char) // Output: 擈
CSS:
/* CSS content property */
.element::before {
content: "\0064C8"; /* 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=%E6%93%88
MD5:
64ef2094b87514c1d477c2770f8c06ee
SHA1:
f78346d3d10971bc8eb05cbfcdc76307b3d3f916
Base64:
5pOI