C:
char c = '\u6402';
printf("%c\n", c); // Output: 搂
JavaScript:
const char = '\u6402';
console.log(char); // Output: 搂
Java:
char c = '\u6402';
System.out.println(c); // Output: 搂
JSON:
{"text": "\u6402"} // Value: 搂
Python:
char = '\u6402'
print(char) # Output: 搂
Perl:
my $char = "\x{6402}";
print $char; # Output: 搂
PHP:
$char = "\x{6402}";
echo $char; // Output: 搂
Ruby:
char = "\u{6402}"
puts char # Output: 搂
Rust:
let c = '\u{6402}';
println!("{}", c); // Output: 搂
Go:
char := '\u6402'
fmt.Printf("%c\n", char) // Output: 搂
CSS:
/* CSS content property */
.element::before {
content: "\006402"; /* 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%90%82
MD5:
5c7da1ce58da388657fe5a13350a3b7b
SHA1:
ed2b7c36b8cdac342855fd1d545108f439229752
Base64:
5pCC