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