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