C:
char c = '\u8834';
printf("%c\n", c); // Output: 蠴
JavaScript:
const char = '\u8834';
console.log(char); // Output: 蠴
Java:
char c = '\u8834';
System.out.println(c); // Output: 蠴
JSON:
{"text": "\u8834"} // Value: 蠴
Python:
char = '\u8834'
print(char) # Output: 蠴
Perl:
my $char = "\x{8834}";
print $char; # Output: 蠴
PHP:
$char = "\x{8834}";
echo $char; // Output: 蠴
Ruby:
char = "\u{8834}"
puts char # Output: 蠴
Rust:
let c = '\u{8834}';
println!("{}", c); // Output: 蠴
Go:
char := '\u8834'
fmt.Printf("%c\n", char) // Output: 蠴
CSS:
/* CSS content property */
.element::before {
content: "\008834"; /* 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%A0%B4
MD5:
a49156b8b85e76dedbc9748120989608
SHA1:
d36371d8c5bfcb0af49c1c43cec7a706248ae432
Base64:
6KC0