C:
char c = '\u9359';
printf("%c\n", c); // Output: 鍙
JavaScript:
const char = '\u9359';
console.log(char); // Output: 鍙
Java:
char c = '\u9359';
System.out.println(c); // Output: 鍙
JSON:
{"text": "\u9359"} // Value: 鍙
Python:
char = '\u9359'
print(char) # Output: 鍙
Perl:
my $char = "\x{9359}";
print $char; # Output: 鍙
PHP:
$char = "\x{9359}";
echo $char; // Output: 鍙
Ruby:
char = "\u{9359}"
puts char # Output: 鍙
Rust:
let c = '\u{9359}';
println!("{}", c); // Output: 鍙
Go:
char := '\u9359'
fmt.Printf("%c\n", char) // Output: 鍙
CSS:
/* CSS content property */
.element::before {
content: "\009359"; /* 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%8D%99
MD5:
1cb33552a9555c923d645cccb8803da1
SHA1:
d3c1ed6ab6229b79688cb08897363d902be1e607
Base64:
6Y2Z