C:
char c = '\u9586';
printf("%c\n", c); // Output: 閆
JavaScript:
const char = '\u9586';
console.log(char); // Output: 閆
Java:
char c = '\u9586';
System.out.println(c); // Output: 閆
JSON:
{"text": "\u9586"} // Value: 閆
Python:
char = '\u9586'
print(char) # Output: 閆
Perl:
my $char = "\x{9586}";
print $char; # Output: 閆
PHP:
$char = "\x{9586}";
echo $char; // Output: 閆
Ruby:
char = "\u{9586}"
puts char # Output: 閆
Rust:
let c = '\u{9586}';
println!("{}", c); // Output: 閆
Go:
char := '\u9586'
fmt.Printf("%c\n", char) // Output: 閆
CSS:
/* CSS content property */
.element::before {
content: "\009586"; /* 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%86
MD5:
58582db8b9008e78c713791e5f93944f
SHA1:
f61966ea1b5f65e343cb47408af35ccefd860f85
Base64:
6ZaG