css网页打印字体设置

bash 复制代码
@media print {
 	font-family:"SimHei";
 	color: #000;
 	border-color: #000;
}

常用字符编码表

中文名 英文名 Unicode 编码
黑体 SimHei SimHei
微软雅黑 Microsoft YaHei 5FAE\8F6F\96C5\9ED1
宋体 SimSun \5B8B\4F53
仿宋 FangSong \4EFF\5B8B

html5常用转义字符℃

字符 十进制; 转义字符
&#34 &yen
" &#34 &quot
< &#60 &lt
> &#62 &gt
& &#38 &amp
ˉ &#175 &macr
° &#176 &deg
&#180 &acute
· &#183 &middot
÷ &#247 &divide
空格 &#160 &#160
© &#169 &copy
® &#174 &reg

特殊符号

℃ ™ €

☐ ☑ ☒ ✓ ✔ √ ✘ ㄨ ✖

☺ ☹ ☼ ☀ ❄ ❅ ❆ ✉ ☎ ✎ ★ ✰

♀ ♂

● ▪ ...

【 】 《 》 〖 〗 『 』 [ ] 「 」

相关推荐
Qhumaing1 天前
html第一个网页
网络·html·html5
煎饼果子呀1 天前
css-flex布局属性
开发语言·前端·css·html5
布兰妮甜2 天前
HTML5:网页开发的新纪元
前端·html·html5
想要成为祖国的花朵2 天前
Web前端_HTML5(新增type类型)
前端·html·html5
floret*2 天前
html编写下雪爱心可改字
html5
羊小猪~~2 天前
前端入门一之HTML知识讲解
前端·javascript·css·前端框架·html·html5
GraduationDesign2 天前
基于SpringBoot的免税商品优选购物商城的设计与实现
java·vue.js·spring boot·后端·html5
我命由我123452 天前
CesiumJS 案例 P20:监听鼠标滚轮、监听鼠标左键按下与松开、监听鼠标右键按下与松开、监听鼠标左击落点
开发语言·前端·javascript·前端框架·html·css3·html5
Liquor14193 天前
JavaScript知识点梳理及案例实践
开发语言·前端·javascript·python·css3·html5·js
sky.fly3 天前
HTML5+css3(伪类,动态伪类,结构伪类,否定伪类,UI伪类,语言伪类,link,hover,active,visited,focus)
开发语言·前端·css3·html5