C:
char c = '\u86EC';
printf("%c\n", c); // Output: 蛬
JavaScript:
const char = '\u86EC';
console.log(char); // Output: 蛬
Java:
char c = '\u86EC';
System.out.println(c); // Output: 蛬
JSON:
{"text": "\u86EC"} // Value: 蛬
Python:
char = '\u86EC'
print(char) # Output: 蛬
Perl:
my $char = "\x{86EC}";
print $char; # Output: 蛬
PHP:
$char = "\x{86EC}";
echo $char; // Output: 蛬
Ruby:
char = "\u{86EC}"
puts char # Output: 蛬
Rust:
let c = '\u{86EC}';
println!("{}", c); // Output: 蛬
Go:
char := '\u86EC'
fmt.Printf("%c\n", char) // Output: 蛬
CSS:
/* CSS content property */
.element::before {
content: "\0086EC"; /* 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%9B%AC
MD5:
54ed67a910d48f046d2758a2ab0bdf6a
SHA1:
53c7cb993e73279e6482ddb1ae243a8196fc3388
Base64:
6Jus