C:
char c = '\u972A';
printf("%c\n", c); // Output: 霪
JavaScript:
const char = '\u972A';
console.log(char); // Output: 霪
Java:
char c = '\u972A';
System.out.println(c); // Output: 霪
JSON:
{"text": "\u972A"} // Value: 霪
Python:
char = '\u972A'
print(char) # Output: 霪
Perl:
my $char = "\x{972A}";
print $char; # Output: 霪
PHP:
$char = "\x{972A}";
echo $char; // Output: 霪
Ruby:
char = "\u{972A}"
puts char # Output: 霪
Rust:
let c = '\u{972A}';
println!("{}", c); // Output: 霪
Go:
char := '\u972A'
fmt.Printf("%c\n", char) // Output: 霪
CSS:
/* CSS content property */
.element::before {
content: "\00972A"; /* 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%AA
MD5:
32680221d23e708bd4e71ea68ad64b79
SHA1:
fc9de4f534b09b31bbd1dd5c7f821a5464273227
Base64:
6Zyq