<?php
header('Content-Type: text/html; charset=utf-8');
include './assets/php/head.php';?>
<script type="text/javascript">
//010003 JS 建筑符号表
function toUnicode(str) {
    var result = '';
    var temp = '';
    for (var i=0; i<test.length; i++) {
        temp = test.charCodeAt(i).toString(10);
        result += '&#'+temp+';:&amp;#' +temp+';<br>';
    }
    return result;
}

var title ='数学符号:';
var test = '+–×÷±=<>≤≥≈≅≠≮≯≡±∶∵∴()[]{}∶∵∴∷㏒㏑∑∏∅√∛∜∠%‰‱^';
document.write(title+'<br>');
document.write(toUnicode(test)+'<br>');

var title ='钢筋符号:';
var test = '❶❷❸❹@Φφ';
/**
 * ❶:一级钢
 * ❷:二级钢
 * ❸:三级钢
 * ❹:四级钢
 * @:表示钢筋间距
 * Φ:表示钢筋型号
 * φ:表示钢筋直径
 * */
document.write(title+'<br>');
document.write(toUnicode(test)+'<br>');

var title ='单位符号:';
var test = '°℃㎎㎏㎜㎝㎞㎡m³㏄ml¥$′″';
document.write(title+'<br>');
document.write(toUnicode(test)+'<br>');

var title ='罗马数字序号:';
var test = 'ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩⅪⅫ';
document.write(title+'<br>');
document.write(toUnicode(test)+'<br>');

var title ='圆圈数字序号:';
var test = '①②③④⑤⑥⑦⑧⑨⑩⑪⑫⑬⑭⑮⑯⑰⑱⑲⑳㉑㉒㉓㉔㉕㉖㉗㉘㉙㉚';
document.write(title+'<br>');
document.write(toUnicode(test)+'<br>');

var title ='圆圈字母序号:';
var test = 'ⒶⒷⒸⒹⒺⒻⒼⒽⒾⒿⓀⓁⓂⓃⓄⓅⓆⓇⓈⓉⓊⓋⓌⓍⓎⓏ';
document.write(title+'<br>');
document.write(toUnicode(test)+'<br>');


var title ='上标符号:';
var test = 'ᵃᵇᶜᵈᵉᶠᵍʰⁱʲᵏˡᵐⁿᵒᵖʳˢᵗᵘᵛʷˣʸᶻᴬᴮᴰᴱᴳᴴᴵᴶᴷᴸᴹᴺᴼᴾᴿᵀᵁᵂ⁰¹²³⁴⁵⁶⁷⁸⁹⁺⁻⁼⁽⁾˙㆒㆓㆔㆕㆖㆗㆘㆙㆚㆛㆜㆝㆞㆟';
document.write(title+'<br>');
document.write(toUnicode(test)+'<br>');

var title ='下标符号:';
var test = 'ₐₔₑᵢₒᵣᵤᵥₓᵤᵩᵦₒᵨᵤᵪᵧᴀʙᴄᴅᴇғɢʜɪᴊᴋʟᴍɴᴏᴘǫʀsᴛᴜᴠᴡxʏᴢ₀₁₂₃₄₅₆₇₈₉₊₋₌₍₎';
document.write(title+'<br>');
document.write(toUnicode(test)+'<br>');

</script>
<?php include './assets/php/foot.php'; ?>

效果图:

数学符号:
+:&#43;
–:&#8211;
×:&#215;
÷:&#247;
±:&#177;
=:&#61;
<:&#60;
>:&#62;
≤:&#8804;
≥:&#8805;
≈:&#8776;
≅:&#8773;
≠:&#8800;
≮:&#8814;
≯:&#8815;
≡:&#8801;
±:&#177;
∶:&#8758;
∵:&#8757;
∴:&#8756;
(:&#40;
):&#41;
[:&#91;
]:&#93;
{:&#123;
}:&#125;
∶:&#8758;
∵:&#8757;
∴:&#8756;
∷:&#8759;
㏒:&#13266;
㏑:&#13265;
∑:&#8721;
∏:&#8719;
∅:&#8709;
√:&#8730;
∛:&#8731;
∜:&#8732;
∠:&#8736;
%:&#37;
‰:&#8240;
‱:&#8241;
^:&#94;

钢筋符号:
❶:&#10102;
❷:&#10103;
❸:&#10104;
❹:&#10105;
@:&#64;
Φ:&#934;
φ:&#966;

单位符号:
°:&#176;
℃:&#8451;
㎎:&#13198;
㎏:&#13199;
㎜:&#13212;
㎝:&#13213;
㎞:&#13214;
㎡:&#13217;
m:&#109;
³:&#179;
㏄:&#13252;
m:&#109;
l:&#108;
¥:&#165;
$:&#36;
′:&#8242;
″:&#8243;

罗马数字序号:
Ⅰ:&#8544;
Ⅱ:&#8545;
Ⅲ:&#8546;
Ⅳ:&#8547;
Ⅴ:&#8548;
Ⅵ:&#8549;
Ⅶ:&#8550;
Ⅷ:&#8551;
Ⅸ:&#8552;
Ⅹ:&#8553;
Ⅺ:&#8554;
Ⅻ:&#8555;

圆圈数字序号:
①:&#9312;
②:&#9313;
③:&#9314;
④:&#9315;
⑤:&#9316;
⑥:&#9317;
⑦:&#9318;
⑧:&#9319;
⑨:&#9320;
⑩:&#9321;
⑪:&#9322;
⑫:&#9323;
⑬:&#9324;
⑭:&#9325;
⑮:&#9326;
⑯:&#9327;
⑰:&#9328;
⑱:&#9329;
⑲:&#9330;
⑳:&#9331;
㉑:&#12881;
㉒:&#12882;
㉓:&#12883;
㉔:&#12884;
㉕:&#12885;
㉖:&#12886;
㉗:&#12887;
㉘:&#12888;
㉙:&#12889;
㉚:&#12890;

圆圈字母序号:
Ⓐ:&#9398;
Ⓑ:&#9399;
Ⓒ:&#9400;
Ⓓ:&#9401;
Ⓔ:&#9402;
Ⓕ:&#9403;
Ⓖ:&#9404;
Ⓗ:&#9405;
Ⓘ:&#9406;
Ⓙ:&#9407;
Ⓚ:&#9408;
Ⓛ:&#9409;
Ⓜ:&#9410;
Ⓝ:&#9411;
Ⓞ:&#9412;
Ⓟ:&#9413;
Ⓠ:&#9414;
Ⓡ:&#9415;
Ⓢ:&#9416;
Ⓣ:&#9417;
Ⓤ:&#9418;
Ⓥ:&#9419;
Ⓦ:&#9420;
Ⓧ:&#9421;
Ⓨ:&#9422;
Ⓩ:&#9423;

上标符号:
ᵃ:&#7491;
ᵇ:&#7495;
ᶜ:&#7580;
ᵈ:&#7496;
ᵉ:&#7497;
ᶠ:&#7584;
ᵍ:&#7501;
ʰ:&#688;
ⁱ:&#8305;
ʲ:&#690;
ᵏ:&#7503;
ˡ:&#737;
ᵐ:&#7504;
ⁿ:&#8319;
ᵒ:&#7506;
ᵖ:&#7510;
ʳ:&#691;
ˢ:&#738;
ᵗ:&#7511;
ᵘ:&#7512;
ᵛ:&#7515;
ʷ:&#695;
ˣ:&#739;
ʸ:&#696;
ᶻ:&#7611;
ᴬ:&#7468;
ᴮ:&#7470;
ᴰ:&#7472;
ᴱ:&#7473;
ᴳ:&#7475;
ᴴ:&#7476;
ᴵ:&#7477;
ᴶ:&#7478;
ᴷ:&#7479;
ᴸ:&#7480;
ᴹ:&#7481;
ᴺ:&#7482;
ᴼ:&#7484;
ᴾ:&#7486;
ᴿ:&#7487;
ᵀ:&#7488;
ᵁ:&#7489;
ᵂ:&#7490;
⁰:&#8304;
¹:&#185;
²:&#178;
³:&#179;
⁴:&#8308;
⁵:&#8309;
⁶:&#8310;
⁷:&#8311;
⁸:&#8312;
⁹:&#8313;
⁺:&#8314;
⁻:&#8315;
⁼:&#8316;
⁽:&#8317;
⁾:&#8318;
˙:&#729;
㆒:&#12690;
㆓:&#12691;
㆔:&#12692;
㆕:&#12693;
㆖:&#12694;
㆗:&#12695;
㆘:&#12696;
㆙:&#12697;
㆚:&#12698;
㆛:&#12699;
㆜:&#12700;
㆝:&#12701;
㆞:&#12702;
㆟:&#12703;

下标符号:
ₐ:&#8336;
ₔ:&#8340;
ₑ:&#8337;
ᵢ:&#7522;
ₒ:&#8338;
ᵣ:&#7523;
ᵤ:&#7524;
ᵥ:&#7525;
ₓ:&#8339;
ᵤ:&#7524;
ᵩ:&#7529;
ᵦ:&#7526;
ₒ:&#8338;
ᵨ:&#7528;
ᵤ:&#7524;
ᵪ:&#7530;
ᵧ:&#7527;
ᴀ:&#7424;
ʙ:&#665;
ᴄ:&#7428;
ᴅ:&#7429;
ᴇ:&#7431;
ғ:&#1171;
ɢ:&#610;
ʜ:&#668;
ɪ:&#618;
ᴊ:&#7434;
ᴋ:&#7435;
ʟ:&#671;
ᴍ:&#7437;
ɴ:&#628;
ᴏ:&#7439;
ᴘ:&#7448;
ǫ:&#491;
ʀ:&#640;
s:&#115;
ᴛ:&#7451;
ᴜ:&#7452;
ᴠ:&#7456;
ᴡ:&#7457;
x:&#120;
ʏ:&#655;
ᴢ:&#7458;
₀:&#8320;
₁:&#8321;
₂:&#8322;
₃:&#8323;
₄:&#8324;
₅:&#8325;
₆:&#8326;
₇:&#8327;
₈:&#8328;
₉:&#8329;
₊:&#8330;
₋:&#8331;
₌:&#8332;
₍:&#8333;
₎:&#8334;

 

原文地址:http://www.cnblogs.com/onestopweb/p/16848412.html

1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长! 2. 分享目的仅供大家学习和交流,请务用于商业用途! 3. 如果你也有好源码或者教程,可以到用户中心发布,分享有积分奖励和额外收入! 4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解! 5. 如有链接无法下载、失效或广告,请联系管理员处理! 6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需! 7. 如遇到加密压缩包,默认解压密码为"gltf",如遇到无法解压的请联系管理员! 8. 因为资源和程序源码均为可复制品,所以不支持任何理由的退款兑现,请斟酌后支付下载 声明:如果标题没有注明"已测试"或者"测试可用"等字样的资源源码均未经过站长测试.特别注意没有标注的源码不保证任何可用性