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