C:
char c = '\u7078';
printf("%c\n", c); // Output: 灸
JavaScript:
const char = '\u7078';
console.log(char); // Output: 灸
Java:
char c = '\u7078';
System.out.println(c); // Output: 灸
JSON:
{"text": "\u7078"} // Value: 灸
Python:
char = '\u7078'
print(char) # Output: 灸
Perl:
my $char = "\x{7078}";
print $char; # Output: 灸
PHP:
$char = "\x{7078}";
echo $char; // Output: 灸
Ruby:
char = "\u{7078}"
puts char # Output: 灸
Rust:
let c = '\u{7078}';
println!("{}", c); // Output: 灸
Go:
char := '\u7078'
fmt.Printf("%c\n", char) // Output: 灸
CSS:
/* CSS content property */
.element::before {
content: "\007078"; /* 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%B8
MD5:
a96c6ccf1cbe8797581a0c594fd218ad
SHA1:
2687cbf545c65250b1b2717f19602df67ed0ea20
Base64:
54G4