C:
char c = '\u64F4';
printf("%c\n", c); // Output: 擴
JavaScript:
const char = '\u64F4';
console.log(char); // Output: 擴
Java:
char c = '\u64F4';
System.out.println(c); // Output: 擴
JSON:
{"text": "\u64F4"} // Value: 擴
Python:
char = '\u64F4'
print(char) # Output: 擴
Perl:
my $char = "\x{64F4}";
print $char; # Output: 擴
PHP:
$char = "\x{64F4}";
echo $char; // Output: 擴
Ruby:
char = "\u{64F4}"
puts char # Output: 擴
Rust:
let c = '\u{64F4}';
println!("{}", c); // Output: 擴
Go:
char := '\u64F4'
fmt.Printf("%c\n", char) // Output: 擴
CSS:
/* CSS content property */
.element::before {
content: "\0064F4"; /* 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%B4
MD5:
6cf5f3385d239369f29734962e1802f9
SHA1:
44de0d02e3f85d89cea087f095f96716fc6d2d64
Base64:
5pO0