C:
char c = '\u84F6';
printf("%c\n", c); // Output: 蓶
JavaScript:
const char = '\u84F6';
console.log(char); // Output: 蓶
Java:
char c = '\u84F6';
System.out.println(c); // Output: 蓶
JSON:
{"text": "\u84F6"} // Value: 蓶
Python:
char = '\u84F6'
print(char) # Output: 蓶
Perl:
my $char = "\x{84F6}";
print $char; # Output: 蓶
PHP:
$char = "\x{84F6}";
echo $char; // Output: 蓶
Ruby:
char = "\u{84F6}"
puts char # Output: 蓶
Rust:
let c = '\u{84F6}';
println!("{}", c); // Output: 蓶
Go:
char := '\u84F6'
fmt.Printf("%c\n", char) // Output: 蓶
CSS:
/* CSS content property */
.element::before {
content: "\0084F6"; /* 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%93%B6
MD5:
5aafdc50d2f8b9f890ca9d4768f25d6b
SHA1:
90389cef055ce986ece0e90ff7d4930504c67556
Base64:
6JO2