C:
char c = '\u9710';
printf("%c\n", c); // Output: 霐
JavaScript:
const char = '\u9710';
console.log(char); // Output: 霐
Java:
char c = '\u9710';
System.out.println(c); // Output: 霐
JSON:
{"text": "\u9710"} // Value: 霐
Python:
char = '\u9710'
print(char) # Output: 霐
Perl:
my $char = "\x{9710}";
print $char; # Output: 霐
PHP:
$char = "\x{9710}";
echo $char; // Output: 霐
Ruby:
char = "\u{9710}"
puts char # Output: 霐
Rust:
let c = '\u{9710}';
println!("{}", c); // Output: 霐
Go:
char := '\u9710'
fmt.Printf("%c\n", char) // Output: 霐
CSS:
/* CSS content property */
.element::before {
content: "\009710"; /* 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%9C%90
MD5:
d1688f39b378ab067f1d0c65a65aa21e
SHA1:
1c7c0b1fb0bc5d4f870397829faa5f057d19227a
Base64:
6ZyQ