C:
char c = '\u8293';
printf("%c\n", c); // Output: 芓
JavaScript:
const char = '\u8293';
console.log(char); // Output: 芓
Java:
char c = '\u8293';
System.out.println(c); // Output: 芓
JSON:
{"text": "\u8293"} // Value: 芓
Python:
char = '\u8293'
print(char) # Output: 芓
Perl:
my $char = "\x{8293}";
print $char; # Output: 芓
PHP:
$char = "\x{8293}";
echo $char; // Output: 芓
Ruby:
char = "\u{8293}"
puts char # Output: 芓
Rust:
let c = '\u{8293}';
println!("{}", c); // Output: 芓
Go:
char := '\u8293'
fmt.Printf("%c\n", char) // Output: 芓
CSS:
/* CSS content property */
.element::before {
content: "\008293"; /* 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%93
MD5:
3abeb02539a7020dec2bf5d0b9036101
SHA1:
014a14455630c121e92ae6f287957505bc0ffdc7
Base64:
6IqT