C:
char c = '\u9352';
printf("%c\n", c); // Output: 鍒
JavaScript:
const char = '\u9352';
console.log(char); // Output: 鍒
Java:
char c = '\u9352';
System.out.println(c); // Output: 鍒
JSON:
{"text": "\u9352"} // Value: 鍒
Python:
char = '\u9352'
print(char) # Output: 鍒
Perl:
my $char = "\x{9352}";
print $char; # Output: 鍒
PHP:
$char = "\x{9352}";
echo $char; // Output: 鍒
Ruby:
char = "\u{9352}"
puts char # Output: 鍒
Rust:
let c = '\u{9352}';
println!("{}", c); // Output: 鍒
Go:
char := '\u9352'
fmt.Printf("%c\n", char) // Output: 鍒
CSS:
/* CSS content property */
.element::before {
content: "\009352"; /* 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%92
MD5:
5b9ea19f8e089c7246de66f435d76172
SHA1:
f747fe0d2af71455f7a8c9ae66bcb497ab462534
Base64:
6Y2S