C:
char c = '\u9617';
printf("%c\n", c); // Output: 阗
JavaScript:
const char = '\u9617';
console.log(char); // Output: 阗
Java:
char c = '\u9617';
System.out.println(c); // Output: 阗
JSON:
{"text": "\u9617"} // Value: 阗
Python:
char = '\u9617'
print(char) # Output: 阗
Perl:
my $char = "\x{9617}";
print $char; # Output: 阗
PHP:
$char = "\x{9617}";
echo $char; // Output: 阗
Ruby:
char = "\u{9617}"
puts char # Output: 阗
Rust:
let c = '\u{9617}';
println!("{}", c); // Output: 阗
Go:
char := '\u9617'
fmt.Printf("%c\n", char) // Output: 阗
CSS:
/* CSS content property */
.element::before {
content: "\009617"; /* 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%97
MD5:
db65e551568f68e6f402002163cdeb06
SHA1:
31e3aa8a7bf787e5467b06a020d32875d22ae409
Base64:
6ZiX