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