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