Small Basic - Characters for Games

There are some characters that can be used to create game programs.  Have fun with useful characters!

Wingdings and Webdings Fonts

Wingdings and Webdings fonts have graphical glyph in them.  Sample program ID is QZS270.

Screen shot of a program Wingdings and Webdings

Miscellaneous Symbols

There are Miscellaneous Symbols in Unicode U+2600 to U+26FF.  Sample program ID is RPZ143-2.

GetCharcter

Supplementary Multilingual Plane (SMP)

In Unicode, U+10000 to U+1FFFF are called Supplementary Multilingual Plane (SMP).  SMP has such as Mahjong Tiles, Domino Tiles, Playing Cards and so on.  Program FSQ891-0 is Mahjong Tiles sample.

MahjongTiles

Program QBS151-0 is Playing Cards sample.

PlayingCards

Note that SMP is not supported by Text.GetCharacter() or other Text operations.  So each SMP character must be defined as literal.

See Also