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