C:
char c = '\u6424';
printf("%c\n", c); // Output: 搤
JavaScript:
const char = '\u6424';
console.log(char); // Output: 搤
Java:
char c = '\u6424';
System.out.println(c); // Output: 搤
JSON:
{"text": "\u6424"} // Value: 搤
Python:
char = '\u6424'
print(char) # Output: 搤
Perl:
my $char = "\x{6424}";
print $char; # Output: 搤
PHP:
$char = "\x{6424}";
echo $char; // Output: 搤
Ruby:
char = "\u{6424}"
puts char # Output: 搤
Rust:
let c = '\u{6424}';
println!("{}", c); // Output: 搤
Go:
char := '\u6424'
fmt.Printf("%c\n", char) // Output: 搤
CSS:
/* CSS content property */
.element::before {
content: "\006424"; /* 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%A4
MD5:
d8d3d26701a079376508bf361346fd7f
SHA1:
9d24ecf0443717f3ec5eeec05dec06e3b1f42068
Base64:
5pCk