Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<link rel="stylesheet" href="/fonts/baseline-diagnostic/baseline-diagnostic-font.css">
<meta charset="utf-8">
<style>
.spacer {
background: lightgray;
block-size: 100px;
}
.target {
font: 100px/1 BaselineDiagnosticAlphabeticZero;
}
.float {
float: left;
width: 100px;
height: 100px;
background: yellow;
}
.clear { clear: both; }
</style>
<div class="float"></div>
<div class="target">
█BxIF
</div>
<div class="spacer"></div>