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