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