英文字典中文字典Word104.com



中文字典辭典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z   







請輸入英文單字,中文詞皆可:

symbolic    音標拼音: [sɪmb'ɑlɪk]
a. 象征性的,象征手法的,象征派的

象徵性的,象徵手法的,象徵派的

symbolic
符號

symbolic
adj 1: relating to or using or proceeding by means of symbols;
"symbolic logic"; "symbolic operations"; "symbolic
thinking" [synonym: {symbolic}, {symbolical}]
2: serving as a visible symbol for something abstract; "a crown
is emblematic of royalty"; "the spinning wheel was as
symbolic of colonical Massachusetts as the codfish" [synonym:
{emblematic}, {emblematical}, {symbolic}, {symbolical}]
3: using symbolism; "symbolic art"

Symbolic \Sym*bol"ic\, n. [Cf. F. symbolique. See {Symbolic},
a.] (Theol.)
See {Symbolics}.
[1913 Webster] Symbolic


Symbolic \Sym*bol"ic\, Symbolical \Sym*bol"ic*al\, a. [L.
symbolicus, Gr. symboliko`s: cf. F. symbolique.]
Of or pertaining to a symbol or symbols; of the nature of a
symbol; exhibiting or expressing by resemblance or signs;
representative; as, the figure of an eye is symbolic of sight
and knowledge. -- {Sym*bol"ic*al*ly}, adv. --
{Sym*bol"ic*al*ness}, n.
[1913 Webster]

The sacrament is a representation of Christ's death by
such symbolical actions as he himself appointed. --Jer.
Taylor.
[1913 Webster]

{Symbolical delivery} (Law), the delivery of property sold by
delivering something else as a symbol, token, or
representative of it. --Bouvier. Chitty.

{Symbolical philosophy}, the philosophy expressed by
hieroglyphics.
[1913 Webster]


Symbolics \Sym*bol"ics\, n.
The study of ancient symbols; esp. (Theol.), that branch of
historic theology which treats of creeds and confessions of
faith; symbolism; -- called also {symbolic}.
[1913 Webster]

75 Moby Thesaurus words for "symbolic":
allegoric, allegorical, anagogic, associational, betokening,
connotational, connotative, definable, demonstrative, denominative,
denotational, denotative, designative, diagnostic, emblematic,
evidential, exhibitive, expressive, extended, extensional, figural,
figurative, full of meaning, full of point, full of substance,
glossematic, iconic, identifying, ideographic, idiosyncratic,
implicative, indicating, indicative, indicatory, individual,
intelligible, intensional, interpretable, lexemic, lexical,
meaning, meaningful, meaty, metaphorical, morphemic, naming,
pathognomonic, peculiar, phrasal, pithy, pointed, pregnant,
readable, referential, representative, semantic, semantological,
semasiological, sememic, semiotic, sententious, signalizing,
significant, significative, signifying, substantial, suggestive,
symbolistic, symbological, symptomatic, symptomatologic, tokening,
transferred, typical, verbal

請選擇你想看的字典辭典:
單詞字典翻譯
Symbolic查看 Symbolic 在Google字典中的解釋Google英翻中〔查看〕
Symbolic查看 Symbolic 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • HTML 5: Is it lt;br gt;, lt;br gt;, or lt;br gt;? - Stack Overflow
    <br> is sufficient but in XHTML <br > is preferred according to the WHATWG and according to the W3C To quote Section 8 1 2 1 of HTML 5 2 W3C Recommendation, 14 December 2017 Start tags must have the following format: … After the attributes, or after the tag name if there are no attributes, there may be one or more space characters
  • html - O certo é lt;br gt; ou lt;br gt; ou lt;br gt;? - Stack Overflow em Português
    <br>< br> é uma sequência inválida, já que o elemento <br> é um elemento vazio (void element, em inglês) Um elemento vazio é qualquer elemento que não pode, por definição, possuir qualquer conteúdo entre as tags de início e fim; a única maneira de um elemento vazio possuir dados é via atributos
  • html - What does lt;br gt; do exactly? - Stack Overflow
    The <br > tag is equivalent to <br> in HTML5 Basically, it means that break at that point and goes to new line For example: <p> hello world<br><br> how are< p> Output is : hello world how are After hello world it jump to next line then again jump to another next due to another break statement
  • xhtml - HTML: Whats the correct form of BR? - Stack Overflow
    <br>< br> is also allowed, but unusual (there are backwards-compatibility issues, it's extra typing, and allows for bugs if you introduce more content between the tags by mistake, but it does sometimes happen in XML-programattically produced code)
  • What is the main difference of lt;br gt; and lt;br gt; - Stack Overflow
    In practice, < br> does not exist Just <br> or <br > However, the difference is the position, and is universal for all XML tags <TAG_NAME> indicates the beginning of a tag, and < TAG_NAME> indicates the end of a tag When a tag is used with nothing between it, then a self-closing, or null tag can be used, which combines the beginning and end
  • html - Use of lt;br gt; and accessibility - Stack Overflow
    The br element may only be used for line breaks "that are actually part of the content" Such line breaks are typically those in addresses or in poems In your case, you seem to only need the line breaks for layout reasons So it would not be correct to use br elements there
  • html - Is there any ASCII character for lt;br gt;? - Stack Overflow
    <br> is an element Elements don't get character entities In contrast to many answers here, \n or #13; are not equivalent to <br> The former denotes a line break in text documents The latter is intended to denote a line break in HTML documents and is doing that by virtue of its default CSS: br:before { content: "\A"; white-space: pre-line }
  • html - When to use lt;p gt; vs. lt;br gt; - Stack Overflow
    The <br > tag is used as a forced line break within the text flow of the web page Use it when you want the text to continue on the next line, such as with poetry <p> Now is the time for all good men to come to the aid of their country <br > The quick brown fox jumped over the lazy sleeping dog < p> source
  • html - new line without lt;br gt; tag - Stack Overflow
    Yet, the direct answer for the title "new line without <br> tag" would be <pre> or white-space: pre-wrap; like the above But, If I need 100000 lines of dummy lorem ipsum <br> , I would rather use emmet (which is built-in in VSCode) than write anything myself
  • How to use lt;br gt; multiple times in HTML - Stack Overflow
    It depends on what you are after, if you are after just the space from multiple <br> then you can use css positioning elements insteads (padding, top, margin, etc ) Or, if you specifically want x amount of <br> elements, you can use an inline JavaScript for loop:





中文字典-英文字典  2005-2009

|中文姓名英譯,姓名翻譯 |简体中文英文字典