There are many fruit Unicode symbols, but Raspberry is missing:
https://emojipedia.org/strawberry/
Closest I found is U+1F353 strawberry.
So while command prompt is close, it is not correct:
Should RPF work on getting Raspberry Unicode symbol?
- Attachments
-
- stawberry.PS1.png
- strawberry.PS1.png (16.83 KiB) Viewed 2079 times
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/
Re: Should RPF work on getting Raspberry Unicode symbol?
I did cut out 15x17 strawberry image from command prompt of ssh session into the Pi.
Then I copied 40x50 raspberry image from top of Raspberry homepage, and used gimp to scale it down to 14x17:
https://www.raspberrypi.org/
Attached you can see both 15x17/14x17 images, original size at bottom, and scaled to 800% on top.
For me the original size raspberry image looks nicer than the strawberry one.
Then I copied 40x50 raspberry image from top of Raspberry homepage, and used gimp to scale it down to 14x17:
https://www.raspberrypi.org/
Attached you can see both 15x17/14x17 images, original size at bottom, and scaled to 800% on top.
For me the original size raspberry image looks nicer than the strawberry one.
- Attachments
-
- strawberry_raspberry.15x17.png
- strawberry_raspberry.15x17.png (17.15 KiB) Viewed 2030 times
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/
Re: Should RPF work on getting Raspberry Unicode symbol?
Finally I scaled down the 40x50 raspberry image from website to 8x10 and added 3 lines top and bottom to get strawberry.8x16.png (because my console font is 8x16). I displayed where prompt should appear using con_show tool (top left part of console, screenshot taken with raspi2png):
https://www.raspberrypi.org/forums/view ... 6&t=262615 From 40x50 to 16x16 as double width character looks nicer:
https://www.raspberrypi.org/forums/view ... 6&t=262615 From 40x50 to 16x16 as double width character looks nicer:
- Attachments
-
- raspberry.8x16.png
- raspberry.8x16.png (434 Bytes) Viewed 1986 times
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/
Re: Should RPF work on getting Raspberry Unicode symbol?
Getting an emoji into the Unicode standard is difficult. The Raspberry Pi Logo is especially so because it's a trademark, and thus it is automatically excluded from the standard. Anyone can submit a proposal for an emoji character, but they must prove that the need exists, with frequency of need being the most valuable.
Another way of getting a glyph added to Unicode is to prove that a historic use. Good articles on this include Ken Shirriff's “How I added 6 characters to Unicode (and you can too)” and the Terminals Working Group's “Proposal to add characters from legacy computers and teletext to the UCS” (PDF). I don't think a raspberry would fit in one of those proposals.
There are already informal Discord/Slack Raspberry Pi logo emojis, such as this one: (Unfortunately we can't size images on this forum: Discord and Slack scale emoji appropriately.)
Another way of getting a glyph added to Unicode is to prove that a historic use. Good articles on this include Ken Shirriff's “How I added 6 characters to Unicode (and you can too)” and the Terminals Working Group's “Proposal to add characters from legacy computers and teletext to the UCS” (PDF). I don't think a raspberry would fit in one of those proposals.
There are already informal Discord/Slack Raspberry Pi logo emojis, such as this one: (Unfortunately we can't size images on this forum: Discord and Slack scale emoji appropriately.)
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him
Pronouns: he/him
Re: Should RPF work on getting Raspberry Unicode symbol?
Only "berry" on emojifinder is strawberry:
https://emojifinder.com/tool
So perhaps
https://emojifinder.com/tool
So perhaps

Code: Select all
🍓 export PS1=`echo -en "Rasp\xf0\x9f\x8d\x93\x20"`
Rasp🍓
Rasp🍓 only_tools="🔧 🔨 🗜️ ⛏️" # no rasp
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/
Re: Should RPF work on getting Raspberry Unicode symbol?
I found a 5 (unicode) characters "Raspberry" rebus prompt:
I started with this Python like rebus:
Then I made use of element 33 (Arseni, or As):
Using rebus subword expression for "berry":
Finally the use of U+2590 "Right half block" is shorter to extract "berry":
Code: Select all
R㉝p🍓▐
I started with this Python like rebus:
Code: Select all
🍓[2:3]sp🍓[5:]
Then I made use of element 33 (Arseni, or As):
Code: Select all
R㉝p🍓[5:]
Using rebus subword expression for "berry":
Code: Select all
R㉝p6-🍓
Finally the use of U+2590 "Right half block" is shorter to extract "berry":
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/
Re: Should RPF work on getting Raspberry Unicode symbol?
Given that there are people in the world who can't write their name in their native language using a Unicode symbol, I think a raspberry probably should be low on the list of priorities. 

Electronic and Computer Engineer
Pi Interests: Home Automation, IOT, Python and Tkinter
Pi Interests: Home Automation, IOT, Python and Tkinter
- DougieLawson
- Posts: 42771
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: Should RPF work on getting Raspberry Unicode symbol?
I'd probably replace the R㉝p with 䥨 (alt+4968) which is a CJK ideograph for "Rasp".
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
Re: Should RPF work on getting Raspberry Unicode symbol?
The nearest actual-Raspberry proposal that's in front of the Unicode consortium is the one for Blissymbols. From the proposal (page 7), the symbol is:
As the proposal is from a well-respected researcher who has been successful getting many proposals accepted before, and it's outside the pay-to-play emoji block, it's got a fair chance of getting in eventually. Unfortunately, the next release has been postponed for obvious reasons.
(Blissymbols have found use as a communications tool for people with disabilities. Use of Blissymbols were part of a key human rights trial here in Canada, where a man — Justin Clark — sued his parents for the right to make his own decisions and communicated with the court through a Blissymbols board and interpreter.)
(Blissymbols have found use as a communications tool for people with disabilities. Use of Blissymbols were part of a key human rights trial here in Canada, where a man — Justin Clark — sued his parents for the right to make his own decisions and communicated with the court through a Blissymbols board and interpreter.)
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him
Pronouns: he/him
Re: Should RPF work on getting Raspberry Unicode symbol?
That's a strawberry though.HermannSW wrote: ↑Fri Oct 02, 2020 7:16 amI found a 5 (unicode) characters "Raspberry" rebus prompt:Code: Select all
R㉝p🍓▐
I started with this Python like rebus:Code: Select all
🍓[2:3]sp🍓[5:]
Then I made use of element 33 (Arseni, or As):Code: Select all
R㉝p🍓[5:]
Using rebus subword expression for "berry":Code: Select all
R㉝p6-🍓
Finally the use of U+2590 "Right half block" is shorter to extract "berry":
Raspberry_prompt.jpg
55:55:44:44:4C
52:4C:52:42:41
Rose tinted glasses are difficult to see through.
52:4C:52:42:41
Rose tinted glasses are difficult to see through.
Re: Should RPF work on getting Raspberry Unicode symbol?
That's a strawberry though
Code: Select all
R㉝p➞Rasp
Code: Select all
🍓▐➞strawberry, right half word➞berry
Code: Select all
R㉝p🍓▐
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/