C:
char c = '\u537D';
printf("%c\n", c); // Output: 卽
JavaScript:
const char = '\u537D';
console.log(char); // Output: 卽
Java:
char c = '\u537D';
System.out.println(c); // Output: 卽
JSON:
{"text": "\u537D"} // Value: 卽
Python:
char = '\u537D'
print(char) # Output: 卽
Perl:
my $char = "\x{537D}";
print $char; # Output: 卽
PHP:
$char = "\x{537D}";
echo $char; // Output: 卽
Ruby:
char = "\u{537D}"
puts char # Output: 卽
Rust:
let c = '\u{537D}';
println!("{}", c); // Output: 卽
Go:
char := '\u537D'
fmt.Printf("%c\n", char) // Output: 卽
CSS:
/* CSS content property */
.element::before {
content: "\00537D"; /* 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%BD
MD5:
2a9597d62ebf08866b75c88dd0f54015
SHA1:
336e6b2d05b77d2766f86a7ac59823a9658efd70
Base64:
5Y29