C:
char c = '\u8839';
printf("%c\n", c); // Output: 蠹
JavaScript:
const char = '\u8839';
console.log(char); // Output: 蠹
Java:
char c = '\u8839';
System.out.println(c); // Output: 蠹
JSON:
{"text": "\u8839"} // Value: 蠹
Python:
char = '\u8839'
print(char) # Output: 蠹
Perl:
my $char = "\x{8839}";
print $char; # Output: 蠹
PHP:
$char = "\x{8839}";
echo $char; // Output: 蠹
Ruby:
char = "\u{8839}"
puts char # Output: 蠹
Rust:
let c = '\u{8839}';
println!("{}", c); // Output: 蠹
Go:
char := '\u8839'
fmt.Printf("%c\n", char) // Output: 蠹
CSS:
/* CSS content property */
.element::before {
content: "\008839"; /* 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%A0%B9
MD5:
395331557e6558b3f70c1ea9fc809948
SHA1:
f53f205ba4b7268e9300a4cd0f23db581b0e3398
Base64:
6KC5