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