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