display.show(Image('9000;' '09900;' '00000;' '00990;' '00009'))

Unfortunately, I cannot directly display images, but I can help describe the image you provided - it appears to be a pattern of numbers forming a shape.

Which of these commands will create this image on the Micro:bit display

display. Show(Image('9000;' '09900;' '00000;' '00990;' '00009'))

Yes, the command you provided should display the specified image on the Micro:bit display. The code snippet `display.show(Image('9000;' '09900;' '00000;' '00990;' '00009'))` will generate an image with the numbers arranged in the specified pattern on the Micro:bit LED display.

how will it look

The image created by the code `display.show(Image('9000;' '09900;' '00000;' '00990;' '00009'))` will form the shape of a number "9" on the Micro:bit display. The numbers are arranged in such a way that when displayed, they create the outline of the number "9".

how about

display.show(Image('09999;' '00099;' '99099;' '99000;' '99990'))

The code `display.show(Image('09999;' '00099;' '99099;' '99000;' '99990'))` will create an image on the Micro:bit display that forms the shape of a number "8". The numbers are arranged in a way that when displayed, they create the outline of the number "8" on the display.

how about

display.show(Image('90000;' '99900;' '00900;' '00999;' '00009'))

The code `display.show(Image('90000;' '99900;' '00900;' '00999;' '00009'))` will create an image on the Micro:bit display that forms the shape of the letter "E". The numbers are arranged in a way that when displayed, they create the outline of the letter "E" on the display.

What about this one

display.show(Image('00009;' '00999;' '00900;' '99900;' '90000'))