C:
char c = '\u9759';
printf("%c\n", c); // Output: 静
JavaScript:
const char = '\u9759';
console.log(char); // Output: 静
Java:
char c = '\u9759';
System.out.println(c); // Output: 静
JSON:
{"text": "\u9759"} // Value: 静
Python:
char = '\u9759'
print(char) # Output: 静
Perl:
my $char = "\x{9759}";
print $char; # Output: 静
PHP:
$char = "\x{9759}";
echo $char; // Output: 静
Ruby:
char = "\u{9759}"
puts char # Output: 静
Rust:
let c = '\u{9759}';
println!("{}", c); // Output: 静
Go:
char := '\u9759'
fmt.Printf("%c\n", char) // Output: 静
CSS:
/* CSS content property */
.element::before {
content: "\009759"; /* 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=%E9%9D%99
MD5:
861a7657ed4d03b43abe6bc5c6f2bd2d
SHA1:
f75fe10cbcea4555f91ba50b4efe0a66d3028496
Base64:
6Z2Z