C:
char c = '\u8717';
printf("%c\n", c); // Output: 蜗
JavaScript:
const char = '\u8717';
console.log(char); // Output: 蜗
Java:
char c = '\u8717';
System.out.println(c); // Output: 蜗
JSON:
{"text": "\u8717"} // Value: 蜗
Python:
char = '\u8717'
print(char) # Output: 蜗
Perl:
my $char = "\x{8717}";
print $char; # Output: 蜗
PHP:
$char = "\x{8717}";
echo $char; // Output: 蜗
Ruby:
char = "\u{8717}"
puts char # Output: 蜗
Rust:
let c = '\u{8717}';
println!("{}", c); // Output: 蜗
Go:
char := '\u8717'
fmt.Printf("%c\n", char) // Output: 蜗
CSS:
/* CSS content property */
.element::before {
content: "\008717"; /* 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%97
MD5:
ea019ca6197c7d5b5bd72dd35db59905
SHA1:
1e2ac89a7318955202428a052c94379e752c7b8c
Base64:
6JyX