C:
char c = '\u9753';
printf("%c\n", c); // Output: 靓
JavaScript:
const char = '\u9753';
console.log(char); // Output: 靓
Java:
char c = '\u9753';
System.out.println(c); // Output: 靓
JSON:
{"text": "\u9753"} // Value: 靓
Python:
char = '\u9753'
print(char) # Output: 靓
Perl:
my $char = "\x{9753}";
print $char; # Output: 靓
PHP:
$char = "\x{9753}";
echo $char; // Output: 靓
Ruby:
char = "\u{9753}"
puts char # Output: 靓
Rust:
let c = '\u{9753}';
println!("{}", c); // Output: 靓
Go:
char := '\u9753'
fmt.Printf("%c\n", char) // Output: 靓
CSS:
/* CSS content property */
.element::before {
content: "\009753"; /* 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%93
MD5:
661daf56d81919626d06b6ac28e92e6c
SHA1:
ab3e11b36057060cba8ed117934419be7dd81483
Base64:
6Z2T