C:
char c = '\u85DC';
printf("%c\n", c); // Output: 藜
JavaScript:
const char = '\u85DC';
console.log(char); // Output: 藜
Java:
char c = '\u85DC';
System.out.println(c); // Output: 藜
JSON:
{"text": "\u85DC"} // Value: 藜
Python:
char = '\u85DC'
print(char) # Output: 藜
Perl:
my $char = "\x{85DC}";
print $char; # Output: 藜
PHP:
$char = "\x{85DC}";
echo $char; // Output: 藜
Ruby:
char = "\u{85DC}"
puts char # Output: 藜
Rust:
let c = '\u{85DC}';
println!("{}", c); // Output: 藜
Go:
char := '\u85DC'
fmt.Printf("%c\n", char) // Output: 藜
CSS:
/* CSS content property */
.element::before {
content: "\0085DC"; /* 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=%E8%97%9C
MD5:
918c45ba2fcc3a1a16f1331513677cc2
SHA1:
d32dddee0d59a7f0161453a223f83a6c38b9960f
Base64:
6Jec