C:
char c = '\u9726';
printf("%c\n", c); // Output: 霦
JavaScript:
const char = '\u9726';
console.log(char); // Output: 霦
Java:
char c = '\u9726';
System.out.println(c); // Output: 霦
JSON:
{"text": "\u9726"} // Value: 霦
Python:
char = '\u9726'
print(char) # Output: 霦
Perl:
my $char = "\x{9726}";
print $char; # Output: 霦
PHP:
$char = "\x{9726}";
echo $char; // Output: 霦
Ruby:
char = "\u{9726}"
puts char # Output: 霦
Rust:
let c = '\u{9726}';
println!("{}", c); // Output: 霦
Go:
char := '\u9726'
fmt.Printf("%c\n", char) // Output: 霦
CSS:
/* CSS content property */
.element::before {
content: "\009726"; /* 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%A6
MD5:
f5f4c39a10cea465af6024d55c079cf4
SHA1:
61cf16759a994848829dbdae8285b2145afbceb5
Base64:
6Zym