<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atsuhiro-me</author_name>
  <author_url>https://blog.hatena.ne.jp/atsuhiro-me/</author_url>
  <blog_title>みーのぺーじ</blog_title>
  <blog_url>https://pc.atsuhiro-me.net/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>とある文字列を処理していて，検索してもヒットしないマイナス記号があったのでUnicodeを調べたところ，Unicodeにはたくさんのマイナス記号が存在することが分かりました*1． m = [ 0x05BE, 0x1806, 0x2010, 0x2011, 0x2012, 0x2013, 0x2014, 0x2015, 0x2212, 0x2500, 0x2501, 0x30FC, 0xFF70, 0xFE58, 0xFE63, 0xFF0D, 0xFF70, 0x002D ] print( &quot;&quot;.join([ chr(u) for u in m ]) ) これを実行すると， ־᠆‐‑‒–—―−…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpc.atsuhiro-me.net%2Fentry%2F2020%2F04%2F29%2F103926&quot; title=&quot;Unicodeのマイナス記号を集めた - みーのぺーじ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-04-29 10:39:26</published>
  <title>Unicodeのマイナス記号を集めた</title>
  <type>rich</type>
  <url>https://pc.atsuhiro-me.net/entry/2020/04/29/103926</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
