UTF8 Angle brackets up and down?

5

2

I'm looking for angle brackets which point up and down as UTF-8 characters.

Just for clarification: I need two characters, an angle bracket pointing up and one pointing down.

enter image description here

Hedge

Posted 2015-06-15T12:36:24.460

Reputation: 1 044

Answers

5

Ƭᴇcʜιᴇ007

Posted 2015-06-15T12:36:24.460

Reputation: 103 763

4

You could use:

  • ︿ / ︿ : ︿ aka «Vertical Left Angle Bracket», ref
  • ﹀ / ﹀ : ﹀ aka «Vertical Right Angle Bracket» ref

Logical and and logical or are two other search terms that should give some options. E.g.:

∧ ⋀ ⋏ ⩑ ⩞ ⩠ Logical and

∨ ⋁ ⋎ ⩒ ⩣ ⩢ Logical or

Also check: https://unicode-search.net/unicode-namesearch.pl?term=angle

user3342816

Posted 2015-06-15T12:36:24.460

Reputation: 141

0

You can use left or right angle bracket, or lower than / greater than chars, with css rotation :

content:"<";
transform:rotate(90deg)

Pierre-Olivier Vares

Posted 2015-06-15T12:36:24.460

Reputation: 101

It will work only if you set position to absolute – Deniz – 2016-06-16T13:17:58.967

You're right, I suppose there are some adjustments, depending on other css properties.I wasn't entering the details, just a way of how to do it. – Pierre-Olivier Vares – 2016-06-20T07:28:49.193

0

I found these 2 options at www.w3schools.com:

&#8896; for ⋀ or &#x39B; for Λ

matt

Posted 2015-06-15T12:36:24.460

Reputation: 11

This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review

– Burgi – 2017-09-26T23:54:08.030

2@Burgi This answer may be wrong, but it's a legitimate attempt to answer the question. As such, we should not flag it. Down voting may be in order however. – I say Reinstate Monica – 2017-09-27T02:12:29.900