C:
char c = '\u76BE';
printf("%c\n", c); // Output: 皾
JavaScript:
const char = '\u76BE';
console.log(char); // Output: 皾
Java:
char c = '\u76BE';
System.out.println(c); // Output: 皾
JSON:
{"text": "\u76BE"} // Value: 皾
Python:
char = '\u76BE'
print(char) # Output: 皾
Perl:
my $char = "\x{76BE}";
print $char; # Output: 皾
PHP:
$char = "\x{76BE}";
echo $char; // Output: 皾
Ruby:
char = "\u{76BE}"
puts char # Output: 皾
Rust:
let c = '\u{76BE}';
println!("{}", c); // Output: 皾
Go:
char := '\u76BE'
fmt.Printf("%c\n", char) // Output: 皾
CSS:
/* CSS content property */
.element::before {
content: "\0076BE"; /* 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%9A%BE
MD5:
fe6774cee93a80815a3be4125f214ec8
SHA1:
704409c131c5ef5ae44e1293a8f68f916184c7cc
Base64:
55q+