C:
char c = '\u9616';
printf("%c\n", c); // Output: 阖
JavaScript:
const char = '\u9616';
console.log(char); // Output: 阖
Java:
char c = '\u9616';
System.out.println(c); // Output: 阖
JSON:
{"text": "\u9616"} // Value: 阖
Python:
char = '\u9616'
print(char) # Output: 阖
Perl:
my $char = "\x{9616}";
print $char; # Output: 阖
PHP:
$char = "\x{9616}";
echo $char; // Output: 阖
Ruby:
char = "\u{9616}"
puts char # Output: 阖
Rust:
let c = '\u{9616}';
println!("{}", c); // Output: 阖
Go:
char := '\u9616'
fmt.Printf("%c\n", char) // Output: 阖
CSS:
/* CSS content property */
.element::before {
content: "\009616"; /* 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=%E9%98%96
MD5:
1dcfdfe393af5fe54e0f49ad6997ae3e
SHA1:
236306e6f4a155f299a5020e1a8613f3bad8e0e1
Base64:
6ZiW