C:
char c = '\u8852';
printf("%c\n", c); // Output: 衒
JavaScript:
const char = '\u8852';
console.log(char); // Output: 衒
Java:
char c = '\u8852';
System.out.println(c); // Output: 衒
JSON:
{"text": "\u8852"} // Value: 衒
Python:
char = '\u8852'
print(char) # Output: 衒
Perl:
my $char = "\x{8852}";
print $char; # Output: 衒
PHP:
$char = "\x{8852}";
echo $char; // Output: 衒
Ruby:
char = "\u{8852}"
puts char # Output: 衒
Rust:
let c = '\u{8852}';
println!("{}", c); // Output: 衒
Go:
char := '\u8852'
fmt.Printf("%c\n", char) // Output: 衒
CSS:
/* CSS content property */
.element::before {
content: "\008852"; /* 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%92
MD5:
30dffd259948878405637d39e0f6e8df
SHA1:
274da49c2befee5a63f58b4b10bccfc1ac128afa
Base64:
6KGS