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