C:
char c = '\u9583';
printf("%c\n", c); // Output: 閃
JavaScript:
const char = '\u9583';
console.log(char); // Output: 閃
Java:
char c = '\u9583';
System.out.println(c); // Output: 閃
JSON:
{"text": "\u9583"} // Value: 閃
Python:
char = '\u9583'
print(char) # Output: 閃
Perl:
my $char = "\x{9583}";
print $char; # Output: 閃
PHP:
$char = "\x{9583}";
echo $char; // Output: 閃
Ruby:
char = "\u{9583}"
puts char # Output: 閃
Rust:
let c = '\u{9583}';
println!("{}", c); // Output: 閃
Go:
char := '\u9583'
fmt.Printf("%c\n", char) // Output: 閃
CSS:
/* CSS content property */
.element::before {
content: "\009583"; /* 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%83
MD5:
613eefbfef2c85706ae5c2cba95a9095
SHA1:
e5d6d1a110d17b8406aa3232ed5dbc3cd48ca760
Base64:
6ZaD