Показать сообщение отдельно

  #7  
Старый 22.09.2008, 17:13
BrainDeaD
Постоянный
Регистрация: 09.06.2005
Сообщений: 531
Провел на форуме:
3516666

Репутация: 439


По умолчанию

Код:
In HTML using CSS, <span style="text-decoration: overline">text</span>

In HTML documents, the characters can be produced with &#xAF; (decimal ¯) and &#x305; (̅).

In TeX, a single symbol can be overlined with \bar x or \bar{x}. Longer sections can be overlined with \overline{ABC}, where a space is written as "\ " and an umlaut is written as "\ddot a".

In Microsoft Windows, the symbol can be added with any program with the keystrokes Alt+0175.

In Linux, the symbol can be added using the keystrokes Ctrl+Shift+U to activate unicode input, then type "00AF" as the unicode for the character.
wikipedia: overline