C:
char c = '\u887E';
printf("%c\n", c); // Output: 衾
JavaScript:
const char = '\u887E';
console.log(char); // Output: 衾
Java:
char c = '\u887E';
System.out.println(c); // Output: 衾
JSON:
{"text": "\u887E"} // Value: 衾
Python:
char = '\u887E'
print(char) # Output: 衾
Perl:
my $char = "\x{887E}";
print $char; # Output: 衾
PHP:
$char = "\x{887E}";
echo $char; // Output: 衾
Ruby:
char = "\u{887E}"
puts char # Output: 衾
Rust:
let c = '\u{887E}';
println!("{}", c); // Output: 衾
Go:
char := '\u887E'
fmt.Printf("%c\n", char) // Output: 衾
CSS:
/* CSS content property */
.element::before {
content: "\00887E"; /* 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%BE
MD5:
887671a9de86be9ebee1061cc8c73795
SHA1:
cdca0aa467de0bf76eb2eef421dab2444bfcf829
Base64:
6KG+