C:
char c = '\u84F5';
printf("%c\n", c); // Output: 蓵
JavaScript:
const char = '\u84F5';
console.log(char); // Output: 蓵
Java:
char c = '\u84F5';
System.out.println(c); // Output: 蓵
JSON:
{"text": "\u84F5"} // Value: 蓵
Python:
char = '\u84F5'
print(char) # Output: 蓵
Perl:
my $char = "\x{84F5}";
print $char; # Output: 蓵
PHP:
$char = "\x{84F5}";
echo $char; // Output: 蓵
Ruby:
char = "\u{84F5}"
puts char # Output: 蓵
Rust:
let c = '\u{84F5}';
println!("{}", c); // Output: 蓵
Go:
char := '\u84F5'
fmt.Printf("%c\n", char) // Output: 蓵
CSS:
/* CSS content property */
.element::before {
content: "\0084F5"; /* 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%B5
MD5:
9664e04cdeaf9f828b22f892697f8a10
SHA1:
b87175e91741558bbd9964e7bcd76aac753e1764
Base64:
6JO1