ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • HTML 특수문자 입력하기 - 엔티티(Entities) 코드표
    Markup 2022. 12. 2. 11:40
    728x90
    반응형



    특수문자
    문자 표기
    (&entity_name)
    숫자 표기
    유니코드 표기
    텍스트 설명
    (예: 실제 이름)
    "
    "
    "
    u0022
    quotation mark = APL
    &
    &
    &
    u0026
    ampersand
    <
    &lt;
    &#60;
    u003C
    less-than
    >
    &gt;
    &#62;
    u003E
    greater-than
    &larr;
    &#8592;
    u2190
    leftwards
    &uarr;
    &#8593;
    u2191
    upwards
    &rarr;
    &#8594;
    u2192
    rightwards
    &darr;
    &#8595;
    u2193
    downwards
    &harr;
    &#8596;
    u2194
    left right
    &crarr;
    &#8629;
    u21B5
    downwards arrow with corner leftwards = carriage return
    &lArr;
    &#8656;
    u21D0
    leftwards double
    &uArr;
    &#8657;
    u21D1
    upwards double
    &rArr;
    &#8658;
    u21D2
    rightwards double
    &dArr;
    &#8659;
    u21D3
    downwards double
    &hArr;
    &#8660;
    u21D4
    left right double
    &loz;
    &#9674;
    u25CA
    lozenge
    &spades;
    &#9824;
    u2660
    black spade
    &clubs;
    &#9827;
    u2663
    black club suit = shamrock
    &hearts;
    &#9829;
    u2665
    black heart suit = valentine
    &diams;
    &#9830;
    u2666
    black diamond
    &forall;
    &#8704;
    u2200
    for
    &part;
    &#8706;
    u2202
    partial
    &exist;
    &#8707;
    u2203
    there
    &empty;
    &#8709;
    u2205
    empty set = null set = diameter
    &nabla;
    &#8711;
    u2207
    nabla = backward
    &isin;
    &#8712;
    u2208
    element
    &notin;
    &#8713;
    u2209
    not an element
    &ni;
    &#8715;
    u220B
    contains as
    &prod;
    &#8719;
    u220F
    n-ary product = product
    &sum;
    &#8721;
    u2211
    n-ary
    &minus;
    &#8722;
    u2212
    minus
    &lowast;
    &#8727;
    u2217
    asterisk
    &radic;
    &#8730;
    u221A
    square root = radical
    &prop;
    &#8733;
    u221D
    proportional
    &infin;
    &#8734;
    u221E
    infinity
    &ang;
    &#8736;
    u2220
    angle
    &and;
    &#8743;
    u2227
    logical and = wedge
    &or;
    &#8744;
    u2228
    logical or = vee
    &cap;
    &#8745;
    u2229
    intersection = cap
    &cup;
    &#8746;
    u222A
    union = cup
    &int;
    &#8747;
    u222B
    ?integral
    &there4;
    &#8756;
    u2234
    ?therefore
    &sim;
    &#8764;
    u223C
    tilde operator = varies with = similar
    &cong;
    &#8773;
    u2245
    approximately equal
    &asymp;
    &#8776;
    u2248
    almost equal to = asymptotic
    &ne;
    &#8800;
    u2260
    not equal
    &equiv;
    &#8801;
    u2261
    identical
    &le;
    &#8804;
    u2264
    less-than or equal
    &ge;
    &#8805;
    u2265
    greater-than or equal
    &sub;
    &#8834;
    u2282
    subset
    &sup;
    &#8835;
    u2283
    superset
    &nsub;
    &#8836;
    u2284
    not a subset of
    &sube;
    &#8838;
    u2286
    subset of or equal
    &supe;
    &#8839;
    u2287
    superset of or equal
    &oplus;
    &#8853;
    u2295
    circled plus = direct
    &otimes;
    &#8855;
    u2297
    circled times = vector
    &perp;
    &#8869;
    u22A5
    up tack = orthogonal to = perpendicular
    &sdot;
    &#8901;
    u22C5
    dot
     
    &nbsp;
    &#160;
    u00A0
    no-break space = non-breaking
    ¡
    &iexcl;
    &#161;
    u00A1
    inverted exclamation
    ¢
    &cent;
    &#162;
    u00A2
    cent
    £
    &pound;
    &#163;
    u00A3
    pound
    ¤
    &curren;
    &#164;
    u00A4
    currency
    ¥
    &yen;
    &#165;
    u00A5
    yen sign = yuan
    ¦
    &brvbar;
    &#166;
    u00A6
    broken bar = broken vertical
    §
    &sect;
    &#167;
    u00A7
    section
    ¨
    &uml;
    &#168;
    u00A8
    diaeresis = spacing
    ©
    &copy;
    &#169;
    u00A9
    copyright
    ª
    &ordf;
    &#170;
    u00AA
    feminine ordinal
    «
    &laquo;
    &#171;
    u00AB
    left-pointing double angle quotation mark = left pointing
    ¬
    &not;
    &#172;
    u00AC
    not
     ­
    &shy;
    &#173;
    u00AD
    soft hyphen = discretionary
    ®
    &reg;
    &#174;
    u00AE
    registered sign = registered trade mark
    ¯
    &macr;
    &#175;
    u00AF
    macron = spacing macron = overline = APL
    °
    &deg;
    &#176;
    u00B0
    degree
    ±
    &plusmn;
    &#177;
    u00B1
    plus-minus sign = plus-or-minus
    ²
    &sup2;
    &#178;
    u00B2
    superscript two = superscript digit two = squared
    ³
    &sup3;
    &#179;
    u00B3
    superscript three = superscript digit three = cubed
    ´
    &acute;
    &#180;
    u00B4
    acute accent = spacing
    µ
    &micro;
    &#181;
    u00B5
    micro
    &para;
    &#182;
    u00B6
    pilcrow sign = paragraph
    ·
    &middot;
    &#183;
    u00B7
    middle dot = Georgian comma = Greek middle
    ¸
    &cedil;
    &#184;
    u00B8
    cedilla = spacing
    ¹
    &sup1;
    &#185;
    u00B9
    superscript one = superscript digit
    º
    &ordm;
    &#186;
    u00BA
    masculine ordinal
    »
    &raquo;
    &#187;
    u00BB
    right-pointing double angle quotation mark = right pointing
    ¼
    &frac14;
    &#188;
    u00BC
    vulgar fraction one quarter = fraction one
    ½
    &frac12;
    &#189;
    u00BD
    vulgar fraction one half = fraction one
    ¾
    &frac34;
    &#190;
    u00BE
    vulgar fraction three quarters = fraction three
    ¿
    &iquest;
    &#191;
    u00BF
    inverted question mark = turned question
    À
    &Agrave;
    &#192;
    u00C0
    latin capital letter A with grave = latin capital letter A
    Á
    &Aacute;
    &#193;
    u00C1
    latin capital letter A with
    Â
    &Acirc;
    &#194;
    u00C2
    latin capital letter A with
    Ã
    &Atilde;
    &#195;
    u00C3
    latin capital letter A with
    Ä
    &Auml;
    &#196;
    u00C4
    latin capital letter A with
    Å
    &Aring;
    &#197;
    u00C5
    latin capital letter A with ring above = latin capital letter A
    Æ
    &AElig;
    &#198;
    u00C6
    latin capital letter AE = latin capital ligature
    Ç
    &Ccedil;
    &#199;
    u00C7
    latin capital letter C with
    È
    &Egrave;
    &#200;
    u00C8
    latin capital letter E with
    É
    &Eacute;
    &#201;
    u00C9
    latin capital letter E with
    Ê
    &Ecirc;
    &#202;
    u00CA
    latin capital letter E with
    Ë
    &Euml;
    &#203;
    u00CB
    latin capital letter E with
    Ì
    &Igrave;
    &#204;
    u00CC
    latin capital letter I with
    Í
    &Iacute;
    &#205;
    u00CD
    latin capital letter I with
    Î
    &Icirc;
    &#206;
    u00CE
    latin capital letter I with
    Ï
    &Iuml;
    &#207;
    u00CF
    latin capital letter I with
    Ð
    &ETH;
    &#208;
    u00D0
    latin capital letter
    Ñ
    &Ntilde;
    &#209;
    u00D1
    latin capital letter N with
    Ò
    &Ograve;
    &#210;
    u00D2
    latin capital letter O with
    Ó
    &Oacute;
    &#211;
    u00D3
    latin capital letter O with
    Ô
    &Ocirc;
    &#212;
    u00D4
    latin capital letter O with
    Õ
    &Otilde;
    &#213;
    u00D5
    latin capital letter O with
    Ö
    &Ouml;
    &#214;
    u00D6
    latin capital letter O with
    ×
    &times;
    &#215;
    u00D7
    multiplication
    Ø
    &Oslash;
    &#216;
    u00D8
    latin capital letter O with stroke = latin capital letter O
    Ù
    &Ugrave;
    &#217;
    u00D9
    latin capital letter U with
    Ú
    &Uacute;
    &#218;
    u00DA
    latin capital letter U with
    Û
    &Ucirc;
    &#219;
    u00DB
    latin capital letter U with
    Ü
    &Uuml;
    &#220;
    u00DC
    latin capital letter U with
    Ý
    &Yacute;
    &#221;
    u00DD
    latin capital letter Y with
    Þ
    &THORN;
    &#222;
    u00DE
    latin capital letter
    ß
    &szlig;
    &#223;
    u00DF
    latin small letter sharp s = ess-zed
    à
    &agrave;
    &#224;
    u00E0
    latin small letter a with grave = latin small letter a
    á
    &aacute;
    &#225;
    u00E1
    latin small letter a with
    â
    &acirc;
    &#226;
    u00E2
    latin small letter a with
    ã
    &atilde;
    &#227;
    u00E3
    latin small letter a with
    ä
    &auml;
    &#228;
    u00E4
    latin small letter a with
    å
    &aring;
    &#229;
    u00E5
    latin small letter a with ring above = latin small letter a
    æ
    &aelig;
    &#230;
    u00E6
    latin small letter ae = latin small ligature
    ç
    &ccedil;
    &#231;
    u00E7
    latin small letter c with
    è
    &egrave;
    &#232;
    u00E8
    latin small letter e with
    é
    &eacute;
    &#233;
    u00E9
    latin small letter e with
    ê
    &ecirc;
    &#234;
    u00EA
    latin small letter e with
    ë
    &euml;
    &#235;
    u00EB
    latin small letter e with
    ì
    &igrave;
    &#236;
    u00EC
    latin small letter i with
    í
    &iacute;
    &#237;
    u00ED
    latin small letter i with
    î
    &icirc;
    &#238;
    u00EE
    latin small letter i with
    ï
    &iuml;
    &#239;
    u00EF
    latin small letter i with
    ð
    &eth;
    &#240;
    u00F0
    latin small letter
    ñ
    &ntilde;
    &#241;
    u00F1
    latin small letter n with
    ò
    &ograve;
    &#242;
    u00F2
    latin small letter o with
    ó
    &oacute;
    &#243;
    u00F3
    latin small letter o with
    ô
    &ocirc;
    &#244;
    u00F4
    latin small letter o with
    õ
    &otilde;
    &#245;
    u00F5
    latin small letter o with
    ö
    &ouml;
    &#246;
    u00F6
    latin small letter o with
    ÷
    &divide;
    &#247;
    u00F7
    division
    ø
    &oslash;
    &#248;
    u00F8
    latin small letter o with stroke = latin small letter o
    ù
    &ugrave;
    &#249;
    u00F9
    latin small letter u with
    ú
    &uacute;
    &#250;
    u00FA
    latin small letter u with
    û
    &ucirc;
    &#251;
    u00FB
    latin small letter u with
    ü
    &uuml;
    &#252;
    u00FC
    latin small letter u with
    ý
    &yacute;
    &#253;
    u00FD
    latin small letter y with
    þ
    &thorn;
    &#254;
    u00FE
    latin small letter
    ÿ
    &yuml;
    &#255;
    u00FF
    latin small letter y with
    ƒ
    &fnof;
    &#402;
    u0192
    latin small f with hook = function = florin
    Α
    &Alpha;
    &#913;
    u0391
    greek capital letter alpha
    Β
    &Beta;
    &#914;
    u0392
    greek capital letter beta
    Γ
    &Gamma;
    &#915;
    u0393
    greek capital
    Δ
    &Delta;
    &#916;
    u0394
    greek capital
    Ε
    &Epsilon;
    &#917;
    u0395
    greek capital letter epsilon
    Ζ
    &Zeta;
    &#918;
    u0396
    greek capital letter zeta
    Η
    &Eta;
    &#919;
    u0397
    greek capital letter eta
    Θ
    &Theta;
    &#920;
    u0398
    greek capital letter
    Ι
    &Iota;
    &#921;
    u0399
    greek capital letter iota
    Κ
    &Kappa;
    &#922;
    u039A
    greek capital letter kappa
    Λ
    &Lambda;
    &#923;
    u039B
    greek capital letter
    Μ
    &Mu;
    &#924;
    u039C
    greek capital letter mu
    Ν
    &Nu;
    &#925;
    u039D
    greek capital letter nu
    Ξ
    &Xi;
    &#926;
    u039E
    greek capital letter
    Ο
    &Omicron;
    &#927;
    u039F
    greek capital letter omicron
    Π
    &Pi;
    &#928;
    u03A0
    greek capital letter
    Ρ
    &Rho;
    &#929;
    u03A1
    greek capital letter rho
    Σ
    &Sigma;
    &#931;
    u03A3
    greek capital letter
    Τ
    &Tau;
    &#932;
    u03A4
    greek capital letter tau
    Υ
    &Upsilon;
    &#933;
    u03A5
    greek capital letter
    Φ
    &Phi;
    &#934;
    u03A6
    greek capital letter
    Χ
    &Chi;
    &#935;
    u03A7
    greek capital letter chi
    Ψ
    &Psi;
    &#936;
    u03A8
    greek capital letter
    Ω
    &Omega;
    &#937;
    u03A9
    greek capital letter
    α
    &alpha;
    &#945;
    u03B1
    greek small letter
    β
    &beta;
    &#946;
    u03B2
    greek small letter
    γ
    &gamma;
    &#947;
    u03B3
    greek small letter
    δ
    &delta;
    &#948;
    u03B4
    greek small letter
    ε
    &epsilon;
    &#949;
    u03B5
    greek small letter
    ζ
    &zeta;
    &#950;
    u03B6
    greek small letter
    η
    &eta;
    &#951;
    u03B7
    greek small letter
    θ
    &theta;
    &#952;
    u03B8
    greek small letter
    ι
    &iota;
    &#953;
    u03B9
    greek small letter
    κ
    &kappa;
    &#954;
    u03BA
    greek small letter
    λ
    &lambda;
    &#955;
    u03BB
    greek small letter
    μ
    &mu;
    &#956;
    u03BC
    greek small letter
    ν
    &nu;
    &#957;
    u03BD
    greek small letter
    ξ
    &xi;
    &#958;
    u03BE
    greek small letter
    ο
    &omicron;
    &#959;
    u03BF
    greek small letter omicron
    π
    &pi;
    &#960;
    u03C0
    greek small letter
    ρ
    &rho;
    &#961;
    u03C1
    greek small letter
    ς
    &sigmaf;
    &#962;
    u03C2
    greek small letter final
    σ
    &sigma;
    &#963;
    u03C3
    greek small letter
    τ
    &tau;
    &#964;
    u03C4
    greek small letter
    υ
    &upsilon;
    &#965;
    u03C5
    greek small letter
    φ
    &phi;
    &#966;
    u03C6
    greek small letter
    χ
    &chi;
    &#967;
    u03C7
    greek small letter
    ψ
    &psi;
    &#968;
    u03C8
    greek small letter
    ω
    &omega;
    &#969;
    u03C9
    greek small letter
    ϑ
    &thetasym;
    &#977;
    u03D1
    greek small letter theta symbol
    ϒ
    &upsih;
    &#978;
    u03D2
    greek upsilon with hook symbol
    ϖ
    &piv;
    &#982;
    u03D6
    greek pi
    &bull;
    &#8226;
    u2022
    bullet = black small
    &hellip;
    &#8230;
    u2026
    horizontal ellipsis = three dot
    &prime;
    &#8242;
    u2032
    prime = minutes = feet
    &Prime;
    &#8243;
    u2033
    double prime = seconds = inches
    &oline;
    &#8254;
    u203E
    overline = spacing overscore
    &frasl;
    &#8260;
    u2044
    fraction slash
    &weierp;
    &#8472;
    u2118
    script capital P = power set = Weierstrass p
    &image;
    &#8465;
    u2111
    blackletter capital I = imaginary part
    &real;
    &#8476;
    u211C
    blackletter capital R = real part symbol
    &trade;
    &#8482;
    u2122
    trade mark
    &alefsym;
    &#8501;
    u2135
    alef symbol = first transfinite cardinal
    &lceil;
    &#8968;
    u2308
    left ceiling = apl
    &rceil;
    &#8969;
    u2309
    right
    &lfloor;
    &#8970;
    u230A
    left floor = apl
    &rfloor;
    &#8971;
    u230B
    right
    &lang;
    &#9001;
    u2329
    left-pointing angle bracket = bra
    &rang;
    &#9002;
    u232A
    right-pointing angle bracket = ket
    Œ
    &OElig;
    &#338;"
    u0152
    latin capital ligature
    œ
    &oelig;
    &#339;"
    u0153
    latin small ligature
    Š
    &Scaron;
    &#352;"
    u0160
    latin capital letter S with
    š
    &scaron;
    &#353;"
    u0161
    latin small letter s with
    Ÿ
    &Yuml;
    &#376;"
    u0178
    latin capital letter Y with
    ˆ
    &circ;
    &#710;"
    u02C6
    modifier letter circumflex
    ˜
    &tilde;
    &#732;
    u02DC
    small tilde
    &ensp;
    &#8194;
    u2002
    en
    &emsp;
    &#8195;
    u2003
    em
    &thinsp;
    &#8201;
    u2009
    thin
    &zwnj;
    &#8204;
    u200C
    zero width non-joiner
    &zwj;
    &#8205;
    u200D
    zero width joiner
    &lrm;
    &#8206;
    u200E
    left-to-right mark
    &rlm;
    &#8207;
    u200F
    right-to-left mark
    &ndash;
    &#8211;
    u2013
    en
    &mdash;
    &#8212;
    u2014
    em
    &lsquo;
    &#8216;
    u2018
    left single quotation
    &rsquo;
    &#8217;
    u2019
    right single quotation
    &sbquo;
    &#8218;
    u201A
    single low-9 quotation mark
    &ldquo;
    &#8220;
    u201C
    left double quotation
    &rdquo;
    &#8221;
    u201D
    right double quotation
    &bdquo;
    &#8222;
    u201E
    double low-9 quotation mark
    &dagger;
    &#8224;
    u2020
    dagger
    &Dagger;
    &#8225;
    u2021
    double
    &permil;
    &#8240;
    u2030
    per mille
    &lsaquo;
    &#8249;
    u2039
    single left-pointing angle quotation
    &rsaquo;
    &#8250;
    u203A
    single right-pointing angle quotation
    &euro;
    &#8364;
    u20AC
    euro sign


    특수문자를 입력하면 엔티티 코드로 변환해주는 사이트

    https://www.percederberg.net/tools/text_converter.html

     

    swiss converter tool | percederberg.net

    Swiss Converter Tool ...the Victorinox® knife of encoding Quick online encoding, decoding, escaping or unescaping of text and data. The tool autodetects the format and encoding when data is pasted into the input field. Supported formats are base64, hexade

    www.percederberg.net

     

    참고 : https://www.w3.org/TR/REC-html40/sgml/entities.html

    728x90
    반응형

    댓글

Designed by Tistory.