C:
char c = '\u7478';
printf("%c\n", c); // Output: 瑸
JavaScript:
const char = '\u7478';
console.log(char); // Output: 瑸
Java:
char c = '\u7478';
System.out.println(c); // Output: 瑸
JSON:
{"text": "\u7478"} // Value: 瑸
Python:
char = '\u7478'
print(char) # Output: 瑸
Perl:
my $char = "\x{7478}";
print $char; # Output: 瑸
PHP:
$char = "\x{7478}";
echo $char; // Output: 瑸
Ruby:
char = "\u{7478}"
puts char # Output: 瑸
Rust:
let c = '\u{7478}';
println!("{}", c); // Output: 瑸
Go:
char := '\u7478'
fmt.Printf("%c\n", char) // Output: 瑸
CSS:
/* CSS content property */
.element::before {
content: "\007478"; /* 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%B8
MD5:
1c5ff15bacba0d0a42fc5d50ef1c3911
SHA1:
8351620d33afe8b580fc1f0f1ea8dd26fb6d7afe
Base64:
55G4