Combining Right Arrowhead and Up Arrowhead Below

͖

UNICODE

U+00356

HEX CODE

͖

HTML CODE

͖

HTML ENTITY


CSS CODE

\0356
// html example
<span>&#854;</span>

// css example
span {
  content: "\0356";
}
͖