C:
char c = '\u77EE';
printf("%c\n", c); // Output: 矮
JavaScript:
const char = '\u77EE';
console.log(char); // Output: 矮
Java:
char c = '\u77EE';
System.out.println(c); // Output: 矮
JSON:
{"text": "\u77EE"} // Value: 矮
Python:
char = '\u77EE'
print(char) # Output: 矮
Perl:
my $char = "\x{77EE}";
print $char; # Output: 矮
PHP:
$char = "\x{77EE}";
echo $char; // Output: 矮
Ruby:
char = "\u{77EE}"
puts char # Output: 矮
Rust:
let c = '\u{77EE}';
println!("{}", c); // Output: 矮
Go:
char := '\u77EE'
fmt.Printf("%c\n", char) // Output: 矮
CSS:
/* CSS content property */
.element::before {
content: "\0077EE"; /* 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%9F%AE
MD5:
839cef9717bced232fbed473ce2e54f0
SHA1:
dec76ebf11f4c434b89cb4f29dc41473c04feb84
Base64:
55+u