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

特殊符号

℃ ™ €

☐ ☑ ☒ ✓ ✔ √ ✘ ㄨ ✖

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

♀ ♂

● ▪ ...

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

相关推荐
DevilSeagull3 天前
JavaScript WebAPI 指南
java·开发语言·javascript·html·ecmascript·html5
全栈技术负责人4 天前
Hybrid应用性能优化实战分享(本文iOS 与 H5为例,安卓同理)
前端·ios·性能优化·html5
Pu_Nine_94 天前
10 分钟上手 ECharts:从“能跑”到“生产级”的完整踩坑之旅
前端·javascript·echarts·css3·html5
空山新雨(大队长)5 天前
HTML第八课:HTML4和HTML5的区别
前端·html·html5
索迪迈科技5 天前
Flex布局——详解
前端·html·css3·html5
十碗饭吃不饱5 天前
net::ERR_EMPTY_RESPONSE
java·javascript·chrome·html5
心一信息6 天前
ThreeJS骨骼示例
css·css3·html5
笑鸿的学习笔记7 天前
JavaScript笔记之JS 和 HTML5 的关系
javascript·笔记·html5
java水泥工7 天前
基于Echarts+HTML5可视化数据大屏展示-学生综合成绩评价系统大屏
spring boot·echarts·html5
Thetimezipsby7 天前
基于Taro4打造的一款最新版微信小程序、H5的多端开发简单模板
前端·javascript·微信小程序·typescript·html5·taro