Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Use a hex editor for viewing the raw character data. Your example includes three multibyte characters with special meanings. Here you go:</p> <pre><code> ‍̸ U+0338 COMBINING LONG SOLIDUS OVERLAY General Character Properties In Unicode since: 1.1 Unicode category: Mark, Non-Spacing Various Useful Representations UTF-8: 0xCC 0xB8 UTF-16: 0x0338 C octal escaped UTF-8: \314\270 XML decimal entity: &amp;#824; Annotations and Cross References Alias names: • long slash overlay ---------------------- ‍̨ U+0328 COMBINING OGONEK General Character Properties In Unicode since: 1.1 Unicode category: Mark, Non-Spacing Various Useful Representations UTF-8: 0xCC 0xA8 UTF-16: 0x0328 C octal escaped UTF-8: \314\250 XML decimal entity: &amp;#808; Annotations and Cross References Alias names: • nasal hook Notes: • Americanist: nasalization • Polish, Lithuanian See also: • U+02DB OGONEK ---------------------- ı U+0131 LATIN SMALL LETTER DOTLESS I General Character Properties In Unicode since: 1.1 Unicode category: Letter, Lowercase Various Useful Representations UTF-8: 0xC4 0xB1 UTF-16: 0x0131 C octal escaped UTF-8: \304\261 XML decimal entity: &amp;#305; Annotations and Cross References Notes: • Turkish, Azerbaijani • uppercase is U+0049 LATIN CAPITAL LETTER I See also: • U+0069 LATIN SMALL LETTER I </code></pre> <p>I found this out using a hex editor and an program for displaying a character map. Probably you could have done it yourself. The first two are overlay characters and that’s why you have to hit backspace several times (they don’t generate a space in the text; they are modifying the previous character’s appearance).</p> <p>What the characters are doing in your text nobody here can tell you. You have to find it out yourself. (Maybe random binary data in a text file?)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload