C:
char c = '\u537B';
printf("%c\n", c); // Output: 卻
JavaScript:
const char = '\u537B';
console.log(char); // Output: 卻
Java:
char c = '\u537B';
System.out.println(c); // Output: 卻
JSON:
{"text": "\u537B"} // Value: 卻
Python:
char = '\u537B'
print(char) # Output: 卻
Perl:
my $char = "\x{537B}";
print $char; # Output: 卻
PHP:
$char = "\x{537B}";
echo $char; // Output: 卻
Ruby:
char = "\u{537B}"
puts char # Output: 卻
Rust:
let c = '\u{537B}';
println!("{}", c); // Output: 卻
Go:
char := '\u537B'
fmt.Printf("%c\n", char) // Output: 卻
CSS:
/* CSS content property */
.element::before {
content: "\00537B"; /* 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%BB
MD5:
0a2cdd2594835a2213d0279a21e6403d
SHA1:
5732a44c46821d154d9ca7a7eaa2176430ec5a24
Base64:
5Y27