C:
char c = '\u960D';
printf("%c\n", c); // Output: 阍
JavaScript:
const char = '\u960D';
console.log(char); // Output: 阍
Java:
char c = '\u960D';
System.out.println(c); // Output: 阍
JSON:
{"text": "\u960D"} // Value: 阍
Python:
char = '\u960D'
print(char) # Output: 阍
Perl:
my $char = "\x{960D}";
print $char; # Output: 阍
PHP:
$char = "\x{960D}";
echo $char; // Output: 阍
Ruby:
char = "\u{960D}"
puts char # Output: 阍
Rust:
let c = '\u{960D}';
println!("{}", c); // Output: 阍
Go:
char := '\u960D'
fmt.Printf("%c\n", char) // Output: 阍
CSS:
/* CSS content property */
.element::before {
content: "\00960D"; /* 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%8D
MD5:
8291c7c1daade93e6bc78d119cf26b91
SHA1:
435f51b23c0119237eb3e0967645136af70305cb
Base64:
6ZiN