C:
char c = '\u57DE';
printf("%c\n", c); // Output: 埞
JavaScript:
const char = '\u57DE';
console.log(char); // Output: 埞
Java:
char c = '\u57DE';
System.out.println(c); // Output: 埞
JSON:
{"text": "\u57DE"} // Value: 埞
Python:
char = '\u57DE'
print(char) # Output: 埞
Perl:
my $char = "\x{57DE}";
print $char; # Output: 埞
PHP:
$char = "\x{57DE}";
echo $char; // Output: 埞
Ruby:
char = "\u{57DE}"
puts char # Output: 埞
Rust:
let c = '\u{57DE}';
println!("{}", c); // Output: 埞
Go:
char := '\u57DE'
fmt.Printf("%c\n", char) // Output: 埞
CSS:
/* CSS content property */
.element::before {
content: "\0057DE"; /* 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=%E5%9F%9E
MD5:
6588e28b51a18ac88f6f63027ae57eab
SHA1:
c4e8d456ab938038d1e4ed0feb6ecf39c928bbf3
Base64:
5Z+e