C:
char c = '\u79D6';
printf("%c\n", c); // Output: 秖
JavaScript:
const char = '\u79D6';
console.log(char); // Output: 秖
Java:
char c = '\u79D6';
System.out.println(c); // Output: 秖
JSON:
{"text": "\u79D6"} // Value: 秖
Python:
char = '\u79D6'
print(char) # Output: 秖
Perl:
my $char = "\x{79D6}";
print $char; # Output: 秖
PHP:
$char = "\x{79D6}";
echo $char; // Output: 秖
Ruby:
char = "\u{79D6}"
puts char # Output: 秖
Rust:
let c = '\u{79D6}';
println!("{}", c); // Output: 秖
Go:
char := '\u79D6'
fmt.Printf("%c\n", char) // Output: 秖
CSS:
/* CSS content property */
.element::before {
content: "\0079D6"; /* 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%96
MD5:
e67c339c9882362daf159c8f1455917b
SHA1:
2fd8af37e065702f482648ff8ec5bdd8350a6819
Base64:
56eW