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