C:
char c = '\u56DF';
printf("%c\n", c); // Output: 囟
JavaScript:
const char = '\u56DF';
console.log(char); // Output: 囟
Java:
char c = '\u56DF';
System.out.println(c); // Output: 囟
JSON:
{"text": "\u56DF"} // Value: 囟
Python:
char = '\u56DF'
print(char) # Output: 囟
Perl:
my $char = "\x{56DF}";
print $char; # Output: 囟
PHP:
$char = "\x{56DF}";
echo $char; // Output: 囟
Ruby:
char = "\u{56DF}"
puts char # Output: 囟
Rust:
let c = '\u{56DF}';
println!("{}", c); // Output: 囟
Go:
char := '\u56DF'
fmt.Printf("%c\n", char) // Output: 囟
CSS:
/* CSS content property */
.element::before {
content: "\0056DF"; /* 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%9B%9F
MD5:
b276e6f0272b20598f4edc1445952617
SHA1:
3778158fbab702fb5000f53d7096ee7f6c001b7c
Base64:
5Zuf