Ascii code for square bullet?

What is the ascii code for • (squar bullet). I searched many sites but did’nt found

I believe a might work…
& (blah blah) #7;

[size=2]Character encoding : Western European (Windows)

[/size]No, a is different from •

Hi

149

<?

echo ord ( '•' );

?>

printf

Escape Entity

&bull;

Escape Decimal - forum parser displays symbol
use Ampersand, Number hash, 8, 2, 2, 6, semi-colon
Escape Hex

&#x2022

Check here for more

Thanks to all of you.

& # x 2 0 2 2 ; works