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