C:
char c = '\u62CF';
printf("%c\n", c); // Output: 拏
JavaScript:
const char = '\u62CF';
console.log(char); // Output: 拏
Java:
char c = '\u62CF';
System.out.println(c); // Output: 拏
JSON:
{"text": "\u62CF"} // Value: 拏
Python:
char = '\u62CF'
print(char) # Output: 拏
Perl:
my $char = "\x{62CF}";
print $char; # Output: 拏
PHP:
$char = "\x{62CF}";
echo $char; // Output: 拏
Ruby:
char = "\u{62CF}"
puts char # Output: 拏
Rust:
let c = '\u{62CF}';
println!("{}", c); // Output: 拏
Go:
char := '\u62CF'
fmt.Printf("%c\n", char) // Output: 拏
CSS:
/* CSS content property */
.element::before {
content: "\0062CF"; /* 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%8F
MD5:
77e8051c74aaad74dc8aee6d2dd1b29d
SHA1:
0aa85f954104b7057ea1c222f58980e3e21bf35a
Base64:
5ouP