C:
char c = '\u8808';
printf("%c\n", c); // Output: 蠈
JavaScript:
const char = '\u8808';
console.log(char); // Output: 蠈
Java:
char c = '\u8808';
System.out.println(c); // Output: 蠈
JSON:
{"text": "\u8808"} // Value: 蠈
Python:
char = '\u8808'
print(char) # Output: 蠈
Perl:
my $char = "\x{8808}";
print $char; # Output: 蠈
PHP:
$char = "\x{8808}";
echo $char; // Output: 蠈
Ruby:
char = "\u{8808}"
puts char # Output: 蠈
Rust:
let c = '\u{8808}';
println!("{}", c); // Output: 蠈
Go:
char := '\u8808'
fmt.Printf("%c\n", char) // Output: 蠈
CSS:
/* CSS content property */
.element::before {
content: "\008808"; /* 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%88
MD5:
fd2566bcf830c534226cdb9963a271f5
SHA1:
34006fec782a053f5a3681d2209a78c86334a7dd
Base64:
6KCI