Magento 2 module to save UTF-8 characheters allowing categories and products UTF-8 URL keys
Install this module within Magento 2 using composer:
composer require studioraz/magento2-unicode-url
After this, enable the module as usual:
bin/magento module:enable SR_UnicodeUrl
bin/magento setup:upgrade
bin/magento cache:clean