C:
char c = '\u8827';
printf("%c\n", c); // Output: 蠧
JavaScript:
const char = '\u8827';
console.log(char); // Output: 蠧
Java:
char c = '\u8827';
System.out.println(c); // Output: 蠧
JSON:
{"text": "\u8827"} // Value: 蠧
Python:
char = '\u8827'
print(char) # Output: 蠧
Perl:
my $char = "\x{8827}";
print $char; # Output: 蠧
PHP:
$char = "\x{8827}";
echo $char; // Output: 蠧
Ruby:
char = "\u{8827}"
puts char # Output: 蠧
Rust:
let c = '\u{8827}';
println!("{}", c); // Output: 蠧
Go:
char := '\u8827'
fmt.Printf("%c\n", char) // Output: 蠧
CSS:
/* CSS content property */
.element::before {
content: "\008827"; /* 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%A7
MD5:
5442e4cdbad61ba461c77cfe05b15746
SHA1:
bf2c96179cff6574eace2e74d25a6b7b968e4aa0
Base64:
6KCn