<tutorialjinni.com/>

HTML Uppercase V Code

HTML Code &#86; V
CSS3 Code \0056
HTML Entity  
Hex Code &#x56;
UNICODE U+00056
URL %26%2386%3B
Category HTML Letters Symbols Code

Usage Examples


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