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