C:
char c = '\u8578';
printf("%c\n", c); // Output: 蕸
JavaScript:
const char = '\u8578';
console.log(char); // Output: 蕸
Java:
char c = '\u8578';
System.out.println(c); // Output: 蕸
JSON:
{"text": "\u8578"} // Value: 蕸
Python:
char = '\u8578'
print(char) # Output: 蕸
Perl:
my $char = "\x{8578}";
print $char; # Output: 蕸
PHP:
$char = "\x{8578}";
echo $char; // Output: 蕸
Ruby:
char = "\u{8578}"
puts char # Output: 蕸
Rust:
let c = '\u{8578}';
println!("{}", c); // Output: 蕸
Go:
char := '\u8578'
fmt.Printf("%c\n", char) // Output: 蕸
CSS:
/* CSS content property */
.element::before {
content: "\008578"; /* 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%95%B8
MD5:
0459ffaf1fe2511ec806a22775bf5e8c
SHA1:
57a58cf617a098ec1efbee88fd8938353bd0daa9
Base64:
6JW4