C:
char c = '\u7628';
printf("%c\n", c); // Output: 瘨
JavaScript:
const char = '\u7628';
console.log(char); // Output: 瘨
Java:
char c = '\u7628';
System.out.println(c); // Output: 瘨
JSON:
{"text": "\u7628"} // Value: 瘨
Python:
char = '\u7628'
print(char) # Output: 瘨
Perl:
my $char = "\x{7628}";
print $char; # Output: 瘨
PHP:
$char = "\x{7628}";
echo $char; // Output: 瘨
Ruby:
char = "\u{7628}"
puts char # Output: 瘨
Rust:
let c = '\u{7628}';
println!("{}", c); // Output: 瘨
Go:
char := '\u7628'
fmt.Printf("%c\n", char) // Output: 瘨
CSS:
/* CSS content property */
.element::before {
content: "\007628"; /* 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%A8
MD5:
b42eca5a86f82ed6c3c47ea639b297f6
SHA1:
0f2c103f1f8d839e00d152b2f45b6eee8fb97911
Base64:
55io