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