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