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