C:
char c = '\u8625';
printf("%c\n", c); // Output: 蘥
JavaScript:
const char = '\u8625';
console.log(char); // Output: 蘥
Java:
char c = '\u8625';
System.out.println(c); // Output: 蘥
JSON:
{"text": "\u8625"} // Value: 蘥
Python:
char = '\u8625'
print(char) # Output: 蘥
Perl:
my $char = "\x{8625}";
print $char; # Output: 蘥
PHP:
$char = "\x{8625}";
echo $char; // Output: 蘥
Ruby:
char = "\u{8625}"
puts char # Output: 蘥
Rust:
let c = '\u{8625}';
println!("{}", c); // Output: 蘥
Go:
char := '\u8625'
fmt.Printf("%c\n", char) // Output: 蘥
CSS:
/* CSS content property */
.element::before {
content: "\008625"; /* 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%98%A5
MD5:
721e9ef376c680156a2bfd1d44b87c4d
SHA1:
b61070632da8f13963968c4913216a1d04ab2bf5
Base64:
6Jil