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