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