C:
char c = '\u9413';
printf("%c\n", c); // Output: 鐓
JavaScript:
const char = '\u9413';
console.log(char); // Output: 鐓
Java:
char c = '\u9413';
System.out.println(c); // Output: 鐓
JSON:
{"text": "\u9413"} // Value: 鐓
Python:
char = '\u9413'
print(char) # Output: 鐓
Perl:
my $char = "\x{9413}";
print $char; # Output: 鐓
PHP:
$char = "\x{9413}";
echo $char; // Output: 鐓
Ruby:
char = "\u{9413}"
puts char # Output: 鐓
Rust:
let c = '\u{9413}';
println!("{}", c); // Output: 鐓
Go:
char := '\u9413'
fmt.Printf("%c\n", char) // Output: 鐓
CSS:
/* CSS content property */
.element::before {
content: "\009413"; /* 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%90%93
MD5:
41ded42c3ff61573f12355dbc3adcb68
SHA1:
e48b810c48268e07c590c6efbf1ec9e850750e3b
Base64:
6ZCT