C:
char c = '\u572B';
printf("%c\n", c); // Output: 圫
JavaScript:
const char = '\u572B';
console.log(char); // Output: 圫
Java:
char c = '\u572B';
System.out.println(c); // Output: 圫
JSON:
{"text": "\u572B"} // Value: 圫
Python:
char = '\u572B'
print(char) # Output: 圫
Perl:
my $char = "\x{572B}";
print $char; # Output: 圫
PHP:
$char = "\x{572B}";
echo $char; // Output: 圫
Ruby:
char = "\u{572B}"
puts char # Output: 圫
Rust:
let c = '\u{572B}';
println!("{}", c); // Output: 圫
Go:
char := '\u572B'
fmt.Printf("%c\n", char) // Output: 圫
CSS:
/* CSS content property */
.element::before {
content: "\00572B"; /* 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%AB
MD5:
e49ce66a107174661047a2089a787c57
SHA1:
fcfc722b337367a1dc3ae0c93350df66e38363ce
Base64:
5Zyr