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