C:
char c = '\u9493';
printf("%c\n", c); // Output: 钓
JavaScript:
const char = '\u9493';
console.log(char); // Output: 钓
Java:
char c = '\u9493';
System.out.println(c); // Output: 钓
JSON:
{"text": "\u9493"} // Value: 钓
Python:
char = '\u9493'
print(char) # Output: 钓
Perl:
my $char = "\x{9493}";
print $char; # Output: 钓
PHP:
$char = "\x{9493}";
echo $char; // Output: 钓
Ruby:
char = "\u{9493}"
puts char # Output: 钓
Rust:
let c = '\u{9493}';
println!("{}", c); // Output: 钓
Go:
char := '\u9493'
fmt.Printf("%c\n", char) // Output: 钓
CSS:
/* CSS content property */
.element::before {
content: "\009493"; /* 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%92%93
MD5:
4e4e653420f9f053aaff813fb3068278
SHA1:
33bb9ec163a72f43e95c904b3ef6d39d3e3451c5
Base64:
6ZKT