C:
char c = '\u63C0';
printf("%c\n", c); // Output: 揀
JavaScript:
const char = '\u63C0';
console.log(char); // Output: 揀
Java:
char c = '\u63C0';
System.out.println(c); // Output: 揀
JSON:
{"text": "\u63C0"} // Value: 揀
Python:
char = '\u63C0'
print(char) # Output: 揀
Perl:
my $char = "\x{63C0}";
print $char; # Output: 揀
PHP:
$char = "\x{63C0}";
echo $char; // Output: 揀
Ruby:
char = "\u{63C0}"
puts char # Output: 揀
Rust:
let c = '\u{63C0}';
println!("{}", c); // Output: 揀
Go:
char := '\u63C0'
fmt.Printf("%c\n", char) // Output: 揀
CSS:
/* CSS content property */
.element::before {
content: "\0063C0"; /* 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%8F%80
MD5:
e4c846a449e6f86e9d5bf0fc2fba38a4
SHA1:
eb42237c4f0c62e8c8c432e31df062e5f4a142e2
Base64:
5o+A