C:
char c = '\u958C';
printf("%c\n", c); // Output: 閌
JavaScript:
const char = '\u958C';
console.log(char); // Output: 閌
Java:
char c = '\u958C';
System.out.println(c); // Output: 閌
JSON:
{"text": "\u958C"} // Value: 閌
Python:
char = '\u958C'
print(char) # Output: 閌
Perl:
my $char = "\x{958C}";
print $char; # Output: 閌
PHP:
$char = "\x{958C}";
echo $char; // Output: 閌
Ruby:
char = "\u{958C}"
puts char # Output: 閌
Rust:
let c = '\u{958C}';
println!("{}", c); // Output: 閌
Go:
char := '\u958C'
fmt.Printf("%c\n", char) // Output: 閌
CSS:
/* CSS content property */
.element::before {
content: "\00958C"; /* 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%96%8C
MD5:
7ef393b6d1c6f7e02bd74a548cf92483
SHA1:
12eaacfdb4f7090b5cc9551f04b4e7f745e693b3
Base64:
6ZaM