C:
char c = '\u8497';
printf("%c\n", c); // Output: 蒗
JavaScript:
const char = '\u8497';
console.log(char); // Output: 蒗
Java:
char c = '\u8497';
System.out.println(c); // Output: 蒗
JSON:
{"text": "\u8497"} // Value: 蒗
Python:
char = '\u8497'
print(char) # Output: 蒗
Perl:
my $char = "\x{8497}";
print $char; # Output: 蒗
PHP:
$char = "\x{8497}";
echo $char; // Output: 蒗
Ruby:
char = "\u{8497}"
puts char # Output: 蒗
Rust:
let c = '\u{8497}';
println!("{}", c); // Output: 蒗
Go:
char := '\u8497'
fmt.Printf("%c\n", char) // Output: 蒗
CSS:
/* CSS content property */
.element::before {
content: "\008497"; /* 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=%E8%92%97
MD5:
0e3f7dddcea884a1e5eff5dc115ccf49
SHA1:
4f31ca78992dcf9625cb463fe70710435e98f353
Base64:
6JKX