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