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