C:
char c = '\u854B';
printf("%c\n", c); // Output: 蕋
JavaScript:
const char = '\u854B';
console.log(char); // Output: 蕋
Java:
char c = '\u854B';
System.out.println(c); // Output: 蕋
JSON:
{"text": "\u854B"} // Value: 蕋
Python:
char = '\u854B'
print(char) # Output: 蕋
Perl:
my $char = "\x{854B}";
print $char; # Output: 蕋
PHP:
$char = "\x{854B}";
echo $char; // Output: 蕋
Ruby:
char = "\u{854B}"
puts char # Output: 蕋
Rust:
let c = '\u{854B}';
println!("{}", c); // Output: 蕋
Go:
char := '\u854B'
fmt.Printf("%c\n", char) // Output: 蕋
CSS:
/* CSS content property */
.element::before {
content: "\00854B"; /* 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%8B
MD5:
c6be0395a77bac8763af3d90cd2ff0ed
SHA1:
89461b14fefbc64a4fcbe500a8d9bc8d43053d76
Base64:
6JWL