C:
char c = '\u74C0';
printf("%c\n", c); // Output: 瓀
JavaScript:
const char = '\u74C0';
console.log(char); // Output: 瓀
Java:
char c = '\u74C0';
System.out.println(c); // Output: 瓀
JSON:
{"text": "\u74C0"} // Value: 瓀
Python:
char = '\u74C0'
print(char) # Output: 瓀
Perl:
my $char = "\x{74C0}";
print $char; # Output: 瓀
PHP:
$char = "\x{74C0}";
echo $char; // Output: 瓀
Ruby:
char = "\u{74C0}"
puts char # Output: 瓀
Rust:
let c = '\u{74C0}';
println!("{}", c); // Output: 瓀
Go:
char := '\u74C0'
fmt.Printf("%c\n", char) // Output: 瓀
CSS:
/* CSS content property */
.element::before {
content: "\0074C0"; /* 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%93%80
MD5:
a1599243fe1bffa546eb9fc98f05ab85
SHA1:
bde3d5e8613d1710c4a0b631afc7f667b65502a0
Base64:
55OA