C:
char c = '\u82A4';
printf("%c\n", c); // Output: 芤
JavaScript:
const char = '\u82A4';
console.log(char); // Output: 芤
Java:
char c = '\u82A4';
System.out.println(c); // Output: 芤
JSON:
{"text": "\u82A4"} // Value: 芤
Python:
char = '\u82A4'
print(char) # Output: 芤
Perl:
my $char = "\x{82A4}";
print $char; # Output: 芤
PHP:
$char = "\x{82A4}";
echo $char; // Output: 芤
Ruby:
char = "\u{82A4}"
puts char # Output: 芤
Rust:
let c = '\u{82A4}';
println!("{}", c); // Output: 芤
Go:
char := '\u82A4'
fmt.Printf("%c\n", char) // Output: 芤
CSS:
/* CSS content property */
.element::before {
content: "\0082A4"; /* 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%A4
MD5:
ac2c2631e21fdba38e5440e47d00f49d
SHA1:
574f1c18e6fa7398ce011a9603783ea3ce7bbf92
Base64:
6Iqk