Special symbol - "k" with dot below

N

Norman Swartz

Is there some way, short of using a glyph, to have a dot appear below the
letter "k"?
 
B

brucie

in post: <
Norman Swartz said:
Is there some way, short of using a glyph, to have a dot appear below the
letter "k"?

span{position:relative;margin-left:-0.5em;bottom:-4px;}

<p>K<span>.</span></p>

opera/moz. not supported by IE. seems to cope reasonably well with
varying font sizes. its not something i would recommend doing.
 
J

Jukka K. Korpela

Norman Swartz said:
Is there some way, short of using a glyph, to have a dot appear below
the letter "k"?

For general information on finding ways to present special characters,
see e.g. http://www.cs.tut.fi/~jkorpela/html/unicode.html

Specifically, small letter k with dot below is ḳ and capital k with
dot below is Ḳ.

But commonly available fonts usually lack a glyph for this characters.
Arial Unicode MS is the most important exception, but not all people have
it - it is shipped with some commercial software like Windows, and it's
seldom a choice for a browser's default font.
 
J

Jukka K. Korpela

brucie said:
span{position:relative;margin-left:-0.5em;bottom:-4px;}

<p>K<span>.</span></p>

opera/moz. not supported by IE.

The following seems to work on IE:

span { position: relative;
left: -0.35em;
top: 0.2em; }
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top