C:
char c = '\u7E8C';
printf("%c\n", c); // Output: 續
JavaScript:
const char = '\u7E8C';
console.log(char); // Output: 續
Java:
char c = '\u7E8C';
System.out.println(c); // Output: 續
JSON:
{"text": "\u7E8C"} // Value: 續
Python:
char = '\u7E8C'
print(char) # Output: 續
Perl:
my $char = "\x{7E8C}";
print $char; # Output: 續
PHP:
$char = "\x{7E8C}";
echo $char; // Output: 續
Ruby:
char = "\u{7E8C}"
puts char # Output: 續
Rust:
let c = '\u{7E8C}';
println!("{}", c); // Output: 續
Go:
char := '\u7E8C'
fmt.Printf("%c\n", char) // Output: 續
CSS:
/* CSS content property */
.element::before {
content: "\007E8C"; /* 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%BA%8C
MD5:
0023847470ca2e65e246b851dcb99aca
SHA1:
80be156f98a49426193e29de59cb7ed6fb827327
Base64:
57qM