C:
char c = '\u8875';
printf("%c\n", c); // Output: 衵
JavaScript:
const char = '\u8875';
console.log(char); // Output: 衵
Java:
char c = '\u8875';
System.out.println(c); // Output: 衵
JSON:
{"text": "\u8875"} // Value: 衵
Python:
char = '\u8875'
print(char) # Output: 衵
Perl:
my $char = "\x{8875}";
print $char; # Output: 衵
PHP:
$char = "\x{8875}";
echo $char; // Output: 衵
Ruby:
char = "\u{8875}"
puts char # Output: 衵
Rust:
let c = '\u{8875}';
println!("{}", c); // Output: 衵
Go:
char := '\u8875'
fmt.Printf("%c\n", char) // Output: 衵
CSS:
/* CSS content property */
.element::before {
content: "\008875"; /* 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%B5
MD5:
bcf024ebf9906435249032e480f19f2f
SHA1:
94b316a474b269e40744ca2f210954e3e5df119a
Base64:
6KG1