{"id":1387,"date":"2023-05-19T12:16:23","date_gmt":"2023-05-19T11:16:23","guid":{"rendered":"https:\/\/ibex.tech\/c\/?p=1387"},"modified":"2023-05-19T12:16:24","modified_gmt":"2023-05-19T11:16:24","slug":"special-characters","status":"publish","type":"post","link":"https:\/\/ibex.tech\/c\/c\/strings\/special-characters","title":{"rendered":"Special characters"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Degree symbol<\/h4>\n\n\n\n<p>Typically you can use ALT+176 for the \u00b0 character.<\/p>\n\n\n\n<p>In an ASCII C string its an extended character, but you can include it using the hex code for it:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>      LcdDisplay.print(\"\\xb0\");   \/\/\u00ba (0xB0 \/ 176)\r\n      LcdDisplay.print(\"C\");<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Degree symbol Typically you can use ALT+176 for the \u00b0 character. In an ASCII C string its an extended character, but you can include it using the hex code for it:<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[83],"tags":[],"class_list":["post-1387","post","type-post","status-publish","format-standard","hentry","category-strings"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/1387","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/comments?post=1387"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/1387\/revisions"}],"predecessor-version":[{"id":1388,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/1387\/revisions\/1388"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/media?parent=1387"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/categories?post=1387"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/tags?post=1387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}