C:
char c = '\u8739';
printf("%c\n", c); // Output: 蜹
JavaScript:
const char = '\u8739';
console.log(char); // Output: 蜹
Java:
char c = '\u8739';
System.out.println(c); // Output: 蜹
JSON:
{"text": "\u8739"} // Value: 蜹
Python:
char = '\u8739'
print(char) # Output: 蜹
Perl:
my $char = "\x{8739}";
print $char; # Output: 蜹
PHP:
$char = "\x{8739}";
echo $char; // Output: 蜹
Ruby:
char = "\u{8739}"
puts char # Output: 蜹
Rust:
let c = '\u{8739}';
println!("{}", c); // Output: 蜹
Go:
char := '\u8739'
fmt.Printf("%c\n", char) // Output: 蜹
CSS:
/* CSS content property */
.element::before {
content: "\008739"; /* 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%9C%B9
MD5:
37f9f846313bf9a30e72ce6adccc03c4
SHA1:
b9a21fb9bd0743ee9d9e08299e2bb767fe638ccc
Base64:
6Jy5