C:
char c = '\u8737';
printf("%c\n", c); // Output: 蜷
JavaScript:
const char = '\u8737';
console.log(char); // Output: 蜷
Java:
char c = '\u8737';
System.out.println(c); // Output: 蜷
JSON:
{"text": "\u8737"} // Value: 蜷
Python:
char = '\u8737'
print(char) # Output: 蜷
Perl:
my $char = "\x{8737}";
print $char; # Output: 蜷
PHP:
$char = "\x{8737}";
echo $char; // Output: 蜷
Ruby:
char = "\u{8737}"
puts char # Output: 蜷
Rust:
let c = '\u{8737}';
println!("{}", c); // Output: 蜷
Go:
char := '\u8737'
fmt.Printf("%c\n", char) // Output: 蜷
CSS:
/* CSS content property */
.element::before {
content: "\008737"; /* 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%B7
MD5:
bab7f80988b15dda445ca13ca277bf20
SHA1:
29a33f0bf86f97ec35e50caf96ac872108581a0a
Base64:
6Jy3