Drawing a box using monotype characters

Closed
rakeshx Posts 1 Registration date Tuesday August 11, 2020 Status Member Last seen August 11, 2020 - Aug 11, 2020 at 03:55 AM
HelpiOS Posts 14327 Registration date Friday October 30, 2015 Status Moderator Last seen May 8, 2024 - Aug 11, 2020 at 06:31 PM
i am trying to draw a box using monotype characters
using the 3 backticks ```text```

╔════════╗
║ ║
╚════════╝

the first line is proper but the second lines do not align properly in android - they work properly in ios
any ideas friends
Related:

1 response

HelpiOS Posts 14327 Registration date Friday October 30, 2015 Status Moderator Last seen May 8, 2024 1,884
Aug 11, 2020 at 06:31 PM
Hi,

Try adding
& nbsp;
to your text, until the line is aligned properly. Remove the space between & nbsp; so that the space works.

Here's the result:

╔════════╗
║        ```text```          ║
╚════════╝
0