<tutorialjinni.com/>

HTML White Chess King Code

HTML Code &#9812;
CSS3 Code \2654
HTML Entity  
Hex Code &#x2654;
UNICODE U+02654
URL %26%239812%3B
Category HTML Chess Symbols Code

Usage Examples


To use White Chess King in Cascading Style Sheets or CSS file use the following code.
// css3 example usage
<style>
    span {
      content: "\2654";
    }
</style>
To use White Chess King in in-line HTML code you can use it "as it is" but, it is recommend that White Chess King should be used like the following example code. Because it help in assigning special CSS to it.
    <!-- html usage -->
    <i>&#9812;</i>
In order to send White Chess King via a HTML form or via a query string it should be properly encoded. Following is the URL encoded format of White Chess King. Do not forget to Decode it on the server side.
    https: //www.tutorialjinni.com/html-symbols-entity-codes.html? html-white-chess-king-code=%26%239812%3B