Sunday, October 15, 2006

Block Writing with Unicode

█████ █░█ ░ █▀█ █░░ ███ █▀▀
█░█░█ ▀█▀ ░ █▀█ █░░ █░█ █░█
▀░▀░▀ ░▀░ ░ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀

My Name in Hindi: अजीत

Unicode characters.
The character encoding can be specified in the charset parameter of a meta tag in the of an HTML document, for example:

<meta equiv="content-type" content="text-html; charset=utf-8">
Complete set of unicode characters
To write unicode characters in html file, first you will need to add above meta tag in your "<head>" of html. Then write charater as :

add a '&#' at the beginning and a ';' at the end
so, take out the spaces in this:
&# 9619 ; // 9619 is unicode corresponding to ▓
and you get this: ▓

No comments: