C:
char c = '\u5539';
printf("%c\n", c); // Output: 唹
JavaScript:
const char = '\u5539';
console.log(char); // Output: 唹
Java:
char c = '\u5539';
System.out.println(c); // Output: 唹
JSON:
{"text": "\u5539"} // Value: 唹
Python:
char = '\u5539'
print(char) # Output: 唹
Perl:
my $char = "\x{5539}";
print $char; # Output: 唹
PHP:
$char = "\x{5539}";
echo $char; // Output: 唹
Ruby:
char = "\u{5539}"
puts char # Output: 唹
Rust:
let c = '\u{5539}';
println!("{}", c); // Output: 唹
Go:
char := '\u5539'
fmt.Printf("%c\n", char) // Output: 唹
CSS:
/* CSS content property */
.element::before {
content: "\005539"; /* 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%B9
MD5:
f7bf08883d6b39a499a31e358a10edb8
SHA1:
3979b8365dee60e424df14957eed7858c12ddbbf
Base64:
5ZS5