C:
char c = '\u5374';
printf("%c\n", c); // Output: 却
JavaScript:
const char = '\u5374';
console.log(char); // Output: 却
Java:
char c = '\u5374';
System.out.println(c); // Output: 却
JSON:
{"text": "\u5374"} // Value: 却
Python:
char = '\u5374'
print(char) # Output: 却
Perl:
my $char = "\x{5374}";
print $char; # Output: 却
PHP:
$char = "\x{5374}";
echo $char; // Output: 却
Ruby:
char = "\u{5374}"
puts char # Output: 却
Rust:
let c = '\u{5374}';
println!("{}", c); // Output: 却
Go:
char := '\u5374'
fmt.Printf("%c\n", char) // Output: 却
CSS:
/* CSS content property */
.element::before {
content: "\005374"; /* 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=%E5%8D%B4
MD5:
420fdd2ff154c831adb93bb997f6ee75
SHA1:
8f6ba8ca794c67278c0560e833958f0f1f5b357b
Base64:
5Y20