C:
char c = '\u8738';
printf("%c\n", c); // Output: 蜸
JavaScript:
const char = '\u8738';
console.log(char); // Output: 蜸
Java:
char c = '\u8738';
System.out.println(c); // Output: 蜸
JSON:
{"text": "\u8738"} // Value: 蜸
Python:
char = '\u8738'
print(char) # Output: 蜸
Perl:
my $char = "\x{8738}";
print $char; # Output: 蜸
PHP:
$char = "\x{8738}";
echo $char; // Output: 蜸
Ruby:
char = "\u{8738}"
puts char # Output: 蜸
Rust:
let c = '\u{8738}';
println!("{}", c); // Output: 蜸
Go:
char := '\u8738'
fmt.Printf("%c\n", char) // Output: 蜸
CSS:
/* CSS content property */
.element::before {
content: "\008738"; /* 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%B8
MD5:
51464fb5f2d1ad321eb0756e273aba94
SHA1:
9bea55c377ef71f84ff76aa1f5dcadf0111e15eb
Base64:
6Jy4