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