C:
char c = '\u9585';
printf("%c\n", c); // Output: 閅
JavaScript:
const char = '\u9585';
console.log(char); // Output: 閅
Java:
char c = '\u9585';
System.out.println(c); // Output: 閅
JSON:
{"text": "\u9585"} // Value: 閅
Python:
char = '\u9585'
print(char) # Output: 閅
Perl:
my $char = "\x{9585}";
print $char; # Output: 閅
PHP:
$char = "\x{9585}";
echo $char; // Output: 閅
Ruby:
char = "\u{9585}"
puts char # Output: 閅
Rust:
let c = '\u{9585}';
println!("{}", c); // Output: 閅
Go:
char := '\u9585'
fmt.Printf("%c\n", char) // Output: 閅
CSS:
/* CSS content property */
.element::before {
content: "\009585"; /* 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%85
MD5:
b811ebc48171e3489b0cf87b2e1f393f
SHA1:
6c447ed200099e7d8165318a7ea7f76482e918d0
Base64:
6ZaF