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