<tutorialjinni.com/>

HTML Uppercase U With Horn Code

HTML Code &#431; Ư
CSS3 Code \01AF
HTML Entity  
Hex Code &#x01AF;
UNICODE U+001AF
URL %26%23431%3B
Category HTML Letters Symbols Code

Usage Examples


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