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