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