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