1
2
3
4
5
6
7
8
///
/// Give the gift of 🅱️
///
/// ```
/// let b_emoji = b::B;
/// assert_eq!(b_emoji, "🅱️");
/// ```
pub static B:&'static str = "🅱️";