C:
char c = '\u972F';
printf("%c\n", c); // Output: 霯
JavaScript:
const char = '\u972F';
console.log(char); // Output: 霯
Java:
char c = '\u972F';
System.out.println(c); // Output: 霯
JSON:
{"text": "\u972F"} // Value: 霯
Python:
char = '\u972F'
print(char) # Output: 霯
Perl:
my $char = "\x{972F}";
print $char; # Output: 霯
PHP:
$char = "\x{972F}";
echo $char; // Output: 霯
Ruby:
char = "\u{972F}"
puts char # Output: 霯
Rust:
let c = '\u{972F}';
println!("{}", c); // Output: 霯
Go:
char := '\u972F'
fmt.Printf("%c\n", char) // Output: 霯
CSS:
/* CSS content property */
.element::before {
content: "\00972F"; /* 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%AF
MD5:
17da3f8c5174d382a01833fd9ed4efb2
SHA1:
34ddb39549df46de3d8462df4452f2694d1a0f50
Base64:
6Zyv