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