C:
char c = '\u707A';
printf("%c\n", c); // Output: 灺
JavaScript:
const char = '\u707A';
console.log(char); // Output: 灺
Java:
char c = '\u707A';
System.out.println(c); // Output: 灺
JSON:
{"text": "\u707A"} // Value: 灺
Python:
char = '\u707A'
print(char) # Output: 灺
Perl:
my $char = "\x{707A}";
print $char; # Output: 灺
PHP:
$char = "\x{707A}";
echo $char; // Output: 灺
Ruby:
char = "\u{707A}"
puts char # Output: 灺
Rust:
let c = '\u{707A}';
println!("{}", c); // Output: 灺
Go:
char := '\u707A'
fmt.Printf("%c\n", char) // Output: 灺
CSS:
/* CSS content property */
.element::before {
content: "\00707A"; /* 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=%E7%81%BA
MD5:
815a17294b99b8b1ba8b88c2eb26f2b7
SHA1:
65473bfa44d08c09afe8b805b4336f77168c8c55
Base64:
54G6