C:
char c = '\u571E';
printf("%c\n", c); // Output: 圞
JavaScript:
const char = '\u571E';
console.log(char); // Output: 圞
Java:
char c = '\u571E';
System.out.println(c); // Output: 圞
JSON:
{"text": "\u571E"} // Value: 圞
Python:
char = '\u571E'
print(char) # Output: 圞
Perl:
my $char = "\x{571E}";
print $char; # Output: 圞
PHP:
$char = "\x{571E}";
echo $char; // Output: 圞
Ruby:
char = "\u{571E}"
puts char # Output: 圞
Rust:
let c = '\u{571E}';
println!("{}", c); // Output: 圞
Go:
char := '\u571E'
fmt.Printf("%c\n", char) // Output: 圞
CSS:
/* CSS content property */
.element::before {
content: "\00571E"; /* 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%9C%9E
MD5:
b80de785853925a8cc2ab22eced7a755
SHA1:
2d01cd2a948d4c4ec67c96c7d0af3fbb6239e347
Base64:
5Zye