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