C:
char c = '\u87F9';
printf("%c\n", c); // Output: 蟹
JavaScript:
const char = '\u87F9';
console.log(char); // Output: 蟹
Java:
char c = '\u87F9';
System.out.println(c); // Output: 蟹
JSON:
{"text": "\u87F9"} // Value: 蟹
Python:
char = '\u87F9'
print(char) # Output: 蟹
Perl:
my $char = "\x{87F9}";
print $char; # Output: 蟹
PHP:
$char = "\x{87F9}";
echo $char; // Output: 蟹
Ruby:
char = "\u{87F9}"
puts char # Output: 蟹
Rust:
let c = '\u{87F9}';
println!("{}", c); // Output: 蟹
Go:
char := '\u87F9'
fmt.Printf("%c\n", char) // Output: 蟹
CSS:
/* CSS content property */
.element::before {
content: "\0087F9"; /* 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%9F%B9
MD5:
2439f6bd7c6b8f2988d730f70eb07c83
SHA1:
753f546400f49a86ce25b5a19856e0dc869fd793
Base64:
6J+5