C:
char c = '\u9750';
printf("%c\n", c); // Output: 靐
JavaScript:
const char = '\u9750';
console.log(char); // Output: 靐
Java:
char c = '\u9750';
System.out.println(c); // Output: 靐
JSON:
{"text": "\u9750"} // Value: 靐
Python:
char = '\u9750'
print(char) # Output: 靐
Perl:
my $char = "\x{9750}";
print $char; # Output: 靐
PHP:
$char = "\x{9750}";
echo $char; // Output: 靐
Ruby:
char = "\u{9750}"
puts char # Output: 靐
Rust:
let c = '\u{9750}';
println!("{}", c); // Output: 靐
Go:
char := '\u9750'
fmt.Printf("%c\n", char) // Output: 靐
CSS:
/* CSS content property */
.element::before {
content: "\009750"; /* 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%90
MD5:
dbdbef0d899d8cf7b3b6efdb32002256
SHA1:
9bd2b1296d63ae7f31214396beb0c21689c27053
Base64:
6Z2Q