C:
char c = '\u6435';
printf("%c\n", c); // Output: 搵
JavaScript:
const char = '\u6435';
console.log(char); // Output: 搵
Java:
char c = '\u6435';
System.out.println(c); // Output: 搵
JSON:
{"text": "\u6435"} // Value: 搵
Python:
char = '\u6435'
print(char) # Output: 搵
Perl:
my $char = "\x{6435}";
print $char; # Output: 搵
PHP:
$char = "\x{6435}";
echo $char; // Output: 搵
Ruby:
char = "\u{6435}"
puts char # Output: 搵
Rust:
let c = '\u{6435}';
println!("{}", c); // Output: 搵
Go:
char := '\u6435'
fmt.Printf("%c\n", char) // Output: 搵
CSS:
/* CSS content property */
.element::before {
content: "\006435"; /* 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%B5
MD5:
57746da9edba4dbb671f1687cd170698
SHA1:
0c4603c245a360172b2ace4365fa74f9839502c3
Base64:
5pC1