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