ISO in CSS content
| Name | Numeric | Description | Hex | ISO in CSS content | Octal | |
|---|---|---|---|---|---|---|
| | no-break space | %A0 | p:before { content:"\00a0"; } | alert("\240"); | ||
| ¡ | ¡ | ¡ | inverted exclamation mark | %A1 | p:before { content:"\00a1"; } | alert("\241"); |
| ¢ | ¢ | ¢ | cent sign | %A2 | p:before { content:"\00a2"; } | alert("\242"); |
| £ | £ | £ | pound sterling sign | %A3 | p:before { content:"\00a3"; } | alert("\243"); |
| ¤ | ¤ | ¤ | general currency sign | %A4 | p:before { content:"\00a4"; } | alert("\244"); |
| ¥ | ¥ | ¥ | yen sign | %A5 | p:before { content:"\00a5"; } | alert("\245"); |
| ¦ | ¦ | ¦ | broken (vertical) bar | %A6 | p:before { content:"\00a6"; } | alert("\246"); |
| § | § | § | section sign | %A7 | p:before { content:"\00a7"; } | alert("\247"); |
| ¨ | ¨ | ¨ | umlaut (dieresis) | %A8 | p:before { content:"\00a8"; } | alert("\250"); |
| © | © | © | copyright sign | %A9 | p:before { content:"\00a9"; } | alert("\251"); |
| ª | ª | ª | ordinal indicator, feminine | %AA | p:before { content:"\00aa"; } | alert("\252"); |
| « | « | « | angle quotation mark, left | %AB | p:before { content:"\00ab"; } | alert("\253"); |
| ¬ | ¬ | ¬ | not sign | %AC | p:before { content:"\00ac"; } | alert("\254"); |
| ­ | | soft hyphen | %AD | p:before { content:"\00ad"; } | alert("\255"); | |
| ® | ® | ® | registered sign | %AE | p:before { content:"\00ae"; } | alert("\256"); |
| ¯ | ¯ | ¯ | macron | %AF | p:before { content:"\00af"; } | alert("\257"); |
| ° | ° | ° | degree sign | %B0 | p:before { content:"\00b0"; } | alert("\260"); |
| ± | ± | ± | plus-or-minus sign | %B1 | p:before { content:"\00b1"; } | alert("\261"); |
| ² | ² | ² | superscript two | %B2 | p:before { content:"\00b2"; } | alert("\262"); |
| ³ | ³ | ³ | superscript three | %B3 | p:before { content:"\00b3"; } | alert("\263"); |
| ´ | ´ | ´ | acute accent | %B4 | p:before { content:"\00b4"; } | alert("\264"); |
| µ | µ | µ | micro sign | %B5 | p:before { content:"\00b5"; } | alert("\265"); |
| ¶ | ¶ | ¶ | pilcrow (paragraph sign) | %B6 | p:before { content:"\00b6"; } | alert("\266"); |
| · | · | · | middle dot | %B7 | p:before { content:"\00b7"; } | alert("\267"); |
| ¸ | ¸ | ¸ | cedilla | %B8 | p:before { content:"\00b8"; } | alert("\270"); |
| ¹ | ¹ | ¹ | superscript one | %B9 | p:before { content:"\00b9"; } | alert("\271"); |
| º | º | º | ordinal indicator, masculine | %BA | p:before { content:"\00ba"; } | alert("\272"); |
| » | » | » | angle quotation mark, right | %BB | p:before { content:"\00bb"; } | alert("\273"); |
| ¼ | ¼ | ¼ | fraction one-quarter | %BC | p:before { content:"\00bc"; } | alert("\274"); |
| ½ | ½ | ½ | fraction one-half | %BD | p:before { content:"\00bd"; } | alert("\275"); |
| ¾ | ¾ | ¾ | fraction three-quarters | %BE | p:before { content:"\00be"; } | alert("\276"); |
| ¿ | ¿ | ¿ | inverted question mark | %BF | p:before { content:"\00bf"; } | alert("\277"); |
| À | À | À | capital A, grave accent | %C0 | p:before { content:"\00c0"; } | alert("\300"); |
| Á | Á | Á | capital A, acute accent | %C1 | p:before { content:"\00c1"; } | alert("\301"); |
| Â | Â | Â | capital A, circumflex accent | %C2 | p:before { content:"\00c2"; } | alert("\302"); |
| Ã | Ã | Ã | capital A, tilde | %C3 | p:before { content:"\00c3"; } | alert("\303"); |
| Ä | Ä | Ä | capital A, dieresis or umlaut mark | %C4 | p:before { content:"\00c4"; } | alert("\304"); |
| Å | Å | Å | capital A, ring | %C5 | p:before { content:"\00c5"; } | alert("\305"); |
| Æ | Æ | Æ | capital AE diphthong (ligature) | %C6 | p:before { content:"\00c6"; } | alert("\306"); |
| Ç | Ç | Ç | capital C, cedilla | %C7 | p:before { content:"\00c7"; } | alert("\307"); |
| È | È | È | capital E, grave accent | %C8 | p:before { content:"\00c8"; } | alert("\310"); |
| É | É | É | capital E, acute accent | %C9 | p:before { content:"\00c9"; } | alert("\311"); |
| Ê | Ê | Ê | capital E, circumflex accent | %CA | p:before { content:"\00ca"; } | alert("\312"); |
| Ë | Ë | Ë | capital E, dieresis or umlaut mark | %CB | p:before { content:"\00cb"; } | alert("\313"); |
| Ì | Ì | Ì | capital I, grave accent | %CC | p:before { content:"\00cc"; } | alert("\314"); |
| Í | Í | Í | capital I, acute accent | %CD | p:before { content:"\00cd"; } | alert("\315"); |
| Î | Î | Î | capital I, circumflex accent | %CE | p:before { content:"\00ce"; } | alert("\316"); |
| Ï | Ï | Ï | capital I, dieresis or umlaut mark | %CF | p:before { content:"\00cf"; } | alert("\317"); |
| Ð | Ð | Ð | capital Eth, Icelandic | %D0 | p:before { content:"\00d0"; } | alert("\320"); |
| Ñ | Ñ | Ñ | capital N, tilde | %D1 | p:before { content:"\00d1"; } | alert("\321"); |
| Ò | Ò | Ò | capital O, grave accent | %D2 | p:before { content:"\00d2"; } | alert("\322"); |
| Ó | Ó | Ó | capital O, acute accent | %D3 | p:before { content:"\00d3"; } | alert("\323"); |
| Ô | Ô | Ô | capital O, circumflex accent | %D4 | p:before { content:"\00d4"; } | alert("\324"); |
| Õ | Õ | Õ | capital O, tilde | %D5 | p:before { content:"\00d5"; } | alert("\325"); |
| Ö | Ö | Ö | capital O, dieresis or umlaut mark | %D6 | p:before { content:"\00d6"; } | alert("\326"); |
| × | × | × | multiply sign | %D7 | p:before { content:"\00d7"; } | alert("\327"); |
| Ø | Ø | Ø |
capital O, slash |
%D8 | p:before { content:"\00d8"; } | alert("\330"); |
| Ù | Ù | Ù | capital U, grave accent | %D9 | p:before { content:"\00d9"; } | alert("\331"); |
| Ú | Ú | Ú | capital U, acute accent | %DA | p:before { content:"\00da"; } | alert("\332"); |
| Û | Û | Û | capital U, circumflex accent | %DB | p:before { content:"\00db"; } | alert("\333"); |
| Ü | Ü | Ü | capital U, dieresis or umlaut mark | %DC | p:before { content:"\00dc"; } | alert("\334"); |
| Ý | Ý | Ý | capital Y, acute accent | %DD | p:before { content:"\00dd"; } | alert("\335"); |
| Þ | Þ | Þ | capital THORN, Icelandic | %DE | p:before { content:"\00de"; } | alert("\336"); |
| ß | ß | ß | small sharp s, German (sz ligature) | %DF | p:before { content:"\00df"; } | alert("\337"); |
| à | à | à | small a, grave accent | %E0 | p:before { content:"\00e0"; } | alert("\340"); |
| á | á | á | small a, acute accent | %E1 | p:before { content:"\00e1"; } | alert("\341"); |
| â | â | â | small a, circumflex accent | %E2 | p:before { content:"\00e2"; } | alert("\342"); |
| ã | ã | ã | small a, tilde | %E3 | p:before { content:"\00e3"; } | alert("\343"); |
| ä | ä | ä | small a, dieresis or umlaut mark | %E4 | p:before { content:"\00e4"; } | alert("\344"); |
| å | å | å | small a, ring | %E5 | p:before { content:"\00e5"; } | alert("\345"); |
| æ | æ | æ | small ae diphthong (ligature) | %E6 | p:before { content:"\00e6"; } | alert("\346"); |
| ç | ç | ç | small c, cedilla | %E7 | p:before { content:"\00e7"; } | alert("\347"); |
| è | è | è | small e, grave accent | %E8 | p:before { content:"\00e8"; } | alert("\350"); |
| é | é | é | small e, acute accent | %E9 | p:before { content:"\00e9"; } | alert("\351"); |
| ê | ê | ê | small e, circumflex accent | %EA | p:before { content:"\00ea"; } | alert("\352"); |
| ë | ë | ë | small e, dieresis or umlaut mark | %EB | p:before { content:"\00eb"; } | alert("\353"); |
| ì | ì | ì | small i, grave accent | %EC | p:before { content:"\00ec"; } | alert("\354"); |
| í | í | í | small i, acute accent | %ED | p:before { content:"\00ed"; } | alert("\355"); |
| î | î | î | small i, circumflex accent | %EE | p:before { content:"\00ee"; } | alert("\356"); |
| ï | ï | ï | small i, dieresis or umlaut mark | %EF | p:before { content:"\00ef"; } | alert("\357"); |
| ð | ð | ð | small eth, Icelandic | %F0 | p:before { content:"\00f0"; } | alert("\360"); |
| ñ | ñ | ñ | small n, tilde | %F1 | p:before { content:"\00f1"; } | alert("\361"); |
| ò | ò | ò | small o, grave accent | %F2 | p:before { content:"\00f2"; } | alert("\362"); |
| ó | ó | ó | small o, acute accent | %F3 | p:before { content:"\00f3"; } | alert("\363"); |
| ô | ô | ô | small o, circumflex accent | %F4 | p:before { content:"\00f4"; } | alert("\364"); |
| õ | õ | õ | small o, tilde | %F5 | p:before { content:"\00f5"; } | alert("\365"); |
| ö | ö | ö | small o, dieresis or umlaut mark | %F6 | p:before { content:"\00f6"; } | alert("\366"); |
| ÷ | ÷ | ÷ | divide sign | %F7 | p:before { content:"\00f7"; } | alert("\367"); |
| ø | ø | ø | small o, slash | %F8 | p:before { content:"\00f8"; } | alert("\370"); |
| ù | ù | ù | small u, grave accent | %F9 | p:before { content:"\00f9"; } | alert("\371"); |
| ú | ú | ú | small u, acute accent | %FA | p:before { content:"\00fa"; } | alert("\372"); |
| û | û | û | small u, circumflex accent | %FB | p:before { content:"\00fb"; } | alert("\373"); |
| ü | ü | ü | small u, dieresis or umlaut mark | %FC | p:before { content:"\00fc"; } | alert("\374"); |
| ý | ý | ý | small y, acute accent | %FD | p:before { content:"\00fd"; } | alert("\375"); |
| þ | þ | þ | small thorn, Icelandic | %FE | p:before { content:"\00fe"; } | alert("\376"); |
| ÿ | ÿ | ÿ | small y, dieresis or umlaut mark | %FF | p:before { content:"\00ff"; } | alert("\377"); |
ISO in CSS content的更多相关文章
- CSS content内容生成技术以及应用
content属性早在CSS2.1的时候就被引入了,可以使用:before以及:after伪元素生成内容.此特性目前已被大部分的浏览器支持:(Firefox 1.5+, Safari 3.5+, IE ...
- [译]CSS content
原文地址:http://css-tricks.com/css-content/ CSS中有一个属性content,只能和伪元素:before和:after一起使用,他们的写法像伪类选择器(前面有冒号) ...
- CSS content内容生成技术以及应用(转)
一.哗啦哗啦的简介 zxx://这里“哗啦哗啦”的作用是为了渲染一种氛围.content属性早在 CSS2.1的时候就被引入了,可以使用:before以及:after伪元素生成内容.此特性目前已被大部 ...
- CSS Content 属性
content 属性,用在after,before伪元素上,用于在选中的元素前后插入内容. 插入的内容多种多样, 纯文字 h1::after{ content:"h1后插入内容" ...
- CSS content换行技术实现字符animation loading效果
一.之前我的字符loading实现 关于字符打点动画实现,我之前使用过box-shadow模拟,还有border+background模拟,还有使用text-shadow实现,以及今年自认为是最好的实 ...
- CSS content应用
一.简介 content属性早在 CSS2.1的时候就被引入了,可以使用:before以及:after伪元素生成内容.此特性目前已被大部分的浏览器支持:(Firefox 1.5+, Safari 3. ...
- #学习记录#——CSS content 属性
CSS content 属性常结合:before 和:after 这两个伪类一起使用,给指定的元素添加内容来丰富页面. 1. 添加文本内容 html: <h1>给末尾添加内容. </ ...
- css content之counter-reset、content-increment
万万没想到,写了快三年前端,有不会用的css,居然还有完全没听过.见过的css属性,而且还是CSS2的内容! 关于counter-reset.content-increment两个属性的详解可以参看张 ...
- css content 的 attr 用法 (实现悬浮提示)
content 的attr 实现 鼠标悬浮 显示 悬浮提示, content 属性与 :before 及 :after 伪元素配合使用,来插入生成内容. 方法/步骤 1 <div> < ...
随机推荐
- mysql-Innodb事务隔离级别-repeatable read详解(转)
一.事务隔离级别 ANSI/ISO SQL标准定义了4中事务隔离级别:未提交读(read uncommitted),提交读(read committed),重复读(repeatable read),串 ...
- DAG最长路径
1.DAG最长路径(不记录路径) int dfs1(int s) { )return dis[s]; ; i < G[s].size(); ++i) { int to = G[s][i]; di ...
- Hibernate中get()和load()的区别
Hibernate中根据Id单条查询获取对象的方式有两种,分别是get()和load(),来看一下这两种方式的区别. 1. get() 使用get()来根据ID进行单条查询: User user=se ...
- 转 linux 下装 usb driver
http://www.george-smart.co.uk/wiki/Xilinx_JTAG_Linux
- Ajax请求WCF服务以及跨域的问题解决
Ajax请求WCF服务以及跨域的问题解决 这两天准备重构一下项目,准备用纯html+js做前台,然后通过ajax+WCF的方式来传递数据,所以就先研究了一下ajax访问的wcf的问题,还想到还折腾了一 ...
- Mysql 索引优化 - 1
单表 范围查询 后面的索引会失效 双表 左右连接建立索引互相使用 三表 用小结果集驱动大表结果, 先优化括号里面的SQL, 保证JOIN被驱动的表上ON字段有索引 索引失效(常见原因) 全职匹 ...
- Maven(二)了解Maven仓库
转载自: http://blog.csdn.net/gebitan505/article/details/46233981 在使用 Maven 之前,我们必须要了解一下 Maven 到底是怎样管理 j ...
- 小学生福利V2.0.1
211606320刘佳&211506332熊哲琛 一.预估与实际 PSP2.1 Personal Software Process Stages 预估耗时(分钟) 实际耗时(分钟) Plann ...
- Java核心技术-泛型程序设计
使用泛型机制编写的代码要比那些杂乱地使用Object变量,然后再进行强制类型转换的代码具有更好的安全性和可读性. 泛型对于集合类尤其有用 1 为什么要使用泛型程序设计 泛型程序设计意味着编写的代码可以 ...
- php性能优化学习笔记
编写代码 1.尽可能多的使用内置函数2.比对内置函数的时间复杂度,选择复杂度低的 比如 循环20万次-测试isset 和 array_key_exists 耗时 对比isset.php , array ...