C:
char c = '\u971A';
printf("%c\n", c); // Output: 霚
JavaScript:
const char = '\u971A';
console.log(char); // Output: 霚
Java:
char c = '\u971A';
System.out.println(c); // Output: 霚
JSON:
{"text": "\u971A"} // Value: 霚
Python:
char = '\u971A'
print(char) # Output: 霚
Perl:
my $char = "\x{971A}";
print $char; # Output: 霚
PHP:
$char = "\x{971A}";
echo $char; // Output: 霚
Ruby:
char = "\u{971A}"
puts char # Output: 霚
Rust:
let c = '\u{971A}';
println!("{}", c); // Output: 霚
Go:
char := '\u971A'
fmt.Printf("%c\n", char) // Output: 霚
CSS:
/* CSS content property */
.element::before {
content: "\00971A"; /* 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%9A
MD5:
5355437145bc325b68eb57d47e8fce22
SHA1:
e8945ee58606236ef290d7aebbc51e5f9a5528dc
Base64:
6Zya