C:
char c = '\u9758';
printf("%c\n", c); // Output: 靘
JavaScript:
const char = '\u9758';
console.log(char); // Output: 靘
Java:
char c = '\u9758';
System.out.println(c); // Output: 靘
JSON:
{"text": "\u9758"} // Value: 靘
Python:
char = '\u9758'
print(char) # Output: 靘
Perl:
my $char = "\x{9758}";
print $char; # Output: 靘
PHP:
$char = "\x{9758}";
echo $char; // Output: 靘
Ruby:
char = "\u{9758}"
puts char # Output: 靘
Rust:
let c = '\u{9758}';
println!("{}", c); // Output: 靘
Go:
char := '\u9758'
fmt.Printf("%c\n", char) // Output: 靘
CSS:
/* CSS content property */
.element::before {
content: "\009758"; /* 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%98
MD5:
5a90ff37a617b143bb3d400184f47368
SHA1:
7b3d5c00ef9c96c9fe24b86aaf9f72d115986c1a
Base64:
6Z2Y