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