C:
char c = '\u6267';
printf("%c\n", c); // Output: 执
JavaScript:
const char = '\u6267';
console.log(char); // Output: 执
Java:
char c = '\u6267';
System.out.println(c); // Output: 执
JSON:
{"text": "\u6267"} // Value: 执
Python:
char = '\u6267'
print(char) # Output: 执
Perl:
my $char = "\x{6267}";
print $char; # Output: 执
PHP:
$char = "\x{6267}";
echo $char; // Output: 执
Ruby:
char = "\u{6267}"
puts char # Output: 执
Rust:
let c = '\u{6267}';
println!("{}", c); // Output: 执
Go:
char := '\u6267'
fmt.Printf("%c\n", char) // Output: 执
CSS:
/* CSS content property */
.element::before {
content: "\006267"; /* 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=%E6%89%A7
MD5:
6b4740b389f58a42985e727401c4b873
SHA1:
da46836d2e36a9f3be36a46279305a5210a90a80
Base64:
5omn