C:
char c = '\u8622';
printf("%c\n", c); // Output: 蘢
JavaScript:
const char = '\u8622';
console.log(char); // Output: 蘢
Java:
char c = '\u8622';
System.out.println(c); // Output: 蘢
JSON:
{"text": "\u8622"} // Value: 蘢
Python:
char = '\u8622'
print(char) # Output: 蘢
Perl:
my $char = "\x{8622}";
print $char; # Output: 蘢
PHP:
$char = "\x{8622}";
echo $char; // Output: 蘢
Ruby:
char = "\u{8622}"
puts char # Output: 蘢
Rust:
let c = '\u{8622}';
println!("{}", c); // Output: 蘢
Go:
char := '\u8622'
fmt.Printf("%c\n", char) // Output: 蘢
CSS:
/* CSS content property */
.element::before {
content: "\008622"; /* 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%98%A2
MD5:
8ca86acc6ac6d82fd5ea9fb0ee34f6ec
SHA1:
9085b78ebd1a8f01b227239bdd8f301b7312dee0
Base64:
6Jii