$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
Now load your country by the following code:
$country = $objectManager->create('\Magento\Directory\Model\Country')->load('AE')->getName();While AE is the country code. The output of above code will be:
United Arab Emirates