C:
char c = '\u62CA';
printf("%c\n", c); // Output: 拊
JavaScript:
const char = '\u62CA';
console.log(char); // Output: 拊
Java:
char c = '\u62CA';
System.out.println(c); // Output: 拊
JSON:
{"text": "\u62CA"} // Value: 拊
Python:
char = '\u62CA'
print(char) # Output: 拊
Perl:
my $char = "\x{62CA}";
print $char; # Output: 拊
PHP:
$char = "\x{62CA}";
echo $char; // Output: 拊
Ruby:
char = "\u{62CA}"
puts char # Output: 拊
Rust:
let c = '\u{62CA}';
println!("{}", c); // Output: 拊
Go:
char := '\u62CA'
fmt.Printf("%c\n", char) // Output: 拊
CSS:
/* CSS content property */
.element::before {
content: "\0062CA"; /* 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%8B%8A
MD5:
e82c272f741542b97e9a77877cf1fb41
SHA1:
3b5b9a6d49a78bd83dfefe80dac09c639b173a8e
Base64:
5ouK