C:
char c = '\u7109';
printf("%c\n", c); // Output: 焉
JavaScript:
const char = '\u7109';
console.log(char); // Output: 焉
Java:
char c = '\u7109';
System.out.println(c); // Output: 焉
JSON:
{"text": "\u7109"} // Value: 焉
Python:
char = '\u7109'
print(char) # Output: 焉
Perl:
my $char = "\x{7109}";
print $char; # Output: 焉
PHP:
$char = "\x{7109}";
echo $char; // Output: 焉
Ruby:
char = "\u{7109}"
puts char # Output: 焉
Rust:
let c = '\u{7109}';
println!("{}", c); // Output: 焉
Go:
char := '\u7109'
fmt.Printf("%c\n", char) // Output: 焉
CSS:
/* CSS content property */
.element::before {
content: "\007109"; /* 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%84%89
MD5:
90db604812b367bb47cbefe8813b1acc
SHA1:
e7b0297d98562e66aa40e0c375ae6ef87baf3cbb
Base64:
54SJ