C:
char c = '\u62F6';
printf("%c\n", c); // Output: 拶
JavaScript:
const char = '\u62F6';
console.log(char); // Output: 拶
Java:
char c = '\u62F6';
System.out.println(c); // Output: 拶
JSON:
{"text": "\u62F6"} // Value: 拶
Python:
char = '\u62F6'
print(char) # Output: 拶
Perl:
my $char = "\x{62F6}";
print $char; # Output: 拶
PHP:
$char = "\x{62F6}";
echo $char; // Output: 拶
Ruby:
char = "\u{62F6}"
puts char # Output: 拶
Rust:
let c = '\u{62F6}';
println!("{}", c); // Output: 拶
Go:
char := '\u62F6'
fmt.Printf("%c\n", char) // Output: 拶
CSS:
/* CSS content property */
.element::before {
content: "\0062F6"; /* 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%B6
MD5:
02354ada78b5a3ba41c9d62bf5a50095
SHA1:
fe07b4546e7baedf59ed01a3b2dfb8a85231787a
Base64:
5ou2