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