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