C:
char c = '\u57F7';
printf("%c\n", c); // Output: 執
JavaScript:
const char = '\u57F7';
console.log(char); // Output: 執
Java:
char c = '\u57F7';
System.out.println(c); // Output: 執
JSON:
{"text": "\u57F7"} // Value: 執
Python:
char = '\u57F7'
print(char) # Output: 執
Perl:
my $char = "\x{57F7}";
print $char; # Output: 執
PHP:
$char = "\x{57F7}";
echo $char; // Output: 執
Ruby:
char = "\u{57F7}"
puts char # Output: 執
Rust:
let c = '\u{57F7}';
println!("{}", c); // Output: 執
Go:
char := '\u57F7'
fmt.Printf("%c\n", char) // Output: 執
CSS:
/* CSS content property */
.element::before {
content: "\0057F7"; /* 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%9F%B7
MD5:
37a3228daa8eb722c17be28173f69bcd
SHA1:
2763813add4cd4a23f96bfae55b6dcfe02702fda
Base64:
5Z+3