C:
char c = '\u762F';
printf("%c\n", c); // Output: 瘯
JavaScript:
const char = '\u762F';
console.log(char); // Output: 瘯
Java:
char c = '\u762F';
System.out.println(c); // Output: 瘯
JSON:
{"text": "\u762F"} // Value: 瘯
Python:
char = '\u762F'
print(char) # Output: 瘯
Perl:
my $char = "\x{762F}";
print $char; # Output: 瘯
PHP:
$char = "\x{762F}";
echo $char; // Output: 瘯
Ruby:
char = "\u{762F}"
puts char # Output: 瘯
Rust:
let c = '\u{762F}';
println!("{}", c); // Output: 瘯
Go:
char := '\u762F'
fmt.Printf("%c\n", char) // Output: 瘯
CSS:
/* CSS content property */
.element::before {
content: "\00762F"; /* 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%AF
MD5:
c2222f92c7831147459a1d00069265b7
SHA1:
27d57813661445e31962257d69e5d5ea9b49b196
Base64:
55iv