Relevant sections of code:
|
/// Draw a checkbox prefix: `[🗹 Example Button]` |
|
self.styled_label_add_text(if *checked { "[🗹 " } else { "[☐ " }); |
|
self.styled_label_add_text(if checked { "🗹 " } else { " " }); |
Screenshot from my system running edit.
Image source: https://www.utf8icons.com/character/128505/ballot-box-with-bold-check
I can personally confirm that on my Mac running Tahoe 26.2 (also checked on my iPad), the character renders as tofu across the system.
Emojipedia says "This character has not been recommended for emoji presentation by Unicode. It will therefore display as a a single black-and-white Unicode character across most platforms." - https://emojipedia.org/ballot-box-with-bold-check
Relevant sections of code:
edit/crates/edit/src/tui.rs
Line 280 in 6b6a4b2
edit/crates/edit/src/tui.rs
Line 2032 in 6b6a4b2
edit/crates/edit/src/tui.rs
Line 3264 in 6b6a4b2
Screenshot from my system running
edit.Image source: https://www.utf8icons.com/character/128505/ballot-box-with-bold-check
I can personally confirm that on my Mac running Tahoe 26.2 (also checked on my iPad), the character renders as tofu across the system.
Emojipedia says "This character has not been recommended for emoji presentation by Unicode. It will therefore display as a a single black-and-white Unicode character across most platforms." - https://emojipedia.org/ballot-box-with-bold-check