C:
char c = '\u7607';
printf("%c\n", c); // Output: 瘇
JavaScript:
const char = '\u7607';
console.log(char); // Output: 瘇
Java:
char c = '\u7607';
System.out.println(c); // Output: 瘇
JSON:
{"text": "\u7607"} // Value: 瘇
Python:
char = '\u7607'
print(char) # Output: 瘇
Perl:
my $char = "\x{7607}";
print $char; # Output: 瘇
PHP:
$char = "\x{7607}";
echo $char; // Output: 瘇
Ruby:
char = "\u{7607}"
puts char # Output: 瘇
Rust:
let c = '\u{7607}';
println!("{}", c); // Output: 瘇
Go:
char := '\u7607'
fmt.Printf("%c\n", char) // Output: 瘇
CSS:
/* CSS content property */
.element::before {
content: "\007607"; /* 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%98%87
MD5:
091f24a9935e7624a56213b3b1a97419
SHA1:
df62144c37eed1636ff3dd7489ab9385a3400c12
Base64:
55iH