C:
char c = '\u8836';
printf("%c\n", c); // Output: 蠶
JavaScript:
const char = '\u8836';
console.log(char); // Output: 蠶
Java:
char c = '\u8836';
System.out.println(c); // Output: 蠶
JSON:
{"text": "\u8836"} // Value: 蠶
Python:
char = '\u8836'
print(char) # Output: 蠶
Perl:
my $char = "\x{8836}";
print $char; # Output: 蠶
PHP:
$char = "\x{8836}";
echo $char; // Output: 蠶
Ruby:
char = "\u{8836}"
puts char # Output: 蠶
Rust:
let c = '\u{8836}';
println!("{}", c); // Output: 蠶
Go:
char := '\u8836'
fmt.Printf("%c\n", char) // Output: 蠶
CSS:
/* CSS content property */
.element::before {
content: "\008836"; /* 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%B6
MD5:
ed6b304cefdc01cdc484d8f2021a9a5c
SHA1:
de1d41883fc0df85e352cd359be0b34f0183ef41
Base64:
6KC2