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