C:
char c = '\u7467';
printf("%c\n", c); // Output: 瑧
JavaScript:
const char = '\u7467';
console.log(char); // Output: 瑧
Java:
char c = '\u7467';
System.out.println(c); // Output: 瑧
JSON:
{"text": "\u7467"} // Value: 瑧
Python:
char = '\u7467'
print(char) # Output: 瑧
Perl:
my $char = "\x{7467}";
print $char; # Output: 瑧
PHP:
$char = "\x{7467}";
echo $char; // Output: 瑧
Ruby:
char = "\u{7467}"
puts char # Output: 瑧
Rust:
let c = '\u{7467}';
println!("{}", c); // Output: 瑧
Go:
char := '\u7467'
fmt.Printf("%c\n", char) // Output: 瑧
CSS:
/* CSS content property */
.element::before {
content: "\007467"; /* 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%A7
MD5:
4a84d1010a7b7885723dc6dea42be13d
SHA1:
2e63d109315a144daaee3717e743a936486630c0
Base64:
55Gn