C:
char c = '\u8779';
printf("%c\n", c); // Output: 蝹
JavaScript:
const char = '\u8779';
console.log(char); // Output: 蝹
Java:
char c = '\u8779';
System.out.println(c); // Output: 蝹
JSON:
{"text": "\u8779"} // Value: 蝹
Python:
char = '\u8779'
print(char) # Output: 蝹
Perl:
my $char = "\x{8779}";
print $char; # Output: 蝹
PHP:
$char = "\x{8779}";
echo $char; // Output: 蝹
Ruby:
char = "\u{8779}"
puts char # Output: 蝹
Rust:
let c = '\u{8779}';
println!("{}", c); // Output: 蝹
Go:
char := '\u8779'
fmt.Printf("%c\n", char) // Output: 蝹
CSS:
/* CSS content property */
.element::before {
content: "\008779"; /* 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%9D%B9
MD5:
1b941b26bd3ac4c8e2841487de38019d
SHA1:
09ddb6780d4040dd70f6b1fdcd618197615a96d5
Base64:
6J25