C:
char c = '\u997A';
printf("%c\n", c); // Output: 饺
JavaScript:
const char = '\u997A';
console.log(char); // Output: 饺
Java:
char c = '\u997A';
System.out.println(c); // Output: 饺
JSON:
{"text": "\u997A"} // Value: 饺
Python:
char = '\u997A'
print(char) # Output: 饺
Perl:
my $char = "\x{997A}";
print $char; # Output: 饺
PHP:
$char = "\x{997A}";
echo $char; // Output: 饺
Ruby:
char = "\u{997A}"
puts char # Output: 饺
Rust:
let c = '\u{997A}';
println!("{}", c); // Output: 饺
Go:
char := '\u997A'
fmt.Printf("%c\n", char) // Output: 饺
CSS:
/* CSS content property */
.element::before {
content: "\00997A"; /* 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=%E9%A5%BA
MD5:
4e3d378242fe74d3cf1f0d8d19a7904a
SHA1:
16a7886637685ab2ac0f03d01592588b82ae57da
Base64:
6aW6