In order to provide a consistent environment across devices, Android needs to adjust the DPI to a standard (ldpi, mdpi, ...xxhdpi). That's why Android doesn't really use every possible DPI.
In the case you would like to simulate a custom device, check the real density used by Android for this physical device and edit the virtual device display settings to match them.
For more details about screen support in android, please refer to this article.