C:
char c = '\u9739';
printf("%c\n", c); // Output: 霹
JavaScript:
const char = '\u9739';
console.log(char); // Output: 霹
Java:
char c = '\u9739';
System.out.println(c); // Output: 霹
JSON:
{"text": "\u9739"} // Value: 霹
Python:
char = '\u9739'
print(char) # Output: 霹
Perl:
my $char = "\x{9739}";
print $char; # Output: 霹
PHP:
$char = "\x{9739}";
echo $char; // Output: 霹
Ruby:
char = "\u{9739}"
puts char # Output: 霹
Rust:
let c = '\u{9739}';
println!("{}", c); // Output: 霹
Go:
char := '\u9739'
fmt.Printf("%c\n", char) // Output: 霹
CSS:
/* CSS content property */
.element::before {
content: "\009739"; /* 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%B9
MD5:
1cdae4650ef37b157462baec4335846e
SHA1:
70664a9d528e17dca2824a9f4f4dd633d7bdf9f1
Base64:
6Zy5