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