C:
char c = '\u74FA';
printf("%c\n", c); // Output: 瓺
JavaScript:
const char = '\u74FA';
console.log(char); // Output: 瓺
Java:
char c = '\u74FA';
System.out.println(c); // Output: 瓺
JSON:
{"text": "\u74FA"} // Value: 瓺
Python:
char = '\u74FA'
print(char) # Output: 瓺
Perl:
my $char = "\x{74FA}";
print $char; # Output: 瓺
PHP:
$char = "\x{74FA}";
echo $char; // Output: 瓺
Ruby:
char = "\u{74FA}"
puts char # Output: 瓺
Rust:
let c = '\u{74FA}';
println!("{}", c); // Output: 瓺
Go:
char := '\u74FA'
fmt.Printf("%c\n", char) // Output: 瓺
CSS:
/* CSS content property */
.element::before {
content: "\0074FA"; /* 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%93%BA
MD5:
d865f7d57e61c12e3ad126db3c0082f1
SHA1:
713961f2db470832e1198b51a314e1089cf6e10c
Base64:
55O6