C:
char c = '\u9408';
printf("%c\n", c); // Output: 鐈
JavaScript:
const char = '\u9408';
console.log(char); // Output: 鐈
Java:
char c = '\u9408';
System.out.println(c); // Output: 鐈
JSON:
{"text": "\u9408"} // Value: 鐈
Python:
char = '\u9408'
print(char) # Output: 鐈
Perl:
my $char = "\x{9408}";
print $char; # Output: 鐈
PHP:
$char = "\x{9408}";
echo $char; // Output: 鐈
Ruby:
char = "\u{9408}"
puts char # Output: 鐈
Rust:
let c = '\u{9408}';
println!("{}", c); // Output: 鐈
Go:
char := '\u9408'
fmt.Printf("%c\n", char) // Output: 鐈
CSS:
/* CSS content property */
.element::before {
content: "\009408"; /* 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%88
MD5:
6097380d85d4c5c3993cf2eb2a87a13b
SHA1:
9e9d5e621ac1485f885e5edb8b157364482ab84d
Base64:
6ZCI