C:
char c = '\u9017';
printf("%c\n", c); // Output: 逗
JavaScript:
const char = '\u9017';
console.log(char); // Output: 逗
Java:
char c = '\u9017';
System.out.println(c); // Output: 逗
JSON:
{"text": "\u9017"} // Value: 逗
Python:
char = '\u9017'
print(char) # Output: 逗
Perl:
my $char = "\x{9017}";
print $char; # Output: 逗
PHP:
$char = "\x{9017}";
echo $char; // Output: 逗
Ruby:
char = "\u{9017}"
puts char # Output: 逗
Rust:
let c = '\u{9017}';
println!("{}", c); // Output: 逗
Go:
char := '\u9017'
fmt.Printf("%c\n", char) // Output: 逗
CSS:
/* CSS content property */
.element::before {
content: "\009017"; /* 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%80%97
MD5:
256f594fc85f9bb8d91f563ca3c50042
SHA1:
832ee6025357f5759f7737629e56ef9d0265cecb
Base64:
6YCX