C:
char c = '\u7879';
printf("%c\n", c); // Output: 硹
JavaScript:
const char = '\u7879';
console.log(char); // Output: 硹
Java:
char c = '\u7879';
System.out.println(c); // Output: 硹
JSON:
{"text": "\u7879"} // Value: 硹
Python:
char = '\u7879'
print(char) # Output: 硹
Perl:
my $char = "\x{7879}";
print $char; # Output: 硹
PHP:
$char = "\x{7879}";
echo $char; // Output: 硹
Ruby:
char = "\u{7879}"
puts char # Output: 硹
Rust:
let c = '\u{7879}';
println!("{}", c); // Output: 硹
Go:
char := '\u7879'
fmt.Printf("%c\n", char) // Output: 硹
CSS:
/* CSS content property */
.element::before {
content: "\007879"; /* 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%A1%B9
MD5:
4a51e5f7ce59229a9945ae0af54d81fd
SHA1:
d372fa9b76138dfb277f2d54b9ae10dc20293ec7
Base64:
56G5