<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: The Phi Symbol	</title>
	<atom:link href="https://www.goldennumber.net/phi-symbol/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.goldennumber.net/phi-symbol/</link>
	<description>Golden Ratio, Phi, 1.618, and Fibonacci in Math, Nature, Art, Design, Beauty and the Face. One source with over 100 articles and latest findings.</description>
	<lastBuildDate>Sat, 09 Mar 2024 22:07:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Tim		</title>
		<link>https://www.goldennumber.net/phi-symbol/#comment-7336</link>

		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Sat, 09 Mar 2024 22:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.phisource.com/?p=447#comment-7336</guid>

					<description><![CDATA[I wonder if the post with a semi circle opening in phi spiral fashion, is the symbol which invokes an intuitional understanding of phi?
What does the post represent, 3rd dimensional reality?]]></description>
			<content:encoded><![CDATA[<p>I wonder if the post with a semi circle opening in phi spiral fashion, is the symbol which invokes an intuitional understanding of phi?<br />
What does the post represent, 3rd dimensional reality?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Royal Garg		</title>
		<link>https://www.goldennumber.net/phi-symbol/#comment-5592</link>

		<dc:creator><![CDATA[Royal Garg]]></dc:creator>
		<pubDate>Wed, 25 Nov 2020 16:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.phisource.com/?p=447#comment-5592</guid>

					<description><![CDATA[helpful . used it in autocad.thanks a lot]]></description>
			<content:encoded><![CDATA[<p>helpful . used it in autocad.thanks a lot</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maurice		</title>
		<link>https://www.goldennumber.net/phi-symbol/#comment-4935</link>

		<dc:creator><![CDATA[Maurice]]></dc:creator>
		<pubDate>Sun, 08 Sep 2019 00:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.phisource.com/?p=447#comment-4935</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.goldennumber.net/phi-symbol/#comment-442&quot;&gt;Edgar Bonet&lt;/a&gt;.

My hero]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.goldennumber.net/phi-symbol/#comment-442">Edgar Bonet</a>.</p>
<p>My hero</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Edgar Bonet		</title>
		<link>https://www.goldennumber.net/phi-symbol/#comment-442</link>

		<dc:creator><![CDATA[Edgar Bonet]]></dc:creator>
		<pubDate>Fri, 04 Oct 2013 09:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.phisource.com/?p=447#comment-442</guid>

					<description><![CDATA[Hi! Just adding a few points:
1) In mathematics, it is common practice to write variables in italics, and thus to have a slanted φ (or ϕ), although nowhere as slanted as an ø.
2) The stroked O (Ø) is NOT an ASCII character. It is however available in both the ISO-8859-1 and Windows-1252 character sets, at positions 216 (upper case) and 248 (lower case).
3) Phi (Φ) is not available in those character sets, and thus cannot be input on old Windows systems based on Windows-1252. It was, however, available in the old code page 437 of the original IBM-PC, at positions 232 (upper case) and 237 (lower case). The Alt trick is a compatibility feature designed to access characters by their code point in this legacy code page. Ah, BTW, 1000 = 232 (mod 256), that&#039;s why Alt-1000 works like Alt-232.
4) Modern operating systems are based on Unicode, and have thus many thousands of characters available, and means to input them, if not the fonts to display them. On Windows: Alt-0+decimal-code, on Ubuntu: Ctrl-Shift-U + hex-code + space.
5) The Unicode code points for phi (dec/hex) are: Φ: 934/3A6, φ: 966/3C6, ϕ: 981/3D5.
6) The Symbol font is a dirty pre-Unicode kludge where (semantically) Latin characters are given the APPEARANCE of Greek (or other) characters. You don&#039;t need Alt codes with it, just type the letters &#039;f&#039;, &#039;F&#039; or &#039;j&#039; and you will get... an &#039;f&#039;, &#039;F&#039; or &#039;j&#039;, but they will LOOK like &#039;Φ&#039;, &#039;φ&#039; or &#039;ϕ&#039; respectively. To someone who doesn&#039;t have this font (I don&#039;t), they still look like what they are, i.e. &#039;f&#039;, &#039;F&#039; or &#039;j&#039;. There is no valid reason to use this kludge now that we have a Unicode-based Web.
7) The Wikipedia page on phi (section computing) has more detailed information on the different characters and glyphs that can represent phi.]]></description>
			<content:encoded><![CDATA[<p>Hi! Just adding a few points:<br />
1) In mathematics, it is common practice to write variables in italics, and thus to have a slanted φ (or ϕ), although nowhere as slanted as an ø.<br />
2) The stroked O (Ø) is NOT an ASCII character. It is however available in both the ISO-8859-1 and Windows-1252 character sets, at positions 216 (upper case) and 248 (lower case).<br />
3) Phi (Φ) is not available in those character sets, and thus cannot be input on old Windows systems based on Windows-1252. It was, however, available in the old code page 437 of the original IBM-PC, at positions 232 (upper case) and 237 (lower case). The Alt trick is a compatibility feature designed to access characters by their code point in this legacy code page. Ah, BTW, 1000 = 232 (mod 256), that&#8217;s why Alt-1000 works like Alt-232.<br />
4) Modern operating systems are based on Unicode, and have thus many thousands of characters available, and means to input them, if not the fonts to display them. On Windows: Alt-0+decimal-code, on Ubuntu: Ctrl-Shift-U + hex-code + space.<br />
5) The Unicode code points for phi (dec/hex) are: Φ: 934/3A6, φ: 966/3C6, ϕ: 981/3D5.<br />
6) The Symbol font is a dirty pre-Unicode kludge where (semantically) Latin characters are given the APPEARANCE of Greek (or other) characters. You don&#8217;t need Alt codes with it, just type the letters &#8216;f&#8217;, &#8216;F&#8217; or &#8216;j&#8217; and you will get&#8230; an &#8216;f&#8217;, &#8216;F&#8217; or &#8216;j&#8217;, but they will LOOK like &#8216;Φ&#8217;, &#8216;φ&#8217; or &#8216;ϕ&#8217; respectively. To someone who doesn&#8217;t have this font (I don&#8217;t), they still look like what they are, i.e. &#8216;f&#8217;, &#8216;F&#8217; or &#8216;j&#8217;. There is no valid reason to use this kludge now that we have a Unicode-based Web.<br />
7) The Wikipedia page on phi (section computing) has more detailed information on the different characters and glyphs that can represent phi.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hyipmonitor		</title>
		<link>https://www.goldennumber.net/phi-symbol/#comment-441</link>

		<dc:creator><![CDATA[hyipmonitor]]></dc:creator>
		<pubDate>Mon, 23 Sep 2013 07:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.phisource.com/?p=447#comment-441</guid>

					<description><![CDATA[Just in case if anyone needs it, ASCII code for Phi/phi

Φ - &#038;# 934; - Greek capital Phi
φ - &#038;# 966; - Greek lower case phi]]></description>
			<content:encoded><![CDATA[<p>Just in case if anyone needs it, ASCII code for Phi/phi</p>
<p>Φ &#8211; &amp;# 934; &#8211; Greek capital Phi<br />
φ &#8211; &amp;# 966; &#8211; Greek lower case phi</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John Barltrop		</title>
		<link>https://www.goldennumber.net/phi-symbol/#comment-440</link>

		<dc:creator><![CDATA[John Barltrop]]></dc:creator>
		<pubDate>Wed, 11 Sep 2013 05:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.phisource.com/?p=447#comment-440</guid>

					<description><![CDATA[Ø I used this symbol for the Greek letter Phi with the diagonal line through the O well over 50 years ago (Nearly 60 as a matter of fact). The first time that I recall using this letter was for the symbol for phenolphthalein (ØØ) which was an indicator solution.........and I think that that was a couple of years before we started using computers..........as far as I can recall.]]></description>
			<content:encoded><![CDATA[<p>Ø I used this symbol for the Greek letter Phi with the diagonal line through the O well over 50 years ago (Nearly 60 as a matter of fact). The first time that I recall using this letter was for the symbol for phenolphthalein (ØØ) which was an indicator solution&#8230;&#8230;&#8230;and I think that that was a couple of years before we started using computers&#8230;&#8230;&#8230;.as far as I can recall.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
