<tutorialjinni.com/>

HTML Latin Letter Wynn Code

HTML Code &#447; ƿ
CSS3 Code \01BF
HTML Entity  
Hex Code &#x01BF;
UNICODE U+001BF
URL %26%23447%3B
Category HTML Letters Symbols Code

Usage Examples


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