Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Special symbol - "k" with dot below

Reply
Thread Tools

Special symbol - "k" with dot below

 
 
Norman Swartz
Guest
Posts: n/a
 
      04-10-2004
Is there some way, short of using a glyph, to have a dot appear below the
letter "k"?
 
Reply With Quote
 
 
 
 
brucie
Guest
Posts: n/a
 
      04-10-2004
in post: <news:Xns94C7993A2F256swartzsfuca@64.59.144.76>
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.

--
b r u c i e


 
Reply With Quote
 
 
 
 
Richard
Guest
Posts: n/a
 
      04-10-2004
Norman Swartz wrote:

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


What would be the purpose of the dot?


 
Reply With Quote
 
Jukka K. Korpela
Guest
Posts: n/a
 
      04-10-2004
Norman Swartz <> wrote:

> 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.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


 
Reply With Quote
 
DU
Guest
Posts: n/a
 
      04-10-2004
Norman Swartz wrote:
> Is there some way, short of using a glyph, to have a dot appear below the
> letter "k"?



&#x1E32; &#x1E33;

Ḳ ḳ

DU
 
Reply With Quote
 
Jukka K. Korpela
Guest
Posts: n/a
 
      04-10-2004
brucie <****@bruciesusenetshit.info> wrote:

> 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; }

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Browser crashes with below code.What is wrong in below code. kiran Javascript 12 12-07-2011 02:38 PM
Could someone scan me a picture of the below? (Read Below) starlightvoyager@yahoo.com DVD Video 1 08-28-2006 05:42 AM
Dynamically resize visible text and append dot dot dot (like gmail subject lines.. ) how to question? jawolter@gmail.com Javascript 6 12-12-2005 04:09 PM
volatile struct in dot h vs dot c Christopher M. Lusardi C Programming 3 05-15-2004 12:17 AM
To dot or not to dot? Samuël van Laere HTML 8 10-16-2003 02:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57