C:
char c = '\u7632';
printf("%c\n", c); // Output: 瘲
JavaScript:
const char = '\u7632';
console.log(char); // Output: 瘲
Java:
char c = '\u7632';
System.out.println(c); // Output: 瘲
JSON:
{"text": "\u7632"} // Value: 瘲
Python:
char = '\u7632'
print(char) # Output: 瘲
Perl:
my $char = "\x{7632}";
print $char; # Output: 瘲
PHP:
$char = "\x{7632}";
echo $char; // Output: 瘲
Ruby:
char = "\u{7632}"
puts char # Output: 瘲
Rust:
let c = '\u{7632}';
println!("{}", c); // Output: 瘲
Go:
char := '\u7632'
fmt.Printf("%c\n", char) // Output: 瘲
CSS:
/* CSS content property */
.element::before {
content: "\007632"; /* 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%B2
MD5:
9340625057c77d509bb9e7c2bfea98aa
SHA1:
f88ccaa67faf6ca153aaa22c95e86725c55f22de
Base64:
55iy