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