C:
char c = '\u6BFB';
printf("%c\n", c); // Output: 毻
JavaScript:
const char = '\u6BFB';
console.log(char); // Output: 毻
Java:
char c = '\u6BFB';
System.out.println(c); // Output: 毻
JSON:
{"text": "\u6BFB"} // Value: 毻
Python:
char = '\u6BFB'
print(char) # Output: 毻
Perl:
my $char = "\x{6BFB}";
print $char; # Output: 毻
PHP:
$char = "\x{6BFB}";
echo $char; // Output: 毻
Ruby:
char = "\u{6BFB}"
puts char # Output: 毻
Rust:
let c = '\u{6BFB}';
println!("{}", c); // Output: 毻
Go:
char := '\u6BFB'
fmt.Printf("%c\n", char) // Output: 毻
CSS:
/* CSS content property */
.element::before {
content: "\006BFB"; /* 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%BB
MD5:
103cca8d3729dbd312081658c4ee1b2d
SHA1:
65ddac3925e7c49cc4404f97e51bde75c8059bb9
Base64:
5q+7