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