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