Arrows

Rightwards Double Arrow with Stroke ⇏

The rightwards double arrow with stroke negates the logical implication symbol. It indicates that 'A does not imply B' in formal logic. This is a critical symbol in mathematical logic for distinguishing valid from invalid implications and in constructing counterexample arguments.

All Representations

Named Entity
⇏
Decimal Code
⇏
Hex Code
⇏
Unicode
U+21CF

Rendered Output

⇏ renders as the character shown above

When to Use Rightwards Double Arrow with Stroke

Use the negated rightwards double arrow in formal logic to state 'does not imply' (A ⇏ B). It is essential for mathematical proofs, philosophical logic, and computer science formal methods where the distinction between implication and non-implication must be precisely expressed.

Try It — HTML Examples

Named entity in text
<p>Symbol: &#8655;</p>
Decimal reference
<p>Symbol: &#8655;</p>
Hex reference
<p>Symbol: &#x21CF;</p>
Inside an HTML attribute
<div title="The Rightwards Double Arrow with Stroke: &#8655;">Hover to see</div>

About the Rightwards Double Arrow with Stroke Entity

The Rightwards Double Arrow with Stroke character (⇏) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &#8655;, the decimal numeric character reference &#8655;, or the hexadecimal numeric reference &#x21CF;. The character is assigned Unicode code point U+21CF in the Universal Character Set.

The rightwards double arrow with stroke negates the logical implication symbol. It indicates that 'A does not imply B' in formal logic. This is a critical symbol in mathematical logic for distinguishing valid from invalid implications and in constructing counterexample arguments.

Arrow entities serve as directional indicators in navigation interfaces, mathematical expressions, flowcharts, and textual content throughout the web. Because they render as scalable text characters rather than bitmap images, HTML arrow entities are resolution-independent, styleable with CSS properties like color and font-size, and fully accessible to assistive technologies including screen readers.

When deciding how to encode the Rightwards Double Arrow with Stroke character in your HTML documents, the named entity &#8655; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8655; and hexadecimal form &#x21CF; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the negated rightwards double arrow in formal logic to state 'does not imply' (A ⇏ B). It is essential for mathematical proofs, philosophical logic, and computer science formal methods where the distinction between implication and non-implication must be precisely expressed.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.