C:
char c = '\u9722';
printf("%c\n", c); // Output: 霢
JavaScript:
const char = '\u9722';
console.log(char); // Output: 霢
Java:
char c = '\u9722';
System.out.println(c); // Output: 霢
JSON:
{"text": "\u9722"} // Value: 霢
Python:
char = '\u9722'
print(char) # Output: 霢
Perl:
my $char = "\x{9722}";
print $char; # Output: 霢
PHP:
$char = "\x{9722}";
echo $char; // Output: 霢
Ruby:
char = "\u{9722}"
puts char # Output: 霢
Rust:
let c = '\u{9722}';
println!("{}", c); // Output: 霢
Go:
char := '\u9722'
fmt.Printf("%c\n", char) // Output: 霢
CSS:
/* CSS content property */
.element::before {
content: "\009722"; /* 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%A2
MD5:
b24c6d9306fe14861fd1bd582360435d
SHA1:
cf28a884e1975c9fac6ffa1a6e24000cbe1d0971
Base64:
6Zyi