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