C:
char c = '\u5537';
printf("%c\n", c); // Output: 唷
JavaScript:
const char = '\u5537';
console.log(char); // Output: 唷
Java:
char c = '\u5537';
System.out.println(c); // Output: 唷
JSON:
{"text": "\u5537"} // Value: 唷
Python:
char = '\u5537'
print(char) # Output: 唷
Perl:
my $char = "\x{5537}";
print $char; # Output: 唷
PHP:
$char = "\x{5537}";
echo $char; // Output: 唷
Ruby:
char = "\u{5537}"
puts char # Output: 唷
Rust:
let c = '\u{5537}';
println!("{}", c); // Output: 唷
Go:
char := '\u5537'
fmt.Printf("%c\n", char) // Output: 唷
CSS:
/* CSS content property */
.element::before {
content: "\005537"; /* 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%B7
MD5:
82f48ea6d06a3a15225a0f9cd65d805b
SHA1:
ad32246c10b4967ce77bd4dc30e3988e257beadf
Base64:
5ZS3