C:
char c = '\u7446';
printf("%c\n", c); // Output: 瑆
JavaScript:
const char = '\u7446';
console.log(char); // Output: 瑆
Java:
char c = '\u7446';
System.out.println(c); // Output: 瑆
JSON:
{"text": "\u7446"} // Value: 瑆
Python:
char = '\u7446'
print(char) # Output: 瑆
Perl:
my $char = "\x{7446}";
print $char; # Output: 瑆
PHP:
$char = "\x{7446}";
echo $char; // Output: 瑆
Ruby:
char = "\u{7446}"
puts char # Output: 瑆
Rust:
let c = '\u{7446}';
println!("{}", c); // Output: 瑆
Go:
char := '\u7446'
fmt.Printf("%c\n", char) // Output: 瑆
CSS:
/* CSS content property */
.element::before {
content: "\007446"; /* 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%86
MD5:
1a933fc0178b5a7eb66ce19c156e505e
SHA1:
93ab3a243f25c78b0f2b4faa882a39abb4ab0627
Base64:
55GG