C:
char c = '\u5519';
printf("%c\n", c); // Output: 唙
JavaScript:
const char = '\u5519';
console.log(char); // Output: 唙
Java:
char c = '\u5519';
System.out.println(c); // Output: 唙
JSON:
{"text": "\u5519"} // Value: 唙
Python:
char = '\u5519'
print(char) # Output: 唙
Perl:
my $char = "\x{5519}";
print $char; # Output: 唙
PHP:
$char = "\x{5519}";
echo $char; // Output: 唙
Ruby:
char = "\u{5519}"
puts char # Output: 唙
Rust:
let c = '\u{5519}';
println!("{}", c); // Output: 唙
Go:
char := '\u5519'
fmt.Printf("%c\n", char) // Output: 唙
CSS:
/* CSS content property */
.element::before {
content: "\005519"; /* 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%94%99
MD5:
d67eceaf469a5f20bf6b924150972f9c
SHA1:
823a7a6dc88dacfae51125e9ec1b5476ffcd617b
Base64:
5ZSZ