C:
char c = '\u8611';
printf("%c\n", c); // Output: 蘑
JavaScript:
const char = '\u8611';
console.log(char); // Output: 蘑
Java:
char c = '\u8611';
System.out.println(c); // Output: 蘑
JSON:
{"text": "\u8611"} // Value: 蘑
Python:
char = '\u8611'
print(char) # Output: 蘑
Perl:
my $char = "\x{8611}";
print $char; # Output: 蘑
PHP:
$char = "\x{8611}";
echo $char; // Output: 蘑
Ruby:
char = "\u{8611}"
puts char # Output: 蘑
Rust:
let c = '\u{8611}';
println!("{}", c); // Output: 蘑
Go:
char := '\u8611'
fmt.Printf("%c\n", char) // Output: 蘑
CSS:
/* CSS content property */
.element::before {
content: "\008611"; /* 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%98%91
MD5:
cb4cfe8c1a4c9c194036e01f64ff4206
SHA1:
11150072c7dffb9941fd6afda79e327dfec9f846
Base64:
6JiR