C:
char c = '\u511E';
printf("%c\n", c); // Output: 儞
JavaScript:
const char = '\u511E';
console.log(char); // Output: 儞
Java:
char c = '\u511E';
System.out.println(c); // Output: 儞
JSON:
{"text": "\u511E"} // Value: 儞
Python:
char = '\u511E'
print(char) # Output: 儞
Perl:
my $char = "\x{511E}";
print $char; # Output: 儞
PHP:
$char = "\x{511E}";
echo $char; // Output: 儞
Ruby:
char = "\u{511E}"
puts char # Output: 儞
Rust:
let c = '\u{511E}';
println!("{}", c); // Output: 儞
Go:
char := '\u511E'
fmt.Printf("%c\n", char) // Output: 儞
CSS:
/* CSS content property */
.element::before {
content: "\00511E"; /* 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%84%9E
MD5:
4d6f24c329b93f7951179865eddd702f
SHA1:
23a081ca793b414bb1d4b706c668b5a38f9d3876
Base64:
5YSe