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