Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

unicode.css 567B

123456789101112
  1. .test-1 { content: "\20"; } /* Same as " " */
  2. .test-2 { content: "\E9"; } /* Same as "é" */
  3. .test-3 { content: "\0020"; } /* Same as " " */
  4. .test-5 { content: "\6C34" } /* Same as "水" */
  5. .test-6 { content: "\00A5" } /* Same as "¥" */
  6. .test-7 { content: '\a' } /* Same as "\A" (Newline) */
  7. .test-8 { content: "\"\22" } /* Same as "\"\"" */
  8. .test-9 { content: "\"\27" } /* Same as ""\"\'"" */
  9. .test-10 { content: "\'\\" } /* Same as "'\" */
  10. .test-11 { content: "\test" } /* Same as "test" */
  11. .test-4 { content: "\1D11E" } /* Beyond the Basic Multilingual Plane */