C:
char c = '\u9763';
printf("%c\n", c); // Output: 靣
JavaScript:
const char = '\u9763';
console.log(char); // Output: 靣
Java:
char c = '\u9763';
System.out.println(c); // Output: 靣
JSON:
{"text": "\u9763"} // Value: 靣
Python:
char = '\u9763'
print(char) # Output: 靣
Perl:
my $char = "\x{9763}";
print $char; # Output: 靣
PHP:
$char = "\x{9763}";
echo $char; // Output: 靣
Ruby:
char = "\u{9763}"
puts char # Output: 靣
Rust:
let c = '\u{9763}';
println!("{}", c); // Output: 靣
Go:
char := '\u9763'
fmt.Printf("%c\n", char) // Output: 靣
CSS:
/* CSS content property */
.element::before {
content: "\009763"; /* 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%A3
MD5:
569d71c1004f4c26d2c849e718ff4ea2
SHA1:
3de530c9a4b423e3716f1657c308b73c11c7b32b
Base64:
6Z2j