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