C:
char c = '\u7475';
printf("%c\n", c); // Output: 瑵
JavaScript:
const char = '\u7475';
console.log(char); // Output: 瑵
Java:
char c = '\u7475';
System.out.println(c); // Output: 瑵
JSON:
{"text": "\u7475"} // Value: 瑵
Python:
char = '\u7475'
print(char) # Output: 瑵
Perl:
my $char = "\x{7475}";
print $char; # Output: 瑵
PHP:
$char = "\x{7475}";
echo $char; // Output: 瑵
Ruby:
char = "\u{7475}"
puts char # Output: 瑵
Rust:
let c = '\u{7475}';
println!("{}", c); // Output: 瑵
Go:
char := '\u7475'
fmt.Printf("%c\n", char) // Output: 瑵
CSS:
/* CSS content property */
.element::before {
content: "\007475"; /* 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%B5
MD5:
09af6134f266e904cb663d2b6b9a0632
SHA1:
80476fab640f8345ef0eea7c329c589efa337968
Base64:
55G1