C:
char c = '\u855E';
printf("%c\n", c); // Output: 蕞
JavaScript:
const char = '\u855E';
console.log(char); // Output: 蕞
Java:
char c = '\u855E';
System.out.println(c); // Output: 蕞
JSON:
{"text": "\u855E"} // Value: 蕞
Python:
char = '\u855E'
print(char) # Output: 蕞
Perl:
my $char = "\x{855E}";
print $char; # Output: 蕞
PHP:
$char = "\x{855E}";
echo $char; // Output: 蕞
Ruby:
char = "\u{855E}"
puts char # Output: 蕞
Rust:
let c = '\u{855E}';
println!("{}", c); // Output: 蕞
Go:
char := '\u855E'
fmt.Printf("%c\n", char) // Output: 蕞
CSS:
/* CSS content property */
.element::before {
content: "\00855E"; /* 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%9E
MD5:
44ef2e3f01ac73cf95aaa74273e27f3d
SHA1:
67cc517e9a58f6936f53da402964a85edbc6eef8
Base64:
6JWe