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