C:
char c = '\u8284';
printf("%c\n", c); // Output: 芄
JavaScript:
const char = '\u8284';
console.log(char); // Output: 芄
Java:
char c = '\u8284';
System.out.println(c); // Output: 芄
JSON:
{"text": "\u8284"} // Value: 芄
Python:
char = '\u8284'
print(char) # Output: 芄
Perl:
my $char = "\x{8284}";
print $char; # Output: 芄
PHP:
$char = "\x{8284}";
echo $char; // Output: 芄
Ruby:
char = "\u{8284}"
puts char # Output: 芄
Rust:
let c = '\u{8284}';
println!("{}", c); // Output: 芄
Go:
char := '\u8284'
fmt.Printf("%c\n", char) // Output: 芄
CSS:
/* CSS content property */
.element::before {
content: "\008284"; /* 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%84
MD5:
e733082221381f318a7419e9e494b9b0
SHA1:
f6800e991e9dc61bfe123d3c0f3683bed6f7a41c
Base64:
6IqE