C:
char c = '\u7499';
printf("%c\n", c); // Output: 璙
JavaScript:
const char = '\u7499';
console.log(char); // Output: 璙
Java:
char c = '\u7499';
System.out.println(c); // Output: 璙
JSON:
{"text": "\u7499"} // Value: 璙
Python:
char = '\u7499'
print(char) # Output: 璙
Perl:
my $char = "\x{7499}";
print $char; # Output: 璙
PHP:
$char = "\x{7499}";
echo $char; // Output: 璙
Ruby:
char = "\u{7499}"
puts char # Output: 璙
Rust:
let c = '\u{7499}';
println!("{}", c); // Output: 璙
Go:
char := '\u7499'
fmt.Printf("%c\n", char) // Output: 璙
CSS:
/* CSS content property */
.element::before {
content: "\007499"; /* 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%92%99
MD5:
3f527fef3d1b63f624e736dab7958be3
SHA1:
f3e1b674afbb03af68b9716cdbc785517080fa0a
Base64:
55KZ