C:
char c = '\u8287';
printf("%c\n", c); // Output: 芇
JavaScript:
const char = '\u8287';
console.log(char); // Output: 芇
Java:
char c = '\u8287';
System.out.println(c); // Output: 芇
JSON:
{"text": "\u8287"} // Value: 芇
Python:
char = '\u8287'
print(char) # Output: 芇
Perl:
my $char = "\x{8287}";
print $char; # Output: 芇
PHP:
$char = "\x{8287}";
echo $char; // Output: 芇
Ruby:
char = "\u{8287}"
puts char # Output: 芇
Rust:
let c = '\u{8287}';
println!("{}", c); // Output: 芇
Go:
char := '\u8287'
fmt.Printf("%c\n", char) // Output: 芇
CSS:
/* CSS content property */
.element::before {
content: "\008287"; /* 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%8A%87
MD5:
d704ebb615032914b4e5da87a2f59647
SHA1:
9d6ed2611cbcf9b1a2173856f8df559a0f7790b8
Base64:
6IqH