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