C:
char c = '\u79E5';
printf("%c\n", c); // Output: 秥
JavaScript:
const char = '\u79E5';
console.log(char); // Output: 秥
Java:
char c = '\u79E5';
System.out.println(c); // Output: 秥
JSON:
{"text": "\u79E5"} // Value: 秥
Python:
char = '\u79E5'
print(char) # Output: 秥
Perl:
my $char = "\x{79E5}";
print $char; # Output: 秥
PHP:
$char = "\x{79E5}";
echo $char; // Output: 秥
Ruby:
char = "\u{79E5}"
puts char # Output: 秥
Rust:
let c = '\u{79E5}';
println!("{}", c); // Output: 秥
Go:
char := '\u79E5'
fmt.Printf("%c\n", char) // Output: 秥
CSS:
/* CSS content property */
.element::before {
content: "\0079E5"; /* 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%A7%A5
MD5:
78c96516c3f5143257ef45caacbb5bb6
SHA1:
18c84066ce46f3688158e97f6c3d43250951e243
Base64:
56el