C:
char c = '\u6427';
printf("%c\n", c); // Output: 搧
JavaScript:
const char = '\u6427';
console.log(char); // Output: 搧
Java:
char c = '\u6427';
System.out.println(c); // Output: 搧
JSON:
{"text": "\u6427"} // Value: 搧
Python:
char = '\u6427'
print(char) # Output: 搧
Perl:
my $char = "\x{6427}";
print $char; # Output: 搧
PHP:
$char = "\x{6427}";
echo $char; // Output: 搧
Ruby:
char = "\u{6427}"
puts char # Output: 搧
Rust:
let c = '\u{6427}';
println!("{}", c); // Output: 搧
Go:
char := '\u6427'
fmt.Printf("%c\n", char) // Output: 搧
CSS:
/* CSS content property */
.element::before {
content: "\006427"; /* 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%A7
MD5:
4b2ee8d67c59581e407ea0134cc08ea8
SHA1:
eac7d05016a5130a78fec3b1b66fc3eda9f90df6
Base64:
5pCn