C:
char c = '\u828A';
printf("%c\n", c); // Output: 芊
JavaScript:
const char = '\u828A';
console.log(char); // Output: 芊
Java:
char c = '\u828A';
System.out.println(c); // Output: 芊
JSON:
{"text": "\u828A"} // Value: 芊
Python:
char = '\u828A'
print(char) # Output: 芊
Perl:
my $char = "\x{828A}";
print $char; # Output: 芊
PHP:
$char = "\x{828A}";
echo $char; // Output: 芊
Ruby:
char = "\u{828A}"
puts char # Output: 芊
Rust:
let c = '\u{828A}';
println!("{}", c); // Output: 芊
Go:
char := '\u828A'
fmt.Printf("%c\n", char) // Output: 芊
CSS:
/* CSS content property */
.element::before {
content: "\00828A"; /* 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%8A
MD5:
305216ae99f1abff50d1574667b950db
SHA1:
2829c5d4edcade2973cdaf6bae185dd38fc879d5
Base64:
6IqK