C:
char c = '\u882C';
printf("%c\n", c); // Output: 蠬
JavaScript:
const char = '\u882C';
console.log(char); // Output: 蠬
Java:
char c = '\u882C';
System.out.println(c); // Output: 蠬
JSON:
{"text": "\u882C"} // Value: 蠬
Python:
char = '\u882C'
print(char) # Output: 蠬
Perl:
my $char = "\x{882C}";
print $char; # Output: 蠬
PHP:
$char = "\x{882C}";
echo $char; // Output: 蠬
Ruby:
char = "\u{882C}"
puts char # Output: 蠬
Rust:
let c = '\u{882C}';
println!("{}", c); // Output: 蠬
Go:
char := '\u882C'
fmt.Printf("%c\n", char) // Output: 蠬
CSS:
/* CSS content property */
.element::before {
content: "\00882C"; /* 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%AC
MD5:
4589e6d57111a0443264f3bd6d2e8cbf
SHA1:
42e61d6e241577f20f92ac66d94d7e898bfde891
Base64:
6KCs