How to create a utf8 MySQL database from the command line

CREATE DATABASE databasename CHARACTER SET utf8 COLLATE utf8_general_ci;