C:
char c = '\u9011';
printf("%c\n", c); // Output: 逑
JavaScript:
const char = '\u9011';
console.log(char); // Output: 逑
Java:
char c = '\u9011';
System.out.println(c); // Output: 逑
JSON:
{"text": "\u9011"} // Value: 逑
Python:
char = '\u9011'
print(char) # Output: 逑
Perl:
my $char = "\x{9011}";
print $char; # Output: 逑
PHP:
$char = "\x{9011}";
echo $char; // Output: 逑
Ruby:
char = "\u{9011}"
puts char # Output: 逑
Rust:
let c = '\u{9011}';
println!("{}", c); // Output: 逑
Go:
char := '\u9011'
fmt.Printf("%c\n", char) // Output: 逑
CSS:
/* CSS content property */
.element::before {
content: "\009011"; /* 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%91
MD5:
086d4a2d676230f71864542f8ee4ea54
SHA1:
feefd8c8d9b1cf91c8e447e0f73d676f1cd8922e
Base64:
6YCR