C:
char c = '\u9736';
printf("%c\n", c); // Output: 霶
JavaScript:
const char = '\u9736';
console.log(char); // Output: 霶
Java:
char c = '\u9736';
System.out.println(c); // Output: 霶
JSON:
{"text": "\u9736"} // Value: 霶
Python:
char = '\u9736'
print(char) # Output: 霶
Perl:
my $char = "\x{9736}";
print $char; # Output: 霶
PHP:
$char = "\x{9736}";
echo $char; // Output: 霶
Ruby:
char = "\u{9736}"
puts char # Output: 霶
Rust:
let c = '\u{9736}';
println!("{}", c); // Output: 霶
Go:
char := '\u9736'
fmt.Printf("%c\n", char) // Output: 霶
CSS:
/* CSS content property */
.element::before {
content: "\009736"; /* 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%B6
MD5:
94188b6d52ccdf0cae608af642f3eef1
SHA1:
8751a8d453056c6c32b8d92b259ddc59f3355fdf
Base64:
6Zy2