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