module ISO3166::Emoji

def emoji_flag

def emoji_flag
  alpha2.downcase.chars.map { |c| CODE_POINTS[c] }.join("")
end