1 2 3 4
<!DOCTYPE html> <script> getComputedStyle(document.documentElement, '::first-letter').display; </script>