C:
char c = '\u9877';
printf("%c\n", c); // Output: 顷
JavaScript:
const char = '\u9877';
console.log(char); // Output: 顷
Java:
char c = '\u9877';
System.out.println(c); // Output: 顷
JSON:
{"text": "\u9877"} // Value: 顷
Python:
char = '\u9877'
print(char) # Output: 顷
Perl:
my $char = "\x{9877}";
print $char; # Output: 顷
PHP:
$char = "\x{9877}";
echo $char; // Output: 顷
Ruby:
char = "\u{9877}"
puts char # Output: 顷
Rust:
let c = '\u{9877}';
println!("{}", c); // Output: 顷
Go:
char := '\u9877'
fmt.Printf("%c\n", char) // Output: 顷
CSS:
/* CSS content property */
.element::before {
content: "\009877"; /* 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=%E9%A1%B7
MD5:
03c48142f72ecd1d8370f6b18cd23ef4
SHA1:
a745869e592521eecfdc67d5acf371ed829ef9e0
Base64:
6aG3