C:
char c = '\u6BFC';
printf("%c\n", c); // Output: 毼
JavaScript:
const char = '\u6BFC';
console.log(char); // Output: 毼
Java:
char c = '\u6BFC';
System.out.println(c); // Output: 毼
JSON:
{"text": "\u6BFC"} // Value: 毼
Python:
char = '\u6BFC'
print(char) # Output: 毼
Perl:
my $char = "\x{6BFC}";
print $char; # Output: 毼
PHP:
$char = "\x{6BFC}";
echo $char; // Output: 毼
Ruby:
char = "\u{6BFC}"
puts char # Output: 毼
Rust:
let c = '\u{6BFC}';
println!("{}", c); // Output: 毼
Go:
char := '\u6BFC'
fmt.Printf("%c\n", char) // Output: 毼
CSS:
/* CSS content property */
.element::before {
content: "\006BFC"; /* 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%AF%BC
MD5:
84b6127f15950d1e54e05a2f8653adf4
SHA1:
76e4216d517986e843d17f6c6d2dcfde2d0d4e93
Base64:
5q+8