C:
char c = '\u8690';
printf("%c\n", c); // Output: 蚐
JavaScript:
const char = '\u8690';
console.log(char); // Output: 蚐
Java:
char c = '\u8690';
System.out.println(c); // Output: 蚐
JSON:
{"text": "\u8690"} // Value: 蚐
Python:
char = '\u8690'
print(char) # Output: 蚐
Perl:
my $char = "\x{8690}";
print $char; # Output: 蚐
PHP:
$char = "\x{8690}";
echo $char; // Output: 蚐
Ruby:
char = "\u{8690}"
puts char # Output: 蚐
Rust:
let c = '\u{8690}';
println!("{}", c); // Output: 蚐
Go:
char := '\u8690'
fmt.Printf("%c\n", char) // Output: 蚐
CSS:
/* CSS content property */
.element::before {
content: "\008690"; /* 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%90
MD5:
058d7674236ade6f311cc9d41a44b7ad
SHA1:
36207cc508173b1f1b412d1fbb8a3292b043134d
Base64:
6JqQ