<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>derwind</author_name>
  <author_url>https://blog.hatena.ne.jp/derwind/</author_url>
  <blog_title>らんだむな記憶</blog_title>
  <blog_url>https://randommemory.hatenablog.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>ということで、あまり需要もなさそうだが与えられたテキストの各文字のunicodeのコードポイントでも見てみたい。(なんでやねん！) var text = &quot;aAbcáÁĂăǼǽ&quot;; for (var i = 0; i &lt; text.length; i++) { console.log( &quot;[&quot; + text.charAt(i) + &quot;]: U+&quot; + text.charCodeAt(i).toString(16) ); } [a]: U+61 [A]: U+41 [b]: U+62 [c]: U+63 [á]: U+e1 [Á]: U+c1 [Ă]: U+102 [ă]: U+103 [Ǽ]:…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frandommemory.hatenablog.com%2Fentry%2F2016%2F12%2F18%2F110751&quot; title=&quot;Node.js試運転 - らんだむな記憶&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>2016-12-18 11:07:51</published>
  <title>Node.js試運転</title>
  <type>rich</type>
  <url>https://randommemory.hatenablog.com/entry/2016/12/18/110751</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
