C:
char c = '\u8871';
printf("%c\n", c); // Output: 衱
JavaScript:
const char = '\u8871';
console.log(char); // Output: 衱
Java:
char c = '\u8871';
System.out.println(c); // Output: 衱
JSON:
{"text": "\u8871"} // Value: 衱
Python:
char = '\u8871'
print(char) # Output: 衱
Perl:
my $char = "\x{8871}";
print $char; # Output: 衱
PHP:
$char = "\x{8871}";
echo $char; // Output: 衱
Ruby:
char = "\u{8871}"
puts char # Output: 衱
Rust:
let c = '\u{8871}';
println!("{}", c); // Output: 衱
Go:
char := '\u8871'
fmt.Printf("%c\n", char) // Output: 衱
CSS:
/* CSS content property */
.element::before {
content: "\008871"; /* 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%B1
MD5:
c5e62158cb71dda28cb8589d89b47567
SHA1:
c681d6c4c58194a492c796699165d61bff89f9b3
Base64:
6KGx