C:
char c = '\u55F2';
printf("%c\n", c); // Output: 嗲
JavaScript:
const char = '\u55F2';
console.log(char); // Output: 嗲
Java:
char c = '\u55F2';
System.out.println(c); // Output: 嗲
JSON:
{"text": "\u55F2"} // Value: 嗲
Python:
char = '\u55F2'
print(char) # Output: 嗲
Perl:
my $char = "\x{55F2}";
print $char; # Output: 嗲
PHP:
$char = "\x{55F2}";
echo $char; // Output: 嗲
Ruby:
char = "\u{55F2}"
puts char # Output: 嗲
Rust:
let c = '\u{55F2}';
println!("{}", c); // Output: 嗲
Go:
char := '\u55F2'
fmt.Printf("%c\n", char) // Output: 嗲
CSS:
/* CSS content property */
.element::before {
content: "\0055F2"; /* 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%97%B2
MD5:
5fe97ecb23bcdd11aad2a6e1bf5cebbe
SHA1:
e5590ca2a352b473bae770aa54eb61f1decda147
Base64:
5Zey