C:
char c = '\u8638';
printf("%c\n", c); // Output: 蘸
JavaScript:
const char = '\u8638';
console.log(char); // Output: 蘸
Java:
char c = '\u8638';
System.out.println(c); // Output: 蘸
JSON:
{"text": "\u8638"} // Value: 蘸
Python:
char = '\u8638'
print(char) # Output: 蘸
Perl:
my $char = "\x{8638}";
print $char; # Output: 蘸
PHP:
$char = "\x{8638}";
echo $char; // Output: 蘸
Ruby:
char = "\u{8638}"
puts char # Output: 蘸
Rust:
let c = '\u{8638}';
println!("{}", c); // Output: 蘸
Go:
char := '\u8638'
fmt.Printf("%c\n", char) // Output: 蘸
CSS:
/* CSS content property */
.element::before {
content: "\008638"; /* 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=%E8%98%B8
MD5:
83954c338456c12afbd1305461b1e1d3
SHA1:
b80271ccf4b9500becaad3dfb5c9dee22b62f0f4
Base64:
6Ji4