C:
char c = '\u6BBC';
printf("%c\n", c); // Output: 殼
JavaScript:
const char = '\u6BBC';
console.log(char); // Output: 殼
Java:
char c = '\u6BBC';
System.out.println(c); // Output: 殼
JSON:
{"text": "\u6BBC"} // Value: 殼
Python:
char = '\u6BBC'
print(char) # Output: 殼
Perl:
my $char = "\x{6BBC}";
print $char; # Output: 殼
PHP:
$char = "\x{6BBC}";
echo $char; // Output: 殼
Ruby:
char = "\u{6BBC}"
puts char # Output: 殼
Rust:
let c = '\u{6BBC}';
println!("{}", c); // Output: 殼
Go:
char := '\u6BBC'
fmt.Printf("%c\n", char) // Output: 殼
CSS:
/* CSS content property */
.element::before {
content: "\006BBC"; /* 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=%E6%AE%BC
MD5:
63bf1c77dfa9fe817cf31e26b693996d
SHA1:
558d0513ec573c21ebcf87c5903d4508505adcf6
Base64:
5q68