C:
char c = '\u7A5C';
printf("%c\n", c); // Output: 穜
JavaScript:
const char = '\u7A5C';
console.log(char); // Output: 穜
Java:
char c = '\u7A5C';
System.out.println(c); // Output: 穜
JSON:
{"text": "\u7A5C"} // Value: 穜
Python:
char = '\u7A5C'
print(char) # Output: 穜
Perl:
my $char = "\x{7A5C}";
print $char; # Output: 穜
PHP:
$char = "\x{7A5C}";
echo $char; // Output: 穜
Ruby:
char = "\u{7A5C}"
puts char # Output: 穜
Rust:
let c = '\u{7A5C}';
println!("{}", c); // Output: 穜
Go:
char := '\u7A5C'
fmt.Printf("%c\n", char) // Output: 穜
CSS:
/* CSS content property */
.element::before {
content: "\007A5C"; /* 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%A9%9C
MD5:
a88dc14977b666b97439427bc6355d0e
SHA1:
ddaf0a8b54e10a2d1f6442e3606afe51b9c8cf9e
Base64:
56mc