C:
char c = '\u8294';
printf("%c\n", c); // Output: 芔
JavaScript:
const char = '\u8294';
console.log(char); // Output: 芔
Java:
char c = '\u8294';
System.out.println(c); // Output: 芔
JSON:
{"text": "\u8294"} // Value: 芔
Python:
char = '\u8294'
print(char) # Output: 芔
Perl:
my $char = "\x{8294}";
print $char; # Output: 芔
PHP:
$char = "\x{8294}";
echo $char; // Output: 芔
Ruby:
char = "\u{8294}"
puts char # Output: 芔
Rust:
let c = '\u{8294}';
println!("{}", c); // Output: 芔
Go:
char := '\u8294'
fmt.Printf("%c\n", char) // Output: 芔
CSS:
/* CSS content property */
.element::before {
content: "\008294"; /* 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%94
MD5:
da2ece30351585e58f2c59c5c687a6c3
SHA1:
463d1765f5054e2da38ed6cd962fe1f965df616a
Base64:
6IqU