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