C:
char c = '\u62DE';
printf("%c\n", c); // Output: 拞
JavaScript:
const char = '\u62DE';
console.log(char); // Output: 拞
Java:
char c = '\u62DE';
System.out.println(c); // Output: 拞
JSON:
{"text": "\u62DE"} // Value: 拞
Python:
char = '\u62DE'
print(char) # Output: 拞
Perl:
my $char = "\x{62DE}";
print $char; # Output: 拞
PHP:
$char = "\x{62DE}";
echo $char; // Output: 拞
Ruby:
char = "\u{62DE}"
puts char # Output: 拞
Rust:
let c = '\u{62DE}';
println!("{}", c); // Output: 拞
Go:
char := '\u62DE'
fmt.Printf("%c\n", char) // Output: 拞
CSS:
/* CSS content property */
.element::before {
content: "\0062DE"; /* 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%9E
MD5:
609332ac7e461f21f6eb8a78961673e9
SHA1:
36f88fcf29b4c3a9877afb1124f9b7f7448e9cf5
Base64:
5oue