C:
char c = '\u8838';
printf("%c\n", c); // Output: 蠸
JavaScript:
const char = '\u8838';
console.log(char); // Output: 蠸
Java:
char c = '\u8838';
System.out.println(c); // Output: 蠸
JSON:
{"text": "\u8838"} // Value: 蠸
Python:
char = '\u8838'
print(char) # Output: 蠸
Perl:
my $char = "\x{8838}";
print $char; # Output: 蠸
PHP:
$char = "\x{8838}";
echo $char; // Output: 蠸
Ruby:
char = "\u{8838}"
puts char # Output: 蠸
Rust:
let c = '\u{8838}';
println!("{}", c); // Output: 蠸
Go:
char := '\u8838'
fmt.Printf("%c\n", char) // Output: 蠸
CSS:
/* CSS content property */
.element::before {
content: "\008838"; /* 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%B8
MD5:
24066df7bb362f0d58279b8144a7ae48
SHA1:
8da9474101011dd76cb2fb7bcd43e2a76343e4ee
Base64:
6KC4