C:
char c = '\u8617';
printf("%c\n", c); // Output: 蘗
JavaScript:
const char = '\u8617';
console.log(char); // Output: 蘗
Java:
char c = '\u8617';
System.out.println(c); // Output: 蘗
JSON:
{"text": "\u8617"} // Value: 蘗
Python:
char = '\u8617'
print(char) # Output: 蘗
Perl:
my $char = "\x{8617}";
print $char; # Output: 蘗
PHP:
$char = "\x{8617}";
echo $char; // Output: 蘗
Ruby:
char = "\u{8617}"
puts char # Output: 蘗
Rust:
let c = '\u{8617}';
println!("{}", c); // Output: 蘗
Go:
char := '\u8617'
fmt.Printf("%c\n", char) // Output: 蘗
CSS:
/* CSS content property */
.element::before {
content: "\008617"; /* 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%97
MD5:
1e65b342be23e8c7c346e9086b7f2af0
SHA1:
08ddb89b53d93b2632e90e29cf05a127b8b8c274
Base64:
6JiX