C:
char c = '\u8865';
printf("%c\n", c); // Output: 补
JavaScript:
const char = '\u8865';
console.log(char); // Output: 补
Java:
char c = '\u8865';
System.out.println(c); // Output: 补
JSON:
{"text": "\u8865"} // Value: 补
Python:
char = '\u8865'
print(char) # Output: 补
Perl:
my $char = "\x{8865}";
print $char; # Output: 补
PHP:
$char = "\x{8865}";
echo $char; // Output: 补
Ruby:
char = "\u{8865}"
puts char # Output: 补
Rust:
let c = '\u{8865}';
println!("{}", c); // Output: 补
Go:
char := '\u8865'
fmt.Printf("%c\n", char) // Output: 补
CSS:
/* CSS content property */
.element::before {
content: "\008865"; /* 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=%E8%A1%A5
MD5:
c7281e260a9c4261a31e346cc80ff6cc
SHA1:
afde079e1588d188108f85c5e4e3df922363fb92
Base64:
6KGl