diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertCurrencySymbolCategoryFormActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertCurrencySymbolCategoryFormActionGroup.xml
new file mode 100644
index 0000000000000..1816eb7a93a21
--- /dev/null
+++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertCurrencySymbolCategoryFormActionGroup.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+ Check display currency symbol in category form
+
+
+
+
+
+
+
+ {{baseCurrency}}
+ currencySymbol
+
+
+
diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCatalogNavigateToCategoryPageActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCatalogNavigateToCategoryPageActionGroup.xml
new file mode 100644
index 0000000000000..605b86f72cd68
--- /dev/null
+++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCatalogNavigateToCategoryPageActionGroup.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+ Navigate to Category Page
+
+
+
+
+
+
diff --git a/app/code/Magento/Catalog/Test/Mftf/Section/AdminCategoryDisplaySettingsSection.xml b/app/code/Magento/Catalog/Test/Mftf/Section/AdminCategoryDisplaySettingsSection.xml
index daa00eb0a27b7..6070f29ba316a 100644
--- a/app/code/Magento/Catalog/Test/Mftf/Section/AdminCategoryDisplaySettingsSection.xml
+++ b/app/code/Magento/Catalog/Test/Mftf/Section/AdminCategoryDisplaySettingsSection.xml
@@ -11,5 +11,6 @@
diff --git a/app/code/Magento/Catalog/Test/Mftf/Test/AdminCatalogCheckCategoryFormWithChangedBaseCurrencyTest.xml b/app/code/Magento/Catalog/Test/Mftf/Test/AdminCatalogCheckCategoryFormWithChangedBaseCurrencyTest.xml
new file mode 100644
index 0000000000000..02c96fc006c9c
--- /dev/null
+++ b/app/code/Magento/Catalog/Test/Mftf/Test/AdminCatalogCheckCategoryFormWithChangedBaseCurrencyTest.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/code/Magento/Catalog/Ui/Component/Form/Field/FilterPriceRange.php b/app/code/Magento/Catalog/Ui/Component/Form/Field/FilterPriceRange.php
new file mode 100644
index 0000000000000..c2c1ab23de6e7
--- /dev/null
+++ b/app/code/Magento/Catalog/Ui/Component/Form/Field/FilterPriceRange.php
@@ -0,0 +1,62 @@
+storeManager = $storeManager;
+ parent::__construct($context, $uiComponentFactory, $components, $data);
+ }
+
+ /**
+ * Add Currency Symbol To Field
+ *
+ * @return void
+ * @throws LocalizedException
+ */
+ public function prepare()
+ {
+ parent::prepare();
+ $config = $this->getData('config');
+ $config['addbefore'] = $this->storeManager->getStore()->getBaseCurrency()->getCurrencySymbol();
+ $this->setData('config', $config);
+ }
+}
diff --git a/app/code/Magento/Catalog/view/adminhtml/ui_component/category_form.xml b/app/code/Magento/Catalog/view/adminhtml/ui_component/category_form.xml
index f2afef1215017..a395bf0064499 100644
--- a/app/code/Magento/Catalog/view/adminhtml/ui_component/category_form.xml
+++ b/app/code/Magento/Catalog/view/adminhtml/ui_component/category_form.xml
@@ -340,7 +340,7 @@
- true
-
+
-
- category
@@ -354,7 +354,6 @@
true
- $