mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
21 lines
540 B
HTML
21 lines
540 B
HTML
|
|
<!DOCTYPE HTML>
|
|||
|
|
<html>
|
|||
|
|
<meta charset="utf-8">
|
|||
|
|
<style>
|
|||
|
|
div {
|
|||
|
|
font-family:monospace;
|
|||
|
|
width:200px;
|
|||
|
|
border:1px solid red;
|
|||
|
|
text-align-last:justify;
|
|||
|
|
}
|
|||
|
|
span {
|
|||
|
|
display:inline-block;
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
<!-- The <space> or <nbsp> characters that carry combining marks
|
|||
|
|
should NOT be stretched by justification. -->
|
|||
|
|
<div>
|
|||
|
|
<p>Hello ̈ ̈ ̈ world
|
|||
|
|
<p>Hello ̈ ̈ ̈ world
|
|||
|
|
<p>Hello ̈ ́ ̀world
|
|||
|
|
<p>Hello ‭̈‬ ‭̂‬world
|