C:
char c = '\u86B0';
printf("%c\n", c); // Output: 蚰
JavaScript:
const char = '\u86B0';
console.log(char); // Output: 蚰
Java:
char c = '\u86B0';
System.out.println(c); // Output: 蚰
JSON:
{"text": "\u86B0"} // Value: 蚰
Python:
char = '\u86B0'
print(char) # Output: 蚰
Perl:
my $char = "\x{86B0}";
print $char; # Output: 蚰
PHP:
$char = "\x{86B0}";
echo $char; // Output: 蚰
Ruby:
char = "\u{86B0}"
puts char # Output: 蚰
Rust:
let c = '\u{86B0}';
println!("{}", c); // Output: 蚰
Go:
char := '\u86B0'
fmt.Printf("%c\n", char) // Output: 蚰
CSS:
/* CSS content property */
.element::before {
content: "\0086B0"; /* 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%9A%B0
MD5:
713fda24064b92d190feefc196a1454b
SHA1:
70c8b97e80279d4c79b57ed18ef6bcfdc7b41fc7
Base64:
6Jqw