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

特殊符号

℃ ™ €

☐ ☑ ☒ ✓ ✔ √ ✘ ㄨ ✖

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

♀ ♂

● ▪ ...

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

相关推荐
站在风口的猪110825 分钟前
《前端面试题:CSS的display属性》
前端·css·html·css3·html5
前端小白从0开始15 小时前
Vue3项目实现WPS文件预览和内容回填功能
前端·javascript·vue.js·html5·wps·文档回填·文档在线预览
灏瀚星空2 天前
用HTML5 Canvas打造交互式心形粒子动画:从基础到优化实战
前端·html·html5
全栈陈序员2 天前
前端文件下载常用方式详解
前端·javascript·chrome·ajax·css3·html5·safari
站在风口的猪11082 天前
《前端面试题:CSS预处理器(Sass、Less等)》
前端·css·html·less·css3·sass·html5
站在风口的猪11083 天前
《前端面试题:CSS3新特性》
前端·css·html·css3·html5
站在风口的猪11083 天前
《前端面试题:CSS对浏览器兼容性》
前端·css·html·css3·html5
站在风口的猪11084 天前
《前端面试题:前端布局全面解析(圣杯布局、双飞翼布局等)》
前端·css·html·css3·html5
站在风口的猪11085 天前
《前端面试题:HTML5、CSS3、ES6新特性》
前端·css3·html5
站在风口的猪11085 天前
《前端面试题:CSS有哪些单位!》
前端·css·html·css3·html5