C:
char c = '\u9878';
printf("%c\n", c); // Output: 顸
JavaScript:
const char = '\u9878';
console.log(char); // Output: 顸
Java:
char c = '\u9878';
System.out.println(c); // Output: 顸
JSON:
{"text": "\u9878"} // Value: 顸
Python:
char = '\u9878'
print(char) # Output: 顸
Perl:
my $char = "\x{9878}";
print $char; # Output: 顸
PHP:
$char = "\x{9878}";
echo $char; // Output: 顸
Ruby:
char = "\u{9878}"
puts char # Output: 顸
Rust:
let c = '\u{9878}';
println!("{}", c); // Output: 顸
Go:
char := '\u9878'
fmt.Printf("%c\n", char) // Output: 顸
CSS:
/* CSS content property */
.element::before {
content: "\009878"; /* 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%B8
MD5:
4a1a395044350060c6e1d94936074584
SHA1:
bd6470187c24d63267852480a7c1731a325f0453
Base64:
6aG4