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