Question for Admin about BBCode Tables

Dear Admin,

I am trying to format a post with 3 columns and have tried using the BBCode table tag; however, it does not seem to work properly.

Is this supported?

Here’s an example of the code:

[table]
[tr]
[th]English[/th]
[th]Chinese[/th]
[th]Pinyin[/th]
[/tr]
[tr]
[td]123[/td]
[td]456[/td]
[td]789[/td]
[/tr]
[tr]
[td]123[/td]
[td]456[/td]
[td]789[/td]
[/tr]
[/table]

If this is not supported, is there another method of formatting three columns of information in a post?