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

特殊符号

℃ ™ €

☐ ☑ ☒ ✓ ✔ √ ✘ ㄨ ✖

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

♀ ♂

● ▪ ...

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

相关推荐
软件开发技术深度爱好者2 天前
HTML5+CSS+JavaScript剪子石头布游戏
javascript·css·html5
小美元2 天前
echarts实现3D柱状图(视觉层面)根据博主改编
html5
惜.己3 天前
CSS样式基础样式选择器(案例+代码实现+效果图)
开发语言·前端·css·vscode·html·html5
码农幻想梦3 天前
html5 + css3(上)
前端·css3·html5
xcLeigh3 天前
HTML5实现好看的唐朝服饰网站模板源码2
前端·html·html5
samroom3 天前
前端学习第一天笔记 HTML5 CSS初学以及VSCODE中的常用快捷键
前端·css·笔记·学习·html5
码农幻想梦4 天前
html5 + css3(下)
前端·css3·html5
难搞靓仔4 天前
在VSCode中编写Html
vscode·html·html5
安冬的码畜日常4 天前
【CSS in Depth 2 精译_041】6.4 CSS 中的堆叠上下文与 z-index(上)
前端·css·css3·html5·css定位·z-index·元素堆叠
余生H5 天前
拿下奇怪的前端报错:某些多摄手机拉取部分摄像头视频流会导致应用崩溃,该如何改善呢?
前端·javascript·webrtc·html5·webview·相机