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