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