C:
char c = '\u762B';
printf("%c\n", c); // Output: 瘫
JavaScript:
const char = '\u762B';
console.log(char); // Output: 瘫
Java:
char c = '\u762B';
System.out.println(c); // Output: 瘫
JSON:
{"text": "\u762B"} // Value: 瘫
Python:
char = '\u762B'
print(char) # Output: 瘫
Perl:
my $char = "\x{762B}";
print $char; # Output: 瘫
PHP:
$char = "\x{762B}";
echo $char; // Output: 瘫
Ruby:
char = "\u{762B}"
puts char # Output: 瘫
Rust:
let c = '\u{762B}';
println!("{}", c); // Output: 瘫
Go:
char := '\u762B'
fmt.Printf("%c\n", char) // Output: 瘫
CSS:
/* CSS content property */
.element::before {
content: "\00762B"; /* 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=%E7%98%AB
MD5:
2fca667f34b0d9049313a6fd7abfc046
SHA1:
3ff677d63c19237a36c415beee89bd485b5ef1d1
Base64:
55ir