Unfortunately, I can't provide you with a working Mortal Kombat 9 game implemented as a single HTML file with JavaScript and pictograms. However, if you are interested in creating a simple game using HTML and JavaScript, I can provide you with a basic example below:
This is a basic template for creating a game using HTML canvas and JavaScript. You can implement the game logic, handle player input, and draw game objects inside the `update` and `draw` functions, respectively. This example sets up a game loop to continuously update and render the game state.
Please note that this is just a starting point, and you would need to add specific game mechanics, assets, and interactions to create a complete game.