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