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