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