C:
char c = '\u9735';
printf("%c\n", c); // Output: 霵
JavaScript:
const char = '\u9735';
console.log(char); // Output: 霵
Java:
char c = '\u9735';
System.out.println(c); // Output: 霵
JSON:
{"text": "\u9735"} // Value: 霵
Python:
char = '\u9735'
print(char) # Output: 霵
Perl:
my $char = "\x{9735}";
print $char; # Output: 霵
PHP:
$char = "\x{9735}";
echo $char; // Output: 霵
Ruby:
char = "\u{9735}"
puts char # Output: 霵
Rust:
let c = '\u{9735}';
println!("{}", c); // Output: 霵
Go:
char := '\u9735'
fmt.Printf("%c\n", char) // Output: 霵
CSS:
/* CSS content property */
.element::before {
content: "\009735"; /* 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%B5
MD5:
94b9d1096288c8df4f127c58aa294ff3
SHA1:
db551273be175d70a4d68a9b5abd2b37ccce55ea
Base64:
6Zy1