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