C:
char c = '\u9761';
printf("%c\n", c); // Output: 靡
JavaScript:
const char = '\u9761';
console.log(char); // Output: 靡
Java:
char c = '\u9761';
System.out.println(c); // Output: 靡
JSON:
{"text": "\u9761"} // Value: 靡
Python:
char = '\u9761'
print(char) # Output: 靡
Perl:
my $char = "\x{9761}";
print $char; # Output: 靡
PHP:
$char = "\x{9761}";
echo $char; // Output: 靡
Ruby:
char = "\u{9761}"
puts char # Output: 靡
Rust:
let c = '\u{9761}';
println!("{}", c); // Output: 靡
Go:
char := '\u9761'
fmt.Printf("%c\n", char) // Output: 靡
CSS:
/* CSS content property */
.element::before {
content: "\009761"; /* 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%A1
MD5:
c3fc04195606939cb72a641a5d64c646
SHA1:
ae7aae25be0299054c1fd2b3038750253575b05d
Base64:
6Z2h