C:
char c = '\u7EFC';
printf("%c\n", c); // Output: 综
JavaScript:
const char = '\u7EFC';
console.log(char); // Output: 综
Java:
char c = '\u7EFC';
System.out.println(c); // Output: 综
JSON:
{"text": "\u7EFC"} // Value: 综
Python:
char = '\u7EFC'
print(char) # Output: 综
Perl:
my $char = "\x{7EFC}";
print $char; # Output: 综
PHP:
$char = "\x{7EFC}";
echo $char; // Output: 综
Ruby:
char = "\u{7EFC}"
puts char # Output: 综
Rust:
let c = '\u{7EFC}';
println!("{}", c); // Output: 综
Go:
char := '\u7EFC'
fmt.Printf("%c\n", char) // Output: 综
CSS:
/* CSS content property */
.element::before {
content: "\007EFC"; /* 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=%E7%BB%BC
MD5:
aed214dffe015ac2fbfb285998524634
SHA1:
39082270904d3f89f03f7806c0e768c8f41c801c
Base64:
57u8