Awesome! I didn't know you could input things by their Unicode number directly. I only knew about the compose key, language layouts (and then the Windows methods).
Here are some of my favorite characters that I have trouble producing with the compose key (just since you got me excited):
Ð = 00d0
ð = 00f0
… = 2026
• = 2022
⁋ = 204b
What do you call this method?
Anyway, so, I tried out that the other code for the bullet and it also makes one that can be copied/pasted. How were those ones coded in that post above, out of curiosity? I've tried doing HTML lists, but they haven't seemed to work.
I'm not familiar with BBC code, though. Let me try that and see if it works (I just looked it up):
[list]
[*]Item 1
[*]Item 2
[/list]
Nope. That didn't work. Let's try the HTML way again for good measure:
<ul>
<li>Item 1
<li>Item 2
</ul>
Yep. I wasn't hallucinating before. What method does that Firefox extension use? I guess I could get it and find out. Hopefully it works with my version.
I just tried it again after checking message is in HTML Format, and it worked. But, then I have to manually put in line breaks, or use <pre></pre>. I guess the Firefox extension must use that method, and just make it easy. Maybe I'll have to try it out.
Thanks for all your help!