C:
char c = '\u640C';
printf("%c\n", c); // Output: 搌
JavaScript:
const char = '\u640C';
console.log(char); // Output: 搌
Java:
char c = '\u640C';
System.out.println(c); // Output: 搌
JSON:
{"text": "\u640C"} // Value: 搌
Python:
char = '\u640C'
print(char) # Output: 搌
Perl:
my $char = "\x{640C}";
print $char; # Output: 搌
PHP:
$char = "\x{640C}";
echo $char; // Output: 搌
Ruby:
char = "\u{640C}"
puts char # Output: 搌
Rust:
let c = '\u{640C}';
println!("{}", c); // Output: 搌
Go:
char := '\u640C'
fmt.Printf("%c\n", char) // Output: 搌
CSS:
/* CSS content property */
.element::before {
content: "\00640C"; /* 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%8C
MD5:
b9fec47eaac75bec81b43b08577c7eb7
SHA1:
d9cf473f555ea3b58b7a6269613b16bd947bbfc3
Base64:
5pCM