C:
char c = '\u59EB';
printf("%c\n", c); // Output: 姫
JavaScript:
const char = '\u59EB';
console.log(char); // Output: 姫
Java:
char c = '\u59EB';
System.out.println(c); // Output: 姫
JSON:
{"text": "\u59EB"} // Value: 姫
Python:
char = '\u59EB'
print(char) # Output: 姫
Perl:
my $char = "\x{59EB}";
print $char; # Output: 姫
PHP:
$char = "\x{59EB}";
echo $char; // Output: 姫
Ruby:
char = "\u{59EB}"
puts char # Output: 姫
Rust:
let c = '\u{59EB}';
println!("{}", c); // Output: 姫
Go:
char := '\u59EB'
fmt.Printf("%c\n", char) // Output: 姫
CSS:
/* CSS content property */
.element::before {
content: "\0059EB"; /* 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%A7%AB
MD5:
c3b2b24e15dfb056d8c28f4822635550
SHA1:
bdb420bd5107d8dce5df418331bc6ddc86d8bfcb
Base64:
5aer