C:
char c = '\u8510';
printf("%c\n", c); // Output: 蔐
JavaScript:
const char = '\u8510';
console.log(char); // Output: 蔐
Java:
char c = '\u8510';
System.out.println(c); // Output: 蔐
JSON:
{"text": "\u8510"} // Value: 蔐
Python:
char = '\u8510'
print(char) # Output: 蔐
Perl:
my $char = "\x{8510}";
print $char; # Output: 蔐
PHP:
$char = "\x{8510}";
echo $char; // Output: 蔐
Ruby:
char = "\u{8510}"
puts char # Output: 蔐
Rust:
let c = '\u{8510}';
println!("{}", c); // Output: 蔐
Go:
char := '\u8510'
fmt.Printf("%c\n", char) // Output: 蔐
CSS:
/* CSS content property */
.element::before {
content: "\008510"; /* 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%94%90
MD5:
c5e96f0dec23ef3911aad042c119f645
SHA1:
d896799aef31e82bff0fb60c21e86925f1888068
Base64:
6JSQ