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