mat wrote:It is my observation that the oldest continuous culture in the world (50 to 80,000 years),
Your observation?
...
How old are you?
~~
Latin (named) entity: "hellip" (horizontal ellipsis)
Unicode U+2026,
(hexadecimal: 2026; decimal: 8230)
In HTML, to input an unicode character
you can use the hexadeciaml digits, the decimal digits,
or the name of the character if it has one.
Put an '&', a '#', and an 'x', in front of the 4 hex digits, and an ';' after them.
Put an '&', and a '#', in front of the decimal digits (however many) and an ';' after them.
Put a '&' in front of the name, and an ';' after it.
Thus, respectively:
…
…
…
should show up on your screen (but maybe won't
- depends somewhat on your browser fonts)
as the the single-character unicode horizontal-ellipsis.
Only the middle one - the decimal representation,
- shows up right on mine. So I guess that decimal
is the only way to do it in BBCode.
If this:
…
does show up right, then you can select it
with the mouse to see that it is indeed
a single-character ellipses.
~~~
The following:
hˈɔrəzˌɑntəl əlˌɪpsəs
spells "horizontal ellipsis" in unicode IPA,
simply cut and pasted from elsewhere.