C:
char c = '\u7474';
printf("%c\n", c); // Output: 瑴
JavaScript:
const char = '\u7474';
console.log(char); // Output: 瑴
Java:
char c = '\u7474';
System.out.println(c); // Output: 瑴
JSON:
{"text": "\u7474"} // Value: 瑴
Python:
char = '\u7474'
print(char) # Output: 瑴
Perl:
my $char = "\x{7474}";
print $char; # Output: 瑴
PHP:
$char = "\x{7474}";
echo $char; // Output: 瑴
Ruby:
char = "\u{7474}"
puts char # Output: 瑴
Rust:
let c = '\u{7474}';
println!("{}", c); // Output: 瑴
Go:
char := '\u7474'
fmt.Printf("%c\n", char) // Output: 瑴
CSS:
/* CSS content property */
.element::before {
content: "\007474"; /* 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%B4
MD5:
847bd23fe40e468f39511cd477b3b270
SHA1:
49e8b64b5df007d638e753456e18e21d37fd3cc5
Base64:
55G0