C:
char c = '\u6553';
printf("%c\n", c); // Output: 敓
JavaScript:
const char = '\u6553';
console.log(char); // Output: 敓
Java:
char c = '\u6553';
System.out.println(c); // Output: 敓
JSON:
{"text": "\u6553"} // Value: 敓
Python:
char = '\u6553'
print(char) # Output: 敓
Perl:
my $char = "\x{6553}";
print $char; # Output: 敓
PHP:
$char = "\x{6553}";
echo $char; // Output: 敓
Ruby:
char = "\u{6553}"
puts char # Output: 敓
Rust:
let c = '\u{6553}';
println!("{}", c); // Output: 敓
Go:
char := '\u6553'
fmt.Printf("%c\n", char) // Output: 敓
CSS:
/* CSS content property */
.element::before {
content: "\006553"; /* 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%95%93
MD5:
0f76b0c7fc4c389e94172336a5d8417e
SHA1:
57f2b574341ad917afcf10048729c3df53ce9d0c
Base64:
5pWT