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