C:
char c = '\u8552';
printf("%c\n", c); // Output: 蕒
JavaScript:
const char = '\u8552';
console.log(char); // Output: 蕒
Java:
char c = '\u8552';
System.out.println(c); // Output: 蕒
JSON:
{"text": "\u8552"} // Value: 蕒
Python:
char = '\u8552'
print(char) # Output: 蕒
Perl:
my $char = "\x{8552}";
print $char; # Output: 蕒
PHP:
$char = "\x{8552}";
echo $char; // Output: 蕒
Ruby:
char = "\u{8552}"
puts char # Output: 蕒
Rust:
let c = '\u{8552}';
println!("{}", c); // Output: 蕒
Go:
char := '\u8552'
fmt.Printf("%c\n", char) // Output: 蕒
CSS:
/* CSS content property */
.element::before {
content: "\008552"; /* 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%92
MD5:
136d82372ae687fb334dbd1e781fc2ee
SHA1:
817f421b8d531a3917c170e64aade4e05b7e1c9b
Base64:
6JWS