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