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