C:
char c = '\u9975';
printf("%c\n", c); // Output: 饵
JavaScript:
const char = '\u9975';
console.log(char); // Output: 饵
Java:
char c = '\u9975';
System.out.println(c); // Output: 饵
JSON:
{"text": "\u9975"} // Value: 饵
Python:
char = '\u9975'
print(char) # Output: 饵
Perl:
my $char = "\x{9975}";
print $char; # Output: 饵
PHP:
$char = "\x{9975}";
echo $char; // Output: 饵
Ruby:
char = "\u{9975}"
puts char # Output: 饵
Rust:
let c = '\u{9975}';
println!("{}", c); // Output: 饵
Go:
char := '\u9975'
fmt.Printf("%c\n", char) // Output: 饵
CSS:
/* CSS content property */
.element::before {
content: "\009975"; /* 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%A5%B5
MD5:
e68d33595e7a9901780b50a902c7a0fd
SHA1:
bd04dadda96ac1ff6fbccb5690cbcc0f25763fcf
Base64:
6aW1