C:
char c = '\u9584';
printf("%c\n", c); // Output: 閄
JavaScript:
const char = '\u9584';
console.log(char); // Output: 閄
Java:
char c = '\u9584';
System.out.println(c); // Output: 閄
JSON:
{"text": "\u9584"} // Value: 閄
Python:
char = '\u9584'
print(char) # Output: 閄
Perl:
my $char = "\x{9584}";
print $char; # Output: 閄
PHP:
$char = "\x{9584}";
echo $char; // Output: 閄
Ruby:
char = "\u{9584}"
puts char # Output: 閄
Rust:
let c = '\u{9584}';
println!("{}", c); // Output: 閄
Go:
char := '\u9584'
fmt.Printf("%c\n", char) // Output: 閄
CSS:
/* CSS content property */
.element::before {
content: "\009584"; /* 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%84
MD5:
405ba16ceed202b964063a32e31ebca4
SHA1:
2e4d71cdde11ab443580520e3b3971aa291f270c
Base64:
6ZaE