C:
char c = '\u739E';
printf("%c\n", c); // Output: 玞
JavaScript:
const char = '\u739E';
console.log(char); // Output: 玞
Java:
char c = '\u739E';
System.out.println(c); // Output: 玞
JSON:
{"text": "\u739E"} // Value: 玞
Python:
char = '\u739E'
print(char) # Output: 玞
Perl:
my $char = "\x{739E}";
print $char; # Output: 玞
PHP:
$char = "\x{739E}";
echo $char; // Output: 玞
Ruby:
char = "\u{739E}"
puts char # Output: 玞
Rust:
let c = '\u{739E}';
println!("{}", c); // Output: 玞
Go:
char := '\u739E'
fmt.Printf("%c\n", char) // Output: 玞
CSS:
/* CSS content property */
.element::before {
content: "\00739E"; /* 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%8E%9E
MD5:
7ec6bd16a42e8c92228be83ed9eba50d
SHA1:
6ee6acc767082bdf7058136fb8ce4c165cd2ea9c
Base64:
546e