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