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