C:
char c = '\u9644';
printf("%c\n", c); // Output: 附
JavaScript:
const char = '\u9644';
console.log(char); // Output: 附
Java:
char c = '\u9644';
System.out.println(c); // Output: 附
JSON:
{"text": "\u9644"} // Value: 附
Python:
char = '\u9644'
print(char) # Output: 附
Perl:
my $char = "\x{9644}";
print $char; # Output: 附
PHP:
$char = "\x{9644}";
echo $char; // Output: 附
Ruby:
char = "\u{9644}"
puts char # Output: 附
Rust:
let c = '\u{9644}';
println!("{}", c); // Output: 附
Go:
char := '\u9644'
fmt.Printf("%c\n", char) // Output: 附
CSS:
/* CSS content property */
.element::before {
content: "\009644"; /* 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=%E9%99%84
MD5:
f983327e15a08327f65e3e1967ca0a7e
SHA1:
be9a473ef7c378923272c6b6bd8b0a172206b72a
Base64:
6ZmE