C:
char c = '\u8859';
printf("%c\n", c); // Output: 衙
JavaScript:
const char = '\u8859';
console.log(char); // Output: 衙
Java:
char c = '\u8859';
System.out.println(c); // Output: 衙
JSON:
{"text": "\u8859"} // Value: 衙
Python:
char = '\u8859'
print(char) # Output: 衙
Perl:
my $char = "\x{8859}";
print $char; # Output: 衙
PHP:
$char = "\x{8859}";
echo $char; // Output: 衙
Ruby:
char = "\u{8859}"
puts char # Output: 衙
Rust:
let c = '\u{8859}';
println!("{}", c); // Output: 衙
Go:
char := '\u8859'
fmt.Printf("%c\n", char) // Output: 衙
CSS:
/* CSS content property */
.element::before {
content: "\008859"; /* 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%99
MD5:
954606c7edf2f1686693b348e7f43709
SHA1:
e5e8afcebe923dc6ee9ac3bfaaf9e83773a9f0f0
Base64:
6KGZ