ICU-21578 Merging maint/maint-69 into main (conflict: icudata.jar)
diff --git a/.bazeliskrc b/.bazeliskrc
new file mode 100644
index 0000000..7f64ba6
--- /dev/null
+++ b/.bazeliskrc
@@ -0,0 +1,9 @@
+# © 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+
+# .bazeliskrc is the configuration file for the wrapper program for the Bazel
+# build system, called Bazelisk. Bazelisk can be used as a drop-in replacement
+# for running Bazel commands while ensuring, through configuration, that only a
+# specific version of Bazel is executed.
+
+USE_BAZEL_VERSION=3.7.1
diff --git a/.ci-builds/.azure-exhaustive-tests.yml b/.ci-builds/.azure-exhaustive-tests.yml
index 8390fdd..e6200fd 100644
--- a/.ci-builds/.azure-exhaustive-tests.yml
+++ b/.ci-builds/.azure-exhaustive-tests.yml
@@ -3,14 +3,14 @@
 # Note: The exhaustive test configuration is in a separate file
 # so that it can be run independently from the regular builds.
 #
-# Only run the exhaustive tests on the master and maint branches, and
+# Only run the exhaustive tests on the main and maint branches, and
 # also batch up any pending changes so that we will only have at most
 # one build running at a given time (since they take a long time).
 trigger:
   batch: true
   branches:
     include:
-    - master
+    - main
     - maint/maint-*
   paths:
     include:
diff --git a/.ci-builds/.azure-valgrind.yml b/.ci-builds/.azure-valgrind.yml
index 866fcbf..dcc4fd0 100644
--- a/.ci-builds/.azure-valgrind.yml
+++ b/.ci-builds/.azure-valgrind.yml
@@ -6,14 +6,14 @@
 # The Ubuntu images don't have valgrind installed by default, so we need
 # install it first.
 #
-# Only run valgrind on the master and maint branches, and
+# Only run valgrind on the main and maint branches, and
 # batch up any pending changes so that we will only have at most
 # one build running at a given time (since it takes time).
 trigger:
   batch: true
   branches:
     include:
-    - master
+    - main
     - maint/maint-*
   paths:
     include:
diff --git a/.github/workflows/icu_ci.yml b/.github/workflows/icu_ci.yml
index 3c5515a..a84f037 100644
--- a/.github/workflows/icu_ci.yml
+++ b/.github/workflows/icu_ci.yml
@@ -8,7 +8,7 @@
 on:
   push:
     branches:
-      - master
+      - main
       - 'maint/maint*'
   pull_request:
     branches: '**'
diff --git a/.gitignore b/.gitignore
index 4efac55..48c9d20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@
 *.vcxproj.user
 *_debug
 *_release
+bazel-*
 cygicudata*
 libicu*
 libicutest*
@@ -51,6 +52,7 @@
 Generated[!!-~]Files/
 Release/
 __pycache__/
+_site/
 arm/
 arm64/
 bin/
@@ -101,6 +103,7 @@
 !icu4c/source/tools/icuinfo/icuplugins_windows_sample.txt
 
 # Specific file names
+docs/Gemfile.lock
 icu4c/binARM
 icu4c/bin32uwp
 icu4c/bin64
diff --git a/README.md b/README.md
index f444d688..cbbf273 100644
--- a/README.md
+++ b/README.md
@@ -11,17 +11,17 @@
 ![ICU Logo](./tools/images/iculogo_64.png)
 
 ### 🔴🔴🔴 Special Notice About Branch Renaming 🔴🔴🔴
-We plan to rename the `master` branch to `main` branch around March 24-25, 2021. You may need to rename your branch in your local git repo and change your normal git command to reflect the changes after that. See also https://github.com/github/renaming
+Around March 24-25, 2021 we renamed the `master` branch to `main`. You may need to rename your branch in your local git repo and change your normal git command to reflect this change. See also https://github.com/github/renaming
 
-### Build Status (`master` branch)
+### Build Status (`main` branch)
 
 Build | Status
 ------|-------
 GitHub Actions | [![GHA CI](https://github.com/unicode-org/icu/workflows/GHA%20CI/badge.svg)](https://github.com/unicode-org/icu/actions?query=workflow%3A%22GHA+CI%22)
-Azure Pipelines | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI?branchName=master)](https://dev.azure.com/ms/icu/_build/latest?definitionId=360&branchName=master)
-Azure Pipelines (Exhaustive Tests) | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI-Exhaustive-Main?branchName=master)](https://dev.azure.com/ms/icu/_build/latest?definitionId=361&branchName=master)
-Azure Pipelines (Valgrind ICU4C) | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI-Valgrind-Main?branchName=master)](https://dev.azure.com/ms/icu/_build/latest?definitionId=362&branchName=master)
-AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/6ev1ssb6efahsvs2/branch/master?svg=true)](https://ci.appveyor.com/project/unicode-org/icu/branch/master)
+Azure Pipelines | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI?branchName=main)](https://dev.azure.com/ms/icu/_build/latest?definitionId=360&branchName=main)
+Azure Pipelines (Exhaustive Tests) | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI-Exhaustive-Main?branchName=main)](https://dev.azure.com/ms/icu/_build/latest?definitionId=361&branchName=main)
+Azure Pipelines (Valgrind ICU4C) | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI-Valgrind-Main?branchName=main)](https://dev.azure.com/ms/icu/_build/latest?definitionId=362&branchName=main)
+AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/6ev1ssb6efahsvs2/branch/main?svg=true)](https://ci.appveyor.com/project/unicode-org/icu/branch/main)
 Fuzzing | [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/icu.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:icu)
 
 
diff --git a/WORKSPACE b/WORKSPACE
new file mode 100644
index 0000000..dbaa177
--- /dev/null
+++ b/WORKSPACE
@@ -0,0 +1,5 @@
+# © 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+
+# This file tells Bazel where the root directory of the project is.
+# "Target" and file paths in Bazel BUILD files are relative to this root directory.
diff --git a/docs/Gemfile b/docs/Gemfile
index 54566d8..f57aba9 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -18,7 +18,7 @@
 # If you aren't using GitHub Pages, then uncomment out the line above that starts with
 # 'gem "jekyll"' and then comment out the line below that starts with 'gem "github-pages"'.
 # To upgrade, run `bundle update github-pages`.
-gem "github-pages", "~> 207", group: :jekyll_plugins
+gem "github-pages", "~> 213", group: :jekyll_plugins
 gem "just-the-docs"
 # If you have any plugins, put them here!
 group :jekyll_plugins do
diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
deleted file mode 100644
index 464912e..0000000
--- a/docs/Gemfile.lock
+++ /dev/null
@@ -1,271 +0,0 @@
-GEM
-  remote: https://rubygems.org/
-  specs:
-    activesupport (6.0.3.4)
-      concurrent-ruby (~> 1.0, >= 1.0.2)
-      i18n (>= 0.7, < 2)
-      minitest (~> 5.1)
-      tzinfo (~> 1.1)
-      zeitwerk (~> 2.2, >= 2.2.2)
-    addressable (2.7.0)
-      public_suffix (>= 2.0.2, < 5.0)
-    coffee-script (2.4.1)
-      coffee-script-source
-      execjs
-    coffee-script-source (1.11.1)
-    colorator (1.1.0)
-    commonmarker (0.17.13)
-      ruby-enum (~> 0.5)
-    concurrent-ruby (1.1.7)
-    dnsruby (1.61.5)
-      simpleidn (~> 0.1)
-    em-websocket (0.5.2)
-      eventmachine (>= 0.12.9)
-      http_parser.rb (~> 0.6.0)
-    ethon (0.12.0)
-      ffi (>= 1.3.0)
-    eventmachine (1.2.7)
-    execjs (2.7.0)
-    faraday (1.1.0)
-      multipart-post (>= 1.2, < 3)
-      ruby2_keywords
-    ffi (1.13.1)
-    forwardable-extended (2.6.0)
-    gemoji (3.0.1)
-    github-pages (207)
-      github-pages-health-check (= 1.16.1)
-      jekyll (= 3.9.0)
-      jekyll-avatar (= 0.7.0)
-      jekyll-coffeescript (= 1.1.1)
-      jekyll-commonmark-ghpages (= 0.1.6)
-      jekyll-default-layout (= 0.1.4)
-      jekyll-feed (= 0.13.0)
-      jekyll-gist (= 1.5.0)
-      jekyll-github-metadata (= 2.13.0)
-      jekyll-mentions (= 1.5.1)
-      jekyll-optional-front-matter (= 0.3.2)
-      jekyll-paginate (= 1.1.0)
-      jekyll-readme-index (= 0.3.0)
-      jekyll-redirect-from (= 0.15.0)
-      jekyll-relative-links (= 0.6.1)
-      jekyll-remote-theme (= 0.4.1)
-      jekyll-sass-converter (= 1.5.2)
-      jekyll-seo-tag (= 2.6.1)
-      jekyll-sitemap (= 1.4.0)
-      jekyll-swiss (= 1.0.0)
-      jekyll-theme-architect (= 0.1.1)
-      jekyll-theme-cayman (= 0.1.1)
-      jekyll-theme-dinky (= 0.1.1)
-      jekyll-theme-hacker (= 0.1.1)
-      jekyll-theme-leap-day (= 0.1.1)
-      jekyll-theme-merlot (= 0.1.1)
-      jekyll-theme-midnight (= 0.1.1)
-      jekyll-theme-minimal (= 0.1.1)
-      jekyll-theme-modernist (= 0.1.1)
-      jekyll-theme-primer (= 0.5.4)
-      jekyll-theme-slate (= 0.1.1)
-      jekyll-theme-tactile (= 0.1.1)
-      jekyll-theme-time-machine (= 0.1.1)
-      jekyll-titles-from-headings (= 0.5.3)
-      jemoji (= 0.11.1)
-      kramdown (= 2.3.0)
-      kramdown-parser-gfm (= 1.1.0)
-      liquid (= 4.0.3)
-      mercenary (~> 0.3)
-      minima (= 2.5.1)
-      nokogiri (>= 1.10.4, < 2.0)
-      rouge (= 3.19.0)
-      terminal-table (~> 1.4)
-    github-pages-health-check (1.16.1)
-      addressable (~> 2.3)
-      dnsruby (~> 1.60)
-      octokit (~> 4.0)
-      public_suffix (~> 3.0)
-      typhoeus (~> 1.3)
-    html-pipeline (2.14.0)
-      activesupport (>= 2)
-      nokogiri (>= 1.4)
-    http_parser.rb (0.6.0)
-    i18n (0.9.5)
-      concurrent-ruby (~> 1.0)
-    jekyll (3.9.0)
-      addressable (~> 2.4)
-      colorator (~> 1.0)
-      em-websocket (~> 0.5)
-      i18n (~> 0.7)
-      jekyll-sass-converter (~> 1.0)
-      jekyll-watch (~> 2.0)
-      kramdown (>= 1.17, < 3)
-      liquid (~> 4.0)
-      mercenary (~> 0.3.3)
-      pathutil (~> 0.9)
-      rouge (>= 1.7, < 4)
-      safe_yaml (~> 1.0)
-    jekyll-avatar (0.7.0)
-      jekyll (>= 3.0, < 5.0)
-    jekyll-coffeescript (1.1.1)
-      coffee-script (~> 2.2)
-      coffee-script-source (~> 1.11.1)
-    jekyll-commonmark (1.3.1)
-      commonmarker (~> 0.14)
-      jekyll (>= 3.7, < 5.0)
-    jekyll-commonmark-ghpages (0.1.6)
-      commonmarker (~> 0.17.6)
-      jekyll-commonmark (~> 1.2)
-      rouge (>= 2.0, < 4.0)
-    jekyll-default-layout (0.1.4)
-      jekyll (~> 3.0)
-    jekyll-feed (0.13.0)
-      jekyll (>= 3.7, < 5.0)
-    jekyll-gist (1.5.0)
-      octokit (~> 4.2)
-    jekyll-github-metadata (2.13.0)
-      jekyll (>= 3.4, < 5.0)
-      octokit (~> 4.0, != 4.4.0)
-    jekyll-mentions (1.5.1)
-      html-pipeline (~> 2.3)
-      jekyll (>= 3.7, < 5.0)
-    jekyll-optional-front-matter (0.3.2)
-      jekyll (>= 3.0, < 5.0)
-    jekyll-paginate (1.1.0)
-    jekyll-readme-index (0.3.0)
-      jekyll (>= 3.0, < 5.0)
-    jekyll-redirect-from (0.15.0)
-      jekyll (>= 3.3, < 5.0)
-    jekyll-relative-links (0.6.1)
-      jekyll (>= 3.3, < 5.0)
-    jekyll-remote-theme (0.4.1)
-      addressable (~> 2.0)
-      jekyll (>= 3.5, < 5.0)
-      rubyzip (>= 1.3.0)
-    jekyll-sass-converter (1.5.2)
-      sass (~> 3.4)
-    jekyll-seo-tag (2.6.1)
-      jekyll (>= 3.3, < 5.0)
-    jekyll-sitemap (1.4.0)
-      jekyll (>= 3.7, < 5.0)
-    jekyll-swiss (1.0.0)
-    jekyll-theme-architect (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-cayman (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-dinky (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-hacker (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-leap-day (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-merlot (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-midnight (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-minimal (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-modernist (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-primer (0.5.4)
-      jekyll (> 3.5, < 5.0)
-      jekyll-github-metadata (~> 2.9)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-slate (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-tactile (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-theme-time-machine (0.1.1)
-      jekyll (~> 3.5)
-      jekyll-seo-tag (~> 2.0)
-    jekyll-titles-from-headings (0.5.3)
-      jekyll (>= 3.3, < 5.0)
-    jekyll-watch (2.2.1)
-      listen (~> 3.0)
-    jemoji (0.11.1)
-      gemoji (~> 3.0)
-      html-pipeline (~> 2.2)
-      jekyll (>= 3.0, < 5.0)
-    just-the-docs (0.3.3)
-      jekyll (>= 3.8.5)
-      jekyll-seo-tag (~> 2.0)
-      rake (>= 12.3.1, < 13.1.0)
-    kramdown (2.3.0)
-      rexml
-    kramdown-parser-gfm (1.1.0)
-      kramdown (~> 2.0)
-    liquid (4.0.3)
-    listen (3.3.0)
-      rb-fsevent (~> 0.10, >= 0.10.3)
-      rb-inotify (~> 0.9, >= 0.9.10)
-    mercenary (0.3.6)
-    mini_portile2 (2.4.0)
-    minima (2.5.1)
-      jekyll (>= 3.5, < 5.0)
-      jekyll-feed (~> 0.9)
-      jekyll-seo-tag (~> 2.1)
-    minitest (5.14.2)
-    multipart-post (2.1.1)
-    nokogiri (1.10.10)
-      mini_portile2 (~> 2.4.0)
-    octokit (4.19.0)
-      faraday (>= 0.9)
-      sawyer (~> 0.8.0, >= 0.5.3)
-    pathutil (0.16.2)
-      forwardable-extended (~> 2.6)
-    public_suffix (3.1.1)
-    rake (13.0.1)
-    rb-fsevent (0.10.4)
-    rb-inotify (0.10.1)
-      ffi (~> 1.0)
-    rexml (3.2.4)
-    rouge (3.19.0)
-    ruby-enum (0.8.0)
-      i18n
-    ruby2_keywords (0.0.2)
-    rubyzip (2.3.0)
-    safe_yaml (1.0.5)
-    sass (3.7.4)
-      sass-listen (~> 4.0.0)
-    sass-listen (4.0.0)
-      rb-fsevent (~> 0.9, >= 0.9.4)
-      rb-inotify (~> 0.9, >= 0.9.7)
-    sawyer (0.8.2)
-      addressable (>= 2.3.5)
-      faraday (> 0.8, < 2.0)
-    simpleidn (0.1.1)
-      unf (~> 0.1.4)
-    terminal-table (1.8.0)
-      unicode-display_width (~> 1.1, >= 1.1.1)
-    thread_safe (0.3.6)
-    typhoeus (1.4.0)
-      ethon (>= 0.9.0)
-    tzinfo (1.2.8)
-      thread_safe (~> 0.1)
-    unf (0.1.4)
-      unf_ext
-    unf_ext (0.0.7.7)
-    unicode-display_width (1.7.0)
-    zeitwerk (2.4.1)
-
-PLATFORMS
-  ruby
-
-DEPENDENCIES
-  github-pages (~> 207)
-  jekyll-feed (~> 0.12)
-  just-the-docs
-  minima (~> 2.5)
-  tzinfo (~> 1.2)
-  tzinfo-data
-  wdm (~> 0.1.1)
-
-BUNDLED WITH
-   2.1.4
diff --git a/docs/_config.yml b/docs/_config.yml
index 6c36df8..80ff213 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -83,7 +83,7 @@
 gh_edit_repository: "https://github.com/unicode-org/icu"
 # NOTE: Since we serve the docs out of the "docs" folder, we need to include that here even though
 # it is technically *not* part of the branch name.
-gh_edit_branch: "master/docs"
+gh_edit_branch: "main/docs"
 # Can be "tree" or "edit". Edit takes the user to jump into the editor immediately.
 gh_edit_view_mode: "tree"
 
diff --git a/docs/favicon.ico b/docs/favicon.ico
new file mode 100644
index 0000000..9e52ff0
--- /dev/null
+++ b/docs/favicon.ico
Binary files differ
diff --git a/docs/index.md b/docs/index.md
index b61cea2..e66c8950 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: ICU Documentation
-nav_order: 1
+nav_order: 100
 description: ICU Documentation
 ---
 
@@ -12,7 +12,7 @@
 
 # ICU Documentation
 
-[![ICU logo](https://github.com/unicode-org/icu-docs/raw/master/img/iculogo_64.png)](http://site.icu-project.org/)
+[![ICU logo](https://github.com/unicode-org/icu-docs/raw/main/img/iculogo_64.png)](http://site.icu-project.org/)
 
 ## ICU User Guide
 
diff --git a/docs/processes/fuzzer_targets.md b/docs/processes/fuzzer_targets.md
index 7b179bd..b9611fa 100644
--- a/docs/processes/fuzzer_targets.md
+++ b/docs/processes/fuzzer_targets.md
@@ -12,7 +12,7 @@
 ### Directory and naming conventions
 
 Fuzzer targets are exclusively in directory
-[`source/test/fuzzer/`](https://github.com/unicode-org/icu/tree/master/icu4c/source/test/fuzzer)
+[`source/test/fuzzer/`](https://github.com/unicode-org/icu/tree/main/icu4c/source/test/fuzzer)
 and end with `_fuzzer.cpp`. Only files with such ending are recognized and executed as fuzzer
 targets by the OSS-Fuzz system.
 
@@ -32,7 +32,7 @@
 ICU API under test.
 
 Fuzzer target
-[`collator_rulebased_fuzzer.cpp`](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/fuzzer/collator_rulebased_fuzzer.cpp)
+[`collator_rulebased_fuzzer.cpp`](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/fuzzer/collator_rulebased_fuzzer.cpp)
 illustrates the basic elements.
 
 ```
@@ -76,7 +76,7 @@
 manner, i.e. with minimal testdata and without ASAN or MSAN analysis.
 
 Add the new fuzzer target to the list of targets in the `FUZZER_TARGETS` variable in
-[`Makefile.in`](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/fuzzer/Makefile.in).
+[`Makefile.in`](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/fuzzer/Makefile.in).
 The new fuzzer target will then be built and executed as part of a normal ICU4C unit test run. Note
 that each fuzzer target becomes executable on its own. As such it is linked with the code in
 `fuzzer_driver.cpp`, which contains the `main()` function.
@@ -86,13 +86,13 @@
 Any fuzzer seed data for a fuzzer target goes into a file with name `<fuzzer_target>_seed_corpus.txt`.
 In many cases the input parameter of the ICU API under test is of type `UnicodeString`, in case
 of which the seed data should be in UTF-16 format. As an example,see
-[collator_rulebased_fuzzer_seed_corpus.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/fuzzer/collator_rulebased_fuzzer_seed_corpus.txt).
+[collator_rulebased_fuzzer_seed_corpus.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/fuzzer/collator_rulebased_fuzzer_seed_corpus.txt).
 
 ### Guidelines and tips
 
 *   Leave all randomness to the fuzzer. If a random selection of any kind is needed (e.g., of a
     locale), then use bytes from the fuzzer data to make the selection
-    ([example](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/fuzzer/break_iterator_fuzzer.cpp)).
+    ([example](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/fuzzer/break_iterator_fuzzer.cpp)).
 *   In many cases ICU unit tests can provide seed data or at least ideas for seed data. If the API
     under test requires a Unicode string then make sure that the seed data is in UTF-16 encoding.
     This can be achieved with e.g. the 'iconv' command or using an editor that saves text in UTF-16.
diff --git a/docs/processes/release/tasks/updating-measure-unit.md b/docs/processes/release/tasks/updating-measure-unit.md
index a0d7959..98dfac6 100644
--- a/docs/processes/release/tasks/updating-measure-unit.md
+++ b/docs/processes/release/tasks/updating-measure-unit.md
@@ -115,7 +115,7 @@
 ## Updating units.txt and unitConstants
 
 The standard ldml2icu process is used to update ICU's resource files (see
-[cldr-icu-readme.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/cldr-icu-readme.txt)).
+[cldr-icu-readme.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/cldr-icu-readme.txt)).
 CLDR's units.xml defines conversion rates in terms of some constants defined in
 `unitConstants`.
 
diff --git a/docs/processes/rules_update.md b/docs/processes/rules_update.md
index 65e887e..0459360 100644
--- a/docs/processes/rules_update.md
+++ b/docs/processes/rules_update.md
@@ -17,7 +17,7 @@
 The changes will typically come from a proposed update to Unicode UAX 29 or UAX 14,
 or from CLDR based tailorings to these specifications.
 
-As an example, see [CLDR proposal for Extended Indic Grapheme Clusters](https://github.com/unicode-org/cldr/tree/master/common/properties/segments).
+As an example, see [CLDR proposal for Extended Indic Grapheme Clusters](https://github.com/unicode-org/cldr/tree/main/common/properties/segments).
 
 Often ICU will implement draft versions of proposed specification updates, to check that they are complete and consistent, and to identify any issues before they are released.
 
@@ -209,7 +209,7 @@
     by this test have not yet been.
 
     Make the updates to the test rules and re-run. The rule syntax is described in
-    [icu4c/source/test/testdata/break_rules/README.md](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/testdata/break_rules/README.md)
+    [icu4c/source/test/testdata/break_rules/README.md](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/testdata/break_rules/README.md)
     The test reference rules are in this same directory.
 
     Again, after everything appears to be working, let the test run for an extended length of time. Long runs are especially important with the more complex break rule sets, such as line break.
diff --git a/docs/userguide/boundaryanalysis/break-rules.md b/docs/userguide/boundaryanalysis/break-rules.md
index 592b614..6787741 100644
--- a/docs/userguide/boundaryanalysis/break-rules.md
+++ b/docs/userguide/boundaryanalysis/break-rules.md
@@ -35,7 +35,7 @@
 Applications may also create customized break iterators from their own rules.
 
 ICU's built-in rules are located at
-[icu/icu4c/source/data/brkitr/rules/](https://github.com/unicode-org/icu/tree/master/icu4c/source/data/brkitr/rules).
+[icu/icu4c/source/data/brkitr/rules/](https://github.com/unicode-org/icu/tree/main/icu4c/source/data/brkitr/rules).
 These can serve as examples when writing your own, and as starting point for
 customizations.
 
@@ -271,7 +271,7 @@
 specific dictionary based on script, and then delegate to that dictionary for
 subdividing the range into words.
 
-See, for example, this snippet from the [line break rules](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/brkitr/rules/line.txt):
+See, for example, this snippet from the [line break rules](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/brkitr/rules/line.txt):
 
 ```
     #  Dictionary character set, for triggering language-based break engines. Currently
@@ -401,7 +401,7 @@
 ## Additional Sample Code
 
 **C/C++**
-See [icu/source/samples/break/](https://github.com/unicode-org/icu/tree/master/icu4c/source/samples/break/)
+See [icu/source/samples/break/](https://github.com/unicode-org/icu/tree/main/icu4c/source/samples/break/)
 in the ICU source distribution for code samples showing the use of ICU boundary analysis.
 
 ## Details about Dictionary-Based Break Iteration
diff --git a/docs/userguide/boundaryanalysis/index.md b/docs/userguide/boundaryanalysis/index.md
index 2e8dd6e..c98b925 100644
--- a/docs/userguide/boundaryanalysis/index.md
+++ b/docs/userguide/boundaryanalysis/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Boundary Analysis
-nav_order: 10
+nav_order: 1300
 has_children: true
 ---
 <!--
@@ -531,13 +531,13 @@
 
 The source code for the ICU break rules for the standard boundary types is
 located in the directory
-[icu4c/source/data/brkitr/rules](https://github.com/unicode-org/icu/tree/master/icu4c/source/data/brkitr/rules).
+[icu4c/source/data/brkitr/rules](https://github.com/unicode-org/icu/tree/main/icu4c/source/data/brkitr/rules).
 These files will be built, and the corresponding binary state tables
 incorporated into ICU's data, by the standard ICU4C build process.
 
 The dictionary word lists used by word break, and for some languages, line break
 are in
-[icu4c/source/data/brkitr/dictionaries](https://github.com/unicode-org/icu/tree/master/icu4c/source/data/brkitr/dictionaries).
+[icu4c/source/data/brkitr/dictionaries](https://github.com/unicode-org/icu/tree/main/icu4c/source/data/brkitr/dictionaries).
 
 The same data is used by both ICU4C and ICU4J. In the normal ICU build process,
 the source data is processed into a binary form using ICU4C, and the resulting
diff --git a/docs/userguide/collation/api.md b/docs/userguide/collation/api.md
index 8c99274..4ad67e6 100644
--- a/docs/userguide/collation/api.md
+++ b/docs/userguide/collation/api.md
@@ -60,7 +60,7 @@
 See the [LDML Collation spec, Collation
 Settings](http://www.unicode.org/reports/tr35/tr35-collation.html#Collation_Settings),
 and the [data
-file](https://github.com/unicode-org/cldr/blob/master/common/bcp47/collation.xml) listing
+file](https://github.com/unicode-org/cldr/blob/main/common/bcp47/collation.xml) listing
 the valid collation keywords and their values. (The deprecated attributes
 kh/colHiraganaQuaternary and vt/variableTop are not supported.)
 
@@ -698,7 +698,7 @@
 2.  ICU Design doc: "Collation v2" (<http://site.icu-project.org/design/collation/v2>)
 
 3.  Mark Davis: "ICU Collation Design Document"
-    (<https://htmlpreview.github.io/?https://github.com/unicode-org/icu-docs/blob/master/design/collation/ICU_collation_design.htm>)
+    (<https://htmlpreview.github.io/?https://github.com/unicode-org/icu-docs/blob/main/design/collation/ICU_collation_design.htm>)
 
 3.  The Unicode Standard, chapter 5, "Implementation guidelines"
     (<http://www.unicode.org/uni2book/ch05.pdf>)
diff --git a/docs/userguide/collation/customization/ignorepunct.md b/docs/userguide/collation/customization/ignorepunct.md
index 40e160a..8acafa5 100644
--- a/docs/userguide/collation/customization/ignorepunct.md
+++ b/docs/userguide/collation/customization/ignorepunct.md
@@ -48,7 +48,7 @@
 *   [UCA: Variable
     Weighting](http://www.unicode.org/reports/tr10/#Variable_Weighting)
 *   [LDML: Setting
-    Options](https://htmlpreview.github.io/?https://github.com/unicode-org/cldr/blob/master/docs/ldml/tr35-collation.html#Setting_Options)
+    Options](https://htmlpreview.github.io/?https://github.com/unicode-org/cldr/blob/main/docs/ldml/tr35-collation.html#Setting_Options)
 
 Here is an overview of the sorting results with these options.
 
diff --git a/docs/userguide/collation/customization/index.md b/docs/userguide/collation/customization/index.md
index 19b93e0..d31c4c1 100644
--- a/docs/userguide/collation/customization/index.md
+++ b/docs/userguide/collation/customization/index.md
@@ -1015,7 +1015,7 @@
 ```
 
 in
-[source/data/coll/root.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/coll/root.txt)
+[source/data/coll/root.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/coll/root.txt)
 can be commented out or deleted.
 
 ## Cautions
diff --git a/docs/userguide/collation/index.md b/docs/userguide/collation/index.md
index a1fa9fe..281a88c 100644
--- a/docs/userguide/collation/index.md
+++ b/docs/userguide/collation/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Collation
-nav_order: 9
+nav_order: 1200
 has_children: true
 ---
 <!--
diff --git a/docs/userguide/conversion/converters.md b/docs/userguide/conversion/converters.md
index fb62477..348f971 100644
--- a/docs/userguide/conversion/converters.md
+++ b/docs/userguide/conversion/converters.md
@@ -832,4 +832,4 @@
 
 ## Conversion Examples
 
-See the [ICU Conversion Examples](https://github.com/unicode-org/icu/blob/master/icu4c/source/samples/ucnv/convsamp.cpp) for more information.
+See the [ICU Conversion Examples](https://github.com/unicode-org/icu/blob/main/icu4c/source/samples/ucnv/convsamp.cpp) for more information.
diff --git a/docs/userguide/conversion/data.md b/docs/userguide/conversion/data.md
index 93a797a..61eb118 100644
--- a/docs/userguide/conversion/data.md
+++ b/docs/userguide/conversion/data.md
@@ -529,7 +529,7 @@
 is more compact than the extension table data structure.)
 
 ICU provides the ucmkbase tool in the
-[ucmtools](https://github.com/unicode-org/icu-data/tree/master/charset/source/ucmtools)
+[ucmtools](https://github.com/unicode-org/icu-data/tree/main/charset/source/ucmtools)
 collection to do this.
 
 For example, the following illustrates how to use ucmkbase to make a base .ucm
diff --git a/docs/userguide/conversion/index.md b/docs/userguide/conversion/index.md
index cba8d28..ceb6020 100644
--- a/docs/userguide/conversion/index.md
+++ b/docs/userguide/conversion/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Conversion
-nav_order: 4
+nav_order: 700
 has_children: true
 ---
 <!--
@@ -136,7 +136,7 @@
         together with a standard/platform name. This allows you to get different
         converters for the same ambiguous charset name (like "Shift-JIS"),
         depending on the standard or platform specified. See the
-        [convrtrs.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/mappings/convrtrs.txt)
+        [convrtrs.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/mappings/convrtrs.txt)
         alias table, the [Using Converters](converters.md) chapter and [API
         references](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/ucnv_8h.html) .
 
@@ -147,7 +147,7 @@
         "escape callback" function that turns unmappable Unicode code points
         into corresponding escape sequences, preventing data loss. See the API
         references and the [ucnv sample
-        code](https://github.com/unicode-org/icu/tree/master/icu4c/source/samples/ucnv/)
+        code](https://github.com/unicode-org/icu/tree/main/icu4c/source/samples/ucnv/)
         .
 
     9.  **Never modify a conversion table.** Instead, use existing ones that
diff --git a/docs/userguide/datetime/index.md b/docs/userguide/datetime/index.md
index 2300027..878405d 100644
--- a/docs/userguide/datetime/index.md
+++ b/docs/userguide/datetime/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Date/Time
-nav_order: 6
+nav_order: 900
 has_children: true
 ---
 <!--
diff --git a/docs/userguide/datetime/timezone/index.md b/docs/userguide/datetime/timezone/index.md
index fdcf79f..c48ee69 100644
--- a/docs/userguide/datetime/timezone/index.md
+++ b/docs/userguide/datetime/timezone/index.md
@@ -148,7 +148,7 @@
 information on how ICU loads resources.
 
 The ICU resource files required for time zone data updates are posted at
-<https://github.com/unicode-org/icu-data/tree/master/tzdata/icunew>. The
+<https://github.com/unicode-org/icu-data/tree/main/tzdata/icunew>. The
 required resource files for ICU version 44 and newer are
 
 * zoneinfo64.res
@@ -162,7 +162,7 @@
 zone resources in that file.
 
 1. Download the new .res files from
-   `https://github.com/unicode-org/icu-data/tree/master/tzdata/icunew/<IANA tz version>/44/<platform directory>`.
+   `https://github.com/unicode-org/icu-data/tree/main/tzdata/icunew/<IANA tz version>/44/<platform directory>`.
    * `<IANA tz version>` is a combination of year and letter, such as "2019c".
    * *"44"* is the directory for updates to ICU version 4.4 and newer.
    * `<platform directory>` is "le" for little endian processors, including
@@ -228,7 +228,7 @@
 1. Set up the environment necessary to rebuild your specific configuration of
    ICU.
 2. Download the .txt file sources for the updated resources from
-   `https://github.com/unicode-org/icu-data/tree/master/tzdata/icunew/<IANA tz version>/44`
+   `https://github.com/unicode-org/icu-data/tree/main/tzdata/icunew/<IANA tz version>/44`
 3. Copy the downloaded .txt files into the ICU sources for your installation,
    in the subdirectory source/data/misc/
 4. Rebuid ICU.
@@ -248,7 +248,7 @@
 The [ICU4J Time Zone Update Update
 Utility](http://site.icu-project.org/download/icutzu) automates the process of
 updating ICU4J jar files with the latest time zone data. Instructions for use
-are [here](https://htmlpreview.github.io/?https://github.com/unicode-org/icu-data/blob/master/tzdata/tzu/readme.html).
+are [here](https://htmlpreview.github.io/?https://github.com/unicode-org/icu-data/blob/main/tzdata/tzu/readme.html).
 
 The updater will work with ICU version 3.4.2 and newer.
 
diff --git a/docs/userguide/dev/codingguidelines.md b/docs/userguide/dev/codingguidelines.md
index 9cd7884..930ecf4 100644
--- a/docs/userguide/dev/codingguidelines.md
+++ b/docs/userguide/dev/codingguidelines.md
@@ -2,7 +2,7 @@
 layout: default
 title: Coding Guidelines
 nav_order: 1
-parent: Misc
+parent: Contributors
 ---
 <!--
 © 2020 and later: Unicode, Inc. and others.
@@ -1171,16 +1171,16 @@
 
 Internally:
 
-[cmemory.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/cmemory.h)
+[cmemory.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/cmemory.h)
 defines the `LocalMemory` class for chunks of memory of primitive types which
 will be `uprv_free()`'ed.
 
-[cmemory.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/cmemory.h)
+[cmemory.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/cmemory.h)
 also defines `MaybeStackArray` and `MaybeStackHeaderAndArray` which automate
 management of arrays.
 
 Use `CharString`
-([charstr.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/charstr.h))
+([charstr.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/charstr.h))
 for `char *` strings that you build and modify.
 
 #### Global Inline Functions
@@ -1726,8 +1726,7 @@
 ### Building cintltst
 
 To compile this test suite using Microsoft Visual C++ (MSVC), follow the
-instructions in `icu4c/source/readme.html#HowToInstall` for building the `allC`
-workspace. This builds the libraries as well as the `cintltst` executable.
+instructions in [How To Build And Install On Windows](../icu4c/build#how-to-build-and-install-on-windows). This builds the libraries as well as the `cintltst` executable.
 
 ### Executing cintltst
 
diff --git a/docs/userguide/dev/contributions.md b/docs/userguide/dev/contributions.md
index c6e4b7d..27c43cb 100644
--- a/docs/userguide/dev/contributions.md
+++ b/docs/userguide/dev/contributions.md
@@ -2,7 +2,7 @@
 layout: default
 title: Contributions
 nav_order: 4
-parent: Misc
+parent: Contributors
 ---
 <!--
 © 2020 and later: Unicode, Inc. and others.
@@ -61,7 +61,7 @@
 
 If you would like to make a contribution only once or infrequently, please use
 the *Joint Copyright Assignment - One-time Contribution* form.
-(<https://github.com/unicode-org/icu-docs/blob/master/legal/contributions/Copyright_Assignment.rtf>).
+(<https://github.com/unicode-org/icu-docs/blob/main/legal/contributions/Copyright_Assignment.rtf>).
 The contribution will be identified by a bug ID which is unique to the
 contribution and entered into the form. Therefore, please make sure that there
 is an appropriate bug (or Request For Enhancement) in the ICU bug database, or
@@ -96,7 +96,7 @@
 only once, an ongoing contributor submits a *Joint Copyright Assignment by
 Ongoing Contributor* form, agreeing to essentially the same terms as in the
 one-time contributor form, for all future contributions. (See the form at
-<https://github.com/unicode-org/icu-docs/blob/master/legal/contributions/Copyright_Assignment_ongoing.rtf>).
+<https://github.com/unicode-org/icu-docs/blob/main/legal/contributions/Copyright_Assignment_ongoing.rtf>).
 
 The contributor must also send another form, *Addendum to Joint Copyright
 Assignment by Ongoing Contributor: Authors*, for the initial set and each
@@ -106,7 +106,7 @@
 to ensure that all of these authors agree to adhere to the terms of the
 associated *Joint Copyright Assignment by Ongoing Contributor Agreement*. (See
 the Authors Addendum form at
-<https://github.com/unicode-org/icu-docs/blob/master/legal/contributions/Copyright_Assignment_authors.rtf>).
+<https://github.com/unicode-org/icu-docs/blob/main/legal/contributions/Copyright_Assignment_authors.rtf>).
 
 Some of an ongoing contributor's authors will have commit access to the ICU
 source code repository. Their committer IDs need to be established before
@@ -122,7 +122,7 @@
 All previous "one-off" contributions from non-IBM sources to ICU are listed on
 the code contributions page in ICU's source code repository. The page contains
 links to the softcopies of the Joint Copyright Assignment forms. See
-<https://htmlpreview.github.io/?https://github.com/unicode-org/icu-docs/blob/master/legal/contributions/code_contributions.html>
+<https://htmlpreview.github.io/?https://github.com/unicode-org/icu-docs/blob/main/legal/contributions/code_contributions.html>
 
 In addition, the following non-IBM companies are registered as Ongoing
 Contributors:
@@ -134,4 +134,4 @@
 of softcopies of contributor agreements including one-off contributions,
 ongoing-contributor agreements and author-addendum documents to
 ongoing-contributor agreements:
-<https://github.com/unicode-org/icu-docs/tree/master/legal/contributions>
+<https://github.com/unicode-org/icu-docs/tree/main/legal/contributions>
diff --git a/docs/userguide/editing.md b/docs/userguide/dev/editing.md
similarity index 97%
rename from docs/userguide/editing.md
rename to docs/userguide/dev/editing.md
index 6f9e955..79d83e2 100644
--- a/docs/userguide/editing.md
+++ b/docs/userguide/dev/editing.md
@@ -2,7 +2,7 @@
 layout: default
 title: User Guide Editing
 nav_order: 5
-parent: Misc
+parent: Contributors
 ---
 <!--
 © 2020 and later: Unicode, Inc. and others.
@@ -159,6 +159,7 @@
 ```bash
 rbenv init  # OR:  eval "$(rbenv init -)"
 rbenv shell <version-num>
+rbenv versions  # verify the specified version is in use
 ```
 
 To install [Bundler](https://bundler.io/):
@@ -183,6 +184,7 @@
 ```bash
 rbenv init  # OR:  eval "$(rbenv init -)"
 rbenv shell <version-num>
+cd <ICU>/docs  # change to User Guide docs root directory
 bundle update
 bundle exec jekyll server
 ```
diff --git a/docs/userguide/dev/index.md b/docs/userguide/dev/index.md
index 0c3b0f7..07bbe0c 100644
--- a/docs/userguide/dev/index.md
+++ b/docs/userguide/dev/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
-title: Misc
-nav_order: 15
+title: Contributors
+nav_order: 1800
 has_children: true
 ---
 <!--
@@ -9,9 +9,9 @@
 License & terms of use: http://www.unicode.org/copyright.html
 -->
 
-# Development
+# Contributors
 
-Top-level page for topics for ICU developers. See the subpages listed below for
+Top-level page for topics for contributors to ICU. See the subpages listed below for
 details:
 
 [Coding Guidelines](codingguidelines.md)
diff --git a/docs/userguide/dev/sync/custom.md b/docs/userguide/dev/sync/custom.md
index 6f088f0..4662904 100644
--- a/docs/userguide/dev/sync/custom.md
+++ b/docs/userguide/dev/sync/custom.md
@@ -2,7 +2,7 @@
 layout: default
 title: Custom ICU4C Synchronization
 nav_order: 3
-parent: Misc
+parent: Contributors
 ---
 <!--
 © 2020 and later: Unicode, Inc. and others.
@@ -41,7 +41,7 @@
 
 **Low Level Atomics**, a set of platform or compiler dependent typedefs and
 inlines. Provided in the internal header file
-[`umutex.h`](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/umutex.h).
+[`umutex.h`](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/umutex.h).
 
 | Type/Function                                           | Description                                                                   |
 |---------------------------------------------------------|-------------------------------------------------------------------------------|
@@ -71,7 +71,7 @@
 `UInitOnce` and `umtx_initOnce()` are used internally by ICU for thread-safe
 one-time initialization. Their implementation is split into a
 platform-independent part (contained in
-[`umutex.h`](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/umutex.h)),
+[`umutex.h`](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/umutex.h)),
 and the pair of platform-dependent implementation functions listed above.
 
 **Build Setup**
diff --git a/docs/userguide/dev/sync/index.md b/docs/userguide/dev/sync/index.md
index 7276175..eb0aac5 100644
--- a/docs/userguide/dev/sync/index.md
+++ b/docs/userguide/dev/sync/index.md
@@ -2,7 +2,7 @@
 layout: default
 title: Synchronization
 nav_order: 2
-parent: Misc
+parent: Contributors
 ---
 <!--
 © 2020 and later: Unicode, Inc. and others.
@@ -50,7 +50,7 @@
 The functions and types listed below are intended for use throughout the ICU
 library code, where ever synchronization is required. They are defined in the
 internal header
-[umutex.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/umutex.h).
+[umutex.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/umutex.h).
 
 All synchronization within ICU4C implementation code must use these, and avoid
 direct use of functions provided by a particular operating system or compiler.
diff --git a/docs/userguide/format_parse/index.md b/docs/userguide/format_parse/index.md
index 520ad06..7ff70f9 100644
--- a/docs/userguide/format_parse/index.md
+++ b/docs/userguide/format_parse/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Formatting
-nav_order: 7
+nav_order: 1000
 has_children: true
 ---
 <!--
diff --git a/docs/userguide/format_parse/numbers/legacy-numberformat.md b/docs/userguide/format_parse/numbers/legacy-numberformat.md
index 6f5f28e..a3794e3 100644
--- a/docs/userguide/format_parse/numbers/legacy-numberformat.md
+++ b/docs/userguide/format_parse/numbers/legacy-numberformat.md
@@ -132,7 +132,7 @@
 the API references for more details.
 
 There is ICU4C sample code at
-[icu4c/source/samples/numfmt/main.cpp](https://github.com/unicode-org/icu/blob/master/icu4c/source/samples/numfmt/main.cpp)
+[icu4c/source/samples/numfmt/main.cpp](https://github.com/unicode-org/icu/blob/main/icu4c/source/samples/numfmt/main.cpp)
 which illustrates the use of `NumberFormat.setCurrency()`.
 
 #### Displaying Numbers
@@ -210,6 +210,6 @@
 ## Additional Sample Code
 
 C/C++: See
-[icu4c/source/samples/numfmt/](https://github.com/unicode-org/icu/blob/master/icu4c/source/samples/numfmt/)
+[icu4c/source/samples/numfmt/](https://github.com/unicode-org/icu/blob/main/icu4c/source/samples/numfmt/)
 in the ICU source distribution for code samples showing the use of ICU number
 formatting.
diff --git a/docs/userguide/format_parse/numbers/rbnf-examples.md b/docs/userguide/format_parse/numbers/rbnf-examples.md
index ca0dbe9..825c05c 100644
--- a/docs/userguide/format_parse/numbers/rbnf-examples.md
+++ b/docs/userguide/format_parse/numbers/rbnf-examples.md
@@ -106,4 +106,4 @@
 Documentation](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classRuleBasedNumberFormat.html).
 
 More rule examples can be found in the `RuleBasedNumberFormat` [demo
-source](https://github.com/unicode-org/icu/blob/master/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/RbnfSampleRuleSets.java).
+source](https://github.com/unicode-org/icu/blob/main/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/RbnfSampleRuleSets.java).
diff --git a/docs/userguide/format_parse/numbers/rounding-modes.md b/docs/userguide/format_parse/numbers/rounding-modes.md
index 7ff34f7..ac8355d 100644
--- a/docs/userguide/format_parse/numbers/rounding-modes.md
+++ b/docs/userguide/format_parse/numbers/rounding-modes.md
@@ -148,6 +148,6 @@
 *   Wikipedia article on Rounding:
     <http://en.wikipedia.org/wiki/Rounding#Tie-breaking>
 *   Live rounding mode chart: [Rounding Mode
-    Chart](https://htmlpreview.github.io/?https://github.com/unicode-org/icu-demos/blob/master/roundmode/round.html)
+    Chart](https://htmlpreview.github.io/?https://github.com/unicode-org/icu-demos/blob/main/roundmode/round.html)
     and [Source
-    Code](https://github.com/unicode-org/icu-demos/tree/master/roundmode)
+    Code](https://github.com/unicode-org/icu-demos/tree/main/roundmode)
diff --git a/docs/userguide/design.md b/docs/userguide/icu/design.md
similarity index 99%
rename from docs/userguide/design.md
rename to docs/userguide/icu/design.md
index 176dfca..b38c8f0 100644
--- a/docs/userguide/design.md
+++ b/docs/userguide/icu/design.md
@@ -605,7 +605,7 @@
 
 Starting with ICU 49, the dependencies of code files (.o files compiled from
 .c/.cpp) are documented in
-[source/test/depstest/dependencies.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/depstest/dependencies.txt).
+[source/test/depstest/dependencies.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/depstest/dependencies.txt).
 Adjacent Python code is used to parse this file and to
 [verify](http://site.icu-project.org/processes/release/tasks/healthy-code#TOC-Check-library-dependencies)
 that it matches the actual dependencies of the code files.
diff --git a/docs/userguide/glossary.md b/docs/userguide/icu/glossary.md
similarity index 99%
rename from docs/userguide/glossary.md
rename to docs/userguide/icu/glossary.md
index dc3a4bf..12e2d8b 100644
--- a/docs/userguide/glossary.md
+++ b/docs/userguide/icu/glossary.md
@@ -1,6 +1,7 @@
 ---
 layout: default
 title: Glossary
+parent: ICU
 nav_order: 9000
 ---
 <!--
diff --git a/docs/userguide/howtouseicu.md b/docs/userguide/icu/howtouseicu.md
similarity index 90%
rename from docs/userguide/howtouseicu.md
rename to docs/userguide/icu/howtouseicu.md
index 7539369..271e75c 100644
--- a/docs/userguide/howtouseicu.md
+++ b/docs/userguide/icu/howtouseicu.md
@@ -24,19 +24,19 @@
 
 ICU builds and installs as relatively standard libraries. For details about
 building, installing and porting see the [ICU4C
-readme](https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/master/icu4c/readme.html) and the
-[ICU4J readme](https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/master/icu4j/readme.html).
+readme](../icu4c/) and the
+[ICU4J readme](../icu4j/).
 In addition, ICU4C installs several scripts and makefile fragments that help
 build other code using ICU.
 
 For C++, note that there are [Recommended Build
-Options](https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/master/icu4c/readme.html#RecBuild)
+Options](icu4c/build#recommended-build-options)
 (both for normal use and for ICU as system-level libraries) which are not
 default simply for compatibility with older ICU-using code.
 
-Starting with ICU 49, the ICU4C readme has a short section about
+Starting with ICU 49, the ICU4C Readme has a short section about
 [User-Configurable
-Settings](https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/master/icu4c/readme.html#UserConfig).
+Settings](icu4c/build#user-configurable-settings).
 
 ## C++ Makefiles
 
@@ -50,7 +50,7 @@
 |**Package**|**Contents**|
 |------|--------------------|
 |icu-uc|Common (uc) and Data (dt/data) libraries|
-|icu-i18n|Internationalization (in/i18n) library|icu-le [Layout Engine](layoutengine/index.md)|
+|icu-i18n|Internationalization (in/i18n) library|icu-le [Layout Engine](../layoutengine/index.md)|
 |icu-lx|Paragraph Layout|
 |icu-io|[Ustdio](io/ustdio.md)/[iostream](io/ustream.md) library (icuio)
 
@@ -154,13 +154,13 @@
 "icu_50". There is a stable "icu" alias which should be used instead. (Entry
 point versioning is only to allow for multiple ICU versions linked into one
 program. [It is optional and should be off for system
-libraries.](https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/master/icu4c/readme.html#RecBuild))
+libraries.](icu4c/build#recommended-build-options))
 
 By default, and only for backward compatibility, the ICU headers contain a line
 `using namespace icu_50;` which makes all ICU APIs visible in/with the global
 namespace (and potentially collide with non-ICU APIs there). One of the
 [Recommended Build
-Options](https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/master/icu4c/readme.html#RecBuild)
+Options](icu4c/build#recommended-build-options)
 is to turn this off.
 
 To write forward declarations, use
@@ -200,7 +200,7 @@
 
 For building and running trivial (one-compilation-unit) programs with an
 installed ICU4C, the shell script
-[icurun](https://github.com/unicode-org/icu/blob/master/tools/scripts/icurun)
+[icurun](https://github.com/unicode-org/icu/blob/main/tools/scripts/icurun)
 may be used. For detailed help, see the top of that script.
 As an example, if ICU is installed to the prefix **/opt/local** and the current
 directory contains two sample programs "test1.cpp" and "test2.c", they may be
diff --git a/docs/userguide/i18n.md b/docs/userguide/icu/i18n.md
similarity index 98%
rename from docs/userguide/i18n.md
rename to docs/userguide/icu/i18n.md
index 533b91b..94b66ed 100644
--- a/docs/userguide/i18n.md
+++ b/docs/userguide/icu/i18n.md
@@ -140,7 +140,8 @@
 |English|German|Cyrillic-Serbian|
 |--------|--------|-------------|
 |cut|ausschneiden|исеци|
-|copy|kopieren|копирајpasteeinfügenзалепи|
+|copy|kopieren|копирај|
+|paste|einfügen|залепи|
 
 The description of the UI, especially user-visible pieces of text, must be kept
 together and not embedded in the program's executable code. ICU provides the
@@ -193,9 +194,9 @@
 [ChoiceFormat](format_parse/messages/index.md) (§) to help with these
 occurrences.
 
-> :point_right: **Note**: *There also might be situations where parts of the sentence change when other
+> :point_right: **Note**: There also might be situations where parts of the sentence change when other
 parts of the sentence also change (selecting between singular and plural nouns
-that go after a number is the most common example). *
+that go after a number is the most common example).
 
 #### Measuring Units
 
diff --git a/docs/userguide/icu/index.md b/docs/userguide/icu/index.md
new file mode 100644
index 0000000..876c9de
--- /dev/null
+++ b/docs/userguide/icu/index.md
@@ -0,0 +1,109 @@
+---
+layout: default
+title: ICU
+nav_order: 300
+has_children: true
+---
+<!--
+© 2020 and later: Unicode, Inc. and others.
+License & terms of use: http://www.unicode.org/copyright.html
+-->
+
+# Introduction to ICU
+
+As companies integrate e-commerce on a global scale into their fundamental
+business processes, their prospective customers, established customers, and
+active partners can take advantage of increased revenue and decreased expenses
+through software internationalization. They also can improve customer
+communications and increase savings.
+
+## Meeting the Challenge of Globalization
+
+In today's business climate of globalization, companies must compete in a new
+Internet-enabled business climate of constant change and compressed time frames.
+Their customers expect reliable service and support.
+
+## Taking Advantage of Internationalized Software
+
+Companies need to establish a better linkage between their global business
+processes and the underlying supportive IT processes. If they want to deliver
+this new flexibility and agility, they must depend on the software
+internationalization process.
+
+The software internationalization development process uses libraries (such as
+the International Components for Unicode (ICU) libraries), to enable one single
+program to work with text in any language for any place in the world. For
+example, instead of having separate software versions for ten different
+countries, the ICU services can create one version that works seamlessly and
+transparently in all of them.
+
+The ICU components are an integral part of software development because they
+hide the cultural nuances and technical complexities of locale-specific software
+requirements. These complexities provide critical functionality for
+applications, but the application developer does not need to exert a huge effort
+or incur high costs to build them.
+
+## Justifying the Investment
+
+The business case needed to justify the investment in software
+internationalization is compelling when the investment is amortized over a
+number of projects. In the fast-paced and rapidly-evolving world of traditional
+and evolving e-businesses, these international components provide a firm ground
+on which companies, partners and suppliers can build their business
+transactions. They can share competitive information to help gain a significant
+economic advantage.
+
+The ICU services deliver proven value by lowering the cost required to integrate
+with disparate applications, systems and data sources on a regional and global
+scale. It provides value to a company's IT investment by lowering IT complexity,
+risk, maintenance costs and training costs. It also enhances organizational
+flexibility, leverages
+existing assets, and improves planning and decision-making. It enables
+organizational learning, process-driven synchronization, event-driven evaluation
+and decision-making.
+
+## Background and History of ICU
+
+ICU was originally developed by the Taligent company. The Taligent team later
+became the Unicode group at the IBM® Globalization Center of Competency in
+Cupertino. The team has received significant input from the open source
+community worldwide.
+
+Java™ classes developed at Taligent were incorporated into the Java Development
+Kit (JDK) 1.1 developed by Sun® Microsystems. The classes were then ported to
+C++ and later some classes were also ported to C. The classes provide
+internationalization utilities for writing global applications in C, C++, or
+Java programming languages.
+
+ICU for Java (ICU4J) includes enhanced versions of some of these classes, plus
+additional classes that complement the classes in the JDK. C and C++ versions of
+the same international functionality are available in ICU for C (ICU4C). The
+APIs differ slightly due to language differences and new functionality. For
+example, ICU4C includes a character converter API.
+
+ICU4J and ICU4C keep the same development goals. They both track additions to
+the Java internationalization APIs and implement the latest released Unicode
+standard. They also maintain a single, portable source code base.
+
+All of us in the ICU and open source group appreciate the time you are taking to
+understand our technology. We have put our best collective effort into these
+open components, and look forward to your questions, comments and suggestions.
+
+## Downloading ICU
+
+Download ICU in one of the following ways:
+
+1.  From the download page, <http://www.icu-project.org/download/>, for
+    packaged stable releases of ICU.
+
+2.  From the source code repository, <https://github.com/unicode-org/icu/releases/>,
+    for the latest development versions.
+
+After downloading, see the included README file for information on what is
+included, building, installing, etc.
+
+## ICU License
+
+Current license: <https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE>
+
+See also FAQ section ["How is the ICU licensed"](icufaq/index#how-is-icu-licensed)
diff --git a/docs/userguide/posix.md b/docs/userguide/icu/posix.md
similarity index 97%
rename from docs/userguide/posix.md
rename to docs/userguide/icu/posix.md
index 87adf39..fdc1a67 100644
--- a/docs/userguide/posix.md
+++ b/docs/userguide/icu/posix.md
@@ -107,14 +107,14 @@
 ICU uses and/or provides direct access to all of the [Unicode
 properties](strings/properties.md) which provide a much finer-grained
 classification of characters than [C/POSIX character
-classes](https://htmlpreview.github.io/?https://github.com/unicode-org/icu-docs/blob/master/design/posix_classes.html).
+classes](https://htmlpreview.github.io/?https://github.com/unicode-org/icu-docs/blob/main/design/posix_classes.html).
 
 In C/C++ source code character and string literals, ICU uses only "invariant"
 characters. They are the subset of graphic ASCII characters that are almost
 always encoded with the same byte values on all systems. (One set of byte values
 for ASCII-based systems, and another such set of byte values for EBCDIC
 systems.) See
-[`utypes.h`](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/utypes.h)
+[`utypes.h`](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/utypes.h)
 for the set of "invariant" characters.
 
 With the use of Unicode, the implementation of many of the Unicode standard
@@ -203,7 +203,7 @@
     Technical Standard #18: Unicode Regular Expressions](http://www.unicode.org/reports/tr18/#Compatibility_Properties)
     and see the mailing list archives for the unicode list (on unicode.org). See
     also the ICU design document about [C/POSIX character
-    classes](https://htmlpreview.github.io/?https://github.com/unicode-org/icu-docs/blob/master/design/posix_classes.html).
+    classes](https://htmlpreview.github.io/?https://github.com/unicode-org/icu-docs/blob/main/design/posix_classes.html).
 
 #### ICU
 
diff --git a/docs/userguide/icu/release.md b/docs/userguide/icu/release.md
new file mode 100644
index 0000000..6d15fca
--- /dev/null
+++ b/docs/userguide/icu/release.md
@@ -0,0 +1,33 @@
+---
+layout: default
+title: Release Info
+nav_order: 9
+parent: ICU
+---
+<!--
+© 2020 and later: Unicode, Inc. and others.
+License & terms of use: http://www.unicode.org/copyright.html
+-->
+
+# Release Info
+{: .no_toc }
+
+## Contents
+{: .no_toc .text-delta }
+
+1. TOC
+{:toc}
+
+---
+
+## What Is New In The Current Release?
+
+See the [ICU download page](http://site.icu-project.org/download/) to find the subpage for the current release.
+
+The subpage for the current release will contain information on changes since the last release, bug fixes, known issues, changes to supported platforms and build environments, and migration issues for existing applications migrating from previous ICU releases. The page will also include an API Change Report, both for ICU4C and ICU4J, for a complete list of APIs added, removed, or changed in this release.
+
+Changes in previous releases can also be found the main [ICU download page](http://site.icu-project.org/download) in its version-specific subpages.
+
+## License Information
+
+The ICU projects (ICU4C and ICU4J) are hosted by the [Unicode Consortium](http://www.unicode.org/). The ICU binary and source files are distributed under the [UNICODE DATA FILES AND SOFTWARE LICENSE](http://www.unicode.org/copyright.html). The full copy of the license and third party software licenses are available in [LICENSE](https://github.com/unicode-org/icu/blob/main/icu4j/main/shared/licenses/LICENSE) file included in this package.
\ No newline at end of file
diff --git a/docs/userguide/services.md b/docs/userguide/icu/services.md
similarity index 100%
rename from docs/userguide/services.md
rename to docs/userguide/icu/services.md
diff --git a/docs/userguide/unicode.md b/docs/userguide/icu/unicode.md
similarity index 99%
rename from docs/userguide/unicode.md
rename to docs/userguide/icu/unicode.md
index 1af4d9d..c3d87a3 100644
--- a/docs/userguide/unicode.md
+++ b/docs/userguide/icu/unicode.md
@@ -321,7 +321,7 @@
 
 Other Unicode encodings have been developed over time for various purposes. Most
 of them are implemented in ICU, see
-[source/data/mappings/convrtrs.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/mappings/convrtrs.txt)
+[source/data/mappings/convrtrs.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/mappings/convrtrs.txt)
 
 1.  BOCU-1: Binary-Ordered Compression of Unicode
     An encoding of Unicode that is about as compact as SCSU but has a much
diff --git a/docs/userguide/icu4c-readme.md b/docs/userguide/icu4c-readme.md
deleted file mode 100644
index b31610a..0000000
--- a/docs/userguide/icu4c-readme.md
+++ /dev/null
@@ -1,986 +0,0 @@
----
-layout: default
-title: ICU4C Readme
-nav_order: 8
-parent: ICU
----
-<!--
-© 2020 and later: Unicode, Inc. and others.
-License & terms of use: http://www.unicode.org/copyright.html
--->
-
-# ICU4C Readme
-{: .no_toc }
-
-## Contents
-{: .no_toc .text-delta }
-
-1. TOC
-{:toc}
-
----
-
-
-## Introduction
-
-Today's software market is a global one in which it is desirable to develop and maintain one application (single source/single binary) that supports a wide variety of languages. The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms to help this design goal. The ICU libraries provide support for:
-
-* The latest version of the Unicode standard
-* Character set conversions with support for over 220 codepages
-* Locale data for more than 300 locales
-* Language sensitive text collation (sorting) and searching based on the Unicode Collation Algorithm (=ISO 14651)
-* Regular expression matching and Unicode sets
-* Transformations for normalization, upper/lowercase, script transliterations (50+ pairs)
-* Resource bundles for storing and accessing localized information
-* Date/Number/Message formatting and parsing of culture specific input/output formats
-* Calendar specific date and time manipulation
-* Text boundary analysis for finding characters, word and sentence boundaries
-
-ICU has a sister project ICU4J that extends the internationalization capabilities of Java to a level similar to ICU. The ICU C/C++ project is also called ICU4C when a distinction is necessary.
-
-## Getting started
-
-This document describes how to build and install ICU on your machine. For other information about ICU please see the following table of links.
-The ICU homepage also links to related information about writing internationalized software.
-
-**Here are some useful links regarding ICU and internationalization in general.**
-
-
-| ICU, ICU4C & ICU4J Homepage                | <http://icu-project.org/>                                      |
-| FAQ - Frequently Asked Questions about ICU | <https://unicode-org.github.io/icu/userguide/icufaq/>          |
-| ICU User's Guide                           | <https://unicode-org.github.io/icu/>                           |
-| How To Use ICU                             | <https://unicode-org.github.io/icu/userguide/howtouseicu.html> |
-| Download ICU Releases                      | <http://site.icu-project.org/download>                         |
-| ICU4C API Documentation Online             | <http://icu-project.org/apiref/icu4c/>                         |
-| Online ICU Demos                           | <http://demo.icu-project.org/icu-bin/icudemos>                 |
-| Contacts and Bug Reports/Feature Requests  | <http://site.icu-project.org/contacts>                         |
-
-**Important:** Please make sure you understand the [Copyright and License Information](http://source.icu-project.org/repos/icu/trunk/icu4c/LICENSE).
-
-## What Is New In The Current Release?
-
-See the [ICU download page](http://site.icu-project.org/download/) to find the subpage for the current release, including any other changes, bug fixes, known issues, changes to supported platforms and build environments, and migration issues for existing applications migrating from previous ICU releases.
-
-The subpage for the current release will also include an API Change Report, both for ICU4C and ICU4J, for a complete list of APIs added, removed, or changed in this release.
-
-The list of API changes since the previous ICU4C release is available [here](https://htmlpreview.github.io/?https://raw.githubusercontent.com/unicode-org/icu/master/icu4c/APIChangeReport.html).
-
-Changes in previous releases can also be found on the main [ICU download page](http://site.icu-project.org/download) in its version-specific subpages.
-
-## How To Download the Source Code
-
-There are two ways to download ICU releases:
-
-*   **Official Release Snapshot:**
-    If you want to use ICU (as opposed to developing it), you should download an official packaged version of the ICU source code. These versions are tested more thoroughly than day-to-day development builds of the system, and they are packaged in zip and tar files for convenient download. These packaged files can be found at [http://site.icu-project.org/download](http://site.icu-project.org/download).
-    The packaged snapshots are named `icu-nnnn.zip` or `icu-nnnn.tgz`, where `nnnn` is the version number. The .zip file is used for Windows platforms, while the .tgz file is preferred on most other platforms.
-    Please unzip this file.
-    > :point_right: **Note**: There may be additional commits on the `maint-*` branch for a particular version that are not included in the prepackaged download files.
-*   **GitHub Source Repository:**
-    If you are interested in developing features, patches, or bug fixes for ICU, you should probably be working with the latest version of the ICU source code. You will need to clone and checkout the code from our GitHub repository to ensure that you have the most recent version of all of the files. See our [source repository](http://site.icu-project.org/repository) for details.
-
-## ICU Source Code Organization
-
-In the descriptions below, `<ICU>` is the full path name of the ICU directory (the top level directory from the distribution archives) in your file system. You can also view the [ICU Architectural Design](design.md) section of the User's Guide to see which libraries you need for your software product. You need at least the data (`[lib]icudt`) and the common (`[lib]icuuc`) libraries in order to use ICU.
-
-**The following files describe the code drop.**
-
-| File        | Description                                                    |
-|-------------|----------------------------------------------------------------|
-| readme.html | Describes the International Components for Unicode (this file) |
-| LICENSE     | Contains the text of the ICU license                           |
-
-**The following directories contain source code and data files.**
-
-<table>
-
-      <tr>
-        <th scope="col">Directory</th>
-
-        <th scope="col">Description</th>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>common</b>/</td>
-
-        <td>The core Unicode and support functionality, such as resource bundles,
-        character properties, locales, codepage conversion, normalization,
-        Unicode properties, Locale, and UnicodeString.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>i18n</b>/</td>
-
-        <td>Modules in i18n are generally the more data-driven, that is to say
-        resource bundle driven, components. These deal with higher-level
-        internationalization issues such as formatting, collation, text break
-        analysis, and transliteration.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>layoutex</b>/</td>
-
-        <td>Contains the ICU paragraph layout engine.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>io</b>/</td>
-
-        <td>Contains the ICU I/O library.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>data</b>/</td>
-
-        <td>
-          <p>This directory contains the source data in text format, which is
-          compiled into binary form during the ICU build process. It contains
-          several subdirectories, in which the data files are grouped by
-          function. Note that the build process must be run again after any
-          changes are made to this directory.</p>
-
-          <p>If some of the following directories are missing, it's probably
-          because you got an official download. If you need the data source files
-          for customization, then please download the complete ICU source code from <a
-          href="http://site.icu-project.org/repository">the ICU repository</a>.</p>
-
-          <ul>
-            <li><b>in/</b> A directory that contains a pre-built data library for
-            ICU. A standard source code package will contain this file without
-            several of the following directories. This is to simplify the build
-            process for the majority of users and to reduce platform porting
-            issues.</li>
-
-            <li><b>brkitr/</b> Data files for character, word, sentence, title
-            casing and line boundary analysis.</li>
-
-            <li><b>coll/</b> Data for collation tailorings. The makefile
-            <b>colfiles.mk</b> contains the list of resource bundle files.</li>
-
-            <li><b>locales/</b> These .txt files contain ICU language and
-            culture-specific localization data. Two special bundles are
-            <b>root</b>, which is the fallback data and parent of other bundles,
-            and <b>index</b>, which contains a list of installed bundles. The
-            makefile <b>resfiles.mk</b> contains the list of resource bundle
-            files. Some of the locale data is split out into the type-specific
-            directories curr, lang, region, unit, and zone, described below.</li>
-
-            <li><b>curr/</b> Locale data for currency symbols and names (including
-            plural forms), with its own makefile <b>resfiles.mk</b>.</li>
-
-            <li><b>lang/</b> Locale data for names of languages, scripts, and locale
-            key names and values, with its own makefile <b>resfiles.mk</b>.</li>
-
-            <li><b>region/</b> Locale data for names of regions, with its own
-            makefile <b>resfiles.mk</b>.</li>
-
-            <li><b>unit/</b> Locale data for measurement unit patterns and names,
-            with its own makefile <b>resfiles.mk</b>.</li>
-
-            <li><b>zone/</b> Locale data for time zone names, with its own
-            makefile <b>resfiles.mk</b>.</li>
-
-            <li><b>mappings/</b> Here are the code page converter tables. These
-            .ucm files contain mappings to and from Unicode. These are compiled
-            into .cnv files. <b>convrtrs.txt</b> is the alias mapping table from
-            various converter name formats to ICU internal format and vice versa.
-            It produces cnvalias.icu. The makefiles <b>ucmfiles.mk,
-            ucmcore.mk,</b> and <b>ucmebcdic.mk</b> contain the list of
-            converters to be built.</li>
-
-            <li><b>translit/</b> This directory contains transliterator rules as
-            resource bundles, a makefile <b>trnsfiles.mk</b> containing the list
-            of installed system translitaration files, and as well the special
-            bundle <b>translit_index</b> which lists the system transliterator
-            aliases.</li>
-
-            <li><b>unidata/</b> This directory contains the Unicode data files.
-            Please see <a href=
-            "http://www.unicode.org/">http://www.unicode.org/</a> for more
-            information.</li>
-
-            <li><b>misc/</b> The misc directory contains other data files which
-            did not fit into the above categories, including time zone
-            information, region-specific data, and other data derived from CLDR
-            supplemental data.</li>
-
-            <li><b>out/</b> This directory contains the assembled memory mapped
-            files.</li>
-
-            <li><b>out/build/</b> This directory contains intermediate (compiled)
-            files, such as .cnv, .res, etc.</li>
-          </ul>
-
-          <p>If you are creating a special ICU build, you can set the ICU_DATA
-          environment variable to the out/ or the out/build/ directories, but
-          this is generally discouraged because most people set it incorrectly.
-          You can view the <a href=
-          "https://unicode-org.github.io/icu/userguide/icudata">ICU Data
-          Management</a> section of the ICU User's Guide for details.</p>
-        </td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/test/<b>intltest</b>/</td>
-
-        <td>A test suite including all C++ APIs. For information about running
-        the test suite, see the build instructions specific to your platform
-        later in this document.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/test/<b>cintltst</b>/</td>
-
-        <td>A test suite written in C, including all C APIs. For information
-        about running the test suite, see the build instructions specific to your
-        platform later in this document.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/test/<b>iotest</b>/</td>
-
-        <td>A test suite written in C and C++ to test the icuio library. For
-        information about running the test suite, see the build instructions
-        specific to your platform later in this document.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/test/<b>testdata</b>/</td>
-
-        <td>Source text files for data, which are read by the tests. It contains
-        the subdirectories <b>out/build/</b> which is used for intermediate
-        files, and <b>out/</b> which contains <b>testdata.dat.</b></td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>tools</b>/</td>
-
-        <td>Tools for generating the data files. Data files are generated by
-        invoking <i>&lt;ICU&gt;</i>/source/data/build/makedata.bat on Win32 or
-        <i>&lt;ICU&gt;</i>/source/make on UNIX.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>samples</b>/</td>
-
-        <td>Various sample programs that use ICU</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>extra</b>/</td>
-
-        <td>Non-supported API additions. Currently, it contains the 'uconv' tool
-        to perform codepage conversion on files.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/<b>packaging</b>/</td>
-
-        <td>This directory contain scripts and tools for packaging the final
-        ICU build for various release platforms.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>config</b>/</td>
-
-        <td>Contains helper makefiles for platform specific build commands. Used
-        by 'configure'.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>allinone</b>/</td>
-
-        <td>Contains top-level ICU workspace and project files, for instance to
-        build all of ICU under one MSVC project.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/<b>include</b>/</td>
-
-        <td>Contains the headers needed for developing software that uses ICU on
-        Windows.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/<b>lib</b>/</td>
-
-        <td>Contains the import libraries for linking ICU into your Windows
-        application.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/<b>bin</b>/</td>
-
-        <td>Contains the libraries and executables for using ICU on Windows.</td>
-      </tr>
-    </table>
-
-
-
-## How To Build And Install ICU
-
-### Recommended Build Options
-
-Depending on the platform and the type of installation, we recommend a small number of modifications and build options. Note that C99 compatibility is now required.
-
-*   **Namespace (ICU 61 and later):** Since ICU 61, call sites need to qualify ICU types explicitly, for example `icu::UnicodeString`, or do `using icu::UnicodeString;` where appropriate. If your code relies on the "using namespace icu;" that used to be in `unicode/uversion.h`, then you need to update your code.
-    You could temporarily (until you have more time to update your code) revert to the default "using" via `-DU_USING_ICU_NAMESPACE=1` or by modifying `unicode/uversion.h`:
-
-```
-    Index: icu4c/source/common/unicode/uversion.h
-    ===================================================================
-    --- icu4c/source/common/unicode/uversion.h      (revision 40704)
-    +++ icu4c/source/common/unicode/uversion.h      (working copy)
-    @@ -127,7 +127,7 @@
-                     defined(U_LAYOUTEX_IMPLEMENTATION) || defined(U_TOOLUTIL_IMPLEMENTATION)
-     #           define U_USING_ICU_NAMESPACE 0
-     #       else
-    -#           define U_USING_ICU_NAMESPACE 0
-    +#           define U_USING_ICU_NAMESPACE 1
-     #       endif
-     #   endif
-     #   if U_USING_ICU_NAMESPACE
-```
-
-*   **Namespace (ICU 60 and earlier):** By default, unicode/uversion.h has "using namespace icu;" which defeats much of the purpose of the namespace. (This is for historical reasons: Originally, ICU4C did not use namespaces, and some compilers did not support them. The default "using" statement preserves source code compatibility.)
-    You should turn this off via `-DU_USING_ICU_NAMESPACE=0` or by modifying unicode/uversion.h:
-
-```
-    Index: source/common/unicode/uversion.h
-    ===================================================================
-    --- source/common/unicode/uversion.h    (revision 26606)
-    +++ source/common/unicode/uversion.h    (working copy)
-    @@ -180,7 +180,8 @@
-     #   define U_NAMESPACE_QUALIFIER U_ICU_NAMESPACE::
-
-     #   ifndef U_USING_ICU_NAMESPACE
-    -#       define U_USING_ICU_NAMESPACE 1
-    +        // Set to 0 to force namespace declarations in ICU usage.
-    +#       define U_USING_ICU_NAMESPACE 0
-     #   endif
-     #   if U_USING_ICU_NAMESPACE
-             U_NAMESPACE_USE
-```
-
-    ICU call sites then either qualify ICU types explicitly, for example `icu::UnicodeString`, or do `using icu::UnicodeString;` where appropriate.
-*   **Hardcode the default charset to UTF-8:** On platforms where the default charset is always UTF-8, like MacOS X and some Linux distributions, we recommend hardcoding ICU's default charset to UTF-8. This means that some implementation code becomes simpler and faster, and statically linked ICU libraries become smaller. (See the [U_CHARSET_IS_UTF8](http://icu-project.org/apiref/icu4c/platform_8h.html#a0a33e1edf3cd23d9e9c972b63c9f7943) API documentation for more details.)
-    You can `-DU_CHARSET_IS_UTF8=1` or modify `unicode/utypes.h` (in ICU 4.8 and below) or modify unicode/platform.h (in ICU 49 and higher):
-
-```
-    Index: source/common/unicode/utypes.h
-    ===================================================================
-    --- source/common/unicode/utypes.h      (revision 26606)
-    +++ source/common/unicode/utypes.h      (working copy)
-    @@ -160,7 +160,7 @@
-      * @see UCONFIG_NO_CONVERSION
-      */
-     #ifndef U_CHARSET_IS_UTF8
-    -#   define U_CHARSET_IS_UTF8 0
-    +#   define U_CHARSET_IS_UTF8 1
-     #endif
-
-     /*===========================================================================*/
-```
-
-*   **UnicodeString constructors:** The UnicodeString class has several single-argument constructors that are not marked "explicit" for historical reasons. This can lead to inadvertent construction of a `UnicodeString` with a single character by using an integer, and it can lead to inadvertent dependency on the conversion framework by using a C string literal.
-    Beginning with ICU 49, you should do the following:
-    *   Consider marking the from-`UChar` and from-`UChar32` constructors explicit via `-DUNISTR_FROM_CHAR_EXPLICIT=explicit` or similar.
-    *   Consider marking the from-`const char*` and from-`const UChar*` constructors explicit via `-DUNISTR_FROM_STRING_EXPLICIT=explicit` or similar.
-    > :point_right: **Note**:  The ICU test suites cannot be compiled with these settings.
-*   **utf.h, utf8.h, utf16.h, utf_old.h:** By default, utypes.h (and thus almost every public ICU header) includes all of these header files. Often, none of them are needed, or only one or two of them. All of utf_old.h is deprecated or obsolete.
-    Beginning with ICU 49, you should define `U_NO_DEFAULT_INCLUDE_UTF_HEADERS` to 1 (via -D or uconfig.h, as above) and include those header files explicitly that you actually need.
-    > :point_right: **Note**:  The ICU test suites cannot be compiled with this setting.
-*   **utf_old.h:** All of utf_old.h is deprecated or obsolete.
-    Beginning with ICU 60, you should define `U_HIDE_OBSOLETE_UTF_OLD_H` to 1 (via -D or uconfig.h, as above). Use of any of these macros should be replaced as noted in the comments for the obsolete macro.
-    > :point_right: **Note**:  The ICU test suites _can_ be compiled with this setting.
-*   **.dat file:** By default, the ICU data is built into a shared library (DLL). This is convenient because it requires no install-time or runtime configuration, but the library is platform-specific and cannot be modified. A .dat package file makes the opposite trade-off: Platform-portable (except for endianness and charset family, which can be changed with the icupkg tool) and modifiable (also with the icupkg tool). If a path is set, then single data files (e.g., .res files) can be copied to that location to provide new locale data or conversion tables etc.
-    The only drawback with a .dat package file is that the application needs to provide ICU with the file system path to the package file (e.g., by calling `u_setDataDirectory()`) or with a pointer to the data (`udata_setCommonData()`) before other ICU API calls. This is usually easy if ICU is used from an application where `main()` takes care of such initialization. It may be hard if ICU is shipped with another shared library (such as the Xerces-C++ XML parser) which does not control `main()`.
-    See the [User Guide ICU Data](https://unicode-org.github.io/icu/userguide/icudata) chapter for more details.
-    If possible, we recommend building the .dat package. Specify `--with-data-packaging=archive` on the configure command line, as in
-    `runConfigureICU Linux --with-data-packaging=archive`
-    (Read the configure script's output for further instructions. On Windows, the Visual Studio build generates both the .dat package and the data DLL.)
-    Be sure to install and use the tiny stubdata library rather than the large data DLL.
-*   **Static libraries:** It may make sense to build the ICU code into static libraries (.a) rather than shared libraries (.so/.dll). Static linking reduces the overall size of the binary by removing code that is never called.
-    Example configure command line:
-    `runConfigureICU Linux --enable-static --disable-shared`
-*   **Out-of-source build:** It is usually desirable to keep the ICU source file tree clean and have build output files written to a different location. This is called an "out-of-source build". Simply invoke the configure script from the target location:
-```
-    ~/icu$ git clone https://github.com/unicode-org/icu.git
-    ~/icu$ mkdir icu4c-build
-    ~/icu$ cd icu4c-build
-    ~/icu/icu4c-build$ ../icu/icu4c/source/runConfigureICU Linux
-    ~/icu/icu4c-build$ make check</pre>
-```
-    > :point_right: **Note**:  this example shows a relative path to `runConfigureICU`. If you experience difficulty, try using an absolute path to `runConfigureICU` instead.
-
-#### ICU as a System-Level Library
-
-If ICU is installed as a system-level library, there are further opportunities and restrictions to consider. For details, see the _Using ICU as an Operating System Level Library_ section of the [User Guide ICU Architectural Design](https://unicode-org.github.io/icu/userguide/design) chapter.
-
-*   **Data path:** For a system-level library, it is best to load ICU data from the .dat package file because the file system path to the .dat package file can be hardcoded. ICU will automatically set the path to the final install location using `U_ICU_DATA_DEFAULT_DIR`. Alternatively, you can set `-DICU_DATA_DIR=/path/to/icu/data` when building the ICU code. (Used by source/common/putil.c.)
-    Consider also setting `-DICU_NO_USER_DATA_OVERRIDE` if you do not want the `ICU_DATA` environment variable to be used. (An application can still override the data path via `u_setDataDirectory()` or `udata_setCommonData()`.
-*   **Hide draft API:** API marked with `@draft` is new and not yet stable. Applications must not rely on unstable APIs from a system-level library. Define `U_HIDE_DRAFT_API`, `U_HIDE_INTERNAL_API` and `U_HIDE_SYSTEM_API` by modifying `unicode/utypes.h` before installing it.
-*   **Only C APIs:** Applications must not rely on C++ APIs from a system-level library because binary C++ compatibility across library and compiler versions is very hard to achieve. Most ICU C++ APIs are in header files that contain a comment with `\brief C++ API`. Consider not installing these header files, or define `U_SHOW_CPLUSPLUS_API` to be `0` by modifying `unicode/utypes.h` before installing it.
-*   **Disable renaming:** By default, ICU library entry point names have an ICU version suffix. Turn this off for a system-level installation, to enable upgrading ICU without breaking applications. For example:
-    `runConfigureICU Linux --disable-renaming`
-    The public header files from this configuration must be installed for applications to include and get the correct entry point names.
-
-### User-Configurable Settings
-
-ICU4C can be customized via a number of user-configurable settings. Many of them are controlled by preprocessor macros which are defined in the `source/common/unicode/uconfig.h` header file. Some turn off parts of ICU, for example conversion or collation, trading off a smaller library for reduced functionality. Other settings are recommended (see previous section) but their default values are set for better source code compatibility.
-
-In order to change such user-configurable settings, you can either modify the `uconfig.h` header file by adding a specific `#define ...` for one or more of the macros before they are first tested, or set the compiler's preprocessor flags (`CPPFLAGS`) to include an equivalent `-D` macro definition.
-
-### How To Build And Install On Windows
-
-Building International Components for Unicode requires:
-
-*   Microsoft Windows
-*   Microsoft Visual C++ (part of [Visual Studio](https://www.visualstudio.com/)) (from either Visual Studio 2015 or Visual Studio 2017)
-*   _**Optional:**_ A version of the [Windows 10 SDK](https://developer.microsoft.com/windows/downloads) (if you want to build the UWP projects)
-
-> :point_right: **Note**: [Cygwin](#how-to-build-and-install-on-windows-with-cygwin) is required if using a version of MSVC other than the one compatible with the supplied project files or if other compilers are used to build ICU. (e.g. GCC)
-
-The steps are:
-
-1.  Unzip the `icu-XXXX.zip` file into any convenient location.
-    *   You can use the built-in zip functionality of Windows Explorer to do this. Right-click on the .zip file and choose the "Extract All" option from the context menu. This will open a new window where you can choose the output location to put the files.
-    *   Alternatively, you can use a 3<sup>rd</sup> party GUI tool like 7-Zip or WinZip to do this as well.
-2.  Be sure that the ICU binary directory, (ex: `<ICU>\bin\`), is included in the **PATH** environment variable. The tests will not work without the location of the ICU DLL files in the path. Note that the binary directory name can depend on what architecture you select when you compile ICU. For x86 or 32-bit builds, the binary directory is `bin`. Whereas for x64 or 64-bit builds the binary directory is `bin64`.
-3.  Open the `<ICU>\source\allinone\allinone.sln` solution file in 'Visual Studio 2017'. (This solution includes all the International Components for Unicode libraries, necessary ICU building tools, and the test suite projects). Please see the [command line note below](#using-msbuild-at-the-command-line) if you want to build from the command line instead.
-4.  If you are building using 'Visual Studio 2015' instead, or if you are building the UWP projects and you have a different version of the Windows 10 SDK installed you will first need to modify the two `Build.Windows.*.props` files in the `allinone` directory before you can open the "allinone" solution file. Please see the notes below about [building with other versions of Visual Studio](#building-with-other-versions-of-visual-studio) and the notes on [re-targeting the Windows 10 SDK for the UWP projects](#re-targeting-the-windows-10-sdk-for-the-uwp-projects) for details. Alternatively, you can [skip building the UWP projects](#re-targeting-the-windows-10-sdk-for-the-uwp-projects) entirely as well.
-5.  Set the active platform to "Win32" or "x64" (See [Windows platform note](#setting-active-platform) below) and configuration to "Debug" or "Release" (See [Windows configuration note](#setting-active-configuration) below).
-6.  Choose the "Build" menu and select "Rebuild Solution". If you want to build the Debug and Release at the same time, see the [batch configuration note](#batch-configuration) below.
-7.  Run the tests. They can be run from the command line or from within Visual Studio.
-
-    #### Running the Tests from the Windows Command Line (cmd)
-
-    *   The general syntax is:
-
-        <pre>
-        &lt;ICU&gt;\source\allinone\icucheck.bat <i>Platform</i> <i>Configuration</i>
-        </pre>
-
-    *   So, for example for x86 (32-bit) and Debug, use the following:
-        ```
-        <ICU>\source\allinone\icucheck.bat x86 Debug
-        ```
-        For x86 (32-bit) and Release:
-        ```
-        <ICU>\source\allinone\icucheck.bat x86 Release
-        ```
-        For x64 (64-bit) and Debug:
-        ```
-        <ICU>\source\allinone\icucheck.bat x64 Debug
-        ```
-        For x64 (64-bit) and Release:
-        ```
-        <ICU>\source\allinone\icucheck.bat x64 Release
-        ```
-
-    #### Running the Tests from within Visual Studio
-
-    1.  Run the C++ test suite, `intltest`. To do this: set the active startup project to "intltest", and press Ctrl+F5 to run it. Make sure that it passes without any errors.
-    2.  Run the C test suite, `cintltst`. To do this: set the active startup project to "cintltst", and press Ctrl+F5 to run it. Make sure that it passes without any errors.
-    3.  Run the I/O test suite, `iotest`. To do this: set the active startup project to "iotest", and press Ctrl+F5 to run it. Make sure that it passes without any errors.
-8.  You are now able to develop applications with ICU by using the libraries and tools in `<ICU>\bin\`. The headers are in `<ICU>\include\` and the link libraries are in `<ICU>\lib\`. To install the ICU runtime on a machine, or ship it with your application, copy the needed components from `<ICU>\bin\` to a location on the system PATH or to your application directory.
-
-#### Building with other versions of Visual Studio
-
-The particular version of the MSVC compiler tool-set (and thus the corresponding version of Visual Studio) that is used to compile ICU is determined by the `PlatformToolset` property. This property is stored in two different shared files that are used to set common configuration settings amongst the various ICU `*.vcxproj` project files. For the non-UWP projects, this setting is in the shared file called `Build.Windows.ProjectConfiguration.props` located in the `allinone` directory. For the UWP projects, this setting is in the shared file called `Build.Windows.UWP.ProjectConfiguration.props`, also located in the `allinone` directory.
-
-The value of `v140` corresponds to the Visual Studio 2015 compiler tool set, whereas the value of `v141` corresponds to the Visual Studio 2017 compiler tool set.
-
-In order to build the non-UWP projects with Visual Studio 2015 you will need to modify the file called `Build.Windows.ProjectConfiguration.props` to change the value of the `PlatformToolset` property. Note however that Visual Studio 2017 is required for building the UWP projects.
-
-> :point_right: **Note**: Using older versions of the MSVC compiler is generally not recommended due to the improved support for the C++11 standard in newer versions of the compiler.
-
-#### Re-targeting the Windows 10 SDK for the UWP projects
-
-If the version of the Windows 10 SDK that you have installed does not match the version used by the UWP projects, then you will need to "retarget" them to use the version of the SDK that you have installed instead. There are two ways to do this:
-
-* In Visual Studio you can right-click on the UWP projects in the 'Solution Explorer' and select the option 'Retarget Projects' from the context menu. This will open up a window where you can select the SDK version to target from a drop-down list of the various SDKs that are installed on the machine.
-* Alternatively, you can manually edit the shared file called `Build.Windows.UWP.ProjectConfiguration.props` which is located in the `allinone` directory. You will need to change the of the `WindowsTargetPlatformVersion` property to the version of the SDK that you would like to use instead.
-
-#### Using MSBUILD At The Command Line
-
-You can build ICU from the command line instead of using the Visual Studio GUI. Assuming that you have properly installed Visual Studio to support command line building, you should have a shortcut for the "Developer Command Prompt" listed in the Start Menu. (For Visual Studio 2017 you will need to install the "Desktop development with C++" option).
-
-* Open the "Developer Command Prompt" shortcut from the Start Menu. (This will open up a new command line window).
-* From within the "Developer Command Prompt" change directory (`cd`) to the ICU source directory.
-* You can then use either `msbuild` directly, or you can use the `devenv.com` command to build ICU.
-* Using `MSBUILD`:
-  - To build the 32-bit Debug version, use the following command line:
-    ```
-    msbuild source\allinone\allinone.sln /p:Configuration=Debug /p:Platform=Win32
-    ```
-  - To build the 64-bit Release version, use the following command line:
-    ```
-    msbuild source\allinone\allinone.sln /p:Configuration=Release /p:Platform=x64
-    ```
-* Using `devenv.com`:
-  - To build the 32-bit Debug version, use the following command line:
-    ```
-    devenv.com source\allinone\allinone.sln /build "Debug|Win32"
-    ```
-  - To build the 64-bit Release version, use the following command line:
-    ```
-    devenv.com source\allinone\allinone.sln /build "Release|x64"
-    ```
-
-#### Skipping the UWP Projects on the Command Line
-
-You can skip (or omit) building the UWP projects on the command line by passing the argument '`SkipUWP=true`' to either MSBUILD or devenv.
-
-* For example, using `MSBUILD`:
-  - To skip building the UWP projects with a 32-bit Debug build, use the following command line:
-    ```
-    msbuild source\allinone\allinone.sln /p:Configuration=Debug /p:Platform=Win32 /p:SkipUWP=true
-    ```
-  - To skip building the UWP projects with a 64-bit Release version, use the following command line:
-    ```
-    msbuild source\allinone\allinone.sln /p:Configuration=Release /p:Platform=x64 /p:SkipUWP=true
-    ```
-
-You can also use Cygwin with the MSVC compiler to build ICU, and you can refer to the [How To Build And Install On Windows with Cygwin](#how-to-build-and-install-on-windows-with-cygwin) section for more details.
-
-#### Setting Active Platform
-
-Even though you are able to select "x64" as the active platform, if your operating system is not a 64 bit version of Windows, the build will fail. To set the active platform, two different possibilities are:
-
-* Choose "Build" menu, select "Configuration Manager...", and select "Win32" or "x64" for the Active Platform Solution.
-* Another way is to select the desired build configuration from "Solution Platforms" dropdown menu from the standard toolbar. It will say "Win32" or "x64" in the dropdown list.
-
-#### Setting Active Configuration
-
-To set the active configuration, two different possibilities are:
-
-*   Choose "Build" menu, select "Configuration Manager...", and select "Release" or "Debug" for the Active Configuration Solution.
-*   Another way is to select the desired build configuration from "Solution Configurations" dropdown menu from the standard toolbar. It will say "Release" or "Debug" in the dropdown list.
-
-#### Batch Configuration
-
-If you want to build the Win32 and x64 platforms and Debug and Release configurations at the same time, choose "Build" menu, and select "Batch Build...". Click the "Select All" button, and then click the "Rebuild" button.
-
-### How To Build And Install On Windows with Cygwin
-
-Building International Components for Unicode with this configuration requires:
-
-*   Microsoft Windows
-*   Microsoft Visual C++ (from Visual Studio 2015 or newer, when gcc isn't used).
-*   Cygwin with the following installed:
-    *   bash
-    *   GNU make
-    *   ar
-    *   ranlib
-    *   man (if you plan to look at the man pages)
-
-There are two ways you can build ICU with Cygwin. You can build with gcc or Microsoft Visual C++. If you use gcc, the resulting libraries and tools will depend on the Cygwin environment. If you use Microsoft Visual C++, the resulting libraries and tools do not depend on Cygwin and can be more easily distributed to other Windows computers (the generated man pages and shell scripts still need Cygwin). To build with gcc, please follow the "[How To Build And Install On UNIX](#how-to-build-and-install-on-unix)" instructions, while you are inside a Cygwin bash shell. To build with Microsoft Visual C++, please use the following instructions:
-
-1.  Start the Windows "Command Prompt" window. This is different from the gcc build, which requires the Cygwin Bash command prompt. The Microsoft Visual C++ compiler will not work with a bash command prompt.
-2.  If the computer isn't set up to use Visual C++ from the command line, you need to run vcvars32.bat.
-    For example:
-    `C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat` can be used for 32-bit builds **or**
-    `C:\Program Files (x86)\Microsoft Visual Studio 14\VC\bin\x86_amd64\vcvarsx86_amd64.bat` can be used for 64-bit builds on Windows x64.
-3.  Unzip the icu-XXXX.zip file into any convenient location. Using command line zip, type "unzip -a icu-XXXX.zip -d drive:\directory", or just use WinZip.
-4.  Change directory to "icu/source", which is where you unzipped ICU.
-5.  Run `bash ./runConfigureICU Cygwin/MSVC` (See [Windows configuration note](#setting-active-configuration) and non-functional configure options below; see source for [./runConfigureICU](https://github.com/unicode-org/icu/blob/master/icu4c/source/runConfigureICU)).
-6.  Type `make` to compile the libraries and all the data files. This make command should be GNU make.
-7.  Optionally, type `make check` to run the test suite, which checks for ICU's functionality integrity (See [testing note](#running-the-tests-from-the-command-line) below).
-8.  Type `make install` to install ICU. If you used the `--prefix=` option on `configure` or `runConfigureICU`, ICU will be installed to the directory you specified. (See [installation note](#installing-icu) below).
-
-#### Configuring ICU on Windows
-
-Ensure that the order of the PATH is MSVC, Cygwin, and then other PATHs. The configure script needs certain tools in Cygwin (e.g. grep).
-
-Also, you may need to run `dos2unix.exe` on all of the scripts (e.g. `configure`) in the top source directory of ICU. To avoid this issue, you can download the ICU source for Unix platforms (icu-xxx.tgz).
-
-In addition to the Unix [configuration note](#configuring-icu) the following configure options currently do not work on Windows with Microsoft's compiler. Some options can work by manually editing `icu/source/common/unicode/pwin32.h`, but manually editing the files is not recommended.
-
-*   `--disable-renaming`
-*   `--enable-tracing`
-*   `--enable-rpath`
-*   `--enable-static` (Requires that U_STATIC_IMPLEMENTATION be defined in user code that links against ICU's static libraries.)
-*   `--with-data-packaging=files` (The pkgdata tool currently does not work in this mode. Manual packaging is required to use this mode.)
-
-### How To Build And Install On UNIX
-
-Building International Components for Unicode on UNIX requires:
-
-*   A C++ compiler installed on the target machine (for example: gcc, CC, xlC_r, aCC, cxx, etc...).
-*   An ANSI C compiler installed on the target machine (for example: cc).
-*   A recent version of GNU make (3.80+).
-*   For a list of z/OS tools please view the [z/OS build section](#how-to-build-and-install-on-zos-os390) of this document for further details.
-
-Here are the steps to build ICU:
-
-1.  Decompress the icu-_X_._Y_.tgz (or icu-_X_._Y_.tar.gz) file. For example,
-    ```
-    gunzip -d < icu-_X_._Y_.tgz | tar xvf -
-    ```
-1.  Change directory to `icu/source`.
-    ```
-    cd icu/source
-    ```
-1.  Some files may have the wrong permissions.
-    ```
-    chmod +x runConfigureICU configure install-sh
-    ```
-1.  Run the [`runConfigureICU`](https://github.com/unicode-org/icu/blob/master/icu4c/source/runConfigureICU) script for your platform. (See [configuration note](#configuring-icu) below).
-1.  Now build:
-```
-gmake
-```
-     (or just `make` if GNU make is the default make on your platform) to compile the libraries and all the data files. The proper name of the GNU make command is printed at the end of the configuration run, as in `"You must use gmake to compile ICU"`.
-    Note that the compilation command output may be simplified on your platform. If this is the case, you will see just: `gcc ... stubdata.c` rather than `gcc -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -D_REENTRANT -I../common -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c -DPIC -fPIC -o stubdata.o stubdata.c`
-    If you need to see the whole compilation line, use `gmake VERBOSE=1`. The full compilation line will print if an error occurs.
-1.  Optionally,
-```
-gmake check
-```
-    will run the test suite, which checks for ICU's functionality integrity (See [testing note](#running-the-tests-from-the-command-line) below).
-1.  To install,
-```
-gmake install
-```
-    to install ICU. If you used the `--prefix=` option on `configure` or `runConfigureICU`, ICU will be installed to the directory you specified. (See [installation note](#installing-icu) below).
-
-#### Configuring ICU
-
-Type `"./runConfigureICU --help"` for help on how to run it and a list of supported platforms. You may also want to type `"./configure --help"` to print the available configure options that you may want to give `runConfigureICU`. If you are not using the `runConfigureICU` script, or your platform is not supported by the script, you may need to set your `CC`, `CXX`, `CFLAGS` and `CXXFLAGS` environment variables, and type `"./configure"`. HP-UX users, please see this [note regarding HP-UX multithreaded build issues](#using-icu-in-a-multithreaded-environment-on-hp-ux) with newer compilers. Solaris users, please see this [note regarding Solaris multithreaded build issues](#linking-on-solaris).
-
-ICU is built with strict compiler warnings enabled by default. If this causes excessive numbers of warnings on your platform, use the `--disable-strict` option to configure to reduce the warning level.
-
-#### Running The Tests From The Command Line
-
-You may have to set certain variables if you with to run test programs individually, that is apart from "gmake check". The environment variable **ICU_DATA** can be set to the full pathname of the data directory to indicate where the locale data files and conversion mapping tables are when you are not using the shared library (e.g. by using the .dat archive or the individual data files). The trailing "/" is required after the directory name (e.g. `$Root/source/data/out/` will work, but the value `$Root/source/data/out` is not acceptable). You do not need to set **ICU_DATA** if the complete shared data library is in your library path.
-
-#### Installing ICU
-
-Some platforms use package management tools to control the installation and uninstallation of files on the system, as well as the integrity of the system configuration. You may want to check if ICU can be packaged for your package management tools by looking into the `packaging` directory. (Please note that if you are using a snapshot of ICU from Git, it is probable that the packaging scripts or related files are not up to date with the contents of ICU at this time, so use them with caution).
-
-### How To Build And Install On z/OS (OS/390)
-
-You can install ICU on z/OS or OS/390 (the previous name of z/OS), but IBM tests only the z/OS installation. You install ICU in a z/OS UNIX system services file system such as HFS or zFS. On this platform, it is important that you understand a few details:
-
-*   The makedep and GNU make tools are required for building ICU. If it is not already installed on your system, it is available at the [z/OS UNIX - Tools and Toys](http://www-03.ibm.com/servers/eserver/zseries/zos/unix/bpxa1toy.html) site. The PATH environment variable should be updated to contain the location of this executable prior to build. Failure to add these tools to your PATH will cause ICU build failures or cause pkgdata to fail to run.
-*   Since USS does not support using the mmap() function over NFS, it is recommended that you build ICU on a local filesystem. Once ICU has been built, you should not have this problem while using ICU when the data library has been built as a shared library, which is this is the default setting.
-*   Encoding considerations: The source code assumes that it is compiled with codepage ibm-1047 (to be exact, the UNIX System Services variant of it). The pax command converts all of the source code files from ASCII to codepage ibm-1047 (USS) EBCDIC. However, some files are binary files and must not be converted, or must be converted back to their original state. You can use the [unpax-icu.sh](https://github.com/unicode-org/icu/blob/master/icu4c/as_is/os390/unpax-icu.sh) script to do this for you automatically. It will unpackage the tar file and convert all the necessary files for you automatically.
-*   z/OS supports both native S/390 hexadecimal floating point and (with OS/390 2.6 and later) IEEE 754 binary floating point. This is a compile time option. Applications built with IEEE should use ICU DLLs that are built with IEEE (and vice versa). The environment variable IEEE390=0 will cause the z/OS version of ICU to be built without IEEE floating point support and use the native hexadecimal floating point. By default ICU is built with IEEE 754 support. Native floating point support is sufficient for codepage conversion, resource bundle and UnicodeString operations, but the Format APIs require IEEE binary floating point.
-*   z/OS introduced the concept of Extra Performance Linkage (XPLINK) to bring performance improvement opportunities to call-intensive C and C++ applications such as ICU. XPLINK is enabled on a DLL-by-DLL basis, so if you are considering using XPLINK in your application that uses ICU, you should consider building the XPLINK-enabled version of ICU. You need to set ICU's environment variable `OS390_XPLINK=1` prior to invoking the make process to produce binaries that are enabled for XPLINK. The XPLINK option, which is available for z/OS 1.2 and later, requires the PTF PQ69418 to build XPLINK enabled binaries.
-*   ICU requires XPLINK for the icuio library. If you want to use the rest of ICU without XPLINK, then you must use the --disable-icuio configure option.
-*   The latest versions of z/OS use [XPLINK version (C128) of the C++ standard library](https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.cbcux01/oebind6.htm) by default. You may see [an error](https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.cbcux01/oebind5.htm) when running with XPLINK disabled. To avoid this error, set the following environment variable or similar:
-
-```
-export _CXX_PSYSIX="CEE.SCEELIB(C128N)":"CBC.SCLBSID(IOSTREAM,COMPLEX)"
-```
-
-*   When building ICU data, the heap size may need to be increased with the following environment variable:
-
-```
-export _CEE_RUNOPTS="HEAPPOOLS(ON),HEAP(4M,1M,ANY,FREE,0K,4080)"
-```
-
-*   The rest of the instructions for building and testing ICU on z/OS with UNIX System Services are the same as the [How To Build And Install On UNIX](#how-to-build-and-install-on-unix) section.
-
-#### z/OS (Batch/PDS) support outside the UNIX system services environment
-
-By default, ICU builds its libraries into the UNIX file system (HFS). In addition, there is a z/OS specific environment variable (OS390BATCH) to build some libraries into the z/OS native file system. This is useful, for example, when your application is externalized via Job Control Language (JCL).
-
-The OS390BATCH environment variable enables non-UNIX support including the batch environment. When OS390BATCH is set, the libicui18n_XX_.dll, libicuuc_XX_.dll, and libicudt_XX_e.dll binaries are built into data sets (the native file system). Turning on OS390BATCH does not turn off the normal z/OS UNIX build. This means that the z/OS UNIX (HFS) DLLs will always be created.
-
-Two additional environment variables indicate the names of the z/OS data sets to use. The LOADMOD environment variable identifies the name of the data set that contains the dynamic link libraries (DLLs) and the LOADEXP environment variable identifies the name of the data set that contains the side decks, which are normally the files with the .x suffix in the UNIX file system.
-
-A data set is roughly equivalent to a UNIX or Windows file. For most kinds of data sets the operating system maintains record boundaries. UNIX and Windows files are byte streams. Two kinds of data sets are PDS and PDSE. Each data set of these two types contains a directory. It is like a UNIX directory. Each "file" is called a "member". Each member name is limited to eight bytes, normally EBCDIC.
-
-Here is an example of some environment variables that you can set prior to building ICU:
-
-```
-OS390BATCH=1
-LOADMOD=_USER_.ICU.LOAD
-LOADEXP=_USER_.ICU.EXP
-```
-
-The PDS member names for the DLL file names are as follows:
-
-```
-IXMI_XX_IN --> libicui18n_XX_.dll
-IXMI_XX_UC --> libicuuc_XX_.dll
-IXMI_XX_DA --> libicudt_XX_e.dll
-```
-
-You should point the LOADMOD environment variable at a partitioned data set extended (PDSE) and point the LOADEXP environment variable at a partitioned data set (PDS). The PDSE can be allocated with the following attributes:
-
-```
-Data Set Name . . . : USER.ICU.LOAD
-Management class. . : **None**
-Storage class . . . : BASE
-Volume serial . . . : TSO007
-Device type . . . . : 3390
-Data class. . . . . : LOAD
-Organization  . . . : PO
-Record format . . . : U
-Record length . . . : 0
-Block size  . . . . : 32760
-1st extent cylinders: 1
-Secondary cylinders : 5
-Data set name type  : LIBRARY
-```
-
-The PDS can be allocated with the following attributes:
-
-```
-Data Set Name . . . : USER.ICU.EXP
-Management class. . : **None**
-Storage class . . . : BASE
-Volume serial . . . : TSO007
-Device type . . . . : 3390
-Data class. . . . . : **None**
-Organization  . . . : PO
-Record format . . . : FB
-Record length . . . : 80
-Block size  . . . . : 3200
-1st extent cylinders: 3
-Secondary cylinders : 3
-Data set name type  : PDS
-```
-
-### How To Build And Install On The IBM i Family (IBM i, i5/OS OS/400)
-
-Before you start building ICU, ICU requires the following:
-
-*   QSHELL interpreter installed (install base option 30, operating system)
-*   ILE C/C++ Compiler installed on the system
-*   The latest IBM tools for Developers for IBM i — [https://www-356.ibm.com/partnerworld/wps/servlet/ContentHandler/pw_com_porting_tools_index](https://www-356.ibm.com/partnerworld/wps/servlet/ContentHandler/pw_com_porting_tools_index)
-
-The following describes how to setup and build ICU. For background information, you should look at the [UNIX build instructions](#how-to-build-and-install-on-unix).
-
-1.  Copy the ICU source .tgz to the IBM i environment, as binary. Also, copy the [unpax-icu.sh](https://github.com/unicode-org/icu/blob/master/icu4c/as_is/os400/unpax-icu.sh) script into the same directory, as a text file.
-2.  Create target library. This library will be the target for the resulting modules, programs and service programs. You will specify this library on the OUTPUTDIR environment variable.
-```
-CRTLIB LIB(_libraryname_)
-ADDENVVAR ENVVAR(OUTPUTDIR) VALUE('_libraryname_') REPLACE(*YES)
-```
-3.  Set up the following environment variables and job characteristics in your build process
-```
-ADDENVVAR ENVVAR(MAKE) VALUE('gmake') REPLACE(*YES)
-CHGJOB CCSID(37)
-```
-4.  Fire up the QSH _(all subsequent commands are run inside the qsh session.)_
-```
-qsh
-```
-5.  Set up the PATH:
-```
-export PATH=/QIBM/ProdData/DeveloperTools/qsh/bin:$PATH:/QOpenSys/usr/bin
-```
-6.  Unpack the ICU source code archive:
-```
-gzip -d icu-_X_._Y_.tgz
-```
-7.  Run unpax-icu.sh on the tar file generated from the previous step.
-```
-unpax-icu.sh icu.tar
-```
-8.  Build the program ICULD which ICU will use for linkage.
-```
-cd icu/as_is/os400
-qsh bldiculd.sh
-cd ../../..
-```
-9.  Change into the 'source' directory, and configure ICU. (See [configuration note](#HowToConfigureICU) for details). Note that --with-data-packaging=archive and setting the --prefix are recommended, building in default (dll) mode is currently not supported.
-```
-cd icu/source
-./runConfigureICU IBMi --prefix=_/path/to/somewhere_ --with-data-packaging=archive
-```
-10.  Build ICU.
-> :point_right: **Note**: Do not use the -j option
-```
-gmake
-```
-11.  Test ICU.
-```
-gmake check
-```
-(The `QIBM_MULTI_THREADED=Y` flag will be automatically applied to intltest - you can look at the [iSeries Information Center](https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/rzahw/rzahwceeco.htm) for more details regarding the running of multiple threads on IBM i.)
-
-### How To Cross Compile ICU
-
-This section will explain how to build ICU on one platform, but to produce binaries intended to run on another. This is commonly known as a cross compile.
-
-Normally, in the course of a build, ICU needs to run the tools that it builds in order to generate and package data and test-data.  In a cross compilation setting, ICU is built on a different system from that which it eventually runs on. An example might be, if you are building for a small/headless system (such as an embedded device), or a system where you can't easily run the ICU command line tools (any non-UNIX-like system).
-
-To reduce confusion, we will here refer to the "A" and the "B" system. System "A" is the actual system we will be running on - the only requirements on it is are it is able to build ICU from the command line targetting itself (with `configure` or `runConfigureICU`), and secondly, that it also contain the correct toolchain for compiling and linking for the resultant platform, referred to as the "B" system.
-
-The autoconf docs use the term "build" for A, and "host" for B. More details at: [http://www.gnu.org/software/autoconf/manual/html_node/Specifying-Names.html](http://www.gnu.org/software/autoconf/manual/html_node/Specifying-Names.html#Specifying-Names)
-
-Three initially-empty directories will be used in this example:
-
-| **/icu**    | a copy of the ICU source                                                    |
-| **/buildA** | an empty directory, it will contain ICU built for A  (MacOSX in this case)  |
-| **/buildB** | an empty directory, it will contain ICU built for B  (HaikuOS in this case) |
-
-1.  Check out or unpack the ICU source code into the `/icu` directory.You will have the directories `/icu/source`, etc.
-2.  Build ICU in `/buildA` normally (using `runConfigureICU` or `configure`):
-```
-cd /buildA
-sh /icu/source/runConfigureICU MacOSX
-gnumake
-```
-3.  Set `PATH` or other variables as needed, such as `CPPFLAGS`.
-4.  Build ICU in `/buildB`
-```
-cd /buildB
-sh /icu/source/configure --host=i586-pc-haiku--with-cross-build=/buildA
-gnumake
-```
-> :point_right: **Note**: `--with-cross-build` takes an absolute path.
-5.  Tests and testdata can be built with `gnumake tests`.
-
-## How To Package ICU
-
-There are many ways that a person can package ICU with their software products. Usually only the libraries need to be considered for packaging.
-
-On UNIX, you should use `gmake install` to make it easier to develop and package ICU. The bin, lib and include directories are needed to develop applications that use ICU. These directories will be created relative to the `--prefix=`dir" configure option (See the [UNIX build instructions](#how-to-build-and-install-on-unix)). When ICU is built on Windows, a similar directory structure is built.
-
-When changes have been made to the standard ICU distribution, it is recommended that at least one of the following guidelines be followed for special packaging.
-
-1.  Add a suffix name to the library names. This can be done with the `--with-library-suffix` configure option.
-2.  The installation script should install the ICU libraries into the application's directory.
-
-Following these guidelines prevents other applications that use a standard ICU distribution from conflicting with any libraries that you need. On operating systems that do not have a standard C++ ABI (name mangling) for compilers, it is recommended to do this special packaging anyway. More details on customizing ICU are available in the [User's Guide](https://unicode-org.github.io/icu/userguide/). The [ICU Source Code Organization](#SourceCode) section of this readme.html gives a more complete description of the libraries.
-
-ICU has several libraries for you to use. Here is an example of libraries that are frequently packaged.
-
-| Library Name                        | Windows Filename | Linux Filename         | Comment                                                                                                                                                                                             |
-|-------------------------------------|------------------|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Data Library                        | icudtXYl.dll   | libicudata.so.XY.Z | Data required by the Common and I18n libraries. There are many ways to package and [customize this data](https://unicode-org.github.io/icu/userguide/icudata), but by default this is all you need. |
-| Common Library                      | icuucXY.dll    | libicuuc.so.XY.Z   | Base library required by all other ICU libraries.                                                                                                                                                   |
-| Internationalization (i18n) Library | icuinXY.dll    | libicui18n.so.XY.Z | A library that contains many locale based internationalization (i18n) functions.                                                                                                                    |
-| Layout Extensions Engine            | iculxXY.dll    | libiculx.so.XY.Z   | An optional engine for doing paragraph layout that uses parts of ICU. HarfBuzz is required.                                                                                                         |
-| ICU I/O (Unicode stdio) Library     | icuioXY.dll    | libicuio.so.XY.Z   | An optional library that provides a stdio like API with Unicode support.                                                                                                                            |
-| Tool Utility Library                | icutuXY.dll    | libicutu.so.XY.Z   | An internal library that contains internal APIs that are only used by ICU's tools. If you do not use ICU's tools, you do not need this library.                                                     |
-
-
-Normally only the above ICU libraries need to be considered for packaging. The versionless symbolic links to these libraries are only needed for easier development. The _X_, _Y_ and _Z_ parts of the name are the version numbers of ICU. For example, ICU 2.0.2 would have the name libicuuc.so.20.2 for the common library. The exact format of the library names can vary between platforms due to how each platform can handles library versioning.
-
-## Important Notes About Using ICU
-
-### Using ICU in a Multithreaded Environment
-
-Some versions of ICU require calling the `u_init()` function from `uclean.h` to ensure that ICU is initialized properly. In those ICU versions, `u_init()` must be called before ICU is used from multiple threads. There is no harm in calling `u_init()` in a single-threaded application, on a single-CPU machine, or in other cases where `u_init()` is not required.
-
-In addition to ensuring thread safety, `u_init()` also attempts to load at least one ICU data file. Assuming that all data files are packaged together (or are in the same folder in files mode), a failure code from `u_init()` usually means that the data cannot be found. In this case, the data may not be installed properly, or the application may have failed to call `udata_setCommonData()` or `u_setDataDirectory()` which specify to ICU where it can find its data.
-
-Since `u_init()` will load only one or two data files, it cannot guarantee that all of the data that an application needs is available. It cannot check for all data files because the set of files is customizable, and some ICU services work without loading any data at all. An application should always check for error codes when opening ICU service objects (using `ucnv_open()`, `ucol_open()`, C++ constructors, etc.).
-
-#### ICU 3.4 and later
-
-ICU 3.4 self-initializes properly for multi-threaded use. It achieves this without performance penalty by hardcoding the core Unicode properties data, at the cost of some flexibility. (For details see Jitterbug 4497.)
-
-`u_init()` can be used to check for data loading. It tries to load the converter alias table (`cnvalias.icu`).
-
-#### ICU 2.6..3.2
-
-These ICU versions require a call to `u_init()` before multi-threaded use. The services that are directly affected are those that don't have a service object and need to be fast: normalization and character properties.
-
-`u_init()` loads and initializes the data files for normalization and character properties (`unorm.icu` and `uprops.icu`) and can therefore also be used to check for data loading.
-
-#### ICU 2.4 and earlier
-
-ICU 2.4 and earlier versions were not prepared for multithreaded use on multi-CPU platforms where the CPUs implement weak memory coherency. These CPUs include: Power4, Power5, Alpha, Itanium. `u_init()` was not defined yet.
-
-#### Using ICU in a Multithreaded Environment on HP-UX
-
-When ICU is built with aCC on HP-UX, the [`-AA`](http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=eb08b3f1eee02110b3f1eee02110275d6e10RCRD) compiler flag is used. It is required in order to use the latest `<iostream>` API in a thread safe manner. This compiler flag affects the version of the C++ library being used. Your applications will also need to be compiled with `-AA` in order to use ICU.
-
-#### Using ICU in a Multithreaded Environment on Solaris
-
-##### Linking on Solaris
-
-In order to avoid synchronization and threading issues, developers are **suggested** to strictly follow the compiling and linking guidelines for multithreaded applications, specified in the following SUn Solaris document available from Oracle. Most notably, pay strict attention to the following statements from Sun:
-
-> To use libthread, specify `-lthread` before `-lc` on the ld command line, or last on the cc command line.
->
-> To use libpthread, specify `-lpthread` before `-lc` on the ld command line, or last on the cc command line.
-
-Failure to do this may cause spurious lock conflicts, recursive mutex failure, and deadlock.
-
-Source: "_Multithreaded Programming Guide, Compiling and Debugging_", Sun Microsystems, 2002
-[https://docs.oracle.com/cd/E19683-01/806-6867/compile-74765/index.html](https://docs.oracle.com/cd/E19683-01/806-6867/compile-74765/index.html)
-
-Note, a version of that chapter from a 2008 document update covering both Solaris 9 and Solaris 10 is available here:
-[http://docs.oracle.com/cd/E19253-01/816-5137/compile-94179/index.html](http://docs.oracle.com/cd/E19253-01/816-5137/compile-94179/index.html)
-
-### Windows Platform
-
-If you are building on the Windows platform, it is important that you understand a few of the following build details.
-
-#### DLL directories and the PATH setting
-
-As delivered, the International Components for Unicode build as several DLLs, which are placed in the `<ICU>\bin64` directory. You must add this directory to the PATH environment variable in your system, or any executables you build will not be able to access International Components for Unicode libraries. Alternatively, you can copy the DLL files into a directory already in your PATH, but we do not recommend this. You can wind up with multiple copies of the DLL and wind up using the wrong one.
-
-#### Changing your PATH
-
-##### Windows 2000/XP and above
-
-Use the System Icon in the Control Panel. Pick the "Advanced" tab. Select the "Environment Variables..." button. Select the variable `PATH` in the lower box, and select the lower "Edit..." button. In the "Variable Value" box, append the string `;<ICU>\bin64` to the end of the path string. If there is nothing there, just type in `<ICU>\bin64`. Click the Set button, then the OK button.
-
-> :point_right: **Note**:  When packaging a Windows application for distribution and installation on user systems, copies of the ICU DLLs should be included with the application, and installed for exclusive use by the application. This is the only way to insure that your application is running with the same version of ICU, built with exactly the same options, that you developed and tested with. Refer to Microsoft's guidelines on the usage of DLLs, or search for the phrase "DLL hell" on [msdn.microsoft.com](http://msdn.microsoft.com/).
-
-### UNIX Type Platform
-
-If you are building on a UNIX platform, and if you are installing ICU in a non-standard location, you may need to add the location of your ICU libraries to your `LD_LIBRARY_PATH` or `LIBPATH` environment variable (or the equivalent runtime library path environment variable for your system). The ICU libraries may not link or load properly without doing this.
-
-> :point_right: **Note**:  If you do not want to have to set this variable, you may instead use the `--enable-rpath` option at configuration time. This option will instruct the linker to always look for the libraries where they are installed. You will need to use the appropriate linker options when linking your own applications and libraries against ICU, too. Please refer to your system's linker manual for information about runtime paths. The use of rpath also means that when building a new version of ICU you should not have an older version installed in the same place as the new version's installation directory, as the older libraries will used during the build, instead of the new ones, likely leading to an incorrectly build ICU. This is the proper behavior of rpath.
-
-## Platform Dependencies
-
-### Porting To A New Platform
-
-If you are using ICU's Makefiles to build ICU on a new platform, there are a few places where you will need to add or modify some files. If you need more help, you can always ask the [icu-support mailing list](http://site.icu-project.org/contacts). Once you have finished porting ICU to a new platform, it is recommended that you contribute your changes back to ICU via the icu-support mailing list. This will make it easier for everyone to benefit from your work.
-
-#### Data For a New Platform
-
-For some people, it may not be necessary for completely build ICU. Most of the makefiles and build targets are for tools that are used for building ICU's data, and an application's data (when an application uses ICU resource bundles for its data).
-
-Data files can be built on a different platform when both platforms share the same endianness and the same charset family. This assertion does not include platform dependent DLLs/shared/static libraries. For details see the User Guide [ICU Data](https://unicode-org.github.io/icu/userguide/icudata) chapter.
-
-ICU 3.6 removes the requirement that ICU be completely built in the native operating environment. It adds the icupkg tool which can be run on any platform to turn binary ICU data files from any one of the three formats into any one of the other data formats. This allows a application to use ICU data built anywhere to be used for any other target platform.
-
-**WARNING!** Building ICU without running the tests is not recommended. The tests verify that ICU is safe to use. It is recommended that you try to completely port and test ICU before using the libraries for your own application.
-
-#### Adapting Makefiles For a New Platform
-
-Try to follow the build steps from the [UNIX](#how-to-build-and-install-on-unix) build instructions. If the configure script fails, then you will need to modify some files. Here are the usual steps for porting to a new platform:
-
-1.  Create an mh file in `<ICU>/source/config/`. You can use mh-linux or a similar mh file as your base configuration.
-2.  Modify `<ICU>/source/aclocal.m4` to recognize your platform's mh file.
-3.  Modify `<ICU>/source/configure.in` to properly set your **platform** C Macro define.
-4.  Run [autoconf](http://www.gnu.org/software/autoconf/) in `<ICU>/source/` without any options. The autoconf tool is standard on most Linux systems.
-5.  If you have any optimization options that you want to normally use, you can modify `<ICU>/source/runConfigureICU` to specify those options for your platform.
-6.  Build and test ICU on your platform. It is very important that you run the tests. If you don't run the tests, there is no guarentee that you have properly ported ICU.
-
-### Platform Dependent Implementations
-
-The platform dependencies have been mostly isolated into the following files in the common library. This information can be useful if you are porting ICU to a new platform.
-
-*   **unicode/platform.h.in** (autoconf'ed platforms)
-    **unicode/p_XXXX_.h** (others: pwin32.h, ppalmos.h, ..): Platform-dependent typedefs and defines:
-    *   Generic types like `UBool`, `int8_t`, `int16_t`, `int32_t`, `int64_t`, `uint64_t` etc.
-    *   `U_EXPORT` and `U_IMPORT` for specifying dynamic library import and export
-    *   String handling support for the `char16_t` and `wchar_t` types.
-*   **unicode/putil.h, putil.c**: platform-dependent implementations of various functions that are platform dependent:
-    *   `uprv_isNaN`, `uprv_isInfinite`, `uprv_getNaN` and `uprv_getInfinity` for handling special floating point values.
-    *   `uprv_tzset`, `uprv_timezone`, `uprv_tzname` and `time` for getting platform specific time and time zone information.
-    *   `u_getDataDirectory` for getting the default data directory.
-    *   `uprv_getDefaultLocaleID` for getting the default locale setting.
-    *   `uprv_getDefaultCodepage` for getting the default codepage encoding.
-*   **umutex.h, umutex.c**: Code for doing synchronization in multithreaded applications. If you wish to use International Components for Unicode in a multithreaded application, you must provide a synchronization primitive that the classes can use to protect their global data against simultaneous modifications. We already supply working implementations for many platforms that ICU builds on.
-*   **umapfile.h, umapfile.c**: functions for mapping or otherwise reading or loading files into memory. All access by ICU to data from files makes use of these functions.
-*   Using platform specific `#ifdef` macros are highly discouraged outside of the scope of these files. When the source code gets updated in the future, these `#ifdef`'s can cause testing problems for your platform.
-
-* * *
-
-Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use: [http://www.unicode.org/copyright.html](http://www.unicode.org/copyright.html)
-Copyright © 1997-2016 International Business Machines Corporation and others. All Rights Reserved.
diff --git a/docs/userguide/icu4c/build.md b/docs/userguide/icu4c/build.md
new file mode 100644
index 0000000..5916a22
--- /dev/null
+++ b/docs/userguide/icu4c/build.md
@@ -0,0 +1,545 @@
+---
+layout: default
+title: Building ICU4C
+nav_order: 2
+parent: ICU4C
+---
+<!--
+© 2020 and later: Unicode, Inc. and others.
+License & terms of use: http://www.unicode.org/copyright.html
+-->
+
+# Building ICU4C
+{: .no_toc }
+
+## Contents
+{: .no_toc .text-delta }
+
+1. TOC
+{:toc}
+
+---
+
+## Recommended Build Options
+
+Depending on the platform and the type of installation, we recommend a small number of modifications and build options. Note that C99 compatibility is now required.
+
+*   **Namespace (ICU 61 and later):** Since ICU 61, call sites need to qualify ICU types explicitly, for example `icu::UnicodeString`, or do `using icu::UnicodeString;` where appropriate. If your code relies on the "using namespace icu;" that used to be in `unicode/uversion.h`, then you need to update your code.
+    You could temporarily (until you have more time to update your code) revert to the default "using" via `-DU_USING_ICU_NAMESPACE=1` or by modifying `unicode/uversion.h`:
+
+```
+    Index: icu4c/source/common/unicode/uversion.h
+    ===================================================================
+    --- icu4c/source/common/unicode/uversion.h      (revision 40704)
+    +++ icu4c/source/common/unicode/uversion.h      (working copy)
+    @@ -127,7 +127,7 @@
+                     defined(U_LAYOUTEX_IMPLEMENTATION) || defined(U_TOOLUTIL_IMPLEMENTATION)
+     #           define U_USING_ICU_NAMESPACE 0
+     #       else
+    -#           define U_USING_ICU_NAMESPACE 0
+    +#           define U_USING_ICU_NAMESPACE 1
+     #       endif
+     #   endif
+     #   if U_USING_ICU_NAMESPACE
+```
+
+*   **Namespace (ICU 60 and earlier):** By default, unicode/uversion.h has "using namespace icu;" which defeats much of the purpose of the namespace. (This is for historical reasons: Originally, ICU4C did not use namespaces, and some compilers did not support them. The default "using" statement preserves source code compatibility.)
+    You should turn this off via `-DU_USING_ICU_NAMESPACE=0` or by modifying unicode/uversion.h:
+
+```
+    Index: source/common/unicode/uversion.h
+    ===================================================================
+    --- source/common/unicode/uversion.h    (revision 26606)
+    +++ source/common/unicode/uversion.h    (working copy)
+    @@ -180,7 +180,8 @@
+     #   define U_NAMESPACE_QUALIFIER U_ICU_NAMESPACE::
+
+     #   ifndef U_USING_ICU_NAMESPACE
+    -#       define U_USING_ICU_NAMESPACE 1
+    +        // Set to 0 to force namespace declarations in ICU usage.
+    +#       define U_USING_ICU_NAMESPACE 0
+     #   endif
+     #   if U_USING_ICU_NAMESPACE
+             U_NAMESPACE_USE
+```
+
+    ICU call sites then either qualify ICU types explicitly, for example `icu::UnicodeString`, or do `using icu::UnicodeString;` where appropriate.
+*   **Hardcode the default charset to UTF-8:** On platforms where the default charset is always UTF-8, like MacOS X and some Linux distributions, we recommend hardcoding ICU's default charset to UTF-8. This means that some implementation code becomes simpler and faster, and statically linked ICU libraries become smaller. (See the [U_CHARSET_IS_UTF8](http://icu-project.org/apiref/icu4c/platform_8h.html#a0a33e1edf3cd23d9e9c972b63c9f7943) API documentation for more details.)
+    You can `-DU_CHARSET_IS_UTF8=1` or modify `unicode/utypes.h` (in ICU 4.8 and below) or modify unicode/platform.h (in ICU 49 and higher):
+
+```
+    Index: source/common/unicode/utypes.h
+    ===================================================================
+    --- source/common/unicode/utypes.h      (revision 26606)
+    +++ source/common/unicode/utypes.h      (working copy)
+    @@ -160,7 +160,7 @@
+      * @see UCONFIG_NO_CONVERSION
+      */
+     #ifndef U_CHARSET_IS_UTF8
+    -#   define U_CHARSET_IS_UTF8 0
+    +#   define U_CHARSET_IS_UTF8 1
+     #endif
+
+     /*===========================================================================*/
+```
+
+*   **UnicodeString constructors:** The UnicodeString class has several single-argument constructors that are not marked "explicit" for historical reasons. This can lead to inadvertent construction of a `UnicodeString` with a single character by using an integer, and it can lead to inadvertent dependency on the conversion framework by using a C string literal.
+    Beginning with ICU 49, you should do the following:
+    *   Consider marking the from-`UChar` and from-`UChar32` constructors explicit via `-DUNISTR_FROM_CHAR_EXPLICIT=explicit` or similar.
+    *   Consider marking the from-`const char*` and from-`const UChar*` constructors explicit via `-DUNISTR_FROM_STRING_EXPLICIT=explicit` or similar.
+    > :point_right: **Note**:  The ICU test suites cannot be compiled with these settings.
+*   **utf.h, utf8.h, utf16.h, utf_old.h:** By default, utypes.h (and thus almost every public ICU header) includes all of these header files. Often, none of them are needed, or only one or two of them. All of utf_old.h is deprecated or obsolete.
+    Beginning with ICU 49, you should define `U_NO_DEFAULT_INCLUDE_UTF_HEADERS` to 1 (via -D or uconfig.h, as above) and include those header files explicitly that you actually need.
+    > :point_right: **Note**:  The ICU test suites cannot be compiled with this setting.
+*   **utf_old.h:** All of utf_old.h is deprecated or obsolete.
+    Beginning with ICU 60, you should define `U_HIDE_OBSOLETE_UTF_OLD_H` to 1 (via -D or uconfig.h, as above). Use of any of these macros should be replaced as noted in the comments for the obsolete macro.
+    > :point_right: **Note**:  The ICU test suites _can_ be compiled with this setting.
+*   **.dat file:** By default, the ICU data is built into a shared library (DLL). This is convenient because it requires no install-time or runtime configuration, but the library is platform-specific and cannot be modified. A .dat package file makes the opposite trade-off: Platform-portable (except for endianness and charset family, which can be changed with the icupkg tool) and modifiable (also with the icupkg tool). If a path is set, then single data files (e.g., .res files) can be copied to that location to provide new locale data or conversion tables etc.
+    The only drawback with a .dat package file is that the application needs to provide ICU with the file system path to the package file (e.g., by calling `u_setDataDirectory()`) or with a pointer to the data (`udata_setCommonData()`) before other ICU API calls. This is usually easy if ICU is used from an application where `main()` takes care of such initialization. It may be hard if ICU is shipped with another shared library (such as the Xerces-C++ XML parser) which does not control `main()`.
+    See the [User Guide ICU Data](../icu_data) chapter for more details.
+    If possible, we recommend building the .dat package. Specify `--with-data-packaging=archive` on the configure command line, as in
+    `runConfigureICU Linux --with-data-packaging=archive`
+    (Read the configure script's output for further instructions. On Windows, the Visual Studio build generates both the .dat package and the data DLL.)
+    Be sure to install and use the tiny stubdata library rather than the large data DLL.
+*   **Static libraries:** It may make sense to build the ICU code into static libraries (.a) rather than shared libraries (.so/.dll). Static linking reduces the overall size of the binary by removing code that is never called.
+    Example configure command line:
+    `runConfigureICU Linux --enable-static --disable-shared`
+*   **Out-of-source build:** It is usually desirable to keep the ICU source file tree clean and have build output files written to a different location. This is called an "out-of-source build". Simply invoke the configure script from the target location:
+```
+    ~/icu$ git clone https://github.com/unicode-org/icu.git
+    ~/icu$ mkdir icu4c-build
+    ~/icu$ cd icu4c-build
+    ~/icu/icu4c-build$ ../icu/icu4c/source/runConfigureICU Linux
+    ~/icu/icu4c-build$ make check</pre>
+```
+    > :point_right: **Note**:  this example shows a relative path to `runConfigureICU`. If you experience difficulty, try using an absolute path to `runConfigureICU` instead.
+
+### ICU as a System-Level Library
+
+If ICU is installed as a system-level library, there are further opportunities and restrictions to consider. For details, see the _Using ICU as an Operating System Level Library_ section of the [User Guide ICU Architectural Design](../icu/design) chapter.
+
+*   **Data path:** For a system-level library, it is best to load ICU data from the .dat package file because the file system path to the .dat package file can be hardcoded. ICU will automatically set the path to the final install location using `U_ICU_DATA_DEFAULT_DIR`. Alternatively, you can set `-DICU_DATA_DIR=/path/to/icu/data` when building the ICU code. (Used by source/common/putil.c.)
+    Consider also setting `-DICU_NO_USER_DATA_OVERRIDE` if you do not want the `ICU_DATA` environment variable to be used. (An application can still override the data path via `u_setDataDirectory()` or `udata_setCommonData()`.
+*   **Hide draft API:** API marked with `@draft` is new and not yet stable. Applications must not rely on unstable APIs from a system-level library. Define `U_HIDE_DRAFT_API`, `U_HIDE_INTERNAL_API` and `U_HIDE_SYSTEM_API` by modifying `unicode/utypes.h` before installing it.
+*   **Only C APIs:** Applications must not rely on C++ APIs from a system-level library because binary C++ compatibility across library and compiler versions is very hard to achieve. Most ICU C++ APIs are in header files that contain a comment with `\brief C++ API`. Consider not installing these header files, or define `U_SHOW_CPLUSPLUS_API` to be `0` by modifying `unicode/utypes.h` before installing it.
+*   **Disable renaming:** By default, ICU library entry point names have an ICU version suffix. Turn this off for a system-level installation, to enable upgrading ICU without breaking applications. For example:
+    `runConfigureICU Linux --disable-renaming`
+    The public header files from this configuration must be installed for applications to include and get the correct entry point names.
+
+## User-Configurable Settings
+
+ICU4C can be customized via a number of user-configurable settings. Many of them are controlled by preprocessor macros which are defined in the `source/common/unicode/uconfig.h` header file. Some turn off parts of ICU, for example conversion or collation, trading off a smaller library for reduced functionality. Other settings are recommended (see previous section) but their default values are set for better source code compatibility.
+
+In order to change such user-configurable settings, you can either modify the `uconfig.h` header file by adding a specific `#define ...` for one or more of the macros before they are first tested, or set the compiler's preprocessor flags (`CPPFLAGS`) to include an equivalent `-D` macro definition.
+
+## How To Build And Install On Windows
+
+Building International Components for Unicode requires:
+
+*   Microsoft Windows
+*   Microsoft Visual C++ (part of [Visual Studio](https://www.visualstudio.com/)) (from either Visual Studio 2015 or Visual Studio 2017)
+*   _**Optional:**_ A version of the [Windows 10 SDK](https://developer.microsoft.com/windows/downloads) (if you want to build the UWP projects)
+
+> :point_right: **Note**: [Cygwin](#how-to-build-and-install-on-windows-with-cygwin) is required if using a version of MSVC other than the one compatible with the supplied project files or if other compilers are used to build ICU. (e.g. GCC)
+
+The steps are:
+
+1.  Unzip the `icu-XXXX.zip` file into any convenient location.
+    *   You can use the built-in zip functionality of Windows Explorer to do this. Right-click on the .zip file and choose the "Extract All" option from the context menu. This will open a new window where you can choose the output location to put the files.
+    *   Alternatively, you can use a 3<sup>rd</sup> party GUI tool like 7-Zip or WinZip to do this as well.
+2.  Be sure that the ICU binary directory, (ex: `<ICU>\bin\`), is included in the **PATH** environment variable. The tests will not work without the location of the ICU DLL files in the path. Note that the binary directory name can depend on what architecture you select when you compile ICU. For x86 or 32-bit builds, the binary directory is `bin`. Whereas for x64 or 64-bit builds the binary directory is `bin64`.
+3.  Open the `<ICU>\source\allinone\allinone.sln` solution file in 'Visual Studio 2017'. (This solution includes all the International Components for Unicode libraries, necessary ICU building tools, and the test suite projects). Please see the [command line note below](#using-msbuild-at-the-command-line) if you want to build from the command line instead.
+4.  If you are building using 'Visual Studio 2015' instead, or if you are building the UWP projects and you have a different version of the Windows 10 SDK installed you will first need to modify the two `Build.Windows.*.props` files in the `allinone` directory before you can open the "allinone" solution file. Please see the notes below about [building with other versions of Visual Studio](#building-with-other-versions-of-visual-studio) and the notes on [re-targeting the Windows 10 SDK for the UWP projects](#re-targeting-the-windows-10-sdk-for-the-uwp-projects) for details. Alternatively, you can [skip building the UWP projects](#re-targeting-the-windows-10-sdk-for-the-uwp-projects) entirely as well.
+5.  Set the active platform to "Win32" or "x64" (See [Windows platform note](#setting-active-platform) below) and configuration to "Debug" or "Release" (See [Windows configuration note](#setting-active-configuration) below).
+6.  Choose the "Build" menu and select "Rebuild Solution". If you want to build the Debug and Release at the same time, see the [batch configuration note](#batch-configuration) below.
+7.  Run the tests. They can be run from the command line or from within Visual Studio.
+
+    #### Running the Tests from the Windows Command Line (cmd)
+
+    *   The general syntax is:
+
+        <pre>
+        &lt;ICU&gt;\source\allinone\icucheck.bat <i>Platform</i> <i>Configuration</i>
+        </pre>
+
+    *   So, for example for x86 (32-bit) and Debug, use the following:
+        ```
+        <ICU>\source\allinone\icucheck.bat x86 Debug
+        ```
+        For x86 (32-bit) and Release:
+        ```
+        <ICU>\source\allinone\icucheck.bat x86 Release
+        ```
+        For x64 (64-bit) and Debug:
+        ```
+        <ICU>\source\allinone\icucheck.bat x64 Debug
+        ```
+        For x64 (64-bit) and Release:
+        ```
+        <ICU>\source\allinone\icucheck.bat x64 Release
+        ```
+
+    #### Running the Tests from within Visual Studio
+
+    1.  Run the C++ test suite, `intltest`. To do this: set the active startup project to "intltest", and press Ctrl+F5 to run it. Make sure that it passes without any errors.
+    2.  Run the C test suite, `cintltst`. To do this: set the active startup project to "cintltst", and press Ctrl+F5 to run it. Make sure that it passes without any errors.
+    3.  Run the I/O test suite, `iotest`. To do this: set the active startup project to "iotest", and press Ctrl+F5 to run it. Make sure that it passes without any errors.
+8.  You are now able to develop applications with ICU by using the libraries and tools in `<ICU>\bin\`. The headers are in `<ICU>\include\` and the link libraries are in `<ICU>\lib\`. To install the ICU runtime on a machine, or ship it with your application, copy the needed components from `<ICU>\bin\` to a location on the system PATH or to your application directory.
+
+### Building with other versions of Visual Studio
+
+The particular version of the MSVC compiler tool-set (and thus the corresponding version of Visual Studio) that is used to compile ICU is determined by the `PlatformToolset` property. This property is stored in two different shared files that are used to set common configuration settings amongst the various ICU `*.vcxproj` project files. For the non-UWP projects, this setting is in the shared file called `Build.Windows.ProjectConfiguration.props` located in the `allinone` directory. For the UWP projects, this setting is in the shared file called `Build.Windows.UWP.ProjectConfiguration.props`, also located in the `allinone` directory.
+
+The value of `v140` corresponds to the Visual Studio 2015 compiler tool set, whereas the value of `v141` corresponds to the Visual Studio 2017 compiler tool set.
+
+In order to build the non-UWP projects with Visual Studio 2015 you will need to modify the file called `Build.Windows.ProjectConfiguration.props` to change the value of the `PlatformToolset` property. Note however that Visual Studio 2017 is required for building the UWP projects.
+
+> :point_right: **Note**: Using older versions of the MSVC compiler is generally not recommended due to the improved support for the C++11 standard in newer versions of the compiler.
+
+### Re-targeting the Windows 10 SDK for the UWP projects
+
+If the version of the Windows 10 SDK that you have installed does not match the version used by the UWP projects, then you will need to "retarget" them to use the version of the SDK that you have installed instead. There are two ways to do this:
+
+* In Visual Studio you can right-click on the UWP projects in the 'Solution Explorer' and select the option 'Retarget Projects' from the context menu. This will open up a window where you can select the SDK version to target from a drop-down list of the various SDKs that are installed on the machine.
+* Alternatively, you can manually edit the shared file called `Build.Windows.UWP.ProjectConfiguration.props` which is located in the `allinone` directory. You will need to change the of the `WindowsTargetPlatformVersion` property to the version of the SDK that you would like to use instead.
+
+### Using MSBUILD At The Command Line
+
+You can build ICU from the command line instead of using the Visual Studio GUI. Assuming that you have properly installed Visual Studio to support command line building, you should have a shortcut for the "Developer Command Prompt" listed in the Start Menu. (For Visual Studio 2017 you will need to install the "Desktop development with C++" option).
+
+* Open the "Developer Command Prompt" shortcut from the Start Menu. (This will open up a new command line window).
+* From within the "Developer Command Prompt" change directory (`cd`) to the ICU source directory.
+* You can then use either `msbuild` directly, or you can use the `devenv.com` command to build ICU.
+* Using `MSBUILD`:
+  - To build the 32-bit Debug version, use the following command line:
+    ```
+    msbuild source\allinone\allinone.sln /p:Configuration=Debug /p:Platform=Win32
+    ```
+  - To build the 64-bit Release version, use the following command line:
+    ```
+    msbuild source\allinone\allinone.sln /p:Configuration=Release /p:Platform=x64
+    ```
+* Using `devenv.com`:
+  - To build the 32-bit Debug version, use the following command line:
+    ```
+    devenv.com source\allinone\allinone.sln /build "Debug|Win32"
+    ```
+  - To build the 64-bit Release version, use the following command line:
+    ```
+    devenv.com source\allinone\allinone.sln /build "Release|x64"
+    ```
+
+### Skipping the UWP Projects on the Command Line
+
+You can skip (or omit) building the UWP projects on the command line by passing the argument '`SkipUWP=true`' to either MSBUILD or devenv.
+
+* For example, using `MSBUILD`:
+  - To skip building the UWP projects with a 32-bit Debug build, use the following command line:
+    ```
+    msbuild source\allinone\allinone.sln /p:Configuration=Debug /p:Platform=Win32 /p:SkipUWP=true
+    ```
+  - To skip building the UWP projects with a 64-bit Release version, use the following command line:
+    ```
+    msbuild source\allinone\allinone.sln /p:Configuration=Release /p:Platform=x64 /p:SkipUWP=true
+    ```
+
+You can also use Cygwin with the MSVC compiler to build ICU, and you can refer to the [How To Build And Install On Windows with Cygwin](#how-to-build-and-install-on-windows-with-cygwin) section for more details.
+
+### Setting Active Platform
+
+Even though you are able to select "x64" as the active platform, if your operating system is not a 64 bit version of Windows, the build will fail. To set the active platform, two different possibilities are:
+
+* Choose "Build" menu, select "Configuration Manager...", and select "Win32" or "x64" for the Active Platform Solution.
+* Another way is to select the desired build configuration from "Solution Platforms" dropdown menu from the standard toolbar. It will say "Win32" or "x64" in the dropdown list.
+
+### Setting Active Configuration
+
+To set the active configuration, two different possibilities are:
+
+*   Choose "Build" menu, select "Configuration Manager...", and select "Release" or "Debug" for the Active Configuration Solution.
+*   Another way is to select the desired build configuration from "Solution Configurations" dropdown menu from the standard toolbar. It will say "Release" or "Debug" in the dropdown list.
+
+### Batch Configuration
+
+If you want to build the Win32 and x64 platforms and Debug and Release configurations at the same time, choose "Build" menu, and select "Batch Build...". Click the "Select All" button, and then click the "Rebuild" button.
+
+## How To Build And Install On Windows with Cygwin
+
+Building International Components for Unicode with this configuration requires:
+
+*   Microsoft Windows
+*   Microsoft Visual C++ (from Visual Studio 2015 or newer, when gcc isn't used).
+*   Cygwin with the following installed:
+    *   bash
+    *   GNU make
+    *   ar
+    *   ranlib
+    *   man (if you plan to look at the man pages)
+
+There are two ways you can build ICU with Cygwin. You can build with gcc or Microsoft Visual C++. If you use gcc, the resulting libraries and tools will depend on the Cygwin environment. If you use Microsoft Visual C++, the resulting libraries and tools do not depend on Cygwin and can be more easily distributed to other Windows computers (the generated man pages and shell scripts still need Cygwin). To build with gcc, please follow the "[How To Build And Install On UNIX](#how-to-build-and-install-on-unix)" instructions, while you are inside a Cygwin bash shell. To build with Microsoft Visual C++, please use the following instructions:
+
+1.  Start the Windows "Command Prompt" window. This is different from the gcc build, which requires the Cygwin Bash command prompt. The Microsoft Visual C++ compiler will not work with a bash command prompt.
+2.  If the computer isn't set up to use Visual C++ from the command line, you need to run vcvars32.bat.
+    For example:
+    `C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat` can be used for 32-bit builds **or**
+    `C:\Program Files (x86)\Microsoft Visual Studio 14\VC\bin\x86_amd64\vcvarsx86_amd64.bat` can be used for 64-bit builds on Windows x64.
+3.  Unzip the icu-XXXX.zip file into any convenient location. Using command line zip, type "unzip -a icu-XXXX.zip -d drive:\directory", or just use WinZip.
+4.  Change directory to "icu/source", which is where you unzipped ICU.
+5.  Run `bash ./runConfigureICU Cygwin/MSVC` (See [Windows configuration note](#setting-active-configuration) and non-functional configure options below; see source for [./runConfigureICU](https://github.com/unicode-org/icu/blob/main/icu4c/source/runConfigureICU)).
+6.  Type `make` to compile the libraries and all the data files. This make command should be GNU make.
+7.  Optionally, type `make check` to run the test suite, which checks for ICU's functionality integrity (See [testing note](#running-the-tests-from-the-command-line) below).
+8.  Type `make install` to install ICU. If you used the `--prefix=` option on `configure` or `runConfigureICU`, ICU will be installed to the directory you specified. (See [installation note](#installing-icu) below).
+
+### Configuring ICU on Windows
+
+Ensure that the order of the PATH is MSVC, Cygwin, and then other PATHs. The configure script needs certain tools in Cygwin (e.g. grep).
+
+Also, you may need to run `dos2unix.exe` on all of the scripts (e.g. `configure`) in the top source directory of ICU. To avoid this issue, you can download the ICU source for Unix platforms (icu-xxx.tgz).
+
+In addition to the Unix [configuration note](#configuring-icu) the following configure options currently do not work on Windows with Microsoft's compiler. Some options can work by manually editing `icu/source/common/unicode/pwin32.h`, but manually editing the files is not recommended.
+
+*   `--disable-renaming`
+*   `--enable-tracing`
+*   `--enable-rpath`
+*   `--enable-static` (Requires that U_STATIC_IMPLEMENTATION be defined in user code that links against ICU's static libraries.)
+*   `--with-data-packaging=files` (The pkgdata tool currently does not work in this mode. Manual packaging is required to use this mode.)
+
+## How To Build And Install On UNIX
+
+Building International Components for Unicode on UNIX requires:
+
+*   A C++ compiler installed on the target machine (for example: gcc, CC, xlC_r, aCC, cxx, etc...).
+*   An ANSI C compiler installed on the target machine (for example: cc).
+*   A recent version of GNU make (3.80+).
+*   For a list of z/OS tools please view the [z/OS build section](#how-to-build-and-install-on-zos-os390) of this document for further details.
+
+Here are the steps to build ICU:
+
+1.  Decompress the icu-_X_._Y_.tgz (or icu-_X_._Y_.tar.gz) file. For example,
+    ```
+    gunzip -d < icu-_X_._Y_.tgz | tar xvf -
+    ```
+1.  Change directory to `icu/source`.
+    ```
+    cd icu/source
+    ```
+1.  Some files may have the wrong permissions.
+    ```
+    chmod +x runConfigureICU configure install-sh
+    ```
+1.  Run the [`runConfigureICU`](https://github.com/unicode-org/icu/blob/main/icu4c/source/runConfigureICU) script for your platform. (See [configuration note](#configuring-icu) below).
+1.  Now build:
+```
+gmake
+```
+     (or just `make` if GNU make is the default make on your platform) to compile the libraries and all the data files. The proper name of the GNU make command is printed at the end of the configuration run, as in `"You must use gmake to compile ICU"`.
+    Note that the compilation command output may be simplified on your platform. If this is the case, you will see just: `gcc ... stubdata.c` rather than `gcc -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -D_REENTRANT -I../common -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c -DPIC -fPIC -o stubdata.o stubdata.c`
+    If you need to see the whole compilation line, use `gmake VERBOSE=1`. The full compilation line will print if an error occurs.
+1.  Optionally,
+```
+gmake check
+```
+    will run the test suite, which checks for ICU's functionality integrity (See [testing note](#running-the-tests-from-the-command-line) below).
+1.  To install,
+```
+gmake install
+```
+    to install ICU. If you used the `--prefix=` option on `configure` or `runConfigureICU`, ICU will be installed to the directory you specified. (See [installation note](#installing-icu) below).
+
+### Configuring ICU
+
+Type `"./runConfigureICU --help"` for help on how to run it and a list of supported platforms. You may also want to type `"./configure --help"` to print the available configure options that you may want to give `runConfigureICU`. If you are not using the `runConfigureICU` script, or your platform is not supported by the script, you may need to set your `CC`, `CXX`, `CFLAGS` and `CXXFLAGS` environment variables, and type `"./configure"`. HP-UX users, please see this [note regarding HP-UX multithreaded build issues](#using-icu-in-a-multithreaded-environment-on-hp-ux) with newer compilers. Solaris users, please see this [note regarding Solaris multithreaded build issues](#linking-on-solaris).
+
+ICU is built with strict compiler warnings enabled by default. If this causes excessive numbers of warnings on your platform, use the `--disable-strict` option to configure to reduce the warning level.
+
+### Running The Tests From The Command Line
+
+You may have to set certain variables if you with to run test programs individually, that is apart from "gmake check". The environment variable **ICU_DATA** can be set to the full pathname of the data directory to indicate where the locale data files and conversion mapping tables are when you are not using the shared library (e.g. by using the .dat archive or the individual data files). The trailing "/" is required after the directory name (e.g. `$Root/source/data/out/` will work, but the value `$Root/source/data/out` is not acceptable). You do not need to set **ICU_DATA** if the complete shared data library is in your library path.
+
+### Installing ICU
+
+Some platforms use package management tools to control the installation and uninstallation of files on the system, as well as the integrity of the system configuration. You may want to check if ICU can be packaged for your package management tools by looking into the `packaging` directory. (Please note that if you are using a snapshot of ICU from Git, it is probable that the packaging scripts or related files are not up to date with the contents of ICU at this time, so use them with caution).
+
+## How To Build And Install On z/OS (OS/390)
+
+You can install ICU on z/OS or OS/390 (the previous name of z/OS), but IBM tests only the z/OS installation. You install ICU in a z/OS UNIX system services file system such as HFS or zFS. On this platform, it is important that you understand a few details:
+
+*   The makedep and GNU make tools are required for building ICU. If it is not already installed on your system, it is available at the [z/OS UNIX - Tools and Toys](http://www-03.ibm.com/servers/eserver/zseries/zos/unix/bpxa1toy.html) site. The PATH environment variable should be updated to contain the location of this executable prior to build. Failure to add these tools to your PATH will cause ICU build failures or cause pkgdata to fail to run.
+*   Since USS does not support using the mmap() function over NFS, it is recommended that you build ICU on a local filesystem. Once ICU has been built, you should not have this problem while using ICU when the data library has been built as a shared library, which is this is the default setting.
+*   Encoding considerations: The source code assumes that it is compiled with codepage ibm-1047 (to be exact, the UNIX System Services variant of it). The pax command converts all of the source code files from ASCII to codepage ibm-1047 (USS) EBCDIC. However, some files are binary files and must not be converted, or must be converted back to their original state. You can use the [unpax-icu.sh](https://github.com/unicode-org/icu/blob/main/icu4c/as_is/os390/unpax-icu.sh) script to do this for you automatically. It will unpackage the tar file and convert all the necessary files for you automatically.
+*   z/OS supports both native S/390 hexadecimal floating point and (with OS/390 2.6 and later) IEEE 754 binary floating point. This is a compile time option. Applications built with IEEE should use ICU DLLs that are built with IEEE (and vice versa). The environment variable IEEE390=0 will cause the z/OS version of ICU to be built without IEEE floating point support and use the native hexadecimal floating point. By default ICU is built with IEEE 754 support. Native floating point support is sufficient for codepage conversion, resource bundle and UnicodeString operations, but the Format APIs require IEEE binary floating point.
+*   z/OS introduced the concept of Extra Performance Linkage (XPLINK) to bring performance improvement opportunities to call-intensive C and C++ applications such as ICU. XPLINK is enabled on a DLL-by-DLL basis, so if you are considering using XPLINK in your application that uses ICU, you should consider building the XPLINK-enabled version of ICU. You need to set ICU's environment variable `OS390_XPLINK=1` prior to invoking the make process to produce binaries that are enabled for XPLINK. The XPLINK option, which is available for z/OS 1.2 and later, requires the PTF PQ69418 to build XPLINK enabled binaries.
+*   ICU requires XPLINK for the icuio library. If you want to use the rest of ICU without XPLINK, then you must use the --disable-icuio configure option.
+*   The latest versions of z/OS use [XPLINK version (C128) of the C++ standard library](https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.cbcux01/oebind6.htm) by default. You may see [an error](https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.cbcux01/oebind5.htm) when running with XPLINK disabled. To avoid this error, set the following environment variable or similar:
+
+```
+export _CXX_PSYSIX="CEE.SCEELIB(C128N)":"CBC.SCLBSID(IOSTREAM,COMPLEX)"
+```
+
+*   When building ICU data, the heap size may need to be increased with the following environment variable:
+
+```
+export _CEE_RUNOPTS="HEAPPOOLS(ON),HEAP(4M,1M,ANY,FREE,0K,4080)"
+```
+
+*   The rest of the instructions for building and testing ICU on z/OS with UNIX System Services are the same as the [How To Build And Install On UNIX](#how-to-build-and-install-on-unix) section.
+
+### z/OS (Batch/PDS) support outside the UNIX system services environment
+
+By default, ICU builds its libraries into the UNIX file system (HFS). In addition, there is a z/OS specific environment variable (OS390BATCH) to build some libraries into the z/OS native file system. This is useful, for example, when your application is externalized via Job Control Language (JCL).
+
+The OS390BATCH environment variable enables non-UNIX support including the batch environment. When OS390BATCH is set, the libicui18n_XX_.dll, libicuuc_XX_.dll, and libicudt_XX_e.dll binaries are built into data sets (the native file system). Turning on OS390BATCH does not turn off the normal z/OS UNIX build. This means that the z/OS UNIX (HFS) DLLs will always be created.
+
+Two additional environment variables indicate the names of the z/OS data sets to use. The LOADMOD environment variable identifies the name of the data set that contains the dynamic link libraries (DLLs) and the LOADEXP environment variable identifies the name of the data set that contains the side decks, which are normally the files with the .x suffix in the UNIX file system.
+
+A data set is roughly equivalent to a UNIX or Windows file. For most kinds of data sets the operating system maintains record boundaries. UNIX and Windows files are byte streams. Two kinds of data sets are PDS and PDSE. Each data set of these two types contains a directory. It is like a UNIX directory. Each "file" is called a "member". Each member name is limited to eight bytes, normally EBCDIC.
+
+Here is an example of some environment variables that you can set prior to building ICU:
+
+```
+OS390BATCH=1
+LOADMOD=_USER_.ICU.LOAD
+LOADEXP=_USER_.ICU.EXP
+```
+
+The PDS member names for the DLL file names are as follows:
+
+```
+IXMI_XX_IN --> libicui18n_XX_.dll
+IXMI_XX_UC --> libicuuc_XX_.dll
+IXMI_XX_DA --> libicudt_XX_e.dll
+```
+
+You should point the LOADMOD environment variable at a partitioned data set extended (PDSE) and point the LOADEXP environment variable at a partitioned data set (PDS). The PDSE can be allocated with the following attributes:
+
+```
+Data Set Name . . . : USER.ICU.LOAD
+Management class. . : **None**
+Storage class . . . : BASE
+Volume serial . . . : TSO007
+Device type . . . . : 3390
+Data class. . . . . : LOAD
+Organization  . . . : PO
+Record format . . . : U
+Record length . . . : 0
+Block size  . . . . : 32760
+1st extent cylinders: 1
+Secondary cylinders : 5
+Data set name type  : LIBRARY
+```
+
+The PDS can be allocated with the following attributes:
+
+```
+Data Set Name . . . : USER.ICU.EXP
+Management class. . : **None**
+Storage class . . . : BASE
+Volume serial . . . : TSO007
+Device type . . . . : 3390
+Data class. . . . . : **None**
+Organization  . . . : PO
+Record format . . . : FB
+Record length . . . : 80
+Block size  . . . . : 3200
+1st extent cylinders: 3
+Secondary cylinders : 3
+Data set name type  : PDS
+```
+
+## How To Build And Install On The IBM i Family (IBM i, i5/OS OS/400)
+
+Before you start building ICU, ICU requires the following:
+
+*   QSHELL interpreter installed (install base option 30, operating system)
+*   ILE C/C++ Compiler installed on the system
+*   The latest IBM tools for Developers for IBM i — [https://www-356.ibm.com/partnerworld/wps/servlet/ContentHandler/pw_com_porting_tools_index](https://www-356.ibm.com/partnerworld/wps/servlet/ContentHandler/pw_com_porting_tools_index)
+
+The following describes how to setup and build ICU. For background information, you should look at the [UNIX build instructions](#how-to-build-and-install-on-unix).
+
+1.  Copy the ICU source .tgz to the IBM i environment, as binary. Also, copy the [unpax-icu.sh](https://github.com/unicode-org/icu/blob/main/icu4c/as_is/os400/unpax-icu.sh) script into the same directory, as a text file.
+2.  Create target library. This library will be the target for the resulting modules, programs and service programs. You will specify this library on the OUTPUTDIR environment variable.
+```
+CRTLIB LIB(_libraryname_)
+ADDENVVAR ENVVAR(OUTPUTDIR) VALUE('_libraryname_') REPLACE(*YES)
+```
+3.  Set up the following environment variables and job characteristics in your build process
+```
+ADDENVVAR ENVVAR(MAKE) VALUE('gmake') REPLACE(*YES)
+CHGJOB CCSID(37)
+```
+4.  Fire up the QSH _(all subsequent commands are run inside the qsh session.)_
+```
+qsh
+```
+5.  Set up the PATH:
+```
+export PATH=/QIBM/ProdData/DeveloperTools/qsh/bin:$PATH:/QOpenSys/usr/bin
+```
+6.  Unpack the ICU source code archive:
+```
+gzip -d icu-_X_._Y_.tgz
+```
+7.  Run unpax-icu.sh on the tar file generated from the previous step.
+```
+unpax-icu.sh icu.tar
+```
+8.  Build the program ICULD which ICU will use for linkage.
+```
+cd icu/as_is/os400
+qsh bldiculd.sh
+cd ../../..
+```
+9.  Change into the 'source' directory, and configure ICU. (See [configuration note](#HowToConfigureICU) for details). Note that --with-data-packaging=archive and setting the --prefix are recommended, building in default (dll) mode is currently not supported.
+```
+cd icu/source
+./runConfigureICU IBMi --prefix=_/path/to/somewhere_ --with-data-packaging=archive
+```
+10.  Build ICU.
+> :point_right: **Note**: Do not use the -j option
+```
+gmake
+```
+11.  Test ICU.
+```
+gmake check
+```
+(The `QIBM_MULTI_THREADED=Y` flag will be automatically applied to intltest - you can look at the [iSeries Information Center](https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/rzahw/rzahwceeco.htm) for more details regarding the running of multiple threads on IBM i.)
+
+## How To Cross Compile ICU
+
+This section will explain how to build ICU on one platform, but to produce binaries intended to run on another. This is commonly known as a cross compile.
+
+Normally, in the course of a build, ICU needs to run the tools that it builds in order to generate and package data and test-data.  In a cross compilation setting, ICU is built on a different system from that which it eventually runs on. An example might be, if you are building for a small/headless system (such as an embedded device), or a system where you can't easily run the ICU command line tools (any non-UNIX-like system).
+
+To reduce confusion, we will here refer to the "A" and the "B" system. System "A" is the actual system we will be running on - the only requirements on it is are it is able to build ICU from the command line targetting itself (with `configure` or `runConfigureICU`), and secondly, that it also contain the correct toolchain for compiling and linking for the resultant platform, referred to as the "B" system.
+
+The autoconf docs use the term "build" for A, and "host" for B. More details at: [http://www.gnu.org/software/autoconf/manual/html_node/Specifying-Names.html](http://www.gnu.org/software/autoconf/manual/html_node/Specifying-Names.html#Specifying-Names)
+
+Three initially-empty directories will be used in this example:
+
+| **/icu**    | a copy of the ICU source                                                    |
+| **/buildA** | an empty directory, it will contain ICU built for A  (MacOSX in this case)  |
+| **/buildB** | an empty directory, it will contain ICU built for B  (HaikuOS in this case) |
+
+1.  Check out or unpack the ICU source code into the `/icu` directory.You will have the directories `/icu/source`, etc.
+2.  Build ICU in `/buildA` normally (using `runConfigureICU` or `configure`):
+```
+cd /buildA
+sh /icu/source/runConfigureICU MacOSX
+gnumake
+```
+3.  Set `PATH` or other variables as needed, such as `CPPFLAGS`.
+4.  Build ICU in `/buildB`
+```
+cd /buildB
+sh /icu/source/configure --host=i586-pc-haiku--with-cross-build=/buildA
+gnumake
+```
+> :point_right: **Note**: `--with-cross-build` takes an absolute path.
+5.  Tests and testdata can be built with `gnumake tests`.
+
+
+* * *
+
+Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use: [http://www.unicode.org/copyright.html](http://www.unicode.org/copyright.html)
+Copyright © 1997-2016 International Business Machines Corporation and others. All Rights Reserved.
diff --git a/docs/userguide/icufaq/index.md b/docs/userguide/icu4c/faq.md
similarity index 95%
rename from docs/userguide/icufaq/index.md
rename to docs/userguide/icu4c/faq.md
index ed17113..e3b7466 100644
--- a/docs/userguide/icufaq/index.md
+++ b/docs/userguide/icu4c/faq.md
@@ -1,8 +1,8 @@
 ---
 layout: default
-title: ICU FAQ
-nav_order: 6
-parent: Misc
+title: ICU4C FAQ
+nav_order: 1
+parent: ICU4C
 ---
 <!--
 © 2020 and later: Unicode, Inc. and others.
@@ -42,7 +42,7 @@
 **Why don't you provide project files for my MSVC version (MSVC 2008, etc)?**
 
 You can use the Cygwin build environment to build ICU from source against the
-MSVC compiler. See the ICU4C Readme.
+MSVC compiler. See the [Building ICU4C](./icu4c/build) page.
 
 #### How do I install the binary versions of ICU?
 
@@ -69,7 +69,7 @@
 
 #### Can you help me build ICU4C for ...
 
-We can try ... make sure you read the latest "readme" and also the [ICU
+We can try ... make sure you read the [Building ICU4C](./icu4c/build) section and also the [ICU
 Data](../icudata.md) section. You might also [searching the icu-support
 archives](http://site.icu-project.org/contacts), and then posting a question
 there. Additionally, sites such as
@@ -146,7 +146,7 @@
 
 #### How do I build ICU?
 
-See the readme.html that is included with ICU.
+See the [Building ICU4C](./icu4c/build) section.
 
 #### How do I get 32- or 64-bit versions of the ICU libraries?
 
@@ -249,7 +249,7 @@
 functions and type-safe constants instead of #define, etc. However, we do not
 use exceptions, and we do not use the Standard Template Library (STL), so
 ICU4C's dependencies on the C++ library are minimal. See the new
-[dependencies.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/depstest/dependencies.txt)
+[dependencies.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/depstest/dependencies.txt)
 and search for "group: cplusplus".
 
 As ICU does not use exceptions, the GCC option `-fno-exceptions` will reduce or
@@ -348,10 +348,10 @@
 
 You can also take a look at the `UTF_\*`, `UTF8_\*`, `UTF16_\*` and `UTF32_\*`
 macros, which are defined in
-[unicode/utf.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/utf.h),
-[unicode/utf8.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/utf8.h),
-[unicode/utf16.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/utf16.h)
-and [unicode/utf32.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/utf32.h).
+[unicode/utf.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/utf.h),
+[unicode/utf8.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/utf8.h),
+[unicode/utf16.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/utf16.h)
+and [unicode/utf32.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/utf32.h).
 These macros are helpful for programmers that need to manipulate and process
 Unicode strings.
 
@@ -431,7 +431,7 @@
 and `U_FAILURE` returns true when the function did NOT run properly. You may
 handle specific errors from a function by checking the exact value of error. The
 possible values of `UErrorCode` are located in
-[utypes.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/utypes.h)
+[utypes.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/utypes.h)
 of the common project. Before any function is called with a `UErrorCode`, it
 must be initialized to `U_ZERO_ERROR`.
 
diff --git a/docs/userguide/icu4c/index.md b/docs/userguide/icu4c/index.md
new file mode 100644
index 0000000..82b503a
--- /dev/null
+++ b/docs/userguide/icu4c/index.md
@@ -0,0 +1,447 @@
+---
+layout: default
+title: ICU4C
+nav_order: 400
+has_children: true
+---
+<!--
+© 2020 and later: Unicode, Inc. and others.
+License & terms of use: http://www.unicode.org/copyright.html
+-->
+
+# ICU4C Readme
+{: .no_toc }
+
+## Contents
+{: .no_toc .text-delta }
+
+1. TOC
+{:toc}
+
+---
+
+
+## Introduction
+
+Today's software market is a global one in which it is desirable to develop and maintain one application (single source/single binary) that supports a wide variety of languages. The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms to help this design goal. The ICU libraries provide support for:
+
+* The latest version of the Unicode standard
+* Character set conversions with support for over 220 codepages
+* Locale data for more than 300 locales
+* Language sensitive text collation (sorting) and searching based on the Unicode Collation Algorithm (=ISO 14651)
+* Regular expression matching and Unicode sets
+* Transformations for normalization, upper/lowercase, script transliterations (50+ pairs)
+* Resource bundles for storing and accessing localized information
+* Date/Number/Message formatting and parsing of culture specific input/output formats
+* Calendar specific date and time manipulation
+* Text boundary analysis for finding characters, word and sentence boundaries
+
+ICU has a sister project ICU4J that extends the internationalization capabilities of Java to a level similar to ICU. The ICU C/C++ project is also called ICU4C when a distinction is necessary.
+
+## Getting started
+
+This document describes how to build and install ICU on your machine. For other information about ICU please see the following table of links.
+The ICU homepage also links to related information about writing internationalized software.
+
+**Here are some useful links regarding ICU and internationalization in general.**
+
+
+| ICU, ICU4C & ICU4J Homepage                        | <http://site.icu-project.org/>                                           |
+| ICU FAQ - Frequently Asked Questions about ICU     | <https://unicode-org.github.io/icu/userguide/icu4c/faq>                  |
+| ICU4J FAQ - Frequently Asked Questions about ICU4J | <https://unicode-org.github.io/icu/userguide/icu4j/faq>                  |
+| ICU User's Guide                                   | <https://unicode-org.github.io/icu/>                                     |
+| How To Use ICU                                     | <https://unicode-org.github.io/icu/userguide/icu/howtouseicu>            |
+| Download ICU Releases                              | <http://site.icu-project.org/download>                                   |
+| ICU4C API Documentation Online                     | <http://icu-project.org/apiref/icu4c/>                                   |
+| Online ICU Demos                                   | <http://demo.icu-project.org/icu-bin/icudemos>                           |
+| Contacts and Bug Reports/Feature Requests          | <http://site.icu-project.org/contacts>                                   |
+
+**Important:** Please make sure you understand the [Copyright and License Information](https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE).
+
+## What Is New In The Current Release?
+
+See the [ICU download page](http://site.icu-project.org/download/) to find the subpage for the current release, including any other changes, bug fixes, known issues, changes to supported platforms and build environments, and migration issues for existing applications migrating from previous ICU releases.
+
+The subpage for the current release will also include an API Change Report, both for ICU4C and ICU4J, for a complete list of APIs added, removed, or changed in this release.
+
+The list of API changes since the previous ICU4C release is available [here](https://htmlpreview.github.io/?https://raw.githubusercontent.com/unicode-org/icu/main/icu4c/APIChangeReport.html).
+
+Changes in previous releases can also be found on the main [ICU download page](http://site.icu-project.org/download) in its version-specific subpages.
+
+## How To Download the Source Code
+
+There are two ways to download ICU releases:
+
+*   **Official Release Snapshot:**
+    If you want to use ICU (as opposed to developing it), you should download an official packaged version of the ICU source code. These versions are tested more thoroughly than day-to-day development builds of the system, and they are packaged in zip and tar files for convenient download. These packaged files can be found at [http://site.icu-project.org/download](http://site.icu-project.org/download).
+    The packaged snapshots are named `icu-nnnn.zip` or `icu-nnnn.tgz`, where `nnnn` is the version number. The .zip file is used for Windows platforms, while the .tgz file is preferred on most other platforms.
+    Please unzip this file.
+    > :point_right: **Note**: There may be additional commits on the `maint-*` branch for a particular version that are not included in the prepackaged download files.
+*   **GitHub Source Repository:**
+    If you are interested in developing features, patches, or bug fixes for ICU, you should probably be working with the latest version of the ICU source code. You will need to clone and checkout the code from our GitHub repository to ensure that you have the most recent version of all of the files. See our [source repository](http://site.icu-project.org/repository) for details.
+
+## ICU Source Code Organization
+
+In the descriptions below, `<ICU>` is the full path name of the ICU4C directory (the top level directory from the distribution archives) in your file system. You can also view the [ICU Architectural Design](../icu/design.md) section of the User's Guide to see which libraries you need for your software product. You need at least the data (`[lib]icudt`) and the common (`[lib]icuuc`) libraries in order to use ICU.
+
+**The following files describe the code drop.**
+
+| File        | Description                                                    |
+|-------------|----------------------------------------------------------------|
+| LICENSE     | Contains the text of the ICU license                           |
+
+**The following directories contain source code and data files.**
+
+<table>
+
+      <tr>
+        <th scope="col">Directory</th>
+
+        <th scope="col">Description</th>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/<b>common</b>/</td>
+
+        <td>The core Unicode and support functionality, such as resource bundles,
+        character properties, locales, codepage conversion, normalization,
+        Unicode properties, Locale, and UnicodeString.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/<b>i18n</b>/</td>
+
+        <td>Modules in i18n are generally the more data-driven, that is to say
+        resource bundle driven, components. These deal with higher-level
+        internationalization issues such as formatting, collation, text break
+        analysis, and transliteration.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/<b>layoutex</b>/</td>
+
+        <td>Contains the ICU paragraph layout engine.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/<b>io</b>/</td>
+
+        <td>Contains the ICU I/O library.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/<b>data</b>/</td>
+
+        <td>
+          <p>This directory contains the source data in text format, which is
+          compiled into binary form during the ICU build process. It contains
+          several subdirectories, in which the data files are grouped by
+          function. Note that the build process must be run again after any
+          changes are made to this directory.</p>
+
+          <p>If some of the following directories are missing, it's probably
+          because you got an official download. If you need the data source files
+          for customization, then please download the complete ICU source code from <a
+          href="http://site.icu-project.org/repository">the ICU repository</a>.</p>
+
+          <ul>
+            <li><b>in/</b> A directory that contains a pre-built data library for
+            ICU. A standard source code package will contain this file without
+            several of the following directories. This is to simplify the build
+            process for the majority of users and to reduce platform porting
+            issues.</li>
+
+            <li><b>brkitr/</b> Data files for character, word, sentence, title
+            casing and line boundary analysis.</li>
+
+            <li><b>coll/</b> Data for collation tailorings. The makefile
+            <b>colfiles.mk</b> contains the list of resource bundle files.</li>
+
+            <li><b>locales/</b> These .txt files contain ICU language and
+            culture-specific localization data. Two special bundles are
+            <b>root</b>, which is the fallback data and parent of other bundles,
+            and <b>index</b>, which contains a list of installed bundles. The
+            makefile <b>resfiles.mk</b> contains the list of resource bundle
+            files. Some of the locale data is split out into the type-specific
+            directories curr, lang, region, unit, and zone, described below.</li>
+
+            <li><b>curr/</b> Locale data for currency symbols and names (including
+            plural forms), with its own makefile <b>resfiles.mk</b>.</li>
+
+            <li><b>lang/</b> Locale data for names of languages, scripts, and locale
+            key names and values, with its own makefile <b>resfiles.mk</b>.</li>
+
+            <li><b>region/</b> Locale data for names of regions, with its own
+            makefile <b>resfiles.mk</b>.</li>
+
+            <li><b>unit/</b> Locale data for measurement unit patterns and names,
+            with its own makefile <b>resfiles.mk</b>.</li>
+
+            <li><b>zone/</b> Locale data for time zone names, with its own
+            makefile <b>resfiles.mk</b>.</li>
+
+            <li><b>mappings/</b> Here are the code page converter tables. These
+            .ucm files contain mappings to and from Unicode. These are compiled
+            into .cnv files. <b>convrtrs.txt</b> is the alias mapping table from
+            various converter name formats to ICU internal format and vice versa.
+            It produces cnvalias.icu. The makefiles <b>ucmfiles.mk,
+            ucmcore.mk,</b> and <b>ucmebcdic.mk</b> contain the list of
+            converters to be built.</li>
+
+            <li><b>translit/</b> This directory contains transliterator rules as
+            resource bundles, a makefile <b>trnsfiles.mk</b> containing the list
+            of installed system translitaration files, and as well the special
+            bundle <b>translit_index</b> which lists the system transliterator
+            aliases.</li>
+
+            <li><b>unidata/</b> This directory contains the Unicode data files.
+            Please see <a href=
+            "http://www.unicode.org/">http://www.unicode.org/</a> for more
+            information.</li>
+
+            <li><b>misc/</b> The misc directory contains other data files which
+            did not fit into the above categories, including time zone
+            information, region-specific data, and other data derived from CLDR
+            supplemental data.</li>
+
+            <li><b>out/</b> This directory contains the assembled memory mapped
+            files.</li>
+
+            <li><b>out/build/</b> This directory contains intermediate (compiled)
+            files, such as .cnv, .res, etc.</li>
+          </ul>
+
+          <p>If you are creating a special ICU build, you can set the ICU_DATA
+          environment variable to the out/ or the out/build/ directories, but
+          this is generally discouraged because most people set it incorrectly.
+          You can view the <a href=
+          "https://unicode-org.github.io/icu/userguide/icu_data">ICU Data
+          Management</a> section of the ICU User's Guide for details.</p>
+        </td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/test/<b>intltest</b>/</td>
+
+        <td>A test suite including all C++ APIs. For information about running
+        the test suite, see the build instructions specific to your platform
+        later in this document.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/test/<b>cintltst</b>/</td>
+
+        <td>A test suite written in C, including all C APIs. For information
+        about running the test suite, see the build instructions specific to your
+        platform later in this document.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/test/<b>iotest</b>/</td>
+
+        <td>A test suite written in C and C++ to test the icuio library. For
+        information about running the test suite, see the build instructions
+        specific to your platform later in this document.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/test/<b>testdata</b>/</td>
+
+        <td>Source text files for data, which are read by the tests. It contains
+        the subdirectories <b>out/build/</b> which is used for intermediate
+        files, and <b>out/</b> which contains <b>testdata.dat.</b></td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/<b>tools</b>/</td>
+
+        <td>Tools for generating the data files. Data files are generated by
+        invoking <i>&lt;ICU&gt;</i>/source/data/build/makedata.bat on Win32 or
+        <i>&lt;ICU&gt;</i>/source/make on UNIX.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/<b>samples</b>/</td>
+
+        <td>Various sample programs that use ICU</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/<b>extra</b>/</td>
+
+        <td>Non-supported API additions. Currently, it contains the 'uconv' tool
+        to perform codepage conversion on files.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/<b>packaging</b>/</td>
+
+        <td>This directory contain scripts and tools for packaging the final
+        ICU build for various release platforms.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/<b>config</b>/</td>
+
+        <td>Contains helper makefiles for platform specific build commands. Used
+        by 'configure'.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/source/<b>allinone</b>/</td>
+
+        <td>Contains top-level ICU workspace and project files, for instance to
+        build all of ICU under one MSVC project.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/<b>include</b>/</td>
+
+        <td>Contains the headers needed for developing software that uses ICU on
+        Windows.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/<b>lib</b>/</td>
+
+        <td>Contains the import libraries for linking ICU into your Windows
+        application.</td>
+      </tr>
+
+      <tr>
+        <td><i>&lt;ICU&gt;</i>/<b>bin</b>/</td>
+
+        <td>Contains the libraries and executables for using ICU on Windows.</td>
+      </tr>
+    </table>
+
+
+
+## How To Build And Install ICU
+
+See the page on [building ICU4C](./build).
+
+## How To Package ICU
+
+See the page on [packaging ICU4C](./packaging).
+
+## Important Notes About Using ICU
+
+### Using ICU in a Multithreaded Environment
+
+Some versions of ICU require calling the `u_init()` function from `uclean.h` to ensure that ICU is initialized properly. In those ICU versions, `u_init()` must be called before ICU is used from multiple threads. There is no harm in calling `u_init()` in a single-threaded application, on a single-CPU machine, or in other cases where `u_init()` is not required.
+
+In addition to ensuring thread safety, `u_init()` also attempts to load at least one ICU data file. Assuming that all data files are packaged together (or are in the same folder in files mode), a failure code from `u_init()` usually means that the data cannot be found. In this case, the data may not be installed properly, or the application may have failed to call `udata_setCommonData()` or `u_setDataDirectory()` which specify to ICU where it can find its data.
+
+Since `u_init()` will load only one or two data files, it cannot guarantee that all of the data that an application needs is available. It cannot check for all data files because the set of files is customizable, and some ICU services work without loading any data at all. An application should always check for error codes when opening ICU service objects (using `ucnv_open()`, `ucol_open()`, C++ constructors, etc.).
+
+#### ICU 3.4 and later
+
+ICU 3.4 self-initializes properly for multi-threaded use. It achieves this without performance penalty by hardcoding the core Unicode properties data, at the cost of some flexibility. (For details see Jitterbug 4497.)
+
+`u_init()` can be used to check for data loading. It tries to load the converter alias table (`cnvalias.icu`).
+
+#### ICU 2.6..3.2
+
+These ICU versions require a call to `u_init()` before multi-threaded use. The services that are directly affected are those that don't have a service object and need to be fast: normalization and character properties.
+
+`u_init()` loads and initializes the data files for normalization and character properties (`unorm.icu` and `uprops.icu`) and can therefore also be used to check for data loading.
+
+#### ICU 2.4 and earlier
+
+ICU 2.4 and earlier versions were not prepared for multithreaded use on multi-CPU platforms where the CPUs implement weak memory coherency. These CPUs include: Power4, Power5, Alpha, Itanium. `u_init()` was not defined yet.
+
+#### Using ICU in a Multithreaded Environment on HP-UX
+
+When ICU is built with aCC on HP-UX, the [`-AA`](http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=eb08b3f1eee02110b3f1eee02110275d6e10RCRD) compiler flag is used. It is required in order to use the latest `<iostream>` API in a thread safe manner. This compiler flag affects the version of the C++ library being used. Your applications will also need to be compiled with `-AA` in order to use ICU.
+
+#### Using ICU in a Multithreaded Environment on Solaris
+
+##### Linking on Solaris
+
+In order to avoid synchronization and threading issues, developers are **suggested** to strictly follow the compiling and linking guidelines for multithreaded applications, specified in the following SUn Solaris document available from Oracle. Most notably, pay strict attention to the following statements from Sun:
+
+> To use libthread, specify `-lthread` before `-lc` on the ld command line, or last on the cc command line.
+>
+> To use libpthread, specify `-lpthread` before `-lc` on the ld command line, or last on the cc command line.
+
+Failure to do this may cause spurious lock conflicts, recursive mutex failure, and deadlock.
+
+Source: "_Multithreaded Programming Guide, Compiling and Debugging_", Sun Microsystems, 2002
+[https://docs.oracle.com/cd/E19683-01/806-6867/compile-74765/index.html](https://docs.oracle.com/cd/E19683-01/806-6867/compile-74765/index.html)
+
+Note, a version of that chapter from a 2008 document update covering both Solaris 9 and Solaris 10 is available here:
+[http://docs.oracle.com/cd/E19253-01/816-5137/compile-94179/index.html](http://docs.oracle.com/cd/E19253-01/816-5137/compile-94179/index.html)
+
+### Windows Platform
+
+If you are building on the Windows platform, it is important that you understand a few of the following build details.
+
+#### DLL directories and the PATH setting
+
+As delivered, the International Components for Unicode build as several DLLs, which are placed in the `<ICU>\bin64` directory. You must add this directory to the PATH environment variable in your system, or any executables you build will not be able to access International Components for Unicode libraries. Alternatively, you can copy the DLL files into a directory already in your PATH, but we do not recommend this. You can wind up with multiple copies of the DLL and wind up using the wrong one.
+
+#### Changing your PATH
+
+##### Windows 2000/XP and above
+
+Use the System Icon in the Control Panel. Pick the "Advanced" tab. Select the "Environment Variables..." button. Select the variable `PATH` in the lower box, and select the lower "Edit..." button. In the "Variable Value" box, append the string `;<ICU>\bin64` to the end of the path string. If there is nothing there, just type in `<ICU>\bin64`. Click the Set button, then the OK button.
+
+> :point_right: **Note**:  When packaging a Windows application for distribution and installation on user systems, copies of the ICU DLLs should be included with the application, and installed for exclusive use by the application. This is the only way to insure that your application is running with the same version of ICU, built with exactly the same options, that you developed and tested with. Refer to Microsoft's guidelines on the usage of DLLs, or search for the phrase "DLL hell" on [msdn.microsoft.com](http://msdn.microsoft.com/).
+
+### UNIX Type Platform
+
+If you are building on a UNIX platform, and if you are installing ICU in a non-standard location, you may need to add the location of your ICU libraries to your `LD_LIBRARY_PATH` or `LIBPATH` environment variable (or the equivalent runtime library path environment variable for your system). The ICU libraries may not link or load properly without doing this.
+
+> :point_right: **Note**:  If you do not want to have to set this variable, you may instead use the `--enable-rpath` option at configuration time. This option will instruct the linker to always look for the libraries where they are installed. You will need to use the appropriate linker options when linking your own applications and libraries against ICU, too. Please refer to your system's linker manual for information about runtime paths. The use of rpath also means that when building a new version of ICU you should not have an older version installed in the same place as the new version's installation directory, as the older libraries will used during the build, instead of the new ones, likely leading to an incorrectly build ICU. This is the proper behavior of rpath.
+
+## Platform Dependencies
+
+### Porting To A New Platform
+
+If you are using ICU's Makefiles to build ICU on a new platform, there are a few places where you will need to add or modify some files. If you need more help, you can always ask the [icu-support mailing list](http://site.icu-project.org/contacts). Once you have finished porting ICU to a new platform, it is recommended that you contribute your changes back to ICU via the icu-support mailing list. This will make it easier for everyone to benefit from your work.
+
+#### Data For a New Platform
+
+For some people, it may not be necessary for completely build ICU. Most of the makefiles and build targets are for tools that are used for building ICU's data, and an application's data (when an application uses ICU resource bundles for its data).
+
+Data files can be built on a different platform when both platforms share the same endianness and the same charset family. This assertion does not include platform dependent DLLs/shared/static libraries. For details see the User Guide [ICU Data](../icu_data) chapter.
+
+ICU 3.6 removes the requirement that ICU be completely built in the native operating environment. It adds the icupkg tool which can be run on any platform to turn binary ICU data files from any one of the three formats into any one of the other data formats. This allows a application to use ICU data built anywhere to be used for any other target platform.
+
+**WARNING!** Building ICU without running the tests is not recommended. The tests verify that ICU is safe to use. It is recommended that you try to completely port and test ICU before using the libraries for your own application.
+
+#### Adapting Makefiles For a New Platform
+
+Try to follow the build steps from the [UNIX](#how-to-build-and-install-on-unix) build instructions. If the configure script fails, then you will need to modify some files. Here are the usual steps for porting to a new platform:
+
+1.  Create an mh file in `<ICU>/source/config/`. You can use mh-linux or a similar mh file as your base configuration.
+2.  Modify `<ICU>/source/aclocal.m4` to recognize your platform's mh file.
+3.  Modify `<ICU>/source/configure.in` to properly set your **platform** C Macro define.
+4.  Run [autoconf](http://www.gnu.org/software/autoconf/) in `<ICU>/source/` without any options. The autoconf tool is standard on most Linux systems.
+5.  If you have any optimization options that you want to normally use, you can modify `<ICU>/source/runConfigureICU` to specify those options for your platform.
+6.  Build and test ICU on your platform. It is very important that you run the tests. If you don't run the tests, there is no guarentee that you have properly ported ICU.
+
+### Platform Dependent Implementations
+
+The platform dependencies have been mostly isolated into the following files in the common library. This information can be useful if you are porting ICU to a new platform.
+
+*   **unicode/platform.h.in** (autoconf'ed platforms)
+    **unicode/p_XXXX_.h** (others: pwin32.h, ppalmos.h, ..): Platform-dependent typedefs and defines:
+    *   Generic types like `UBool`, `int8_t`, `int16_t`, `int32_t`, `int64_t`, `uint64_t` etc.
+    *   `U_EXPORT` and `U_IMPORT` for specifying dynamic library import and export
+    *   String handling support for the `char16_t` and `wchar_t` types.
+*   **unicode/putil.h, putil.c**: platform-dependent implementations of various functions that are platform dependent:
+    *   `uprv_isNaN`, `uprv_isInfinite`, `uprv_getNaN` and `uprv_getInfinity` for handling special floating point values.
+    *   `uprv_tzset`, `uprv_timezone`, `uprv_tzname` and `time` for getting platform specific time and time zone information.
+    *   `u_getDataDirectory` for getting the default data directory.
+    *   `uprv_getDefaultLocaleID` for getting the default locale setting.
+    *   `uprv_getDefaultCodepage` for getting the default codepage encoding.
+*   **umutex.h, umutex.c**: Code for doing synchronization in multithreaded applications. If you wish to use International Components for Unicode in a multithreaded application, you must provide a synchronization primitive that the classes can use to protect their global data against simultaneous modifications. We already supply working implementations for many platforms that ICU builds on.
+*   **umapfile.h, umapfile.c**: functions for mapping or otherwise reading or loading files into memory. All access by ICU to data from files makes use of these functions.
+*   Using platform specific `#ifdef` macros are highly discouraged outside of the scope of these files. When the source code gets updated in the future, these `#ifdef`'s can cause testing problems for your platform.
+
+* * *
+
+Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use: [http://www.unicode.org/copyright.html](http://www.unicode.org/copyright.html)
+Copyright © 1997-2016 International Business Machines Corporation and others. All Rights Reserved.
diff --git a/docs/userguide/packaging/index.md b/docs/userguide/icu4c/packaging.md
similarity index 69%
rename from docs/userguide/packaging/index.md
rename to docs/userguide/icu4c/packaging.md
index 080a555..80ade69 100644
--- a/docs/userguide/packaging/index.md
+++ b/docs/userguide/icu4c/packaging.md
@@ -2,7 +2,7 @@
 layout: default
 title: Packaging ICU4C
 nav_order: 3
-parent: ICU Data
+parent: ICU4C
 ---
 <!--
 © 2020 and later: Unicode, Inc. and others.
@@ -26,6 +26,37 @@
 distribution, whether alone, as part of an application, or as part of the
 operating system.
 
+There are many ways that a person can package ICU with their software products. Usually only the libraries need to be considered for packaging.
+
+On UNIX, you should use `gmake install` to make it easier to develop and package ICU. The bin, lib and include directories are needed to develop applications that use ICU. These directories will be created relative to the `--prefix=`dir" configure option (See the [UNIX build instructions](#how-to-build-and-install-on-unix)). When ICU is built on Windows, a similar directory structure is built.
+
+When changes have been made to the standard ICU distribution, it is recommended that at least one of the following guidelines be followed for special packaging.
+
+1.  Add a suffix name to the library names. This can be done with the `--with-library-suffix` configure option.
+2.  The installation script should install the ICU libraries into the application's directory.
+
+Following these guidelines prevents other applications that use a standard ICU
+distribution from conflicting with any libraries that you need. On operating systems
+that do not have a standard C++ ABI (name mangling) for compilers, it is recommended to
+do this special packaging anyway. More details on customizing ICU are available in the
+[User Guide](../).
+The [ICU Source Code Organization](./index/#icu-source-code-organization) section of
+the ICU4C gives a more complete description of the libraries.
+
+ICU has several libraries for you to use. Here is an example of libraries that are frequently packaged.
+
+| Library Name                        | Windows Filename | Linux Filename         | Comment                                                                                                                                                                                             |
+|-------------------------------------|------------------|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Data Library                        | icudtXYl.dll   | libicudata.so.XY.Z | Data required by the Common and I18n libraries. There are many ways to package and [customize this data](../icu_data), but by default this is all you need. |
+| Common Library                      | icuucXY.dll    | libicuuc.so.XY.Z   | Base library required by all other ICU libraries.                                                                                                                                                   |
+| Internationalization (i18n) Library | icuinXY.dll    | libicui18n.so.XY.Z | A library that contains many locale based internationalization (i18n) functions.                                                                                                                    |
+| Layout Extensions Engine            | iculxXY.dll    | libiculx.so.XY.Z   | An optional engine for doing paragraph layout that uses parts of ICU. HarfBuzz is required.                                                                                                         |
+| ICU I/O (Unicode stdio) Library     | icuioXY.dll    | libicuio.so.XY.Z   | An optional library that provides a stdio like API with Unicode support.                                                                                                                            |
+| Tool Utility Library                | icutuXY.dll    | libicutu.so.XY.Z   | An internal library that contains internal APIs that are only used by ICU's tools. If you do not use ICU's tools, you do not need this library.                                                     |
+
+
+Normally only the above ICU libraries need to be considered for packaging. The versionless symbolic links to these libraries are only needed for easier development. The _X_, _Y_ and _Z_ parts of the name are the version numbers of ICU. For example, ICU 2.0.2 would have the name libicuuc.so.20.2 for the common library. The exact format of the library names can vary between platforms due to how each platform can handles library versioning.
+
 ## Making ICU Smaller
 
 The ICU project is intended to provide everything an application might need in
@@ -118,11 +149,9 @@
 
 ## ICU Versions
 
-(This section assumes the reader is familiar with ICU version numbers (§) as
+(This section assumes the reader is familiar with [ICU version numbers](../design#version-numbers-in-icu) as
 covered in the [Design](../design.md) chapter, and filename conventions for
-libraries in the
-[ReadMe](https://github.com/unicode-org/icu/blob/master/icu4c/readme.html#HowToPackage)
-.)
+libraries as described above.)
 
 ### POSIX Library Names
 
diff --git a/docs/userguide/packaging/plug-ins.md b/docs/userguide/icu4c/plug-ins.md
similarity index 96%
rename from docs/userguide/packaging/plug-ins.md
rename to docs/userguide/icu4c/plug-ins.md
index ac6a9f7..630ebeb 100644
--- a/docs/userguide/packaging/plug-ins.md
+++ b/docs/userguide/icu4c/plug-ins.md
@@ -2,7 +2,7 @@
 layout: default
 title: Plug-ins
 nav_order: 4
-parent: ICU Data
+parent: ICU4C
 ---
 <!--
 © 2020 and later: Unicode, Inc. and others.
@@ -55,7 +55,7 @@
 The current plugin API is documented as
 [icuplug.h](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/icuplug_8h.html)
 Some sample plugins are available at:
-[testplug.c](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/icuinfo/testplug.c)
+[testplug.c](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/icuinfo/testplug.c)
 Here is a simple, trivial plugin:
 
 ```c
@@ -92,7 +92,7 @@
 ## Configuration
 
 You can see a sample configuration file here:
-[icuplugins_windows_sample.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/icuinfo/icuplugins_windows_sample.txt)
+[icuplugins_windows_sample.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/icuinfo/icuplugins_windows_sample.txt)
 At ICU startup time, the environment variable "ICU_PLUGINS" will be
 queried for a directory name. If it is not set, the #define
 `DEFAULT_ICU_PLUGINS` will be checked for a default value.
diff --git a/docs/userguide/icufaq/icu4j-faq.md b/docs/userguide/icu4j/faq.md
similarity index 96%
rename from docs/userguide/icufaq/icu4j-faq.md
rename to docs/userguide/icu4j/faq.md
index a2f549e..81e8e30 100644
--- a/docs/userguide/icufaq/icu4j-faq.md
+++ b/docs/userguide/icu4j/faq.md
@@ -1,8 +1,8 @@
 ---
 layout: default
 title: ICU4J FAQ
-nav_order: 7
-parent: Misc
+nav_order: 1
+parent: ICU4J
 ---
 <!--
 © 2020 and later: Unicode, Inc. and others.
@@ -84,7 +84,7 @@
 #### How can I see all API changes between two different ICU versions?
 
 For every ICU4J release, we publish
-[APIChangeReport.html](https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/master/icu4j/APIChangeReport.html)
+[APIChangeReport.html](https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/main/icu4j/APIChangeReport.html)
 which captures all API changes since previous reference release.
 However, someone may want to see the changes between the
 current release and much older ICU4J version. For example, you're currently
@@ -94,11 +94,10 @@
 1.  Download [ICU4J 64 source package
     archive](http://site.icu-project.org/download/64#TOC-ICU4J-Download)
     from the ICU 64 download page and extract files to your local system.
-2.  Set up ICU4J build environment as explained in
-    [readme.html](https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/master/icu4j/readme.html)
-    included in the root directory of the ICU4J source package archive.
+2.  Set up ICU4J build environment as explained in the
+    [ICU4C Readme](./index).
 3.  Edit
-    [build.properties](https://github.com/unicode-org/icu/blob/master/icu4j/build.properties)
+    [build.properties](https://github.com/unicode-org/icu/blob/main/icu4j/build.properties)
     in the root directory and change the property value api.report.prev.version
     from 63 to 60.
 4.  Invoke ant target "apireport".
diff --git a/docs/userguide/icu4j-readme.md b/docs/userguide/icu4j/index.md
similarity index 87%
rename from docs/userguide/icu4j-readme.md
rename to docs/userguide/icu4j/index.md
index 54c740a..530a316 100644
--- a/docs/userguide/icu4j-readme.md
+++ b/docs/userguide/icu4j/index.md
@@ -1,8 +1,8 @@
 ---
 layout: default
-title: ICU4J Readme
-nav_order: 8
-parent: ICU
+title: ICU4J
+nav_order: 500
+has_children: true
 ---
 <!--
 © 2020 and later: Unicode, Inc. and others.
@@ -28,45 +28,31 @@
 
 ICU4J is an add-on to the regular JRE that provides:
 
-*   [Collation](https://unicode-org.github.io/icu/userguide/collation) – rule-based, up-to-date Unicode Collation Algorithm (UCA) sorting order
+*   [Collation](../collation) – rule-based, up-to-date Unicode Collation Algorithm (UCA) sorting order
         For fast multilingual string comparison; faster and more complete than the J2SE implementation
-*   [Charset Detection](https://unicode-org.github.io/icu/userguide/conversion/detection) – Recognition of various single and multibyte charsets
+*   [Charset Detection](../conversion/detection) – Recognition of various single and multibyte charsets
         Useful for recognizing untagged text data
-*   [UnicodeSet](https://unicode-org.github.io/icu/userguide/strings/unicodeset) – standard set operations optimized for sets of Unicode characters
+*   [UnicodeSet](../strings/unicodeset) – standard set operations optimized for sets of Unicode characters
         UnicodeSets can be built from string patterns using any Unicode properties.
-*   [Transforms](https://unicode-org.github.io/icu/userguide/transforms) – a flexible mechanism for Unicode text conversions
+*   [Transforms](../transforms) – a flexible mechanism for Unicode text conversions
         Including Full/Halfwidth conversions, Normalization, Case conversions, Hex conversions, and transliterations between scripts (50+ pairs)
-*   [Unicode Normalization](https://unicode-org.github.io/icu/userguide/transforms/normalization) – NFC, NFD, NFKD, NFKC
+*   [Unicode Normalization](../transforms/normalization) – NFC, NFD, NFKD, NFKC
         For canonical text representations, needed for XML and the net
-*   [International Calendars](https://unicode-org.github.io/icu/userguide/datetime/calendar) – Arabic, Buddhist, Chinese, Hebrew, Japanese, Ethiopic, Islamic, Coptic and other calendars
+*   [International Calendars](../datetime/calendar) – Arabic, Buddhist, Chinese, Hebrew, Japanese, Ethiopic, Islamic, Coptic and other calendars
         Required for correct presentation of dates in certain countries
-*   [Date Format Enhancements](https://unicode-org.github.io/icu/userguide/format_parse/datetime) – Date/time pattern generator, Relative date formatting, etc.
+*   [Date Format Enhancements](../format_parse/datetime) – Date/time pattern generator, Relative date formatting, etc.
         Enhancements to the normal Java date formatting.
-*   [Number Format Enhancements](https://unicode-org.github.io/icu/userguide/format_parse/numbers) – Scientific Notation, Spelled-out, Compact decimal format, etc.
+*   [Number Format Enhancements](../format_parse/numbers) – Scientific Notation, Spelled-out, Compact decimal format, etc.
         Enhancements to the normal Java number formatting. The spell-out format is used for checks and similar documents
-*   [Enhanced Word-Break Detection](https://unicode-org.github.io/icu/userguide/boundaryanalysis) – Rule-based, supports Thai, Khmer, Chinese, etc.
+*   [Enhanced Word-Break Detection](../boundaryanalysis) – Rule-based, supports Thai, Khmer, Chinese, etc.
         Required for correct support of Thai
-*   [Unicode Text Compression](https://unicode-org.github.io/icu/userguide/conversion/compression) – Standard compression of Unicode text
+*   [Unicode Text Compression](../conversion/compression) – Standard compression of Unicode text
         Suitable for large numbers of small fields, where LZW and similar schemes do not apply
-*   [Charset Conversion](https://unicode-org.github.io/icu/userguide/conversion) – Conversion to and from different charsets.
+*   [Charset Conversion](../conversion) – Conversion to and from different charsets.
         Plugs into Java CharsetProvider Service Provider Interface (SPI)
 
 > :point_right: **Note:** We continue to provide assistance to Java, and in some cases, ICU4J support has been rolled into a later release of Java. For example, BCP47 language tag support including Unicode locale extensions is now in Java 7\. However, the most current and complete version is always found in ICU4J.
 
-## What Is New In The Current Release?
-
-See the [ICU download page](http://site.icu-project.org/download/) to find the subpage for the current release, including any other changes, bug fixes, known issues, changes to supported platforms and build environments, and migration issues for existing applications migrating from previous ICU releases.
-
-The subpage for the current release will also include an API Change Report, both for ICU4C and ICU4J, for a complete list of APIs added, removed, or changed in this release.
-
-The list of API changes since the previous ICU4J release is available [here](https://htmlpreview.github.io/?https://raw.githubusercontent.com/unicode-org/icu/master/icu4j/APIChangeReport.html).
-
-Changes in previous releases can also be found the main [ICU download page](http://site.icu-project.org/download) in its version-specific subpages.
-
-## License Information
-
-The ICU projects (ICU4C and ICU4J) are hosted by the [Unicode Consortium](http://www.unicode.org/). The ICU binary and source files are distributed under the [UNICODE DATA FILES AND SOFTWARE LICENSE](http://www.unicode.org/copyright.html). The full copy of the license and third party software licenses are available in [LICENSE](https://github.com/unicode-org/icu/blob/master/icu4j/main/shared/licenses/LICENSE) file included in this package.
-
 ## Platform Dependencies
 
 The minimum Java runtime version supported by ICU4J 68 is version 7\. Java runtime version 6 is not supported.
@@ -115,8 +101,7 @@
 
 | Path                         | Description                                                                             |
 |------------------------------|-----------------------------------------------------------------------------------------|
-| readme.html                  | A description of ICU4J (International Components for Unicode for Java)                  |
-| build.html                   | The main Ant build file for ICU4J. See [How to Install and Build](#how-to-install-and-build) for more information |
+| build.xml                   | The main Ant build file for ICU4J. See [How to Install and Build](#how-to-install-and-build) for more information |
 | main/shared/licenses/LICENSE | ICU license                                                                             |
 
 ### ICU4J runtime class files
@@ -178,7 +163,7 @@
 
 ## Where to get Documentation
 
-The [ICU user's guide](https://unicode-org.github.io/icu/userguide/) contains lots of general information about ICU, in its C, C++, and Java incarnations.
+The [ICU User Guide](../) contains lots of general information about ICU, in its C, C++, and Java incarnations.
 
 The complete API documentation for ICU4J (javadoc) is available on the ICU4J web site, and can be built from the sources:
 
@@ -339,7 +324,7 @@
 
 > :point_right: **Note**: **Eclipse users:** See the ICU4J site for information on [how to configure Eclipse](http://site.icu-project.org/setup/eclipse) to build and develop ICU4J on Eclipse IDE.
 
-> :point_right: **Note**: To install and configure ICU4J Locale Service Provider, please refer the user guide page [ICU4J Locale Service Provider](https://unicode-org.github.io/icu/userguide/icu4j-locale-service-provider).
+> :point_right: **Note**: To install and configure ICU4J Locale Service Provider, please refer the user guide page [ICU4J Locale Service Provider](./locale-service-provider).
 
 ## Trying Out ICU4J
 
@@ -412,7 +397,7 @@
 
 ### Building ICU4J Resources from ICU4C
 
-ICU4J data is built by ICU4C tools. Please see [`icu4j-readme.txt`](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/icu4j-readme.txt) in `icu4c/source/data` for the procedures.
+ICU4J data is built by ICU4C tools. Please see [ICU Data Build Tool](../icu_data/buildtool) for the procedures.
 
 #### Generating Data from CLDR
 
@@ -423,16 +408,16 @@
 1.  Checkout or download CLDR version `release-38`
 2.  Checkout ICU with tag `release-68-1`
 3.  cd to icu4c/source/data directory
-4.  Follow the instructions in [`icu4c/source/data/cldr-icu-readme.txt`](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/cldr-icu-readme.txt)
+4.  Follow the instructions in [`icu4c/source/data/cldr-icu-readme.txt`](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/cldr-icu-readme.txt)
 5.  Rebuild ICU4C with the newly generated data.
 6.  Run ICU4C tests to verify that the new data is good.
-7.  Build ICU4J data from ICU4C data by following the procedures in [`icu4j/source/data/icu4j-readme.txt`](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/icu4j-readme.txt)
+7.  Build ICU4J data from ICU4C data by following the procedures in [ICU Data Build Tool](../icu_data/buildtool)
 8.  cd to `icu4j` dir
 9.  Build and test icu4j
 
 ## About ICU4J Time Zone
 
-ICU4J library includes the latest time zone data, as of the release date. However, time zone data is frequently updated in response to changes made by local governments around the world. If you need to update the time zone data, please refer the ICU user guide topic [Updating the Time Zone Data](https://unicode-org.github.io/icu/userguide/datetime/timezone#updating-the-time-zone-data).
+ICU4J library includes the latest time zone data, as of the release date. However, time zone data is frequently updated in response to changes made by local governments around the world. If you need to update the time zone data, please refer the ICU user guide topic [Updating the Time Zone Data](../datetime/timezone#updating-the-time-zone-data).
 
 You can optionally configure ICU4J date and time service classes to use underlying JDK TimeZone implementation (see the ICU4J API reference [TimeZone](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/util/TimeZone.html) for the details). When this configuration is enabled, ICU's own time zone data won't be used and you have to get time zone data patches from the JRE vendor.
 
@@ -446,8 +431,6 @@
 
 To submit comments, request features and report bugs, please see [ICU bug database information](http://site.icu-project.org/bugs) or contact us through the [ICU Support mailing list](http://site.icu-project.org/contacts). While we are not able to respond individually to each comment, we do review all comments.
 
-## Thank you for your interest in ICU4J!
-
 * * *
 
 © 2016 and later: Unicode, Inc. and others.
diff --git a/docs/userguide/icu4j-locale-service-provider.md b/docs/userguide/icu4j/locale-service-provider.md
similarity index 99%
rename from docs/userguide/icu4j-locale-service-provider.md
rename to docs/userguide/icu4j/locale-service-provider.md
index 60fa786..480ba85 100644
--- a/docs/userguide/icu4j-locale-service-provider.md
+++ b/docs/userguide/icu4j/locale-service-provider.md
@@ -1,8 +1,8 @@
 ---
 layout: default
 title: ICU4J Locale Service Provider
-nav_order: 7
-parent: ICU
+nav_order: 2
+parent: ICU4J
 ---
 <!--
 © 2020 and later: Unicode, Inc. and others.
diff --git a/docs/userguide/icu_data/buildtool.md b/docs/userguide/icu_data/buildtool.md
index e256ef2..35a0d29 100644
--- a/docs/userguide/icu_data/buildtool.md
+++ b/docs/userguide/icu_data/buildtool.md
@@ -75,8 +75,8 @@
     $ pip3 install --user hjson jsonschema
 
 To build ICU4J with custom data, you must first build ICU4C with custom data
-and then generate the JAR file.  For more information, read
-[icu4j-readme.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/icu4j-readme.txt).
+and then generate the JAR file.  For more information on building ICU4J, read the
+[ICU4J Readme](../icu4j/).
 
 ### Locale Slicing
 
@@ -217,7 +217,7 @@
 Tool puts puts similar *types* of files into categories.  The following table
 summarizes the ICU data files and their corresponding features and categories:
 
-| Feature | Category ID(s) | Data Files <br/> ([icu4c/source/data](https://github.com/unicode-org/icu/tree/master/icu4c/source/data)) | Resource Size <br/> (as of ICU 64) |
+| Feature | Category ID(s) | Data Files <br/> ([icu4c/source/data](https://github.com/unicode-org/icu/tree/main/icu4c/source/data)) | Resource Size <br/> (as of ICU 64) |
 |---|---|---|---|
 | Break Iteration | `"brkitr_rules"` <br/> `"brkitr_dictionaries"` <br/> `"brkitr_tree"` | brkitr/rules/\*.txt <br/> brkitr/dictionaries/\*.txt <br/> brkitr/\*.txt | 522 KiB <br/> **2.8 MiB** <br/> 14 KiB |
 | Charset Conversion | `"conversion_mappings"` | mappings/\*.ucm | **4.9 MiB** |
@@ -416,7 +416,7 @@
 categories that include resource bundles, such as the `"misc"` category.
 
 For example, consider measurement units.  There is one unit file per locale (example:
-[en.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unit/en.txt)),
+[en.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unit/en.txt)),
 and that file contains data for all measurement units in CLDR.  However, if
 you are only formatting distances, for example, you may need the data for only
 a small set of units.
diff --git a/docs/userguide/icudata.md b/docs/userguide/icu_data/index.md
similarity index 89%
rename from docs/userguide/icudata.md
rename to docs/userguide/icu_data/index.md
index 210aaea..834f94d 100644
--- a/docs/userguide/icudata.md
+++ b/docs/userguide/icu_data/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: ICU Data
-nav_order: 13
+nav_order: 1600
 has_children: true
 ---
 <!--
@@ -61,7 +61,7 @@
     with the CLDR datasets)
 
 For information on building ICU data from CLDR, see the
-[cldr-icu-readme](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/cldr-icu-readme.txt).
+[cldr-icu-readme](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/cldr-icu-readme.txt).
 
 ## ICU Data Directory
 
@@ -132,16 +132,16 @@
 
 3.  Dynamically load (memory map, typically) a common format (.dat) file
     containing the default ICU data. Loading is described in the section
-    [How Data Loading Works](icudata#how-data-loading-works). The path to
+    [How Data Loading Works](#how-data-loading-works). The path to
     the data is of the form  "icudt\<version\>\<flag\>", where \<version\> is
     the two-digit ICU version number, and \<flag\> is a letter indicating the
     internal format of the file (see the
-    [Sharing ICU Data Between Platforms](icudata#sharing-icu-data-between-platforms)
+    [Sharing ICU Data Between Platforms](#sharing-icu-data-between-platforms)
     section).
 
 Once the default ICU data has been located, loading of individual data items
 proceeds as described in the section
-[How Data Loading Works](icudata#how-data-loading-works).
+[How Data Loading Works](#how-data-loading-works).
 
 ## Building and Linking against ICU data
 
@@ -252,7 +252,7 @@
 in a known location that is included in the ICU data directory string. This
 requires the application installer, or the application itself at runtime, to
 locate the ICU and/or application data by setting the ICU data directory (see
-the [ICU Data Directory](icudata#icu-data-directory) section above) or by
+the [ICU Data Directory](#icu-data-directory) section above) or by
 loading the data and providing it to one of the `udata_setXYZData()` functions.
 
 Unlike shared libraries, .dat package files can be taken apart into separate
@@ -261,7 +261,7 @@
 used to reassemble the .dat package file.
 
 For more information about .dat package files see the section [Sharing ICU Data
-Between Platforms](icudata#sharing-icu-data-between-platforms) below.
+Between Platforms](#sharing-icu-data-between-platforms) below.
 
 ### Data Overriding vs. Loading Performance
 
@@ -275,7 +275,7 @@
 already-loaded package files. This allows overriding of packaged data items with
 single files after installation but costs some time for filesystem accesses.
 This is usually done only once per data item; see
-[User Data Caching](icudata#user-data-caching) below.
+[User Data Caching](#user-data-caching) below.
 
 ### Single Data Files vs. Packages
 
@@ -311,7 +311,7 @@
 
 > :point_right: **Note**: The ICU data directory string itself may
 contain multiple directories and path/filenames to .dat package files. See the
-[ICU Data Directory](icudata#icu-data-directory) section.
+[ICU Data Directory](#icu-data-directory) section.
 
 It is recommended to not include the directory in the path argument but to make
 sure via setting the application data or the ICU data directory string that the
@@ -474,7 +474,7 @@
 
 The first step is to obtain or create a .ucm (source) mapping data file for the
 desired converter. A large archive of converter data is maintained by the ICU
-team at <https://github.com/unicode-org/icu-data/tree/master/charset/data/ucm>
+team at <https://github.com/unicode-org/icu-data/tree/main/charset/data/ucm>
 
 We will use `solaris-eucJP-2.7.ucm`, available from the repository mentioned
 above, as an example.
@@ -582,7 +582,7 @@
 you can add it to the build in a very similar way as with conversion tables
 above. The ICU project provides a large number of additional locales in its
 [locale
-repository](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/locales/)
+repository](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/locales/)
 on the web. Most of this locale data is derived from the CLDR ([Common Locale
 Data Repository](http://www.unicode.org/cldr/)) project.
 
@@ -769,130 +769,130 @@
 *   Source format: (list of files provided as input to the icupkg tool, or
          on the gencmn tool command line)
 *    Binary format: .dat:
-     [source/tools/toolutil/pkg_gencmn.cpp](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/toolutil/pkg_gencmn.cpp)
+     [source/tools/toolutil/pkg_gencmn.cpp](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/toolutil/pkg_gencmn.cpp)
 *    Generator tool:
-         [icupkg](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/icupkg)
+         [icupkg](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/icupkg)
          or
-         [gencmn](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/gencmn)
+         [gencmn](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/gencmn)
          
 #### Resource bundles
 *   Source format: .txt:
-    [icuhtml/design/bnf_rb.txt](https://github.com/unicode-org/icu-docs/blob/master/design/bnf_rb.txt)
+    [icuhtml/design/bnf_rb.txt](https://github.com/unicode-org/icu-docs/blob/main/design/bnf_rb.txt)
 *   Binary format: .res:
-    [source/common/uresdata.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/uresdata.h)
+    [source/common/uresdata.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/uresdata.h)
 *   Generator tool:
-    [genrb](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/genrb)
+    [genrb](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/genrb)
 
 #### Unicode conversion mapping tables
 *   Source format: .ucm: [Conversion Data chapter](conversion/data.md)
 *   Binary format: .cnv:
-    [source/common/ucnvmbcs.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/ucnvmbcs.h)
+    [source/common/ucnvmbcs.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/ucnvmbcs.h)
 *   Generator tool:
-    [makeconv](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/makeconv)
+    [makeconv](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/makeconv)
 
 #### Conversion (charset) aliases
 *   Source format:
-    [source/data/mappings/convrtrs.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/mappings/convrtrs.txt):
+    [source/data/mappings/convrtrs.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/mappings/convrtrs.txt):
     contains format description. The command "uconv -l --canon" will also
     generate the alias table from the currently used copy of ICU.
 *   Binary format: cnvalias.icu:
-    [source/common/ucnv_io.cpp](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/ucnv_io.cpp)
+    [source/common/ucnv_io.cpp](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/ucnv_io.cpp)
 *   Generator tool:
-    [gencnval](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/gencnval)
+    [gencnval](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/gencnval)
 
 #### Unicode Character Data (Properties; for Java only: hardcoded in C common library)
 *   Source format:
-    [source/data/unidata/ppucd.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unidata/ppucd.txt):
+    [source/data/unidata/ppucd.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata/ppucd.txt):
     [Preparsed UCD](http://site.icu-project.org/design/props/ppucd)
 *   Binary format: uprops.icu:
-    [tools/unicode/c/genprops/corepropsbuilder.cpp](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genprops/corepropsbuilder.cpp)
+    [tools/unicode/c/genprops/corepropsbuilder.cpp](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genprops/corepropsbuilder.cpp)
 *   Generator tool:
-    [genprops](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genprops)
+    [genprops](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genprops)
 
 #### Unicode Character Data (Case mappings; for Java only: hardcoded in C common library)
 *   Source format:
-    [source/data/unidata/*.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unidata):
+    [source/data/unidata/*.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata):
     [Unicode Character Database](http://www.unicode.org/onlinedat/online.html)
 *   Binary format: ucase.icu:
-    [tools/unicode/c/genprops/casepropsbuilder.cpp](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genprops/casepropsbuilder.cpp)
+    [tools/unicode/c/genprops/casepropsbuilder.cpp](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genprops/casepropsbuilder.cpp)
 *   Generator tool:
-    [genprops](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genprops)
+    [genprops](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genprops)
 
 #### Unicode Character Data (BiDi, and Arabic shaping; for Java only: hardcoded in C common library)
 *   Source format:
-    [source/data/unidata/*.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unidata):
+    [source/data/unidata/*.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata):
     [Unicode Character Database](http://www.unicode.org/onlinedat/online.html)
 *   Binary format: ubidi.icu:
-    [tools/unicode/c/genprops/bidipropsbuilder.cpp](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genprops/bidipropsbuilder.cpp)
+    [tools/unicode/c/genprops/bidipropsbuilder.cpp](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genprops/bidipropsbuilder.cpp)
 *   Generator tool:
-    [genprops](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genprops)
+    [genprops](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genprops)
 
 #### Unicode Character Data (Normalization since ICU 4.4) & custom normalization data
 *   Source format:
-    [source/data/unidata/norm2/*.tx](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unidata/norm2):
+    [source/data/unidata/norm2/*.tx](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata/norm2):
     Files derived from the [Unicode Character
     Database](http://www.unicode.org/onlinedat/online.html), or custom data.
 *   Binary format: .nrm:
-    [source/common/normalizer2impl.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/normalizer2impl.h)
+    [source/common/normalizer2impl.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/normalizer2impl.h)
 *   Generator tool:
-    [gennorm2](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/gennorm2)
+    [gennorm2](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/gennorm2)
 
 #### Unicode Character Data (Character names)
 *   Source format:
-    [source/data/unidata/UnicodeData.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unidata/UnicodeData.txt):
+    [source/data/unidata/UnicodeData.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata/UnicodeData.txt):
     [Unicode Character Database](http://www.unicode.org/onlinedat/online.html)
 *   Binary format: unames.icu:
-    [tools/unicode/c/genprops/namespropsbuilder.cpp](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genprops/namespropsbuilder.cpp)
+    [tools/unicode/c/genprops/namespropsbuilder.cpp](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genprops/namespropsbuilder.cpp)
 *   Generator tool:
-    [genprops](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genprops)
+    [genprops](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genprops)
 
 #### Unicode Character Data (Property [value] aliases since ICU 4.8; for Java only: hardcoded in C common library since ICU 4.8)
 *   Source format: [UCD Property*Aliases.txt](http://www.unicode.org/Public/UNIDATA/):
                    [Unicode Character Database](http://www.unicode.org/onlinedat/online.html)
 *   Binary format: pnames.icu:
-    [source/common/propname.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/propname.h)
+    [source/common/propname.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/propname.h)
 *   Generator tool:
-    [genprops](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genprops)
+    [genprops](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genprops)
 
 #### Unicode Character Data (Text layout properties since ICU 64)
 *   Source format:
-    [source/data/unidata/ppucd.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unidata/ppucd.txt):
+    [source/data/unidata/ppucd.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata/ppucd.txt):
     [Preparsed UCD](http://site.icu-project.org/design/props/ppucd)
 *   Binary format: ulayout.icu:
-    [tools/unicode/c/genprops/layoutpropsbuilder.cpp](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genprops/layoutpropsbuilder.cpp)
+    [tools/unicode/c/genprops/layoutpropsbuilder.cpp](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genprops/layoutpropsbuilder.cpp)
 *   Generator tool:
-    [genprops](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genprops)
+    [genprops](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genprops)
 
 #### Collation data (root collation & tailorings; ICU 53 & later)
 *   Source format: Original data from allkeys_CLDR.txt in
     [CLDR Root Collation Data Files](http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Data_Files)
     processed into
-    [source/data/unidata/FractionalUCA.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unidata/FractionalUCA.txt)
+    [source/data/unidata/FractionalUCA.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata/FractionalUCA.txt)
     by
     [tool at unicode.org maintained by Mark Davis](https://sites.google.com/site/unicodetools/#TOC-UCA)
     (call the Main class with option writeFractionalUCA); source tailorings (text rules) in
-    [source/data/coll/*.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/coll)
+    [source/data/coll/*.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/coll)
     resource bundles: [Collation Customization chapter](collation/customization/index.md).
 *   Binary format: ucadata.icu & binary tailorings in resource bundles:
-    [source/i18n/collationdatareader.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/collationdatareader.h)
+    [source/i18n/collationdatareader.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/i18n/collationdatareader.h)
 *   Generator tool:
-    [genuca](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genuca),
-    [genrb](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/genrb)
+    [genuca](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genuca),
+    [genrb](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/genrb)
 
 #### Rule-based break iterator data
 *   Source format: .txt: [Boundary Analysis chapter](boundaryanalysis/index.md)
 *   Binary format: .brk:
-    [source/common/rbbidata.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/rbbidata.h)
+    [source/common/rbbidata.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/rbbidata.h)
 *   Generator tool:
-    [genbrk](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/genbrk)
+    [genbrk](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/genbrk)
 
 #### Dictionary-based break iterator data (ICU 50 & later)
 *   Source format: txt: [gendict.cpp
-    comments](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/gendict/gendict.cpp)
+    comments](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/gendict/gendict.cpp)
 *   Binary format: .dict: see
-    [source/common/dictionarydata.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/dictionarydata.h
+    [source/common/dictionarydata.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/dictionarydata.h
 *   Generator tool:
-    [gendict](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/gendict)
+    [gendict](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/gendict)
 
 #### Rule-based transform (transliterator) data
 *   Source format: .txt (in resource bundles): [Transform Rule Tutorial chapter](transforms/general/rules.md)
@@ -901,36 +901,36 @@
 
 #### Time zone data (ICU 4.4 & later)
 *   Source format:
-    [source/data/misc/zoneinfo64.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/misc/zoneinfo64.txt):
+    [source/data/misc/zoneinfo64.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/misc/zoneinfo64.txt):
     ftp://elsie.nci.nih.gov/pub/ tzdata<year><rev>.tar.gz
 *   Binary format: zoneinfo64.res (generated by genrb and
-    [tzcode tools](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/tzcode/readme.txt)).
+    [tzcode tools](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/tzcode/readme.txt)).
 *   Generator tool: Does not apply
 
 #### StringPrep profile data
 *   Source format:
-    [source/data/sprep/rfc3491.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/sprep/rfc3491.txt):
+    [source/data/sprep/rfc3491.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/sprep/rfc3491.txt):
 *   Binary format: .spp:
-    [source/tools/gensprep/store.c](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/gensprep/store.c)
+    [source/tools/gensprep/store.c](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/gensprep/store.c)
 *   Generator tool:
-    [gensprep](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/gensprep)
+    [gensprep](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/gensprep)
 
 #### Confusables data
 *   Source format:
-    [source/data/unidata/confusables.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unidata/confusables.txt),
-    [source/data/unidata/confusablesWholeScript.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unidata/confusablesWholeScript.txt)
+    [source/data/unidata/confusables.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata/confusables.txt),
+    [source/data/unidata/confusablesWholeScript.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata/confusablesWholeScript.txt)
 *   Binary format: .spp:
-    [confusables.cfu: source/i18n/uspoof_impl.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/uspoof_impl.h)
-*   Generator tool: [gencfu](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/gencfu)
+    [confusables.cfu: source/i18n/uspoof_impl.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/i18n/uspoof_impl.h)
+*   Generator tool: [gencfu](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/gencfu)
 
 ### Public Data Files (old versions)
 
 #### Unicode Character Data (Normalization before ICU 4.4; for Java only: was hardcoded in C common library)
 *   Source format:
-    [source/data/unidata/*.txt]((https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unidata):
+    [source/data/unidata/*.txt]((https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata):
     [Unicode Character Database](http://www.unicode.org/onlinedat/online.html)
 *   Binary format: unorm.icu:
-    [source/common/unormimp.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unormimp.h)
+    [source/common/unormimp.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unormimp.h)
 *   Generator tool: gennorm
 
 #### Unicode Character Data (Property [value] aliases before ICU 4.8)
@@ -942,14 +942,14 @@
 *   Source format: Same as in ICU 53
 *   Binary format: ucadata.icu & binary tailorings in resource bundles: source/i18n/ucol_imp.h (ICU 52)
 *   Generator tool:
-    [genuca](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genuca),
-    [genrb](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/genrb)
+    [genuca](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genuca),
+    [genrb](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/genrb)
 
 #### Collation data (Inverse UCA, weights->code points; ICU 52 & earlier)
 *   Source format: Processed from FractionalUCA.txt like ICU 52 ucadata.icu
 *   Binary format: invuca.icu: source/i18n/ucol_imp.h (ICU 52)
 *   Generator tool:
-    [genuca](https://github.com/unicode-org/icu/blob/master/tools/unicode/c/genuca)
+    [genuca](https://github.com/unicode-org/icu/blob/main/tools/unicode/c/genuca)
 
 #### Dictionary-based break iterator data (ICU 49 & earlier)
 *   Source format: .txt: genctd.cpp comments
@@ -959,7 +959,7 @@
 #### Time zone data (Before ICU 4.4)
 *   Source format: .source/data/misc/zoneinfo.txt (ICU 4.2): ftp://elsie.nci.nih.gov/pub/ tzdata<year><rev>.tar.gz 
 *   Binary format: zoneinfo64.res (generated by genrb and
-    [tzcode tools](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/tzcode/readme.txt)).
+    [tzcode tools](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/tzcode/readme.txt)).
 *   Generator tool: Does not apply
 
 ### Non-File API Binary Data
@@ -967,18 +967,18 @@
 #### Converter selector data
 *   Source format: none
 *   Binary format:
-    [source/common/ucnvsel.cpp](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/ucnvsel.cpp)
+    [source/common/ucnvsel.cpp](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/ucnvsel.cpp)
 *   Generator tool:
-    [ucnvsel_open()](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/ucnvsel.cpp)
+    [ucnvsel_open()](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/ucnvsel.cpp)
 
 ### Test-Only Data Files
 
 #### test.icu (for udata API testing)
 *   Source format: none (fixed output from gentest when not using -r or -j options)
 *   Binary format: test.icu: see `createData()` in
-                   [source/tools/gentest/gentest.c](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/gentest/gentest.c)
+                   [source/tools/gentest/gentest.c](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/gentest/gentest.c)
 *   Generator tool:
-    [gentest](https://github.com/unicode-org/icu/blob/master/icu4c/source/tools/gentest/gentest.c)
+    [gentest](https://github.com/unicode-org/icu/blob/main/icu4c/source/tools/gentest/gentest.c)
 
 ### Other Data Structures
 
@@ -986,28 +986,28 @@
 *   Source format: (public builder API)
 *   Binary format:
     [ICU Code Point Tries design doc](http://site.icu-project.org/design/struct/utrie),
-    [icu4c/source/common/ucptrie_impl.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/ucptrie_impl.h)
+    [icu4c/source/common/ucptrie_impl.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/ucptrie_impl.h)
 *   Generator tool: (builder class)
 
 #### UTrie2 (C)/Trie2 (Java) (maps code points to integers)
 *   Source format: (internal builder API)
 *   Binary format:
     [ICU Code Point Tries design doc](http://site.icu-project.org/design/struct/utrie),
-    [icu4c/source/common/utrie2_impl.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/utrie2_impl.h)
+    [icu4c/source/common/utrie2_impl.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/utrie2_impl.h)
 *   Generator tool: (builder class)
 
 #### BytesTrie (maps byte sequences to 32-bit integers)
 *   Source format: (public builder API)
 *   Binary format:
     [BytesTrie design doc](http://site.icu-project.org/design/struct/tries/bytestrie),
-    [icu4c/source/common/unicode/bytestrie.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/bytestrie.h)
+    [icu4c/source/common/unicode/bytestrie.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/bytestrie.h)
 *   Generator tool: (builder class)
 
 #### UCharsTrie (C++)/CharsTrie (Java) (maps 16-bit-Unicode strings to 32-bit integers)
 *   Source format: (public builder API)
 *   Binary format:
     [UCharsTrie design doc](http://site.icu-project.org/design/struct/tries/ucharstrie),
-    [icu4c/source/common/unicode/ucharstrie.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/ucharstrie.h)
+    [icu4c/source/common/unicode/ucharstrie.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/ucharstrie.h)
 *   Generator tool: (builder class)
 
 ## ICU4J Resource Information
@@ -1127,15 +1127,14 @@
 
 1.  [ICU4C](http://icu-project.org/download/)
 
-2.  Compilers and tools required for [building ICU4C](https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/master/icu4c/readme.html#HowToBuild).
+2.  Compilers and tools required for [building ICU4C](../icu4c/build).
 
 3.  J2SE SDK version 5 or above
 
 #### Procedure
 
 1.  Download and build ICU4C on a Windows or Linux machine. For instructions on downloading and building ICU4C, please click
-    [here](https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/master/icu4c/readme.html#HowToBuild).
+    [here](../icu4c/build).
 
 2.  Follow the remaining instructions in
-    [*$icu4c_root*/source/data/icu4j-readme.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/icu4j-readme.txt).
-    *$icu4c_root* is the root directory of ICU4C source package.
+    the [ICU4J Readme](../icu4j/).
diff --git a/docs/userguide/index.md b/docs/userguide/index.md
index b648559..2d705d6 100644
--- a/docs/userguide/index.md
+++ b/docs/userguide/index.md
@@ -1,109 +1,22 @@
 ---
 layout: default
-title: ICU
-nav_order: 2
-has_children: true
+title: ICU User Guide
+nav_order: 200
+description: ICU User Guide
 ---
+
 <!--
 © 2020 and later: Unicode, Inc. and others.
 License & terms of use: http://www.unicode.org/copyright.html
 -->
 
-# Introduction to ICU
+# ICU User Guide
 
-As companies integrate e-commerce on a global scale into their fundamental
-business processes, their prospective customers, established customers, and
-active partners can take advantage of increased revenue and decreased expenses
-through software internationalization. They also can improve customer
-communications and increase savings.
+[![ICU logo](https://github.com/unicode-org/icu-docs/raw/main/img/iculogo_64.png)](http://site.icu-project.org/)
 
-## Meeting the Challenge of Globalization
+This User Guide provides information on i18n topics for which ICU has services, and
+includes details that go beyond the C, C++, and Java API docs (and avoids some duplication between them).
 
-In today's business climate of globalization, companies must compete in a new
-Internet-enabled business climate of constant change and compressed time frames.
-Their customers expect reliable service and support.
+You may want to start with the [Introduction to ICU](./icu) or browse the navigation bar for a specific topic.
 
-## Taking Advantage of Internationalized Software
-
-Companies need to establish a better linkage between their global business
-processes and the underlying supportive IT processes. If they want to deliver
-this new flexibility and agility, they must depend on the software
-internationalization process.
-
-The software internationalization development process uses libraries (such as
-the International Components for Unicode (ICU) libraries), to enable one single
-program to work with text in any language for any place in the world. For
-example, instead of having separate software versions for ten different
-countries, the ICU services can create one version that works seamlessly and
-transparently in all of them.
-
-The ICU components are an integral part of software development because they
-hide the cultural nuances and technical complexities of locale-specific software
-requirements. These complexities provide critical functionality for
-applications, but the application developer does not need to exert a huge effort
-or incur high costs to build them.
-
-## Justifying the Investment
-
-The business case needed to justify the investment in software
-internationalization is compelling when the investment is amortized over a
-number of projects. In the fast-paced and rapidly-evolving world of traditional
-and evolving e-businesses, these international components provide a firm ground
-on which companies, partners and suppliers can build their business
-transactions. They can share competitive information to help gain a significant
-economic advantage.
-
-The ICU services deliver proven value by lowering the cost required to integrate
-with disparate applications, systems and data sources on a regional and global
-scale. It provides value to a company's IT investment by lowering IT complexity,
-risk, maintenance costs and training costs. It also enhances organizational
-flexibility, leverages
-existing assets, and improves planning and decision-making. It enables
-organizational learning, process-driven synchronization, event-driven evaluation
-and decision-making.
-
-## Background and History of ICU
-
-ICU was originally developed by the Taligent company. The Taligent team later
-became the Unicode group at the IBM® Globalization Center of Competency in
-Cupertino. The team has received significant input from the open source
-community worldwide.
-
-Java™ classes developed at Taligent were incorporated into the Java Development
-Kit (JDK) 1.1 developed by Sun® Microsystems. The classes were then ported to
-C++ and later some classes were also ported to C. The classes provide
-internationalization utilities for writing global applications in C, C++, or
-Java programming languages.
-
-ICU for Java (ICU4J) includes enhanced versions of some of these classes, plus
-additional classes that complement the classes in the JDK. C and C++ versions of
-the same international functionality are available in ICU for C (ICU4C). The
-APIs differ slightly due to language differences and new functionality. For
-example, ICU4C includes a character converter API.
-
-ICU4J and ICU4C keep the same development goals. They both track additions to
-the Java internationalization APIs and implement the latest released Unicode
-standard. They also maintain a single, portable source code base.
-
-All of us in the ICU and open source group appreciate the time you are taking to
-understand our technology. We have put our best collective effort into these
-open components, and look forward to your questions, comments and suggestions.
-
-## Downloading ICU
-
-Download ICU in one of the following ways:
-
-1.  From the download page, <http://www.icu-project.org/download/>, for
-    packaged stable releases of ICU.
-
-2.  From the source code repository, <https://github.com/unicode-org/icu/releases/>,
-    for the latest development versions.
-
-After downloading, see the included README file for information on what is
-included, building, installing, etc.
-
-## ICU License
-
-Current license: <https://github.com/unicode-org/icu/blob/master/icu4c/LICENSE>
-
-See also FAQ section ["How is the ICU licensed"](icufaq/index#how-is-icu-licensed)
+This is the new home of the User Guide (since 2020 August).
diff --git a/docs/userguide/io/index.md b/docs/userguide/io/index.md
index ff18fb3..401af64 100644
--- a/docs/userguide/io/index.md
+++ b/docs/userguide/io/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: IO
-nav_order: 11
+nav_order: 1400
 has_children: true
 ---
 <!--
diff --git a/docs/userguide/layoutengine/index.md b/docs/userguide/layoutengine/index.md
index ef43c51..10b1f63 100644
--- a/docs/userguide/layoutengine/index.md
+++ b/docs/userguide/layoutengine/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Layout Engine
-nav_order: 12
+nav_order: 1500
 has_children: true
 ---
 <!--
@@ -91,7 +91,7 @@
 A concrete instance of this base class must be written for each target platform.
 For a simple example which uses the standard C library to access a TrueType
 font, look at the PortableFontInstance class in
-[icu/source/test/letest](https://github.com/unicode-org/icu/tree/master/icu4c/source/test/letest)
+[icu/source/test/letest](https://github.com/unicode-org/icu/tree/main/icu4c/source/test/letest)
 .
 
 The ICU LayoutEngine supports complex text in the following ways:
@@ -126,7 +126,7 @@
 is written in a single script. Clients can use ICU's
 [Bidi](../transforms/bidi.md) processing to determine the direction of the text
 and use the ScriptRun class in
-[icu/source/extra/scrptrun](https://github.com/unicode-org/icu/tree/master/icu4c/source/extra/scrptrun)
+[icu/source/extra/scrptrun](https://github.com/unicode-org/icu/tree/main/icu4c/source/extra/scrptrun)
 to find a run of text in the same script. Since the representation of font
 information is application specific, ICU cannot help clients find these runs of
 text.
@@ -188,7 +188,7 @@
 > basic types.
 
 For a more detailed example of how to call the LayoutEngine, look at
-[icu/source/test/letest/letest.cpp](https://github.com/unicode-org/icu/tree/master/icu4c/source/test/letest/letest.cpp)
+[icu/source/test/letest/letest.cpp](https://github.com/unicode-org/icu/tree/main/icu4c/source/test/letest/letest.cpp)
 . This is a simple test used to verify that the LayoutEngine is working
 properly. It does not do any complex text rendering.
 
diff --git a/docs/userguide/locale/index.md b/docs/userguide/locale/index.md
index a3491f8..aa6f5c8 100644
--- a/docs/userguide/locale/index.md
+++ b/docs/userguide/locale/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Locales and Resources
-nav_order: 5
+nav_order: 800
 has_children: true
 ---
 <!--
diff --git a/docs/userguide/locale/localizing.md b/docs/userguide/locale/localizing.md
index 6ca1514..5ed4539 100644
--- a/docs/userguide/locale/localizing.md
+++ b/docs/userguide/locale/localizing.md
@@ -124,7 +124,7 @@
 
 7. Source files can be in any charset. Unicode signature byte sequences are recognized automatically (UTF-8/16, SCSU, ...), otherwise the tool takes a charset name on the command line.
 
-Defined at: [icu-docs/master/design/bnf_rb.txt](https://raw.githubusercontent.com/unicode-org/icu-docs/master/design/bnf_rb.txt)
+Defined at: [icu-docs/main/design/bnf_rb.txt](https://raw.githubusercontent.com/unicode-org/icu-docs/main/design/bnf_rb.txt)
 
 To use with ICU4C, see the [Resource Bundle APIs](resources#resource-bundle-apis) section of this userguide.
 
diff --git a/docs/userguide/locale/resources.md b/docs/userguide/locale/resources.md
index 8b78a94..a668e20 100644
--- a/docs/userguide/locale/resources.md
+++ b/docs/userguide/locale/resources.md
@@ -260,7 +260,7 @@
 
 > :point_right: **Note**: All the data accessing examples in the following
 > sections use ICU's
-> [root](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/locales/root.txt)
+> [root](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/locales/root.txt)
 > resource bundle.
 
 ```c
@@ -336,7 +336,7 @@
 of the resource at hand. To find this out, use the
 `UResType ures_getType(UResourceBundle* resourceBundle)` API, or the C++ analog
 `UResType getType(void)`. The `UResType` is an enumeration defined in the
-[unicode/ures.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/ures.h)
+[unicode/ures.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/ures.h)
 header file.
 
 > :point_right: **Note**: Indexes of resources in tables do not necessarily
@@ -550,7 +550,7 @@
 | C++      | `UResType getType(void)`                                 |
 
 Gets the type of the resource. For a list of resource types, see:
-[unicode/ures.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/ures.h)
+[unicode/ures.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/ures.h)
 
 | Language | API                                              |
 | -------- | ------------------------------------------------ |
@@ -580,7 +580,7 @@
 Resource bundles are written in its source format. Before using them, they must
 be compiled to the binary format using the `genrb` utility. Currently supported
 source format is a text file. The format is defined in a [formal definition
-file](https://github.com/unicode-org/icu-docs/blob/master/design/bnf_rb.txt).
+file](https://github.com/unicode-org/icu-docs/blob/main/design/bnf_rb.txt).
 
 This is an example of a resource bundle source file:
 
@@ -667,7 +667,7 @@
 ```
 
 Binary format is described in the
-[uresdata.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/uresdata.h)
+[uresdata.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/uresdata.h)
 header file.
 
 ### Resources Syntax
@@ -745,11 +745,11 @@
 ```
 
 For more examples on syntax, take a look at our resource files for
-[locales](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/locales)
+[locales](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/locales)
 and
-[test data](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/testdata),
+[test data](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/testdata),
 especially at the
-[testtypes resource bundle](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/testdata/testtypes.txt).
+[testtypes resource bundle](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/testdata/testtypes.txt).
 
 ### Making Your Own Resource Bundles
 
@@ -801,10 +801,10 @@
 Rolling out your own data takes some practice, especially if you want to package
 it all together. You might want to take a look at how we package data. Good
 places to start (except of course ICU's own
-[data](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/)) are
-[source/test/testdata/](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/testdata/)
+[data](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/)) are
+[source/test/testdata/](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/testdata/)
 and
-[source/samples/ufortune/resources/](https://github.com/unicode-org/icu/blob/master/icu4c/source/samples/ufortune/resources/)
+[source/samples/ufortune/resources/](https://github.com/unicode-org/icu/blob/main/icu4c/source/samples/ufortune/resources/)
 directories.
 
 Also, here is a sample Windows batch file that does compiling and packing of
diff --git a/docs/userguide/strings/characteriterator.md b/docs/userguide/strings/characteriterator.md
index c700217..3d9d1a7 100644
--- a/docs/userguide/strings/characteriterator.md
+++ b/docs/userguide/strings/characteriterator.md
@@ -171,5 +171,5 @@
 ## Additional Sample Code
 
 C/C++: See
-[icu4c/source/samples/citer/](https://github.com/unicode-org/icu/blob/master/icu4c/source/samples/citer/)
+[icu4c/source/samples/citer/](https://github.com/unicode-org/icu/blob/main/icu4c/source/samples/citer/)
 in the ICU source distribution for code samples.
diff --git a/docs/userguide/strings/index.md b/docs/userguide/strings/index.md
index 0e3660e..58ec92d 100644
--- a/docs/userguide/strings/index.md
+++ b/docs/userguide/strings/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Chars and Strings
-nav_order: 3
+nav_order: 600
 has_children: true
 ---
 <!--
@@ -16,7 +16,7 @@
 This section explains how to handle Unicode strings with ICU in C and C++.
 
 Sample code is available in the ICU source code library at
-[icu/source/samples/ustring/ustring.cpp](https://github.com/unicode-org/icu/blob/master/icu4c/source/samples/ustring/ustring.cpp)
+[icu/source/samples/ustring/ustring.cpp](https://github.com/unicode-org/icu/blob/main/icu4c/source/samples/ustring/ustring.cpp)
 .
 
 ## Text Access Overview
diff --git a/docs/userguide/strings/properties.md b/docs/userguide/strings/properties.md
index 6199aa5..003d883 100644
--- a/docs/userguide/strings/properties.md
+++ b/docs/userguide/strings/properties.md
@@ -32,9 +32,9 @@
 https://www.unicode.org/ and https://www.unicode.org/main.html for more information.
 
 Sample code is available in the ICU source code library at
-[icu4c/source/samples/props/props.cpp](https://github.com/unicode-org/icu/blob/master/icu4c/source/samples/props/props.cpp).
+[icu4c/source/samples/props/props.cpp](https://github.com/unicode-org/icu/blob/main/icu4c/source/samples/props/props.cpp).
 See also the source code for the [Unicode
-browser](https://github.com/unicode-org/icu-demos/tree/master/ubrowse) demo
+browser](https://github.com/unicode-org/icu-demos/tree/main/ubrowse) demo
 application, which can be used
 [online](http://demo.icu-project.org/icu-bin/ubrowse) to browse Unicode
 characters with their properties.
@@ -226,7 +226,7 @@
 
 It is done by modifying the Character Database files copied into the ICU source
 tree at
-[icu4c/source/data/unidata](https://github.com/unicode-org/icu/tree/master/icu4c/source/data/unidata).
+[icu4c/source/data/unidata](https://github.com/unicode-org/icu/tree/main/icu4c/source/data/unidata).
 Since ICU 49, most of the properties have been combined into one file,
 unidata/ppucd.txt (see the [Preparsed
 UCD](http://site.icu-project.org/design/props/ppucd) design doc). Some of the
@@ -238,7 +238,7 @@
 modifying one or more of these files, the ICU data needs to be rebuilt, and the
 resulting files need to be checked into the ICU source tree. The files are
 processed by special ICU tools outside of the normal ICU build. The
-[unidata/changes.txt](https://github.com/unicode-org/icu/blob/master/icu4c/source/data/unidata/changes.txt)
+[unidata/changes.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata/changes.txt)
 file documents the process that has been used for the last several Unicode
 version updates; skip the file preparation and API update steps.
 
diff --git a/docs/userguide/strings/stringprep.md b/docs/userguide/strings/stringprep.md
index e9aff2e..7721a8b 100644
--- a/docs/userguide/strings/stringprep.md
+++ b/docs/userguide/strings/stringprep.md
@@ -352,7 +352,7 @@
 
 A web application at <http://demo.icu-project.org/icu-bin/idnbrowser>
 illustrates the use of IDNA API. The source code for the application is
-available at <https://github.com/unicode-org/icu-demos/tree/master/idnbrowser>.
+available at <https://github.com/unicode-org/icu-demos/tree/main/idnbrowser>.
 
 ## Appendix
 
diff --git a/docs/userguide/strings/utext.md b/docs/userguide/strings/utext.md
index c2ae896..f073328 100644
--- a/docs/userguide/strings/utext.md
+++ b/docs/userguide/strings/utext.md
@@ -129,7 +129,7 @@
 ## UText API Functions
 
 The UText API is declared in the ICU header file
-[utext.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/utext.h)
+[utext.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/utext.h)
 
 ### Opening and Closing.
 
@@ -383,6 +383,6 @@
 
 To fully understand what is required to support a new string type with UText, it
 will be necessary to study both the provider function declarations from
-[utext.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/unicode/utext.h)
+[utext.h](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/unicode/utext.h)
 and the existing text provider implementations in
-[utext.cpp](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/utext.cpp).
+[utext.cpp](https://github.com/unicode-org/icu/blob/main/icu4c/source/common/utext.cpp).
diff --git a/docs/userguide/transforms/casemappings.md b/docs/userguide/transforms/casemappings.md
index 3b1dedd..35174bf 100644
--- a/docs/userguide/transforms/casemappings.md
+++ b/docs/userguide/transforms/casemappings.md
@@ -46,7 +46,7 @@
 (uppercase) which form case pairs, but are not used in title case.*
 
 Sample code is available in the ICU source code library at
-[icu/source/samples/ustring/ustring.cpp](https://github.com/unicode-org/icu/blob/master/icu4c/source/samples/ustring/ustring.cpp)
+[icu/source/samples/ustring/ustring.cpp](https://github.com/unicode-org/icu/blob/main/icu4c/source/samples/ustring/ustring.cpp)
 .
 
 Please refer to the following sections in the [The Unicode Standard](http://www.unicode.org/versions/latest/)
diff --git a/docs/userguide/transforms/index.md b/docs/userguide/transforms/index.md
index 575ba7c..c900897 100644
--- a/docs/userguide/transforms/index.md
+++ b/docs/userguide/transforms/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Transforms
-nav_order: 8
+nav_order: 1100
 has_children: true
 ---
 <!--
diff --git a/docs/userguide/transforms/normalization/index.md b/docs/userguide/transforms/normalization/index.md
index fa101c4..86074c2 100644
--- a/docs/userguide/transforms/normalization/index.md
+++ b/docs/userguide/transforms/normalization/index.md
@@ -108,7 +108,7 @@
 
 gennorm2 starts with no data. If you want to include standard Unicode
 Normalization data, use the files in
-[{ICU4C}/source/data/unidata/norm2/](https://github.com/unicode-org/icu/tree/master/icu4c/source/data/unidata/norm2)
+[{ICU4C}/source/data/unidata/norm2/](https://github.com/unicode-org/icu/tree/main/icu4c/source/data/unidata/norm2)
 . You can modify one of them, or provide it together with one or more additional
 files that add or remove mappings.
 
diff --git a/docs/userguide/usefrom/index.md b/docs/userguide/usefrom/index.md
index 811a84c..633f70c 100644
--- a/docs/userguide/usefrom/index.md
+++ b/docs/userguide/usefrom/index.md
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Use From...
-nav_order: 14
+nav_order: 1700
 has_children: true
 ---
 <!--
diff --git a/icu4c/LICENSE b/icu4c/LICENSE
index 5d664a0..ccabadd 100644
--- a/icu4c/LICENSE
+++ b/icu4c/LICENSE
@@ -281,31 +281,29 @@
 
 3. Lao Word Break Dictionary Data (laodict.txt)
 
- #  Copyright (c) 2013 International Business Machines Corporation
- #  and others. All Rights Reserved.
+ # Copyright (C) 2016 and later: Unicode, Inc. and others.
+ # License & terms of use: http://www.unicode.org/copyright.html
+ # Copyright (c) 2015 International Business Machines Corporation
+ # and others. All Rights Reserved.
  #
- # Project: https://github.com/veer66/lao-dictionary
- # Dictionary: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary.txt
- # License: https://github.com/veer66/lao-dictionary/blob/master/Lao-Dictionary-LICENSE.txt
- #              (copied below)
+ # Project: https://github.com/rober42539/lao-dictionary
+ # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
+ # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
+ #          (copied below)
  #
- #  This file is derived from the above dictionary, with slight
- #  modifications.
+ #	This file is derived from the above dictionary version of Nov 22, 2020
  #  ----------------------------------------------------------------------
  #  Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
  #  All rights reserved.
  #
  #  Redistribution and use in source and binary forms, with or without
- #  modification,
- #  are permitted provided that the following conditions are met:
+ #  modification, are permitted provided that the following conditions are met:
  #
- #
- # Redistributions of source code must retain the above copyright notice, this
- #  list of conditions and the following disclaimer. Redistributions in
- #  binary form must reproduce the above copyright notice, this list of
- #  conditions and the following disclaimer in the documentation and/or
- #  other materials provided with the distribution.
- #
+ #  Redistributions of source code must retain the above copyright notice, this
+ #  list of conditions and the following disclaimer. Redistributions in binary
+ #  form must reproduce the above copyright notice, this list of conditions and
+ #  the following disclaimer in the documentation and/or ther materials
+ #  provided with the distribution.
  #
  # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/icu4c/readme.html b/icu4c/readme.html
index edd26f8..e57f6f2 100644
--- a/icu4c/readme.html
+++ b/icu4c/readme.html
@@ -3,7 +3,7 @@
 
 <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
   <head>
-    <title>ReadMe for ICU 69.1</title>
+    <title>ReadMe for ICU4C</title>
     <meta name="COPYRIGHT" content=
     "Copyright (C) 2016 and later: Unicode, Inc. and others. License &amp; terms of use: http://www.unicode.org/copyright.html"/>
     <!-- meta name="COPYRIGHT" content=
@@ -16,1896 +16,10 @@
 	<link type="text/css" href="./icu4c.css" rel="stylesheet"/>
   </head>
 
-<!--
-    classes to use with the "body" -
-        draft - if the release note is itself a draft (May be combined with the other two)
-        rc  - if the release note is a release candidate
-        milestone - if the release note is a milestone release
--->
 
-  <!-- <body> -->
-  <body class="rc">
-    <p class="only-draft"><b>Note:</b> This is a draft readme.</p>
-
-    <h1>
-      <span class="only-draft">DRAFT</span>
-      International Components for Unicode<br/>
-      <span class="only-rc">Release Candidate</span>
-      <!-- <span class="only-milestone">(Milestone Release)</span> -->
-      <span class="only-milestone">(Preview Release)</span>
-      <abbr title="International Components for Unicode">ICU</abbr> 69.1 ReadMe
-    </h1>
-
-    <!-- Most of the time we shouldn't need to comment/uncomment this paragraph, just change the body class -->
-    <!-- <p class="note only-milestone">This is a development milestone release of ICU
-      This milestone is intended for those wishing to get an early look at new features and API changes.
-      It is not recommended for production use.</p> -->
-    <p class="note only-milestone">This is a preview release of ICU.
-      It is not recommended for production use.</p>
-
-    <!-- Shouldn't need to comment/uncomment this paragraph, just change the body class -->
-    <p class="note only-rc">This is a release candidate version of ICU4C.
-      It is not recommended for production use.</p>
-
-    <p>Last updated: 2021-Mar-16<br/>
-      Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
-      <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
-      Copyright &copy; 1997-2016 International Business Machines Corporation and others.
-      All Rights Reserved.</p>
-    <!-- Remember that there is a copyright at the end too -->
-    <hr/>
-
-    <h2 class="TOC">Table of Contents</h2>
-
-    <ul class="TOC">
-      <li><a href="#Introduction">Introduction</a></li>
-
-      <li><a href="#GettingStarted">Getting Started</a></li>
-
-      <li><a href="#News">What Is New In This Release?</a></li>
-
-      <li><a href="#Download">How To Download the Source Code</a></li>
-
-      <li><a href="#SourceCode">ICU Source Code Organization</a></li>
-
-      <li>
-        <a href="#HowToBuild">How To Build And Install ICU</a>
-
-        <ul >
-          <li><a href="#RecBuild">Recommended Build Options</a></li>
-
-          <li><a href="#UserConfig">User-Configurable Settings</a></li>
-
-          <li><a href="#HowToBuildWindows">Windows</a></li>
-
-          <li><a href="#HowToBuildCygwin">Cygwin</a></li>
-
-          <li><a href="#HowToBuildUNIX">UNIX</a></li>
-
-          <li><a href="#HowToBuildZOS">z/OS (os/390)</a></li>
-
-          <li><a href="#HowToBuildOS400">IBM i family (IBM i, i5/OS, OS/400)</a></li>
-
-		  <li><a href="#HowToCrossCompileICU">How to Cross Compile ICU</a></li>
-        </ul>
-      </li>
-
-
-      <li><a href="#HowToPackage">How To Package ICU</a></li>
-
-      <li>
-        <a href="#ImportantNotes">Important Notes About Using ICU</a>
-
-        <ul >
-          <li><a href="#ImportantNotesMultithreaded">Using ICU in a Multithreaded
-          Environment</a></li>
-
-          <li><a href="#ImportantNotesWindows">Windows Platform</a></li>
-
-          <li><a href="#ImportantNotesUNIX">UNIX Type Platforms</a></li>
-        </ul>
-      </li>
-
-      <li>
-        <a href="#PlatformDependencies">Platform Dependencies</a>
-
-        <ul >
-          <li><a href="#PlatformDependenciesNew">Porting To A New
-          Platform</a></li>
-
-          <li><a href="#PlatformDependenciesImpl">Platform Dependent
-          Implementations</a></li>
-        </ul>
-      </li>
-    </ul>
-    <hr />
-
-    <h2><a name="Introduction" href="#Introduction" id=
-    "Introduction">Introduction</a></h2>
-
-    <p>Today's software market is a global one in which it is desirable to
-    develop and maintain one application (single source/single binary) that
-    supports a wide variety of languages. The International Components for
-    Unicode (ICU) libraries provide robust and full-featured Unicode services on
-    a wide variety of platforms to help this design goal. The ICU libraries
-    provide support for:</p>
-
-    <ul>
-      <li>The latest version of the Unicode standard</li>
-
-      <li>Character set conversions with support for over 220 codepages</li>
-
-      <li>Locale data for more than 300 locales</li>
-
-      <li>Language sensitive text collation (sorting) and searching based on the
-      Unicode Collation Algorithm (=ISO 14651)</li>
-
-      <li>Regular expression matching and Unicode sets</li>
-
-      <li>Transformations for normalization, upper/lowercase, script
-      transliterations (50+ pairs)</li>
-
-      <li>Resource bundles for storing and accessing localized information</li>
-
-      <li>Date/Number/Message formatting and parsing of culture specific
-      input/output formats</li>
-
-      <li>Calendar specific date and time manipulation</li>
-
-      <li>Text boundary analysis for finding characters, word and sentence
-      boundaries</li>
-    </ul>
-
-    <p>ICU has a sister project ICU4J that extends the internationalization
-    capabilities of Java to a level similar to ICU. The ICU C/C++ project is also
-    called ICU4C when a distinction is necessary.</p>
-
-    <h2><a name="GettingStarted" href="#GettingStarted" id=
-    "GettingStarted">Getting started</a></h2>
-
-    <p>This document describes how to build and install ICU on your machine. For
-    other information about ICU please see the following table of links.<br />
-     The ICU homepage also links to related information about writing
-    internationalized software.</p>
-
-    <table class="docTable" summary="These are some useful links regarding ICU and internationalization in general.">
-      <caption>
-        Here are some useful links regarding ICU and internationalization in
-        general.
-      </caption>
-
-      <tr>
-        <td>ICU, ICU4C &amp; ICU4J Homepage</td>
-
-        <td><a href=
-        "http://icu-project.org/">http://icu-project.org/</a></td>
-      </tr>
-
-      <tr>
-        <td>FAQ - Frequently Asked Questions about ICU</td>
-
-        <td><a href=
-        "https://unicode-org.github.io/icu/userguide/icufaq">https://unicode-org.github.io/icu/userguide/icufaq</a></td>
-      </tr>
-
-      <tr>
-        <td>ICU User's Guide</td>
-
-        <td><a href=
-        "https://unicode-org.github.io/icu/userguide/">https://unicode-org.github.io/icu/userguide/</a></td>
-      </tr>
-
-      <tr>
-        <td>How To Use ICU</td>
-
-        <td><a href=
-        "https://unicode-org.github.io/icu/userguide/howtouseicu">https://unicode-org.github.io/icu/userguide/howtouseicu</a></td>
-      </tr>
-
-      <tr>
-        <td>Download ICU Releases</td>
-
-        <td><a href=
-        "http://site.icu-project.org/download">http://site.icu-project.org/download</a></td>
-      </tr>
-
-      <tr>
-        <td>ICU4C API Documentation Online</td>
-
-        <td><a href=
-        "http://icu-project.org/apiref/icu4c/">http://icu-project.org/apiref/icu4c/</a></td>
-      </tr>
-
-      <tr>
-        <td>Online ICU Demos</td>
-
-        <td><a href=
-        "http://demo.icu-project.org/icu-bin/icudemos">http://demo.icu-project.org/icu-bin/icudemos</a></td>
-      </tr>
-
-      <tr>
-        <td>Contacts and Bug Reports/Feature Requests</td>
-
-        <td><a href=
-        "http://site.icu-project.org/contacts">http://site.icu-project.org/contacts</a></td>
-      </tr>
-    </table>
-
-    <p><strong>Important:</strong> Please make sure you understand the <a href=
-    "http://source.icu-project.org/repos/icu/trunk/icu4c/LICENSE">Copyright and License Information</a>.</p>
-
-
-    <h2><a name="News" href="#News" id="News">What Is New In This Release?</a></h2>
-
-    <p>See the <a href="http://site.icu-project.org/download/69">ICU 69 download page</a>
-    for more information on this release, including any other changes, bug fixes, known issues,
-    changes to supported platforms and build environments,
-    and migration issues for existing applications migrating from previous ICU releases.</p>
-
-    <p>See the <a href="APIChangeReport.html">API Change Report</a> for a complete list of
-    APIs added, removed, or changed in this release.</p>
-
-    <p><a name="RecentPreviousChanges" id="RecentPreviousChanges"></a>For
-    changes in previous releases, see the
-    main <a href="http://site.icu-project.org/download">ICU download page</a>
-    with its version-specific subpages.</p>
-
-
-    <h2><a name="Download" href="#Download" id="Download">How To Download the
-    Source Code</a></h2>
-
-    <p>There are two ways to download ICU releases:</p>
-
-    <ul>
-      <li><strong>Official Release Snapshot:</strong><br />
-       If you want to use ICU (as opposed to developing it), you should download
-      an official packaged version of the ICU source code. These versions are
-      tested more thoroughly than day-to-day development builds of the system,
-      and they are packaged in zip and tar files for convenient download. These
-      packaged files can be found at <a href=
-      "http://site.icu-project.org/download">http://site.icu-project.org/download</a>.<br />
-       The packaged snapshots are named <strong>icu-nnnn.zip</strong> or
-      <strong>icu-nnnn.tgz</strong>, where nnnn is the version number. The .zip
-      file is used for Windows platforms, while the .tgz file is preferred on
-      most other platforms.<br />
-       Please unzip this file. </li>
-
-      <li><strong>GitHub Source Repository:</strong><br />
-       If you are interested in developing features, patches, or bug fixes for
-      ICU, you should probably be working with the latest version of the ICU
-      source code. You will need to clone and checkout the code from our GitHub repository to
-      ensure that you have the most recent version of all of the files. See our
-      <a href="http://site.icu-project.org/repository">source
-      repository</a> for details.</li>
-    </ul>
-
-    <h2><a name="SourceCode" href="#SourceCode" id="SourceCode">ICU Source Code
-    Organization</a></h2>
-
-    <p>In the descriptions below, <strong><i>&lt;ICU&gt;</i></strong> is the full
-    path name of the ICU directory (the top level directory from the distribution
-    archives) in your file system. You can also view the <a href=
-    "https://unicode-org.github.io/icu/userguide/design">ICU Architectural
-    Design</a> section of the User's Guide to see which libraries you need for
-    your software product. You need at least the data (<code>[lib]icudt</code>)
-    and the common (<code>[lib]icuuc</code>) libraries in order to use ICU.</p>
-
-    <table class="docTable" summary="The following files describe the code drop.">
-      <caption>
-        The following files describe the code drop.
-      </caption>
-
-      <tr>
-        <th scope="col">File</th>
-
-        <th scope="col">Description</th>
-      </tr>
-
-      <tr>
-        <td>readme.html</td>
-
-        <td>Describes the International Components for Unicode (this file)</td>
-      </tr>
-
-      <tr>
-        <td>LICENSE</td>
-
-        <td>Contains the text of the ICU license</td>
-      </tr>
-    </table>
-
-    <p><br />
-    </p>
-
-    <table class="docTable" summary=
-    "The following directories contain source code and data files.">
-      <caption>
-        The following directories contain source code and data files.
-      </caption>
-
-      <tr>
-        <th scope="col">Directory</th>
-
-        <th scope="col">Description</th>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>common</b>/</td>
-
-        <td>The core Unicode and support functionality, such as resource bundles,
-        character properties, locales, codepage conversion, normalization,
-        Unicode properties, Locale, and UnicodeString.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>i18n</b>/</td>
-
-        <td>Modules in i18n are generally the more data-driven, that is to say
-        resource bundle driven, components. These deal with higher-level
-        internationalization issues such as formatting, collation, text break
-        analysis, and transliteration.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>layoutex</b>/</td>
-
-        <td>Contains the ICU paragraph layout engine.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>io</b>/</td>
-
-        <td>Contains the ICU I/O library.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>data</b>/</td>
-
-        <td>
-          <p>This directory contains the source data in text format, which is
-          compiled into binary form during the ICU build process. It contains
-          several subdirectories, in which the data files are grouped by
-          function. Note that the build process must be run again after any
-          changes are made to this directory.</p>
-
-          <p>If some of the following directories are missing, it's probably
-          because you got an official download. If you need the data source files
-          for customization, then please download the complete ICU source code from <a
-          href="http://site.icu-project.org/repository">the ICU repository</a>.</p>
-
-          <ul>
-            <li><b>in/</b> A directory that contains a pre-built data library for
-            ICU. A standard source code package will contain this file without
-            several of the following directories. This is to simplify the build
-            process for the majority of users and to reduce platform porting
-            issues.</li>
-
-            <li><b>brkitr/</b> Data files for character, word, sentence, title
-            casing and line boundary analysis.</li>
-
-            <li><b>coll/</b> Data for collation tailorings. The makefile
-            <b>colfiles.mk</b> contains the list of resource bundle files.</li>
-
-            <li><b>locales/</b> These .txt files contain ICU language and
-            culture-specific localization data. Two special bundles are
-            <b>root</b>, which is the fallback data and parent of other bundles,
-            and <b>index</b>, which contains a list of installed bundles. The
-            makefile <b>resfiles.mk</b> contains the list of resource bundle
-            files. Some of the locale data is split out into the type-specific
-            directories curr, lang, region, unit, and zone, described below.</li>
-
-            <li><b>curr/</b> Locale data for currency symbols and names (including
-            plural forms), with its own makefile <b>resfiles.mk</b>.</li>
-
-            <li><b>lang/</b> Locale data for names of languages, scripts, and locale
-            key names and values, with its own makefile <b>resfiles.mk</b>.</li>
-
-            <li><b>region/</b> Locale data for names of regions, with its own
-            makefile <b>resfiles.mk</b>.</li>
-
-            <li><b>unit/</b> Locale data for measurement unit patterns and names, 
-            with its own makefile <b>resfiles.mk</b>.</li>
-
-            <li><b>zone/</b> Locale data for time zone names, with its own
-            makefile <b>resfiles.mk</b>.</li>
-
-            <li><b>mappings/</b> Here are the code page converter tables. These
-            .ucm files contain mappings to and from Unicode. These are compiled
-            into .cnv files. <b>convrtrs.txt</b> is the alias mapping table from
-            various converter name formats to ICU internal format and vice versa.
-            It produces cnvalias.icu. The makefiles <b>ucmfiles.mk,
-            ucmcore.mk,</b> and <b>ucmebcdic.mk</b> contain the list of
-            converters to be built.</li>
-
-            <li><b>translit/</b> This directory contains transliterator rules as
-            resource bundles, a makefile <b>trnsfiles.mk</b> containing the list
-            of installed system translitaration files, and as well the special
-            bundle <b>translit_index</b> which lists the system transliterator
-            aliases.</li>
-
-            <li><b>unidata/</b> This directory contains the Unicode data files.
-            Please see <a href=
-            "http://www.unicode.org/">http://www.unicode.org/</a> for more
-            information.</li>
-
-            <li><b>misc/</b> The misc directory contains other data files which
-            did not fit into the above categories, including time zone
-            information, region-specific data, and other data derived from CLDR
-            supplemental data.</li>
-
-            <li><b>out/</b> This directory contains the assembled memory mapped
-            files.</li>
-
-            <li><b>out/build/</b> This directory contains intermediate (compiled)
-            files, such as .cnv, .res, etc.</li>
-          </ul>
-
-          <p>If you are creating a special ICU build, you can set the ICU_DATA
-          environment variable to the out/ or the out/build/ directories, but
-          this is generally discouraged because most people set it incorrectly.
-          You can view the <a href=
-          "https://unicode-org.github.io/icu/userguide/icudata">ICU Data
-          Management</a> section of the ICU User's Guide for details.</p>
-        </td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/test/<b>intltest</b>/</td>
-
-        <td>A test suite including all C++ APIs. For information about running
-        the test suite, see the build instructions specific to your platform
-        later in this document.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/test/<b>cintltst</b>/</td>
-
-        <td>A test suite written in C, including all C APIs. For information
-        about running the test suite, see the build instructions specific to your
-        platform later in this document.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/test/<b>iotest</b>/</td>
-
-        <td>A test suite written in C and C++ to test the icuio library. For
-        information about running the test suite, see the build instructions
-        specific to your platform later in this document.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/test/<b>testdata</b>/</td>
-
-        <td>Source text files for data, which are read by the tests. It contains
-        the subdirectories <b>out/build/</b> which is used for intermediate
-        files, and <b>out/</b> which contains <b>testdata.dat.</b></td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>tools</b>/</td>
-
-        <td>Tools for generating the data files. Data files are generated by
-        invoking <i>&lt;ICU&gt;</i>/source/data/build/makedata.bat on Win32 or
-        <i>&lt;ICU&gt;</i>/source/make on UNIX.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>samples</b>/</td>
-
-        <td>Various sample programs that use ICU</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>extra</b>/</td>
-
-        <td>Non-supported API additions. Currently, it contains the 'uconv' tool
-        to perform codepage conversion on files.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/<b>packaging</b>/</td>
-
-        <td>This directory contain scripts and tools for packaging the final
-        ICU build for various release platforms.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>config</b>/</td>
-
-        <td>Contains helper makefiles for platform specific build commands. Used
-        by 'configure'.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/source/<b>allinone</b>/</td>
-
-        <td>Contains top-level ICU workspace and project files, for instance to
-        build all of ICU under one MSVC project.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/<b>include</b>/</td>
-
-        <td>Contains the headers needed for developing software that uses ICU on
-        Windows.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/<b>lib</b>/</td>
-
-        <td>Contains the import libraries for linking ICU into your Windows
-        application.</td>
-      </tr>
-
-      <tr>
-        <td><i>&lt;ICU&gt;</i>/<b>bin</b>/</td>
-
-        <td>Contains the libraries and executables for using ICU on Windows.</td>
-      </tr>
-    </table>
-    <!-- end of ICU structure ==================================== -->
-
-    <h2><a name="HowToBuild" href="#HowToBuild" id="HowToBuild">How To Build And
-    Install ICU</a></h2>
-
-    <h3><a name="RecBuild" href="#RecBuild" id=
-    "RecBuild">Recommended Build Options</a></h3>
-
-    <p>Depending on the platform and the type of installation,
-    we recommend a small number of modifications and build options.
-    Note that C99 compatibility is now required.</p>
-    <ul>
-      <li><b>Namespace (ICU 61 and later):</b>
-        Since ICU 61, call sites need to qualify ICU types explicitly,
-        for example <code>icu::UnicodeString</code>,
-        or do <code>using icu::UnicodeString;</code> where appropriate.
-        If your code relies on the "using namespace icu;" that used to be in unicode/uversion.h,
-        then you need to update your code.<br />
-        You could temporarily (until you have more time to update your code)
-        revert to the default "using"
-        via <code>-DU_USING_ICU_NAMESPACE=1</code>
-        or by modifying unicode/uversion.h:
-<pre>Index: icu4c/source/common/unicode/uversion.h
-===================================================================
---- icu4c/source/common/unicode/uversion.h      (revision 40704)
-+++ icu4c/source/common/unicode/uversion.h      (working copy)
-@@ -127,7 +127,7 @@
-                 defined(U_LAYOUTEX_IMPLEMENTATION) || defined(U_TOOLUTIL_IMPLEMENTATION)
- #           define U_USING_ICU_NAMESPACE 0
- #       else
--#           define U_USING_ICU_NAMESPACE 0
-+#           define U_USING_ICU_NAMESPACE 1
- #       endif
- #   endif
- #   if U_USING_ICU_NAMESPACE
-</pre>
-      </li>
-      <li><b>Namespace (ICU 60 and earlier):</b> By default, unicode/uversion.h has
-        "using namespace icu;" which defeats much of the purpose of the namespace.
-        (This is for historical reasons: Originally, ICU4C did not use namespaces,
-        and some compilers did not support them. The default "using" statement
-        preserves source code compatibility.)<br />
-        You should turn this off
-         via <code>-DU_USING_ICU_NAMESPACE=0</code>
-        or by modifying unicode/uversion.h:
-<pre>Index: source/common/unicode/uversion.h
-===================================================================
---- source/common/unicode/uversion.h    (revision 26606)
-+++ source/common/unicode/uversion.h    (working copy)
-@@ -180,7 +180,8 @@
- #   define U_NAMESPACE_QUALIFIER U_ICU_NAMESPACE::
-
- #   ifndef U_USING_ICU_NAMESPACE
--#       define U_USING_ICU_NAMESPACE 1
-+        // Set to 0 to force namespace declarations in ICU usage.
-+#       define U_USING_ICU_NAMESPACE 0
- #   endif
- #   if U_USING_ICU_NAMESPACE
-         U_NAMESPACE_USE
-</pre>
-        ICU call sites then either qualify ICU types explicitly,
-        for example <code>icu::UnicodeString</code>,
-        or do <code>using icu::UnicodeString;</code> where appropriate.</li>
-      <li><b>Hardcode the default charset to UTF-8:</b> On platforms where
-        the default charset is always UTF-8,
-        like MacOS X and some Linux distributions,
-        we recommend hardcoding ICU's default charset to UTF-8.
-        This means that some implementation code becomes simpler and faster,
-        and statically linked ICU libraries become smaller.
-        (See the <a href="http://icu-project.org/apiref/icu4c/platform_8h.html#a0a33e1edf3cd23d9e9c972b63c9f7943">U_CHARSET_IS_UTF8</a>
-        API documentation for more details.)<br />
-        You can <code>-DU_CHARSET_IS_UTF8=1</code> or
-        modify unicode/utypes.h (in ICU 4.8 and below)
-        or modify unicode/platform.h (in ICU 49 and higher):
-<pre>Index: source/common/unicode/utypes.h
-===================================================================
---- source/common/unicode/utypes.h      (revision 26606)
-+++ source/common/unicode/utypes.h      (working copy)
-@@ -160,7 +160,7 @@
-  * @see UCONFIG_NO_CONVERSION
-  */
- #ifndef U_CHARSET_IS_UTF8
--#   define U_CHARSET_IS_UTF8 0
-+#   define U_CHARSET_IS_UTF8 1
- #endif
-
- /*===========================================================================*/
-</pre></li>
-      <li><b>UnicodeString constructors:</b> The UnicodeString class has
-        several single-argument constructors that are not marked "explicit"
-        for historical reasons.
-        This can lead to inadvertent construction of a <code>UnicodeString</code>
-        with a single character by using an integer,
-        and it can lead to inadvertent dependency on the conversion framework
-        by using a C string literal.<br />
-        Beginning with ICU 49, you should do the following:
-        <ul>
-          <li>Consider marking the from-<code>UChar</code>
-            and from-<code>UChar32</code> constructors explicit via
-            <code>-DUNISTR_FROM_CHAR_EXPLICIT=explicit</code> or similar.</li>
-          <li>Consider marking the from-<code>const char*</code> and
-            from-<code>const UChar*</code> constructors explicit via
-            <code>-DUNISTR_FROM_STRING_EXPLICIT=explicit</code> or similar.</li>
-        </ul>
-        Note: The ICU test suites cannot be compiled with these settings.
-      </li>
-      <li><b>utf.h, utf8.h, utf16.h, utf_old.h:</b>
-        By default, utypes.h (and thus almost every public ICU header)
-        includes all of these header files.
-        Often, none of them are needed, or only one or two of them.
-        All of utf_old.h is deprecated or obsolete.<br />
-        Beginning with ICU 49,
-        you should define <code>U_NO_DEFAULT_INCLUDE_UTF_HEADERS</code> to 1
-        (via -D or uconfig.h, as above)
-        and include those header files explicitly that you actually need.<br />
-        Note: The ICU test suites cannot be compiled with this setting.</li>
-      <li><b>utf_old.h:</b>
-        All of utf_old.h is deprecated or obsolete.<br />
-        Beginning with ICU 60,
-        you should define <code>U_HIDE_OBSOLETE_UTF_OLD_H</code> to 1
-        (via -D or uconfig.h, as above).
-        Use of any of these macros should be replaced as noted
-        in the comments for the obsolete macro.<br />
-        Note: The ICU test suites <i>can</i> be compiled with this setting.</li>
-      <li><b>.dat file:</b> By default, the ICU data is built into
-        a shared library (DLL). This is convenient because it requires no
-        install-time or runtime configuration,
-        but the library is platform-specific and cannot be modified.
-        A .dat package file makes the opposite trade-off:
-        Platform-portable (except for endianness and charset family, which
-        can be changed with the icupkg tool)
-        and modifiable (also with the icupkg tool).
-        If a path is set, then single data files (e.g., .res files)
-        can be copied to that location to provide new locale data
-        or conversion tables etc.<br />
-        The only drawback with a .dat package file is that the application
-        needs to provide ICU with the file system path to the package file
-        (e.g., by calling <code>u_setDataDirectory()</code>)
-        or with a pointer to the data (<code>udata_setCommonData()</code>)
-        before other ICU API calls.
-        This is usually easy if ICU is used from an application where
-        <code>main()</code> takes care of such initialization.
-        It may be hard if ICU is shipped with
-        another shared library (such as the Xerces-C++ XML parser)
-        which does not control <code>main()</code>.<br />
-        See the <a href="https://unicode-org.github.io/icu/userguide/icudata">User Guide ICU Data</a>
-        chapter for more details.<br />
-        If possible, we recommend building the .dat package.
-        Specify <code>--with-data-packaging=archive</code>
-        on the configure command line, as in<br />
-        <code>runConfigureICU Linux --with-data-packaging=archive</code><br />
-        (Read the configure script's output for further instructions.
-        On Windows, the Visual Studio build generates both the .dat package
-        and the data DLL.)<br />
-        Be sure to install and use the tiny stubdata library
-        rather than the large data DLL.</li>
-      <li><b>Static libraries:</b> It may make sense to build the ICU code
-        into static libraries (.a) rather than shared libraries (.so/.dll).
-        Static linking reduces the overall size of the binary by removing
-        code that is never called.<br />
-        Example configure command line:<br />
-        <code>runConfigureICU Linux --enable-static --disable-shared</code></li>
-      <li><b>Out-of-source build:</b> It is usually desirable to keep the ICU
-        source file tree clean and have build output files written to
-        a different location. This is called an "out-of-source build".
-        Simply invoke the configure script from the target location:
-<pre>~/icu$ git clone export https://github.com/unicode-org/icu.git
-~/icu$ mkdir icu4c-build
-~/icu$ cd icu4c-build
-~/icu/icu4c-build$ ../icu/icu4c/source/runConfigureICU Linux
-~/icu/icu4c-build$ make check</pre><br/>
-        (Note: this example shows a relative path to
-         <code>runConfigureICU</code>. If you experience difficulty,
-         try using an absolute path to <code>runConfigureICU</code>
-         instead.)
-      </li>
-    </ul>
-    <h4>ICU as a System-Level Library</h4>
-    <p>If ICU is installed as a system-level library, there are further
-      opportunities and restrictions to consider.
-      For details, see the <em>Using ICU as an Operating System Level Library</em>
-      section of the <a href="https://unicode-org.github.io/icu/userguide/design">User Guide ICU Architectural Design</a> chapter.</p>
-    <ul>
-      <li><b>Data path:</b> For a system-level library, it is best to load
-        ICU data from the .dat package file because the file system path
-        to the .dat package file can be hardcoded. ICU will automatically set
-        the path to the final install location using U_ICU_DATA_DEFAULT_DIR.
-        Alternatively, you can set <code>-DICU_DATA_DIR=/path/to/icu/data</code>
-        when building the ICU code. (Used by source/common/putil.c.)<br/>
-        Consider also setting <code>-DICU_NO_USER_DATA_OVERRIDE</code>
-        if you do not want the "ICU_DATA" environment variable to be used.
-        (An application can still override the data path via
-        <code>u_setDataDirectory()</code> or
-        <code>udata_setCommonData()</code>.</li>
-      <li><b>Hide draft API:</b> API marked with <code>@draft</code>
-        is new and not yet stable. Applications must not rely on unstable
-        APIs from a system-level library.
-        Define <code>U_HIDE_DRAFT_API</code>, <code>U_HIDE_INTERNAL_API</code>
-        and <code>U_HIDE_SYSTEM_API</code>
-        by modifying unicode/utypes.h before installing it.</li>
-      <li><b>Only C APIs:</b> Applications must not rely on C++ APIs from a
-        system-level library because binary C++ compatibility
-        across library and compiler versions is very hard to achieve.
-        Most ICU C++ APIs are in header files that contain a comment with
-        <code>\brief C++ API</code>.
-        Consider not installing these header files, or define <code>U_SHOW_CPLUSPLUS_API</code>
-        to be <code>0</code> by modifying unicode/utypes.h before installing it.</li>
-      <li><b>Disable renaming:</b> By default, ICU library entry point names
-        have an ICU version suffix. Turn this off for a system-level installation,
-        to enable upgrading ICU without breaking applications. For example:<br />
-        <code>runConfigureICU Linux --disable-renaming</code><br />
-        The public header files from this configuration must be installed
-        for applications to include and get the correct entry point names.</li>
-    </ul>
-
-    <h3><a name="UserConfig" href="#UserConfig" id="UserConfig">User-Configurable Settings</a></h3>
-    <p>ICU4C can be customized via a number of user-configurable settings.
-    Many of them are controlled by preprocessor macros which are
-    defined in the <code>source/common/unicode/uconfig.h</code> header file.
-    Some turn off parts of ICU, for example conversion or collation,
-    trading off a smaller library for reduced functionality.
-    Other settings are recommended (see previous section)
-    but their default values are set for better source code compatibility.</p>
-
-    <p>In order to change such user-configurable settings, you can
-    either modify the <code>uconfig.h</code> header file by adding
-    a specific <code>#define ...</code> for one or more of the macros
-    before they are first tested,
-    or set the compiler's preprocessor flags (<code>CPPFLAGS</code>) to include
-    an equivalent <code>-D</code> macro definition.</p>
-
-    <h3><a name="HowToBuildWindows" href="#HowToBuildWindows" id=
-    "HowToBuildWindows">How To Build And Install On Windows</a></h3>
-
-    <p>Building International Components for Unicode requires:</p>
-
-    <ul>
-      <li>Microsoft Windows</li>
-
-      <li>Microsoft Visual C++ (part of <a href="https://www.visualstudio.com/">Visual Studio</a>) (from either Visual Studio 2015 or Visual Studio 2017)</li>
-      
-      <li><i><b>Optional:</b></i> A version of the <a href="https://developer.microsoft.com/windows/downloads">Windows 10 SDK</a> (if you want to build the UWP projects)</li>
-    </ul>
-        <p class="note"><a href="#HowToBuildCygwin">Cygwin</a> is required if using a version of MSVC other than the one
-        compatible with the supplied project files or if other compilers are used to build ICU. (e.g. GCC)</p>
-
-    <p>The steps are:</p>
-
-    <ol>
-      <li>Unzip the <tt>icu-XXXX.zip</tt> file into any convenient location.<br/>
-        <ul class="no-left-margin">
-          <li>You can use the built-in zip functionality of Windows Explorer to do this.
-          Right-click on the .zip file and choose the "Extract All" option from the context menu.
-          This will open a new window where you can choose the output location to put the files.</li>
-          <li>Alternatively, you can use a 3<sup>rd</sup> party GUI tool like 7-Zip or WinZip to do this as well.</li>
-        </ul>
-      </li>
-
-      <li>Be sure that the ICU binary directory, (ex: <i>&lt;ICU&gt;</i><tt>\bin\</tt>), is
-      included in the <strong>PATH</strong> environment variable. The tests will
-      not work without the location of the ICU DLL files in the path.
-      Note that the binary directory name can depend on what architecture you select when you compile ICU.
-      For x86 or 32-bit builds, the binary directory is "<tt>bin</tt>". Whereas for x64 or 64-bit builds
-      the binary directory is "<tt>bin64</tt>".
-      </li>
-
-      <li>Open the "<i>&lt;ICU&gt;</i><tt>\source\allinone\allinone.sln</tt>" solution
-      file in 'Visual Studio 2017'. (This solution includes all the
-      International Components for Unicode libraries, necessary ICU building
-      tools, and the test suite projects). Please see the 
-      <a href="#HowToBuildWindowsCommandLine">command line note below</a> if you want to
-      build from the command line instead.</li>
-
-      <li>If you are building using 'Visual Studio 2015' instead, or if you are building the UWP projects and you have a different
-      version of the Windows 10 SDK installed you will first need to modify the two "<tt>Build.Windows.*.props</tt>" files
-      in the "<tt>allinone</tt>" directory before you can open the "allinone" solution file.
-      Please see the notes below about <a href="#HowToUseOtherVSVersions">building with other versions of Visual Studio</a> and the 
-      notes on <a href="#HowToRetargetTheWin10SDK">re-targeting the Windows 10 SDK for the UWP projects</a> for details. Alternatively,
-      you can <a href="#HowToSkipBuildingUWP">skip building the UWP projects</a> entirely as well.
-      </li>
-      
-      <li>Set the active platform to "Win32" or "x64" (See <a href="#HowToBuildWindowsPlatform">Windows platform note</a> below)
-      and configuration to "Debug" or "Release" (See <a href="#HowToBuildWindowsConfig">Windows configuration note</a> below).</li>
-
-      <li>Choose the "Build" menu and select "Rebuild Solution". If you want to
-      build the Debug and Release at the same time, see the <a href=
-      "#HowToBuildWindowsBatch">batch configuration note</a> below.</li>
-
-      <li>Run the tests. They can be run from the command line or from within Visual Studio.
-
-        <h4>Running the Tests from the Windows Command Line (cmd)</h4>
-        <ul>
-          <li>The general syntax is:<br />
-              <div class="indent">
-                <tt><i>&lt;ICU&gt;</i>\source\allinone\icucheck.bat  <i>Platform</i> <i>Configuration</i></tt>
-              </div>
-          </li>
-          <li>So, for example for x86 (32-bit) and Debug, use the following:<br />
-              <samp><i>&lt;ICU&gt;</i>\source\allinone\icucheck.bat  <b>x86</b> <b>Debug</b></samp>
-              For x86 (32-bit) and Release:
-              <samp><i>&lt;ICU&gt;</i>\source\allinone\icucheck.bat  <b>x86</b> <b>Release</b></samp>
-              For x64 (64-bit) and Debug:
-              <samp><i>&lt;ICU&gt;</i>\source\allinone\icucheck.bat  <b>x64</b> <b>Debug</b></samp>
-              For x64 (64-bit) and Release:
-              <samp><i>&lt;ICU&gt;</i>\source\allinone\icucheck.bat  <b>x64</b> <b>Release</b></samp>
-          </li>
-        </ul>
-
-        <h4>Running the Tests from within Visual Studio</h4>
-
-        <ol>
-          <li>Run the C++ test suite, "<tt>intltest</tt>". To do this: set the active startup
-          project to "intltest", and press Ctrl+F5 to run it. Make sure that it
-          passes without any errors.</li>
-
-          <li>Run the C test suite, "<tt>cintltst</tt>". To do this: set the active startup
-          project to "cintltst", and press Ctrl+F5 to run it. Make sure that it
-          passes without any errors.</li>
-
-          <li>Run the I/O test suite, "<tt>iotest</tt>". To do this: set the active startup
-          project to "iotest", and press Ctrl+F5 to run it. Make sure that it passes
-          without any errors.</li>
-        </ol>
-	    </li>
-
-      <li>You are now able to develop applications with ICU by using the
-      libraries and tools in <tt><i>&lt;ICU&gt;</i>\bin\</tt>. The headers are in
-      <tt><i>&lt;ICU&gt;</i>\include\</tt> and the link libraries are in
-      <tt><i>&lt;ICU&gt;</i>\lib\</tt>. To install the ICU runtime on a machine, or ship
-      it with your application, copy the needed components from
-      <tt><i>&lt;ICU&gt;</i>\bin\</tt> to a location on the system PATH or to your
-      application directory.</li>
-    </ol>
-
-    <p><a name="HowToUseOtherVSVersions" id="HowToUseOtherVSVersions">
-    <strong>Building with other versions of Visual Studio Note:</strong></a>
-    The particular version of the MSVC compiler tool-set (and thus the corresponding version of Visual Studio) that
-    is used to compile ICU is determined by the "<tt>PlatformToolset</tt>" property. This property is stored in two
-    different shared files that are used to set common configuration settings amongst the various ICU "<tt>*.vcxproj</tt>" project files.
-    
-    For the non-UWP projects, this setting is in the shared file called "<tt>Build.Windows.ProjectConfiguration.props</tt>" located
-    in the "allinone" directory.
-    
-    For the UWP projects, this setting is in the shared file called "<tt>Build.Windows.UWP.ProjectConfiguration.props</tt>", also 
-    located in the "allinone" directory.
-    <br/>
-    The value of <tt>v140</tt> corresponds to the Visual Studio 2015 compiler tool set, whereas the value of
-    <tt>v141</tt> corresponds to the Visual Studio 2017 compiler tool set.
-    
-    <br/>In order to build the non-UWP projects with Visual Studio 2015 you will need to modify the file
-    called "<tt>Build.Windows.ProjectConfiguration.props</tt>" to change the value of the <tt>PlatformToolset</tt> property.
-    
-    Note however that Visual Studio 2017 is required for building the UWP projects.
-    </p>
-    
-    <p>Please consider: Using older versions of the MSVC compiler is generally not recommended due to the improved support for the C++11 standard
-    in newer versions of the compiler.</p>
-    
-    <p><a name="HowToRetargetTheWin10SDK" id="HowToRetargetTheWin10SDK">
-    <strong>Re-targeting the Windows 10 SDK for the UWP projects Note:</strong></a>
-    
-      If the version of the Windows 10 SDK that you have installed does not match the version used by the UWP projects, then you 
-      will need to "retarget" them to use the version of the SDK that you have installed instead.
-      
-      There are two ways to do this:
-      <ul>
-        <li>In Visual Studio you can right-click on the UWP projects in the 'Solution Explorer' and select the
-            option 'Retarget Projects' from the context menu. This will open up a window where you can select the
-            SDK version to target from a drop-down list of the various SDKs that are installed on the machine.</li>
-
-        <li>Alternatively, you can manually edit the shared file called "<tt>Build.Windows.UWP.ProjectConfiguration.props</tt>"
-            which is located in the "allinone" directory. You will need to change the of the
-            "<tt>WindowsTargetPlatformVersion</tt>" property to the version of the SDK that you would like to use instead.</li>
-      </ul>
-    </p>
-    
-    <p><a name="HowToBuildWindowsCommandLine" id=
-    "HowToBuildWindowsCommandLine"><strong>Using MSBUILD At The Command Line Note:</strong></a>
-    You can build ICU from the command line instead of using the Visual Studio GUI.
-    
-    Assuming that you have properly installed Visual Studio to support command line building, you 
-    should have a shortcut for the "Developer Command Prompt" listed in the Start Menu.
-    (For Visual Studio 2017 you will need to install the "Desktop development with C++" option).</p>
-    
-    <ul>
-      <li>Open the "Developer Command Prompt" shortcut from the Start Menu. (This will open up a new command line window).</li>
-      <li>From within the "Developer Command Prompt" change directory (<tt>cd</tt>) to the ICU source directory.</li>
-      <li>You can then use either '<tt>msbuild</tt>' directly, or you can use the '<tt>devenv.com</tt>' command to build ICU.</li>
-      <li>Using <tt>MSBUILD</tt>:</li>
-      <ul class="no-left-margin">
-        <li>To build the 32-bit Debug version, use the following command line:<br/>
-          <code>'msbuild source\allinone\allinone.sln /p:Configuration=Debug /p:Platform=Win32'</code>.</li>
-        <li>To build the 64-bit Release version, use the following command line:<br/> 
-          <code>'msbuild source\allinone\allinone.sln /p:Configuration=Release /p:Platform=x64'</code>.</li>
-      </ul>
-      <li>Using <tt>devenv.com</tt>:</li>
-      <ul class="no-left-margin">
-        <li>To build the 32-bit Debug version, use the following command line:<br/>
-          <code>'devenv.com source\allinone\allinone.sln /build "Debug|Win32"'</code>.</li>
-        <li>To build the 64-bit Release version, use the following command line:<br/>
-          <code>'devenv.com source\allinone\allinone.sln /build "Release|x64"'</code>.</li>
-      </ul>
-    </ul>
-    
-    <p><a name="HowToSkipBuildingUWP" id=
-      "HowToSkipBuildingUWP"><strong>Skipping the UWP Projects on the Command Line Note:</strong></a>
-      You can skip (or omit) building the UWP projects on the command line by passing the argument
-      '<code>SkipUWP=true</code>' to either MSBUILD or devenv.</p>
-    
-      <ul>
-        <li>For example, using <tt>MSBUILD</tt>:</li>
-        <ul class="no-left-margin">
-          <li>To skip building the UWP projects with a 32-bit Debug build, use the following command line:<br/>
-            <code>'msbuild source\allinone\allinone.sln /p:Configuration=Debug /p:Platform=Win32 /p:SkipUWP=true'</code>.</li>
-          <li>To skip building the UWP projects with a 64-bit Release version, use the following command line:<br/> 
-            <code>'msbuild source\allinone\allinone.sln /p:Configuration=Release /p:Platform=x64 /p:SkipUWP=true'</code>.</li>
-        </ul>
-      </ul>
-    
-    <p>You can also use Cygwin with the MSVC compiler to build ICU, and you can refer to the <a href=
-    "#HowToBuildCygwin">How To Build And Install On Windows with Cygwin</a>
-    section for more details.</p>
-
-    <p><a name="HowToBuildWindowsPlatform" id=
-    "HowToBuildWindowsPlatform"><strong>Setting Active Platform
-    Note:</strong></a> Even though you are able to select "x64" as the active platform, if your operating system is
-    not a 64 bit version of Windows, the build will fail. To set the active platform, two different possibilities are:</p>
-
-    <ul>
-      <li>Choose "Build" menu, select "Configuration Manager...", and select
-      "Win32" or "x64" for the Active Platform Solution.</li>
-
-      <li>Another way is to select the desired build configuration from "Solution
-      Platforms" dropdown menu from the standard toolbar. It will say
-      "Win32" or "x64" in the dropdown list.</li>
-    </ul>
-
-    <p><a name="HowToBuildWindowsConfig" id=
-    "HowToBuildWindowsConfig"><strong>Setting Active Configuration
-    Note:</strong></a> To set the active configuration, two different
-    possibilities are:</p>
-
-    <ul>
-      <li>Choose "Build" menu, select "Configuration Manager...", and select
-      "Release" or "Debug" for the Active Configuration Solution.</li>
-
-      <li>Another way is to select the desired build configuration from "Solution
-      Configurations" dropdown menu from the standard toolbar. It will say
-      "Release" or "Debug" in the dropdown list.</li>
-    </ul>
-
-    <p><a name="HowToBuildWindowsBatch" id="HowToBuildWindowsBatch"><strong>Batch
-    Configuration Note:</strong></a> If you want to build the Win32 and x64 platforms and
-    Debug and Release configurations at the same time, choose "Build" menu, and select "Batch
-    Build...". Click the "Select All" button, and then click the "Rebuild"
-    button.</p>
-
-    <h3><a name="HowToBuildCygwin" href="#HowToBuildCygwin" id=
-    "HowToBuildCygwin">How To Build And Install On Windows with Cygwin</a></h3>
-
-    <p>Building International Components for Unicode with this configuration
-    requires:</p>
-
-    <ul>
-      <li>Microsoft Windows</li>
-
-      <li>Microsoft Visual C++ (from Visual Studio 2015 or newer, when gcc isn't used).</li>
-
-      <li>
-        Cygwin with the following installed:
-
-        <ul>
-          <li>bash</li>
-
-          <li>GNU make</li>
-
-          <li>ar</li>
-
-          <li>ranlib</li>
-
-          <li>man (if you plan to look at the man pages)</li>
-        </ul>
-      </li>
-    </ul>
-
-    <p>There are two ways you can build ICU with Cygwin. You can build with gcc
-    or Microsoft Visual C++. If you use gcc, the resulting libraries and tools
-    will depend on the Cygwin environment. If you use Microsoft Visual C++, the
-    resulting libraries and tools do not depend on Cygwin and can be more easily
-    distributed to other Windows computers (the generated man pages and shell
-    scripts still need Cygwin). To build with gcc, please follow the "<a href=
-    "#HowToBuildUNIX">How To Build And Install On UNIX</a>" instructions, while
-    you are inside a Cygwin bash shell. To build with Microsoft Visual C++,
-    please use the following instructions:</p>
-
-    <ol>
-      <li>Start the Windows "Command Prompt" window. This is different from the
-      gcc build, which requires the Cygwin Bash command prompt. The Microsoft
-      Visual C++ compiler will not work with a bash command prompt.</li>
-
-      <li>If the computer isn't set up to use Visual C++ from the command line,
-      you need to run vcvars32.bat.<br />For example:<br />
-      "<tt>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat</tt>"
-      can be used for 32-bit builds <strong>or</strong> <br />
-      "<tt>C:\Program Files (x86)\Microsoft Visual Studio 14\VC\bin\x86_amd64\vcvarsx86_amd64.bat</tt>"
-      can be used for 64-bit builds on Windows x64.</li>
-
-      <li>Unzip the icu-XXXX.zip file into any convenient location. Using command
-      line zip, type "unzip -a icu-XXXX.zip -d drive:\directory", or just use
-      WinZip.</li>
-
-      <li>Change directory to "icu/source", which is where you unzipped ICU.</li>
-
-      <li>Run "<tt>bash <a href="source/runConfigureICU">./runConfigureICU</a>
-      Cygwin/MSVC</tt>" (See <a href="#HowToWindowsConfigureICU">Windows
-      configuration note</a> and non-functional configure options below).</li>
-
-      <li>Type <tt>"make"</tt> to compile the libraries and all the data files.
-      This make command should be GNU make.</li>
-
-      <li>Optionally, type <tt>"make check"</tt> to run the test suite, which
-      checks for ICU's functionality integrity (See <a href=
-      "#HowToTestWithoutGmake">testing note</a> below).</li>
-
-      <li>Type <tt>"make install"</tt> to install ICU. If you used the --prefix=
-      option on configure or runConfigureICU, ICU will be installed to the
-      directory you specified. (See <a href="#HowToInstallICU">installation
-      note</a> below).</li>
-    </ol>
-
-    <p><a name="HowToWindowsConfigureICU" id=
-    "HowToWindowsConfigureICU"><strong>Configuring ICU on Windows
-    NOTE:</strong></a> </p>
-    <p>
-    Ensure that the order of the PATH is MSVC, Cygwin, and then other PATHs. The configure
-    script needs certain tools in Cygwin (e.g. grep).
-    </p>
-    <p>
-    Also, you may need to run <tt>"dos2unix.exe"</tt> on all of the scripts (e.g. configure)
-    in the top source directory of ICU. To avoid this issue, you can download
-    the ICU source for Unix platforms (icu-xxx.tgz).
-    </p>
-    <p>In addition to the Unix <a href=
-    "#HowToConfigureICU">configuration note</a> the following configure options
-    currently do not work on Windows with Microsoft's compiler. Some options can
-    work by manually editing <tt>icu/source/common/unicode/pwin32.h</tt>, but
-    manually editing the files is not recommended.</p>
-
-    <ul>
-      <li><tt>--disable-renaming</tt></li>
-
-      <li><tt>--enable-tracing</tt></li>
-
-      <li><tt>--enable-rpath</tt></li>
-
-      <li><tt>--enable-static</tt> (Requires that U_STATIC_IMPLEMENTATION be
-      defined in user code that links against ICU's static libraries.)</li>
-
-      <li><tt>--with-data-packaging=files</tt> (The pkgdata tool currently does
-      not work in this mode. Manual packaging is required to use this mode.)</li>
-    </ul>
-
-    <h3><a name="HowToBuildUNIX" href="#HowToBuildUNIX" id="HowToBuildUNIX">How
-    To Build And Install On UNIX</a></h3>
-
-    <p>Building International Components for Unicode on UNIX requires:</p>
-
-    <ul>
-      <li>A C++ compiler installed on the target machine (for example: gcc, CC,
-      xlC_r, aCC, cxx, etc...).</li>
-
-      <li>An ANSI C compiler installed on the target machine (for example:
-      cc).</li>
-
-      <li>A recent version of GNU make (3.80+).</li>
-
-      <li>For a list of z/OS tools please view the <a href="#HowToBuildZOS">z/OS
-      build section</a> of this document for further details.</li>
-    </ul>
-
-    <p>Here are the steps to build ICU:</p>
-
-    <ol>
-      <li>Decompress the icu-<i>X</i>.<i>Y</i>.tgz (or
-      icu-<i>X</i>.<i>Y</i>.tar.gz) file. For example, <samp>gunzip -d &lt; icu-<i>X</i>.<i>Y</i>.tgz | tar xvf -</samp></li>
-
-      <li>Change directory to <code>icu/source</code>.
-          <samp>cd icu/source</samp>
-          </li>
-
-      <li>Some files may have the wrong permissions.<samp>chmod +x runConfigureICU configure install-sh</samp></li>
-
-      <li>Run the <span style='font-family: monospace;'><a href="source/runConfigureICU">runConfigureICU</a></span>
-      script for your platform. (See <a href="#HowToConfigureICU">configuration
-      note</a> below).</li>
-
-      <li>Now build: <samp>gmake</samp> (or just <code>make</code> if GNU make is the default make on
-      your platform) to compile the libraries and all the data files. The proper
-      name of the GNU make command is printed at the end of the configuration
-      run, as in <tt>"You must use gmake to compile ICU"</tt>.
-      <br/>
-      Note that the compilation command output may be simplified on your platform.  If this is the case, you will see just:
-      <tt>gcc ... stubdata.c</tt>
-      rather than
-      <tt>gcc  -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -D_REENTRANT -I../common -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c -DPIC -fPIC -o stubdata.o stubdata.c</tt>
-      <br/>
-      If you need to see the whole compilation line,  use <span style='font-family: monospace;'>"gmake VERBOSE=1"</span>. The full compilation line will print if an error occurs.
-      </li>
-
-      <li>Optionally,<samp>gmake check</samp> will run the test suite, which
-      checks for ICU's functionality integrity (See <a href=
-      "#HowToTestWithoutGmake">testing note</a> below).</li>
-
-      <li>To install, <samp>gmake install</samp> to install ICU. If you used the --prefix=
-      option on configure or runConfigureICU, ICU will be installed to the
-      directory you specified. (See <a href="#HowToInstallICU">installation
-      note</a> below).</li>
-    </ol>
-
-    <p><a name="HowToConfigureICU" id="HowToConfigureICU"><strong>Configuring ICU
-    NOTE:</strong></a> Type <tt>"./runConfigureICU --help"</tt> for help on how
-    to run it and a list of supported platforms. You may also want to type
-    <tt>"./configure --help"</tt> to print the available configure options that
-    you may want to give runConfigureICU. If you are not using the
-    runConfigureICU script, or your platform is not supported by the script, you
-    may need to set your CC, CXX, CFLAGS and CXXFLAGS environment variables, and
-    type <tt>"./configure"</tt>.
-    HP-UX users, please see this <a href="#ImportantNotesHPUX">note regarding
-    HP-UX multithreaded build issues</a> with newer compilers. Solaris users,
-    please see this <a href="#ImportantNotesSolaris">note regarding Solaris
-    multithreaded build issues</a>.</p>
-
-    <p>ICU is built with strict compiler warnings enabled by default.  If this
-    causes excessive numbers of warnings on your platform, use the --disable-strict
-    option to configure to reduce the warning level.</p>
-
-    <p><a name="HowToTestWithoutGmake" id="HowToTestWithoutGmake"><strong>Running
-    The Tests From The Command Line NOTE:</strong></a> You may have to set
-    certain variables if you with to run test programs individually, that is
-    apart from "gmake check". The environment variable <strong>ICU_DATA</strong>
-    can be set to the full pathname of the data directory to indicate where the
-    locale data files and conversion mapping tables are when you are not using
-    the shared library (e.g. by using the .dat archive or the individual data
-    files). The trailing "/" is required after the directory name (e.g.
-    "$Root/source/data/out/" will work, but the value "$Root/source/data/out" is
-    not acceptable). You do not need to set <strong>ICU_DATA</strong> if the
-    complete shared data library is in your library path.</p>
-
-    <p><a name="HowToInstallICU" id="HowToInstallICU"><strong>Installing ICU
-    NOTE:</strong></a> Some platforms use package management tools to control the
-    installation and uninstallation of files on the system, as well as the
-    integrity of the system configuration. You may want to check if ICU can be
-    packaged for your package management tools by looking into the "packaging"
-    directory. (Please note that if you are using a snapshot of ICU from Git, it
-    is probable that the packaging scripts or related files are not up to date
-    with the contents of ICU at this time, so use them with caution).</p>
-
-    <h3><a name="HowToBuildZOS" href="#HowToBuildZOS" id="HowToBuildZOS">How To
-    Build And Install On z/OS (OS/390)</a></h3>
-
-    <p>You can install ICU on z/OS or OS/390 (the previous name of z/OS), but IBM
-    tests only the z/OS installation. You install ICU in a z/OS UNIX system
-    services file system such as HFS or zFS. On this platform, it is important
-    that you understand a few details:</p>
-
-    <ul>
-      <li>The makedep and GNU make tools are required for building ICU. If it
-      is not already installed on your system, it is available at the <a href=
-      "http://www-03.ibm.com/servers/eserver/zseries/zos/unix/bpxa1toy.html">z/OS UNIX -
-      Tools and Toys</a> site. The PATH environment variable should be updated to
-      contain the location of this executable prior to build. Failure to add these
-      tools to your PATH will cause ICU build failures or cause pkgdata to fail
-      to run.</li>
-
-      <li>Since USS does not support using the mmap() function over NFS, it is
-      recommended that you build ICU on a local filesystem. Once ICU has been
-      built, you should not have this problem while using ICU when the data
-      library has been built as a shared library, which is this is the default
-      setting.</li>
-
-      <li>Encoding considerations: The source code assumes that it is compiled
-      with codepage ibm-1047 (to be exact, the UNIX System Services variant of
-      it). The pax command converts all of the source code files from ASCII to
-      codepage ibm-1047 (USS) EBCDIC. However, some files are binary files and
-      must not be converted, or must be converted back to their original state.
-      You can use the <a href="as_is/os390/unpax-icu.sh">unpax-icu.sh</a> script
-      to do this for you automatically. It will unpackage the tar file and
-      convert all the necessary files for you automatically.</li>
-
-      <li>z/OS supports both native S/390 hexadecimal floating point and (with
-      OS/390 2.6 and later) IEEE 754 binary floating point. This is a compile
-      time option. Applications built with IEEE should use ICU DLLs that are
-      built with IEEE (and vice versa). The environment variable IEEE390=0 will
-      cause the z/OS version of ICU to be built without IEEE floating point
-      support and use the native hexadecimal floating point. By default ICU is
-      built with IEEE 754 support. Native floating point support is sufficient
-      for codepage conversion, resource bundle and UnicodeString operations, but
-      the Format APIs require IEEE binary floating point.</li>
-
-      <li>z/OS introduced the concept of Extra Performance Linkage (XPLINK) to
-      bring performance improvement opportunities to call-intensive C and C++
-      applications such as ICU. XPLINK is enabled on a DLL-by-DLL basis, so if
-      you are considering using XPLINK in your application that uses ICU, you
-      should consider building the XPLINK-enabled version of ICU. You need to
-      set ICU's environment variable <code>OS390_XPLINK=1</code> prior to
-      invoking the make process to produce binaries that are enabled for
-      XPLINK. The XPLINK option, which is available for z/OS 1.2 and later,
-      requires the PTF PQ69418 to build XPLINK enabled binaries.</li>
-
-      <li>ICU requires XPLINK for the icuio library. If you want to use the
-      rest of ICU without XPLINK, then you must use the --disable-icuio
-      configure option.</li>
-
-      <li>The latest versions of z/OS use <a
-      href="https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.cbcux01/oebind6.htm">XPLINK
-      version (C128) of the C++ standard library</a> by default. You may see <a
-      href="https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.cbcux01/oebind5.htm">an
-      error</a> when running with XPLINK disabled. To avoid this error,
-      set the following environment variable or similar:
-
-<pre><samp>export _CXX_PSYSIX="CEE.SCEELIB(C128N)":"CBC.SCLBSID(IOSTREAM,COMPLEX)"</samp></pre>
-      </li>
-
-      <li>When building ICU data, the heap size may need to be increased with the following
-      environment variable:
-
-<pre><samp>export _CEE_RUNOPTS="HEAPPOOLS(ON),HEAP(4M,1M,ANY,FREE,0K,4080)"</samp></pre>
-      </li>
-
-
-      <li>The rest of the instructions for building and testing ICU on z/OS with
-      UNIX System Services are the same as the <a href="#HowToBuildUNIX">How To
-      Build And Install On UNIX</a> section.</li>
-    </ul>
-
-    <h4>z/OS (Batch/PDS) support outside the UNIX system services
-    environment</h4>
-
-    <p>By default, ICU builds its libraries into the UNIX file system (HFS). In
-    addition, there is a z/OS specific environment variable (OS390BATCH) to build
-    some libraries into the z/OS native file system. This is useful, for example,
-    when your application is externalized via Job Control Language (JCL).</p>
-
-    <p>The OS390BATCH environment variable enables non-UNIX support including the
-    batch environment. When OS390BATCH is set, the libicui18n<i>XX</i>.dll,
-    libicuuc<i>XX</i>.dll, and libicudt<i>XX</i>e.dll binaries are built into
-    data sets (the native file system). Turning on OS390BATCH does not turn off
-    the normal z/OS UNIX build. This means that the z/OS UNIX (HFS) DLLs will
-    always be created.</p>
-
-    <p>Two additional environment variables indicate the names of the z/OS data
-    sets to use. The LOADMOD environment variable identifies the name of the data
-    set that contains the dynamic link libraries (DLLs) and the LOADEXP
-    environment variable identifies the name of the data set that contains the
-    side decks, which are normally the files with the .x suffix in the UNIX file
-    system.</p>
-
-    <p>A data set is roughly equivalent to a UNIX or Windows file. For most kinds
-    of data sets the operating system maintains record boundaries. UNIX and
-    Windows files are byte streams. Two kinds of data sets are PDS and PDSE. Each
-    data set of these two types contains a directory. It is like a UNIX
-    directory. Each "file" is called a "member". Each member name is limited to
-    eight bytes, normally EBCDIC.</p>
-
-    <p>Here is an example of some environment variables that you can set prior to
-    building ICU:</p>
-<pre>
-<samp>OS390BATCH=1
-LOADMOD=<i>USER</i>.ICU.LOAD
-LOADEXP=<i>USER</i>.ICU.EXP</samp>
-</pre>
-
-    <p>The PDS member names for the DLL file names are as follows:</p>
-<pre>
-<samp>IXMI<i>XX</i>IN --&gt; libicui18n<i>XX</i>.dll
-IXMI<i>XX</i>UC --&gt; libicuuc<i>XX</i>.dll
-IXMI<i>XX</i>DA --&gt; libicudt<i>XX</i>e.dll</samp>
-</pre>
-
-    <p>You should point the LOADMOD environment variable at a partitioned data
-    set extended (PDSE) and point the LOADEXP environment variable at a
-    partitioned data set (PDS). The PDSE can be allocated with the following
-    attributes:</p>
-<pre>
-<samp>Data Set Name . . . : <i>USER</i>.ICU.LOAD
-Management class. . : <i>**None**</i>
-Storage class . . . : <i>BASE</i>
-Volume serial . . . : <i>TSO007</i>
-Device type . . . . : <i>3390</i>
-Data class. . . . . : <i>LOAD</i>
-Organization  . . . : PO
-Record format . . . : U
-Record length . . . : 0
-Block size  . . . . : <i>32760</i>
-1st extent cylinders: 1
-Secondary cylinders : 5
-Data set name type  : LIBRARY</samp>
-</pre>
-
-    <p>The PDS can be allocated with the following attributes:</p>
-<pre>
-<samp>Data Set Name . . . : <i>USER</i>.ICU.EXP
-Management class. . : <i>**None**</i>
-Storage class . . . : <i>BASE</i>
-Volume serial . . . : <i>TSO007</i>
-Device type . . . . : <i>3390</i>
-Data class. . . . . : <i>**None**</i>
-Organization  . . . : PO
-Record format . . . : FB
-Record length . . . : 80
-Block size  . . . . : <i>3200</i>
-1st extent cylinders: 3
-Secondary cylinders : 3
-Data set name type  : PDS</samp>
-</pre>
-
-    <h3><a name="HowToBuildOS400" href="#HowToBuildOS400" id=
-    "HowToBuildOS400">How To Build And Install On The IBM i Family (IBM i, i5/OS OS/400)</a></h3>
-
-    <p>Before you start building ICU, ICU requires the following:</p>
-
-    <ul>
-      <li>QSHELL interpreter installed (install base option 30, operating system)
-      <!--li>QShell Utilities, PRPQ 5799-XEH (not required for V4R5)</li--></li>
-
-      <li>ILE C/C++ Compiler installed on the system</li>
-
-      <li>The latest IBM tools for Developers for IBM i &mdash;
-        <a href='https://www-356.ibm.com/partnerworld/wps/servlet/ContentHandler/pw_com_porting_tools_index'>https://www-356.ibm.com/partnerworld/wps/servlet/ContentHandler/pw_com_porting_tools_index</a>
-        <!-- formerly http://www.ibm.com/servers/enable/site/porting/tools/'>http://www.ibm.com/servers/enable/site/porting/tools/</a> -->
-        <!-- formerly: http://www.ibm.com/servers/enable/site/porting/iseries/overview/gnu_utilities.html -->
-      </li>
-    </ul>
-
-    <p>The following describes how to setup and build ICU. For background
-    information, you should look at the <a href="#HowToBuildUNIX">UNIX build
-    instructions</a>.</p>
-
-    <ol>
-      <li>
-        Copy the ICU source .tgz to the IBM i environment, as binary.
-        Also, copy the <a href='as_is/os400/unpax-icu.sh'>unpax-icu.sh</a> script into the same directory, as a text file.
-      </li>
-
-      <li>
-        Create target library. This library will be the target for the
-        resulting modules, programs and service programs. You will specify this
-        library on the OUTPUTDIR environment variable.
-<pre>
-<samp>CRTLIB LIB(<i>libraryname</i>)
-ADDENVVAR ENVVAR(OUTPUTDIR) VALUE('<i>libraryname</i>') REPLACE(*YES)   </samp></pre>
-      </li>
-
-      <li>
-      Set up the following environment variables and job characteristics in your build process
-<pre>
-<samp>ADDENVVAR ENVVAR(MAKE) VALUE('gmake') REPLACE(*YES)
-CHGJOB CCSID(37)</samp></pre></li>
-
-      <li>Fire up the QSH <i>(all subsequent commands are run inside the qsh session.)</i>
-        <pre><samp>qsh</samp></pre>
-      </li>
-
-      <li>Set up the PATH: <pre><samp>export PATH=/QIBM/ProdData/DeveloperTools/qsh/bin:$PATH:/QOpenSys/usr/bin</samp></pre>
-      </li>
-
-      <li>Unpack the ICU source code archive:
-        <pre><samp>gzip -d icu-<i>X</i>.<i>Y</i>.tgz</samp></pre>
-          </li>
-
-      <li>Run unpax-icu.sh on the tar file generated from the previous step.
-        <pre><samp>unpax-icu.sh icu.tar</samp></pre></li>
-
-      <li>Build the program ICULD which ICU will use for linkage.
-        <pre><samp>cd icu/as_is/os400
-qsh bldiculd.sh
-cd ../../..</samp></pre>
-        </li>
-
-      <li>Change into the 'source' directory, and configure ICU.  (See <a href="#HowToConfigureICU">configuration
-      note</a> for details). Note that --with-data-packaging=archive and setting the --prefix are recommended, building in default (dll) mode is currently not supported.
-        <pre><samp>cd icu/source
-./runConfigureICU IBMi --prefix=<i>/path/to/somewhere</i> --with-data-packaging=archive</samp></pre>
-</li>
-
-      <li>Build ICU. <i>(Note: Do not use the -j option)</i> <pre><samp>gmake</samp></pre></li>
-
-      <li>Test ICU. <pre><samp>gmake check</samp></pre>
-        (The <tt> QIBM_MULTI_THREADED=Y</tt> flag will be automatically applied to intltest -
-          you can look at the <a href=
-      "https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/rzahw/rzahwceeco.htm">
-      iSeries Information Center</a> for more details regarding the running of multiple threads
-      on IBM i.)</li>
-    </ol>
-
-      <!-- cross -->
-    <h3><a name="HowToCrossCompileICU" href="#HowToCrossCompileICU" id="HowToCrossCompileICU">How To Cross Compile ICU</a></h3>
-		<p>This section will explain how to build ICU on one platform, but to produce binaries intended to run on another. This is commonly known as a cross compile.</p>
-		<p>Normally, in the course of a build, ICU needs to run the tools that it builds in order to generate and package data and test-data.In a cross compilation setting, ICU is built on a different system from that which it eventually runs on. An example might be, if you are building for a small/headless system (such as an embedded device), or a system where you can't easily run the ICU command line tools (any non-UNIX-like system).</p>
-		<p>To reduce confusion, we will here refer to the "A" and the "B" system.System "A" is the actual system we will be running on- the only requirements on it is are it is able to build ICU from the command line targetting itself (with configure or runConfigureICU), and secondly, that it also contain the correct toolchain for compiling and linking for the resultant platform, referred to as the "B" system.</p>
-		<p>The autoconf docs use the term "build" for A, and "host" for B. More details at: <a href="http://www.gnu.org/software/autoconf/manual/html_node/Specifying-Names.html#Specifying-Names">http://www.gnu.org/software/autoconf/manual/html_node/Specifying-Names.html</a></p>
-		<p>Three initially-empty directories will be used in this example:</p>
-		<table summary="Three directories used in this example" class="docTable">
-			<tr>
-				<th align="left">/icu</th><td>a copy of the ICU source</td>
-			</tr>
-			<tr>
-				<th align="left">/buildA</th><td>an empty directory, it will contain ICU built for A<br />(MacOSX in this case)</td>
-			</tr>
-			<tr>
-				<th align="left">/buildB</th><td>an empty directory, it will contain ICU built for B<br />(HaikuOS in this case)</td>
-			</tr>
-		</table>
-
-		<ol>
-		<li>Check out or unpack the ICU source code into the /icu directory.You will have the directories /icu/source, etc.</li>
-		<li>Build ICU in /buildA normally (using runConfigureICU or configure):
-<pre class="samp">cd /buildA
-sh /icu/source/runConfigureICU <strong>MacOSX</strong>
-gnumake
-</pre>
-		</li>
-		<li>Set PATH or other variables as needed, such as CPPFLAGS.</li>
-		<li>Build ICU in /buildB<br />
-			<p class="note">"<code>--with-cross-build</code>" takes an absolute path.</p>
-<pre class="samp">cd /buildB
-sh /icu/source/configure --host=<strong>i586-pc-haiku</strong> --with-cross-build=<strong>/buildA</strong>
-gnumake</pre>
-		</li>
-		<li>Tests and testdata can be built with "gnumake tests".</li>
-	</ol>
-      <!-- end cross -->
-
-    <!-- end build environment -->
-
-    <h2><a name="HowToPackage" href="#HowToPackage" id="HowToPackage">How To
-    Package ICU</a></h2>
-
-    <p>There are many ways that a person can package ICU with their software
-    products. Usually only the libraries need to be considered for packaging.</p>
-
-    <p>On UNIX, you should use "<tt>gmake install</tt>" to make it easier to
-    develop and package ICU. The bin, lib and include directories are needed to
-    develop applications that use ICU. These directories will be created relative
-    to the "<tt>--prefix=</tt><i>dir</i>" configure option (See the <a href=
-    "#HowToBuildUNIX">UNIX build instructions</a>). When ICU is built on Windows,
-    a similar directory structure is built.</p>
-
-    <p>When changes have been made to the standard ICU distribution, it is
-    recommended that at least one of the following guidelines be followed for
-    special packaging.</p>
-
-    <ol>
-      <li>Add a suffix name to the library names. This can be done with the
-      --with-library-suffix configure option.</li>
-
-      <li>The installation script should install the ICU libraries into the
-      application's directory.</li>
-    </ol>
-
-    <p>Following these guidelines prevents other applications that use a standard
-    ICU distribution from conflicting with any libraries that you need. On
-    operating systems that do not have a standard C++ ABI (name mangling) for
-    compilers, it is recommended to do this special packaging anyway. More
-    details on customizing ICU are available in the <a href=
-    "https://unicode-org.github.io/icu/userguide/">User's Guide</a>. The <a href=
-    "#SourceCode">ICU Source Code Organization</a> section of this readme.html
-    gives a more complete description of the libraries.</p>
-
-    <table class="docTable" summary=
-    "ICU has several libraries for you to use.">
-      <caption>
-        Here is an example of libraries that are frequently packaged.
-      </caption>
-
-      <tr>
-        <th scope="col">Library Name</th>
-
-        <th scope="col">Windows Filename</th>
-
-        <th scope="col">Linux Filename</th>
-
-        <th scope="col">Comment</th>
-      </tr>
-
-      <tr>
-        <td>Data Library</td>
-
-        <td>icudt<i>XY</i>l.dll</td>
-
-        <td>libicudata.so.<i>XY</i>.<i>Z</i></td>
-
-        <td>Data required by the Common and I18n libraries. There are many ways
-        to package and <a href=
-        "https://unicode-org.github.io/icu/userguide/icudata">customize this
-        data</a>, but by default this is all you need.</td>
-      </tr>
-
-      <tr>
-        <td>Common Library</td>
-
-        <td>icuuc<i>XY</i>.dll</td>
-
-        <td>libicuuc.so.<i>XY</i>.<i>Z</i></td>
-
-        <td>Base library required by all other ICU libraries.</td>
-      </tr>
-
-      <tr>
-        <td>Internationalization (i18n) Library</td>
-
-        <td>icuin<i>XY</i>.dll</td>
-
-        <td>libicui18n.so.<i>XY</i>.<i>Z</i></td>
-
-        <td>A library that contains many locale based internationalization (i18n)
-        functions.</td>
-      </tr>
-
-      <tr>
-        <td>Layout Extensions Engine</td>
-
-        <td>iculx<i>XY</i>.dll</td>
-
-        <td>libiculx.so.<i>XY</i>.<i>Z</i></td>
-
-        <td>An optional engine for doing paragraph layout that uses
-        parts of ICU.
-        HarfBuzz is required.</td>
-      </tr>
-
-      <tr>
-        <td>ICU I/O (Unicode stdio) Library</td>
-
-        <td>icuio<i>XY</i>.dll</td>
-
-        <td>libicuio.so.<i>XY</i>.<i>Z</i></td>
-
-        <td>An optional library that provides a stdio like API with Unicode
-        support.</td>
-      </tr>
-
-      <tr>
-        <td>Tool Utility Library</td>
-
-        <td>icutu<i>XY</i>.dll</td>
-
-        <td>libicutu.so.<i>XY</i>.<i>Z</i></td>
-
-        <td>An internal library that contains internal APIs that are only used by
-        ICU's tools. If you do not use ICU's tools, you do not need this
-        library.</td>
-      </tr>
-    </table>
-
-    <p>Normally only the above ICU libraries need to be considered for packaging.
-    The versionless symbolic links to these libraries are only needed for easier
-    development. The <i>X</i>, <i>Y</i> and <i>Z</i> parts of the name are the
-    version numbers of ICU. For example, ICU 2.0.2 would have the name
-    libicuuc.so.20.2 for the common library. The exact format of the library
-    names can vary between platforms due to how each platform can handles library
-    versioning.</p>
-
-    <h2><a name="ImportantNotes" href="#ImportantNotes" id=
-    "ImportantNotes">Important Notes About Using ICU</a></h2>
-
-    <h3><a name="ImportantNotesMultithreaded" href="#ImportantNotesMultithreaded"
-    id="ImportantNotesMultithreaded">Using ICU in a Multithreaded
-    Environment</a></h3>
-
-    <p>Some versions of ICU require calling the <code>u_init()</code> function
-    from <code>uclean.h</code> to ensure that ICU is initialized properly. In
-    those ICU versions, <code>u_init()</code> must be called before ICU is used
-    from multiple threads. There is no harm in calling <code>u_init()</code> in a
-    single-threaded application, on a single-CPU machine, or in other cases where
-    <code>u_init()</code> is not required.</p>
-
-    <p>In addition to ensuring thread safety, <code>u_init()</code> also attempts
-    to load at least one ICU data file. Assuming that all data files are packaged
-    together (or are in the same folder in files mode), a failure code from
-    <code>u_init()</code> usually means that the data cannot be found. In this
-    case, the data may not be installed properly, or the application may have
-    failed to call <code>udata_setCommonData()</code> or
-    <code>u_setDataDirectory()</code> which specify to ICU where it can find its
-    data.</p>
-
-    <p>Since <code>u_init()</code> will load only one or two data files, it
-    cannot guarantee that all of the data that an application needs is available.
-    It cannot check for all data files because the set of files is customizable,
-    and some ICU services work without loading any data at all. An application
-    should always check for error codes when opening ICU service objects (using
-    <code>ucnv_open()</code>, <code>ucol_open()</code>, C++ constructors,
-    etc.).</p>
-
-    <h4>ICU 3.4 and later</h4>
-
-    <p>ICU 3.4 self-initializes properly for multi-threaded use. It achieves this
-    without performance penalty by hardcoding the core Unicode properties data,
-    at the cost of some flexibility. (For details see Jitterbug 4497.)</p>
-
-    <p><code>u_init()</code> can be used to check for data loading. It tries to
-    load the converter alias table (<code>cnvalias.icu</code>).</p>
-
-    <h4>ICU 2.6..3.2</h4>
-
-    <p>These ICU versions require a call to <code>u_init()</code> before
-    multi-threaded use. The services that are directly affected are those that
-    don't have a service object and need to be fast: normalization and character
-    properties.</p>
-
-    <p><code>u_init()</code> loads and initializes the data files for
-    normalization and character properties (<code>unorm.icu</code> and
-    <code>uprops.icu</code>) and can therefore also be used to check for data
-    loading.</p>
-
-    <h4>ICU 2.4 and earlier</h4>
-
-    <p>ICU 2.4 and earlier versions were not prepared for multithreaded use on
-    multi-CPU platforms where the CPUs implement weak memory coherency. These
-    CPUs include: Power4, Power5, Alpha, Itanium. <code>u_init()</code> was not
-    defined yet.</p>
-
-    <h4><a name="ImportantNotesHPUX" href="#ImportantNotesHPUX" id=
-    "ImportantNotesHPUX">Using ICU in a Multithreaded Environment on
-    HP-UX</a></h4>
-
-    <p>When ICU is built with aCC on HP-UX, the <a
-    href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=eb08b3f1eee02110b3f1eee02110275d6e10RCRD">-AA</a>
-    compiler flag is used. It is required in order to use the latest
-    &lt;iostream&gt; API in a thread safe manner. This compiler flag affects the
-    version of the C++ library being used. Your applications will also need to
-    be compiled with -AA in order to use ICU.</p>
-
-    <h4><a name="ImportantNotesSolaris" href="#ImportantNotesSolaris" id=
-    "ImportantNotesSolaris">Using ICU in a Multithreaded Environment on
-    Solaris</a></h4>
-
-    <h5>Linking on Solaris</h5>
-
-    <p>In order to avoid synchronization and threading issues, developers are
-    <strong>suggested</strong> to strictly follow the compiling and linking
-    guidelines for multithreaded applications, specified in the following
-    SUn Solaris document available from Oracle. Most notably, pay strict attention to the
-    following statements from Sun:</p>
-
-    <blockquote>
-      <p>To use libthread, specify -lthread before -lc on the ld command line, or
-      last on the cc command line.</p>
-
-      <p>To use libpthread, specify -lpthread before -lc on the ld command line,
-      or last on the cc command line.</p>
-    </blockquote>
-
-    <p>Failure to do this may cause spurious lock conflicts, recursive mutex
-    failure, and deadlock.</p>
-
-    <p>Source: "<i>Multithreaded Programming Guide, Compiling and
-    Debugging</i>", Sun Microsystems, 2002 <br />
-     <a href=
-    "https://docs.oracle.com/cd/E19683-01/806-6867/compile-74765/index.html">https://docs.oracle.com/cd/E19683-01/806-6867/compile-74765/index.html</a></p>
-
-    <p>Note, a version of that chapter from a 2008 document update covering both Solaris 9
-    and Solaris 10 is available here:<br />
-     <a href=
-    "http://docs.oracle.com/cd/E19253-01/816-5137/compile-94179/index.html">http://docs.oracle.com/cd/E19253-01/816-5137/compile-94179/index.html</a></p>
-
-    <h3><a name="ImportantNotesWindows" href="#ImportantNotesWindows" id=
-    "ImportantNotesWindows">Windows Platform</a></h3>
-
-    <p>If you are building on the Windows platform, it is important that you
-    understand a few of the following build details.</p>
-
-    <h4>DLL directories and the PATH setting</h4>
-
-    <p>As delivered, the International Components for Unicode build as several
-    DLLs, which are placed in the "<i>&lt;ICU&gt;</i>\bin64" directory. You must
-    add this directory to the PATH environment variable in your system, or any
-    executables you build will not be able to access International Components for
-    Unicode libraries. Alternatively, you can copy the DLL files into a directory
-    already in your PATH, but we do not recommend this. You can wind up with
-    multiple copies of the DLL and wind up using the wrong one.</p>
-
-    <h4><a name="ImportantNotesWindowsPath" id=
-    "ImportantNotesWindowsPath">Changing your PATH</a></h4>
-
-    <p><strong>Windows 2000/XP and above</strong>: Use the System Icon in the Control
-    Panel. Pick the "Advanced" tab. Select the "Environment Variables..."
-    button. Select the variable PATH in the lower box, and select the lower
-    "Edit..." button. In the "Variable Value" box, append the string
-    ";<i>&lt;ICU&gt;</i>\bin64" to the end of the path string. If there is
-    nothing there, just type in "<i>&lt;ICU&gt;</i>\bin64". Click the Set button,
-    then the OK button.</p>
-
-    <p>Note: When packaging a Windows application for distribution and
-    installation on user systems, copies of the ICU DLLs should be included with
-    the application, and installed for exclusive use by the application. This is
-    the only way to insure that your application is running with the same version
-    of ICU, built with exactly the same options, that you developed and tested
-    with. Refer to Microsoft's guidelines on the usage of DLLs, or search for the
-    phrase "DLL hell" on <a href=
-    "http://msdn.microsoft.com/">msdn.microsoft.com</a>.</p>
-
-    <h3><a name="ImportantNotesUNIX" href="#ImportantNotesUNIX" id=
-    "ImportantNotesUNIX">UNIX Type Platform</a></h3>
-
-    <p>If you are building on a UNIX platform, and if you are installing ICU in a
-    non-standard location, you may need to add the location of your ICU libraries
-    to your <strong>LD_LIBRARY_PATH</strong> or <strong>LIBPATH</strong>
-    environment variable (or the equivalent runtime library path environment
-    variable for your system). The ICU libraries may not link or load properly
-    without doing this.</p>
-
-    <p>Note that if you do not want to have to set this variable, you may instead
-    use the --enable-rpath option at configuration time. This option will
-    instruct the linker to always look for the libraries where they are
-    installed. You will need to use the appropriate linker options when linking
-    your own applications and libraries against ICU, too. Please refer to your
-    system's linker manual for information about runtime paths. The use of rpath
-    also means that when building a new version of ICU you should not have an
-    older version installed in the same place as the new version's installation
-    directory, as the older libraries will used during the build, instead of the
-    new ones, likely leading to an incorrectly build ICU. This is the proper
-    behavior of rpath.</p>
-
-    <h2><a name="PlatformDependencies" href="#PlatformDependencies" id=
-    "PlatformDependencies">Platform Dependencies</a></h2>
-
-    <h3><a name="PlatformDependenciesNew" href="#PlatformDependenciesNew" id=
-    "PlatformDependenciesNew">Porting To A New Platform</a></h3>
-
-    <p>If you are using ICU's Makefiles to build ICU on a new platform, there are
-    a few places where you will need to add or modify some files. If you need
-    more help, you can always ask the <a href=
-    "http://site.icu-project.org/contacts">icu-support mailing list</a>. Once
-    you have finished porting ICU to a new platform, it is recommended that you
-    contribute your changes back to ICU via the icu-support mailing list. This
-    will make it easier for everyone to benefit from your work.</p>
-
-    <h4>Data For a New Platform</h4>
-
-    <p>For some people, it may not be necessary for completely build ICU. Most of
-    the makefiles and build targets are for tools that are used for building
-    ICU's data, and an application's data (when an application uses ICU resource
-    bundles for its data).</p>
-
-    <p>Data files can be built on a different platform when both platforms share
-    the same endianness and the same charset family. This assertion does not
-    include platform dependent DLLs/shared/static libraries. For details see the
-    User Guide <a href="https://unicode-org.github.io/icu/userguide/icudata">ICU
-    Data</a> chapter.</p>
-
-    <p>ICU 3.6 removes the requirement that ICU be completely built in the native
-    operating environment. It adds the icupkg tool which can be run on any
-    platform to turn binary ICU data files from any one of the three formats into
-    any one of the other data formats. This allows a application to use ICU data
-    built anywhere to be used for any other target platform.</p>
-
-    <p><strong>WARNING!</strong> Building ICU without running the tests is not
-    recommended. The tests verify that ICU is safe to use. It is recommended that
-    you try to completely port and test ICU before using the libraries for your
-    own application.</p>
-
-    <h4>Adapting Makefiles For a New Platform</h4>
-
-    <p>Try to follow the build steps from the <a href="#HowToBuildUNIX">UNIX</a>
-    build instructions. If the configure script fails, then you will need to
-    modify some files. Here are the usual steps for porting to a new
-    platform:<br />
-    </p>
-
-    <ol>
-      <li>Create an mh file in icu/source/config/. You can use mh-linux or a
-      similar mh file as your base configuration.</li>
-
-      <li>Modify icu/source/aclocal.m4 to recognize your platform's mh file.</li>
-
-      <li>Modify icu/source/configure.in to properly set your <b>platform</b> C
-      Macro define.</li>
-
-      <li>Run <a href="http://www.gnu.org/software/autoconf/">autoconf</a> in
-      icu/source/ without any options. The autoconf tool is standard on most
-      Linux systems.</li>
-
-      <li>If you have any optimization options that you want to normally use, you
-      can modify icu/source/runConfigureICU to specify those options for your
-      platform.</li>
-
-      <li>Build and test ICU on your platform. It is very important that you run
-      the tests. If you don't run the tests, there is no guarentee that you have
-      properly ported ICU.</li>
-    </ol>
-
-    <h3><a name="PlatformDependenciesImpl" href="#PlatformDependenciesImpl" id=
-    "PlatformDependenciesImpl">Platform Dependent Implementations</a></h3>
-
-    <p>The platform dependencies have been mostly isolated into the following
-    files in the common library. This information can be useful if you are
-    porting ICU to a new platform.</p>
-
-    <ul>
-      <li>
-        <strong>unicode/platform.h.in</strong> (autoconf'ed platforms)<br />
-         <strong>unicode/p<i>XXXX</i>.h</strong> (others: pwin32.h, ppalmos.h,
-        ..): Platform-dependent typedefs and defines:<br />
-        <br />
-
-
-        <ul>
-          <li>Generic types like UBool, int8_t, int16_t, int32_t, int64_t,
-          uint64_t etc.</li>
-
-          <li>U_EXPORT and U_IMPORT for specifying dynamic library import and
-          export</li>
-
-          <li>String handling support for the char16_t and wchar_t types.</li>
-        </ul>
-        <br />
-      </li>
-
-      <li>
-        <strong>unicode/putil.h, putil.c</strong>: platform-dependent
-        implementations of various functions that are platform dependent:<br />
-        <br />
-
-
-        <ul>
-          <li>uprv_isNaN, uprv_isInfinite, uprv_getNaN and uprv_getInfinity for
-          handling special floating point values.</li>
-
-          <li>uprv_tzset, uprv_timezone, uprv_tzname and time for getting
-          platform specific time and time zone information.</li>
-
-          <li>u_getDataDirectory for getting the default data directory.</li>
-
-          <li>uprv_getDefaultLocaleID for getting the default locale
-          setting.</li>
-
-          <li>uprv_getDefaultCodepage for getting the default codepage
-          encoding.</li>
-        </ul>
-        <br />
-      </li>
-
-      <li>
-        <strong>umutex.h, umutex.c</strong>: Code for doing synchronization in
-        multithreaded applications. If you wish to use International Components
-        for Unicode in a multithreaded application, you must provide a
-        synchronization primitive that the classes can use to protect their
-        global data against simultaneous modifications. We already supply working
-        implementations for many platforms that ICU builds on.<br />
-        <br />
-      </li>
-
-      <li><strong>umapfile.h, umapfile.c</strong>: functions for mapping or
-      otherwise reading or loading files into memory. All access by ICU to data
-      from files makes use of these functions.<br />
-      <br />
-      </li>
-
-      <li>Using platform specific #ifdef macros are highly discouraged outside of
-      the scope of these files. When the source code gets updated in the future,
-      these #ifdef's can cause testing problems for your platform.</li>
-    </ul>
+  <body>
+    <p>This readme has moved to the <a href="https://unicode-org.github.io/icu/userguide/icu/icu4c-readme/">ICU4C Readme</a>
+      section in the <a href="https://unicode-org.github.io/icu/">ICU User Guide</a>.</p>
     <hr />
     <p> Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
     <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
diff --git a/icu4c/source/common/BUILD b/icu4c/source/common/BUILD
new file mode 100644
index 0000000..51c0ad4
--- /dev/null
+++ b/icu4c/source/common/BUILD
@@ -0,0 +1,356 @@
+# © 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+
+# This file defines Bazel targets for a subset of ICU4C "common" library header and source files.
+# The configuration of dependencies among targets is strongly assisted by the
+# file in depstest that maintains such information, at
+# icu4c/source/test/depstest/dependencies.txt .
+
+load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
+
+package(
+    default_visibility = ["//visibility:public"],
+)
+
+# When compiling code in the `common` dir, the constant
+# `U_COMMON_IMPLEMENTATION` needs to be defined. See 
+# https://unicode-org.github.io/icu/userguide/howtouseicu#c-with-your-own-build-system .
+
+# If linker errors occur, then this may be a sign that the dependencies were 
+# not specified correctly. Use dependencies.txt in depstest for assistance. See
+# https://stackoverflow.com/q/66111709/2077918 .
+
+cc_library(
+    name = "headers",
+    hdrs = glob([
+        "unicode/*.h", # public
+        "*.h",         # internal
+        ],
+        # Instead of using this checked-in file, our Bazel build process
+        # regenerates this file and then uses the new version.
+        exclude = ["norm2_nfc_data.h"],
+    ),
+    # We need to add includes in order to preserve existing source files'
+    # include directives that use traditional paths, not paths relative to
+    # Bazel workspace:
+    # https://stackoverflow.com/a/65635893/2077918
+    includes = ["."],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "platform",
+    srcs = [
+        "cmemory.cpp", 
+        "uobject.cpp",
+        "cstring.cpp",
+        "cwchar.cpp",
+        "uinvchar.cpp",
+        "charstr.cpp",
+        "unistr.cpp",
+        "appendable.cpp",
+        "stringpiece.cpp",
+        "ustrtrns.cpp",
+        "ustring.cpp",  
+        "ustrfmt.cpp",  
+        "utf_impl.cpp",
+        "putil.cpp",
+        "ucln_cmn.cpp",  
+        "udataswp.cpp",  
+        "umath.cpp",
+        "umutex.cpp",
+        "sharedobject.cpp",
+        "utrace.cpp",
+    ],
+    deps = [
+        ":headers",
+        # omit other deps b/c they are sys symbols
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+    linkopts = ["-ldl"],
+)
+
+cc_library(
+    name = "utrie",
+    srcs = ["utrie.cpp"],
+    deps = [":platform"],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "utrie2",
+    srcs = ["utrie2.cpp"],
+    deps = [":platform"],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "utrie2_builder",
+    srcs = ["utrie2_builder.cpp"],
+    deps = [
+        ":utrie",
+        ":utrie2",
+        ":platform",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "ucptrie",
+    srcs = ["ucptrie.cpp"],
+    deps = [":platform"],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "umutablecptrie",
+    srcs = ["umutablecptrie.cpp"],
+    deps = [":ucptrie"],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "bytestrie",
+    srcs = ["bytestrie.cpp"],
+    deps = [":platform"],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "bytestriebuilder",
+    srcs = ["bytestriebuilder.cpp"],
+    deps = [
+        ":bytestrie",
+        ":stringtriebuilder",
+        ":sort",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "stringtriebuilder",
+    srcs = ["stringtriebuilder.cpp"],
+    deps = [
+        ":uhash",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "uhash",
+    hdrs = [
+        "uhash.h",
+    ],
+    srcs = [
+        "uhash.cpp",
+    ],
+    deps = [
+        ":headers",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "errorcode",
+    hdrs = [
+    ],
+    srcs = [
+        "errorcode.cpp",
+    ],
+    includes = ["."],
+    deps = [
+        ":platform",
+        ":utypes",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "utypes",
+    srcs = [
+        "utypes.cpp",
+    ],
+    includes = ["."],
+    deps = [
+        ":headers",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "uniset",
+    srcs = [
+        "uniset.cpp",
+        "unifilt.cpp",
+        "unisetspan.cpp",
+        "bmpset.cpp",
+        "util.cpp",
+        "unifunct.cpp",
+        "usetiter.cpp",
+    ],
+    includes = ["."],
+    deps = [
+        ":patternprops",
+        ":uvector",
+        ":headers",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "patternprops",
+    srcs = [
+        "patternprops.cpp",
+    ],
+    includes = ["."],
+    deps = [
+        ":headers",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "propsvec",
+    srcs = [
+        "propsvec.cpp",
+    ],
+    includes = ["."],
+    deps = [
+        ":sort",
+        ":utrie2_builder",
+        ":headers",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "propname",
+    srcs = [
+        "propname.cpp",
+    ],
+    includes = ["."],
+    deps = [
+        ":bytestrie",
+        ":headers",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+# Note: cc_library target name "uvector32" matches dependencies.txt group name,
+# but filename "uvectr32.*" differs in spelling.
+cc_library(
+    name = "uvector32",
+    srcs = [
+        "uvectr32.cpp",
+    ],
+    includes = ["."],
+    deps = [
+        ":platform",
+        ":headers",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "sort",
+    srcs = [
+        "uarrsort.cpp",
+    ],
+    includes = ["."],
+    deps = [
+        ":headers",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+cc_library(
+    name = "uvector",
+    srcs = [
+        "uvector.cpp",
+    ],
+    includes = ["."],
+    deps = [
+        ":platform",
+        ":sort",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",
+    ],
+)
+
+
+# Building this target will indirectly cause the creation of a header file that
+# integrates normalization data. This header file is generated by a genrule
+# target that invokes the gennorm2 binary.
+cc_library(
+    name = "normalizer2",
+    srcs = [
+        "normalizer2.cpp",
+        "normalizer2impl.cpp",
+    ],
+    includes = ["."],
+    hdrs = [
+        "normalizer2impl.h",
+        "norm2_nfc_data.h",  # generated by gennorm2
+    ],
+    deps = [
+        ":headers",
+    ],
+    local_defines = [
+        "U_COMMON_IMPLEMENTATION",  
+    ],
+)
+
+
+
+# Note: Bazel has chosen specifically to disallow any official support for breaking
+# through constraints that would allow copying to or generating to source
+# directories: https://stackoverflow.com/questions/51283183/how-to-generate-files-in-source-folder-using-bazel
+
+genrule(
+    name = "gen_norm2_nfc_data_h",
+    srcs = [
+        "//icu4c/source/data/unidata/norm2:nfc.txt",
+    ],
+    outs = ["norm2_nfc_data.h"],
+    cmd = "./$(location //icu4c/source/tools/gennorm2) -o $@ $(location //icu4c/source/data/unidata/norm2:nfc.txt) --csource && cp $@ /tmp",
+    tools = ["//icu4c/source/tools/gennorm2"],
+)
diff --git a/icu4c/source/common/filteredbrk.cpp b/icu4c/source/common/filteredbrk.cpp
index 25080f9..f3c5f3f 100644
--- a/icu4c/source/common/filteredbrk.cpp
+++ b/icu4c/source/common/filteredbrk.cpp
@@ -49,7 +49,7 @@ static void _fb_trace(const char *m, const UnicodeString *s, UBool b, int32_t d,
 /**
  * Used with sortedInsert()
  */
-static int8_t U_CALLCONV compareUnicodeString(UElement t1, UElement t2) {
+static int32_t U_CALLCONV compareUnicodeString(UElement t1, UElement t2) {
     const UnicodeString &a = *(const UnicodeString*)t1.pointer;
     const UnicodeString &b = *(const UnicodeString*)t2.pointer;
     return a.compare(b);
diff --git a/icu4c/source/common/locid.cpp b/icu4c/source/common/locid.cpp
index 0d50629..4fec17d 100644
--- a/icu4c/source/common/locid.cpp
+++ b/icu4c/source/common/locid.cpp
@@ -1578,13 +1578,8 @@ AliasReplacer::replaceTransformedExtensions(
             }
             tkey = nextTKey;
         } while (tkey != nullptr);
-        tfields.sort([](UElement e1, UElement e2) -> int8_t {
-            // uprv_strcmp return int and in some platform, such as arm64-v8a,
-            // it may return positive values > 127 which cause the casted value
-            // of int8_t negative.
-            int res = uprv_strcmp(
-                (const char*)e1.pointer, (const char*)e2.pointer);
-            return (res == 0) ? 0 : ((res > 0) ? 1 : -1);
+        tfields.sort([](UElement e1, UElement e2) -> int32_t {
+            return uprv_strcmp((const char*)e1.pointer, (const char*)e2.pointer);
         }, status);
         for (int32_t i = 0; i < tfields.size(); i++) {
              if (output.length() > 0) {
@@ -1623,13 +1618,8 @@ AliasReplacer::outputToString(
         if (!notEmpty(script) && !notEmpty(region)) {
           out.append(SEP_CHAR, status);
         }
-        variants.sort([](UElement e1, UElement e2) -> int8_t {
-            // uprv_strcmp return int and in some platform, such as arm64-v8a,
-            // it may return positive values > 127 which cause the casted value
-            // of int8_t negative.
-            int res = uprv_strcmp(
-                (const char*)e1.pointer, (const char*)e2.pointer);
-            return (res == 0) ? 0 : ((res > 0) ? 1 : -1);
+        variants.sort([](UElement e1, UElement e2) -> int32_t {
+            return uprv_strcmp((const char*)e1.pointer, (const char*)e2.pointer);
         }, status);
         int32_t variantsStart = out.length();
         for (int32_t i = 0; i < variants.size(); i++) {
@@ -1689,13 +1679,8 @@ AliasReplacer::replace(const Locale& locale, CharString& out, UErrorCode& status
     if (U_FAILURE(status)) { return false; }
 
     // Sort the variants
-    variants.sort([](UElement e1, UElement e2) -> int8_t {
-        // uprv_strcmp return int and in some platform, such as arm64-v8a,
-        // it may return positive values > 127 which cause the casted value
-        // of int8_t negative.
-        int res = uprv_strcmp(
-            (const char*)e1.pointer, (const char*)e2.pointer);
-        return (res == 0) ? 0 : ((res > 0) ? 1 : -1);
+    variants.sort([](UElement e1, UElement e2) -> int32_t {
+        return uprv_strcmp((const char*)e1.pointer, (const char*)e2.pointer);
     }, status);
 
     // A changed count to assert when loop too many times.
diff --git a/icu4c/source/common/uelement.h b/icu4c/source/common/uelement.h
index 88dd4d6..2c5a204 100644
--- a/icu4c/source/common/uelement.h
+++ b/icu4c/source/common/uelement.h
@@ -54,9 +54,12 @@ typedef UBool U_CALLCONV UElementsAreEqual(const UElement e1, const UElement e2)
  * An element sorting (three-way) comparison function.
  * @param e1 An element (object or integer)
  * @param e2 An element (object or integer)
- * @return 0 if the two elements are equal, -1 if e1 is < e2, or +1 if e1 is > e2.
+ * @return 32-bit signed integer comparison result:
+ *               ==0 if the two elements are equal,
+ *                <0 if e1 is < e2, or
+ *                >0 if e1 is > e2.
  */
-typedef int8_t U_CALLCONV UElementComparator(UElement e1, UElement e2);
+typedef int32_t U_CALLCONV UElementComparator(UElement e1, UElement e2);
 
 /**
  * An element assignment function.  It may copy an integer, copy
diff --git a/icu4c/source/common/uniset.cpp b/icu4c/source/common/uniset.cpp
index 461e5a7..2db45a2 100644
--- a/icu4c/source/common/uniset.cpp
+++ b/icu4c/source/common/uniset.cpp
@@ -111,7 +111,7 @@ static void U_CALLCONV cloneUnicodeString(UElement *dst, UElement *src) {
     dst->pointer = new UnicodeString(*(UnicodeString*)src->pointer);
 }
 
-static int8_t U_CALLCONV compareUnicodeString(UElement t1, UElement t2) {
+static int32_t U_CALLCONV compareUnicodeString(UElement t1, UElement t2) {
     const UnicodeString &a = *(const UnicodeString*)t1.pointer;
     const UnicodeString &b = *(const UnicodeString*)t2.pointer;
     return a.compare(b);
diff --git a/icu4c/source/common/uvector.cpp b/icu4c/source/common/uvector.cpp
index 9c7e74c..fd53c60 100644
--- a/icu4c/source/common/uvector.cpp
+++ b/icu4c/source/common/uvector.cpp
@@ -466,7 +466,7 @@ void UVector::sortedInsert(UElement e, UElementComparator *compare, UErrorCode&
     int32_t min = 0, max = count;
     while (min != max) {
         int32_t probe = (min + max) / 2;
-        int8_t c = (*compare)(elements[probe], e);
+        int32_t c = (*compare)(elements[probe], e);
         if (c > 0) {
             max = probe;
         } else {
diff --git a/icu4c/source/data/brkitr/dictionaries/laodict.txt b/icu4c/source/data/brkitr/dictionaries/laodict.txt
index b15f415..b4dd440 100644
--- a/icu4c/source/data/brkitr/dictionaries/laodict.txt
+++ b/icu4c/source/data/brkitr/dictionaries/laodict.txt
@@ -1,2890 +1,502 @@
- # Copyright (C) 2016 and later: Unicode, Inc. and others.
+# Copyright (C) 2016 and later: Unicode, Inc. and others.
 # License & terms of use: http://www.unicode.org/copyright.html
 #	Copyright (c) 2015 International Business Machines Corporation
- #	and others. All Rights Reserved.
- #
- #	Lao Word List from Brian Eugene Wilson, Robert Martin Campbell;
- #	with special thanks to Arlyta Keosamone and Bualong Nyoukmai.
- #
- #	This word list was created in order to aid in word wrapping issues.
- #	Compound words have mostly been reduced to their respective parts.
- #
- #	Project:    http://code.google.com/p/lao-dictionary/
- #	Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
- #	Change log: http://lao-dictionary.googlecode.com/git/change.log
- #	License:    http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
- #
- #	This file is derived from the above dictionary (version 7 of 20130418:1450 +7),
- #	but: modified header, removed trailing spaces & added final EOL, and commented
- #	out 4 entries that duplicate earlier entries.
- #	--------------------------------------------------------------------------------
- #	Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
- #	All rights reserved.
- #
- #	Redistribution and use in source and binary forms, with or without modification,
- #	are permitted provided that the following conditions are met:
- #
- #		Redistributions of source code must retain the above copyright notice, this
- #		list of conditions and the following disclaimer. Redistributions in binary
- #		form must reproduce the above copyright notice, this list of conditions and
- #		the following disclaimer in the documentation and/or other materials
- #		provided with the distribution.
- #
- #	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
- #	ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- #	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- #	DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
- #	ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- #	(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- #	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- #	ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- #	(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- #	SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- #	--------------------------------------------------------------------------------
-ອາໂຣນ
-ອາບັດໂດນ
-ອາບັກທາ
-ອາບານາ
-ອາບາຣີມ
-ອັບບາ
-ອັບດາ
-ອັບເດເອນ
-ອັບດີ
-ອັບດີເອນ
-ອັບໂດນ
-ອາເບດເນໂກ
-ອາເບັນ
-ອາເບັນເບັດມາອະກາ
-ອາເບັນມາຢິມ
-ອາເບັນເມໂຮລາ
-ອາເບັນມິດຊະຣາຢິມ
-ອາເບັນຊິດຕີມ
-ອາບີ
-ອາບີອານໂບນ
-ອາບີອາສັບ
-ອາບີອາທາ
-ອາບິບ
-ອາບີດາ
-ອາບີດານ
-ອາບີເອນ
-ອາບີເອເຊ
-ອາບີກາຍ
-ອາບີການ
-ອາບີຮາຍ
-ອາບີຮູ
-ອາບີຮູດ
-ອາບີຢາ
-ອາບີເລັນ
-ອາບີມາເອນ
-ອາບີເມເລັກ
-ອາບີນາດາບ
-ອາບີໂນອາມ
-ອາບີຣາມ
-ອາບີຊາກ
-ອາບີຊາຍ
-ອາບີຊາໂລມ
-ອາບີຊູອາ
-ອາບີຊູ
-ອາບີຕານ
-ອາບີຕຸບ
-ອາບີອຸດ
-ອັບເນ
-ອັບຣາຮາມ
-ອັບຣາມ
-ອາບໂຣນາ
-ອັບຊາໂລມ
-ອັກກາດ
-ອັກໂກ
-ອະຂາຢາ
-ອະຂາອີໂກ
-ອາຄານ
-ອັກໂບ
-ອາຂີມ
-ອາກີເຊ
-ອາໂຄ
-ອັກສາ
-ອັກຊາບ
-ອັກຊິບ
-ອະດາດາ
-ອາດາ
-ອາດາຢາ
-ອາດາເລຍ
-ອາດາມ
-ອະດາມາ
-ອະດາມີເນເກັບ
-ອັດດາ
-ອັດເບເອນ
-ອັດດານ
-ອັດດີ
-ອັດໂດນ
-ອາດີເອນ
-ອາດິນ
-ອາດີນາ
-ອາດີໂນ
-ອາດີທາຢິມ
-ອາດະລາຍ
-ອັດມາ
-ອັດມາທາ
-ອັດນາ
-ອາໂດນີ
-ອາໂດນີເບເຊັກ
-ອາໂດນີຢາ
-ອາໂດນີກາມ
-ອາໂດນີຣາມ
-ອາໂດຣາຢິມ
-ອາໂດຣາມ
-ອັດຣຳເມເລັກ
-ອາຣະມິດ
-ອະດີອາ
-ອັດຣີເອນ
-ອະດຸລາມ
-ອະດູມມີມ
-ໄອເນ
-ໄອໂນນ
-ອາຄະໂບ
-ອັກອາກ
-ອາເກເອ
-ອາກີ
-ອາຄຣິປາ
-ອາກູ
-ອາຮາບ
-ອາຮາຣາ
-ອາຮາລະເຮນ
-ອາຮາສະບາຍ
-ເຊເຊັດ
-ອາຮາວາ
-ອາຮາດ
-ອາຮາຊີຢາ
-ອາຮະບານ
-ອາເຮ
-ອາຮີ
-ອາຮີອາມ
-ອາຮີອານ
-ອາຮີເອເຊ
-ອາຮີຮູດ
-ອາຮີຢາ
-ອາຮີກາມ
-ອາຮີລຸດ
-ອາຮີມາອາດ
-ອາຮີມານ
-ອາຮີເມເລັກ
-ອາຮີໂມດ
-ອາຮີນາດາບ
-ອາຮີໂນອາມ
-ອາຮີໂອ
-ອາຮີຣາ
-ອາຮີຣາມ
-ອາຮີສາມັກ
-ອາຮີຊາຮາ
-ອາຮີຊາ
-ອາຮີໂທເຟັນ
-ອາຮີຕຸບ
-ອາຮະລາບ
-ອາຮະລາຍ
-ອາໂຮອາ
-ອາຮຸມາຍ
-ອາຮູດຊຳ
-ອາຮູດຊາດ
-ອາຮະຊາຍ
-ອາອີ
-ອາອີຢາ
-ອາຢາ
-ອາຢາໂລນ
-ອາອິນ
-ອາການ
-ອະເກັນດາມາ
-ອັກກຸບ
-ອັກຣັບບີມ
-ອາລາໂມດ
-ອາເລເມດ
-ອາເລັກຊັນໂດ
-ອາເລັກຊັນເດຍ
-ອາລີອານ
-ອັນລຳເມເລັກ
-ອາເລເມັດ
-ອັນໂລນ
-ອານໂມດາດ
-ອັນໂມນ
-ອັນໂມນດິບລະທາຢິມ
-ອາລະຟາ
-ອາລະຟາຍ
-ອາລູຊາ
-ອັນວາ
-ອັນວານ
-ອາມາດ
-ອາມານ
-ອາມາເລັກ
-ອາມາມ
-ອາມານາ
-ອາມາຣີຢາ
-ອາມາສາ
-ອາມາສາຍ
-ອາມາດສາຍ
-ອາມາສີຢາ
-ອາມາຊີຢາ
-ອາມີ
-ອາມິດຕາຍ
-ອຳມາ
-ອຳມີເອນ
-ອຳມີຮຸດ
-ອຳມີຮູ
-ອຳມີນາດາບ
-ອຳມີຊັດດາຍ
-ອຳມິດຊາບັດ
-ອຳໂມນ
-ອຳໂນນ
-ອາໂມກ
-ອາໂມນ
-ອະໂມຣີດ
-ອາໂມດ
-ອຳຟີໂປລີ
-ອຳເປຍ
-ອຳຣາມ
-ອຳຣາເຟັນ
-ອາມຊີ
-ອານາບ
-ອານາ
-ອານາຮາຣາດ
-ອານາຢາ
-ອານາກ
-ອານາກີມ
-ອານາມີມ
-ອານຳເມເລັກ
-ອານານ
-ອານານີ
-ອານານີຢາ
-ອານາເນຍ
-ອານາດ
-ອານາໂທດ
-ອັນເດອາ
-ອັນດາໂຣນີໂກ
-ອາເນມ
-ອາເນ
-ອານີອາມ
-ອານີມ
-ອັນນາ
-ອັນໂທທີຢາ
-ອັນຕີໂອເຂຍ
-ອັນຕິປາ
-ອັນຕີປາຕີ
-ອານຸບ
-ອະເປເລ
-ອາເຟັກ
-ອະເຟກາ
-ອາຟີຢາ
-ອາໂປໂລເນຍ
-ອາໂປໂລ
-ອາໂປລິໂອນ
-ອັບປາຢິມ
-ອັບເຟຍ
-ອາປີໂອ
-ອາກີລາ
-ອາຣະ
-ອາຣາ
-ອາຫລັບ
-ອາຣາບາ
-ອາຣັດ
-ອາຣາມ
-ອາຣາມມາອາກາ
-ອາຣາມນາຮາຣາຢິມ
-ອາຣາມໂຊບາ
-ອາຣານ
-ອາຣາຣັດ
-ອາໂຣນາ
-ອະຣາວນາ
-ອາຣະບາ
-ອາບາດ
-ອາເຄລາວ
-ອາຂີໂປ
-ອາຄີ
-ອາດ
-ອາໂດນ
-ອາເຣລີ
-ອາເຣໂອປາໂຄ
-ອາເຣຕາ
-ອາໂກບ
-ອາຣີດາຍ
-ອາຣີດາທາ
-ອາຣີເຢ
-ອາຣີເອນ
-ອາຣີມາທາຍ
-ອາຣີໂອກ
-ອາຣີສາຍ
-ອາຣິດຕາໂຂ
-ອາຣິດໂຕບູໂລ
-ອາມາເຄໂດນ
-ອາໂມນີ
-ອານີ
-ອາໂນນ
-ອາໂຣດ
-ອາໂຣດີ
-ອາໂຣເອ
-ອາປັກຊາດ
-ອາປາດ
-ອາຟັກຊາດ
-ອາຕາເຊເຊັດ
-ອາເຕມາ
-ອາເຕມິດ
-ອາຣຸບໂບດ
-ອາຣູມາ
-ອາວາດ
-ອາດຊາ
-ອາຊາ
-ອາສາເຮນ
-ອາສາຢາ
-ອາສັບ
-ອາສາເຣນ
-ອາເສນັດ
-ອາຊານ
-ອາຊາເຣລາ
-ອາຊະເບອາ
-ອາຊະເບັນ
-ອາຊະໂດດ
-ອາເຊ
-ອາເຊຣາ
-ອາຊະຮູ
-ອາຊີມາ
-ອາຊະກາໂລນ
-ອັດຊະເກນາດ
-ອາຊະນາ
-ອັດຊະເປນັດ
-ອັດຊະຕະໂຣດ
-ອັດຊະເຕຣາດ
-ອັດຊະເຕໂຣດການາຢິມ
-ອັດຊະໂຕເຣດ
-ອາຊູ
-ອາຊະວາດ
-ອາເຊຍ
-ອັດສະປາທາ
-ອັດສີ
-ອາໂຊ
-ອັດຊີເຣຍ
-ອາຊິນກຣິດ
-ອາຕາດ
-ອາຕາຣາ
-ອາຕາໂຣດ
-ອາຕາໂຣດອັດດາ
-ອາເຕ
-ອາທາກ
-ອາທາຢາ
-ອາທາລີຢາ
-ອາທາຣີມ
-ອາແຖນ
-ອາແມນ
-ອັດລາຍ
-ອັດຕະໂຣດເບັດໂຢອາບ
-ອາດໂຣດໂຊຟັນ
-ອາດຕາຍ
-ອັດຕາເລຍ
-ໂອຄຸດໂຕ
-ອາເວນ
-ອາວິດ
-ອາວາ
-ອາຊາລີຢາ
-ອາຊານີຢາ
-ອັດຊາເຣນ
-ອາຊາຣີຢາ
-ອາດຊາດ
-ອາຊາເຊັນ
-ອາຊາຊີຢາ
-ອັດຊະບຸກ
-ອາເຊກາ
-ອາເຊນ
-ອາຊະກາດ
-ອາຊີເອນ
-ອາຊີຊາ
-ອາຊະມາເວດ
-ອາຊະໂມນ
-ອັດຊະໂນດຕາໂບ
-ອາໂຊໂຕ
-ອັດຊະຣີເອນ
-ອາຊະຣີເອນ
-ອັດຊະຣິກາມ
-ອາຊູບາ
-ອັດຊາ
-ອັດຊານ
-ອັດຊູເຣ
-ບາອານ
-ບາອາລາ
-ບາອາລາດ
-ບາອາລາດເບເອ
-ບາອານເບຣິດ
-ບາອາເລ
-ບາອານກາດ
-ບາອານຮາໂມນ
-ບາອານຮານານ
-ບາອານຮາໂຊ
-ບາອານເຮີໂມນ
-ບາອາລິດ
-ບາອານເມໂອນ
-ບາອານເປຣາຊີມ
-ບາອານຊາລິຊາ
-ບາອານຕາມາ
-ບາອານເຊບູນ
-ບາອານເຊໂຟນ
-ບາອານາ
-ບາອາຣາ
-ບາອາເສຢາ
-ບາອາຊາ
-ບາເບນ
-ບາບີໂລນ
-ບາຮູຣູມ
-ບາຮູຣີມ
-ບັກບັກກາ
-ບັກບຸກ
-ບັກບຸກີຢາ
-ບາລາອາມ
-ບາລາດານ
-ບາລາ
-ບາລາກ
-ບາມາ
-ບາໂມດ
-ບາໂມດບາອານ
-ບານີ
-ບັບຕິສະໂຕ
-ບາຣາບາ
-ບາຣາເກນ
-ບາຣາຂີຢາ
-ບາຣາກ
-ບາຮຸມ
-ບາຣີຢາ
-ບາຣະເຢຊູ
-ບາຣະໂຢນາ
-ບາໂກດ
-ບາຣະນາບາ
-ບາຣະຊາບາ
-ບາຣະໂທໂລມາຍ
-ບາຣະຕີມາຍ
-ບາຣຸກ
-ບາຊິລາຍ
-ບາເຊມາດ
-ບາຊານ
-ບັດເຊບາ
-ບາວາຍ
-ບາຍິດ
-ບັດຊະລູດ
-ເບອາລີຢາ
-ເບອາໂລດ
-ເບບາຍ
-ເບເຄ
-ເບໂກຣັດ
-ເບດັດ
-ເບດານ
-ເບເດຢາ
-ເບເອລີຢາດາ
-ເບເອນເຊບຸບ
-ເບເອ
-ເບເອຣາ
-ເບເອເອລີມ
-ເບເອຣີ
-ເບເອໂຣດ
-ເບເອເຊບາ
-ເບເອັດເຕຣາ
-ເບນ
-ເບລາ
-ເບລີອານ
-ເບນຊັດຊາເຣ
-ເບນເຕຊັດຊາເຣ
-ເບັນ
-ເບັນອາບີນາດາບ
-ເບນາຢາ
-ເບັນອຳມີ
-ເບັນເດເກ
-ເບເນເບຣັກ
-ເບເນຢາອາການ
-ເບັນເກເບີ
-ເບັນຮາດັດ
-ເບັນຮາຍ
-ເບັນຮານັນ
-ເບັນເຮເສັດ
-ເບັນຮິນໂນມ
-ເບັນຮູເຣ
-ເບນີນູ
-ເບັນຢາມິນ
-ເບໂນ
-ເບັນໂອນີ
-ເບັນໂຊເຮັດ
-ເບໂອນ
-ເບໂອ
-ເບຣາ
-ເບຣາກາ
-ເບຣາຢາ
-ເບເຣກີຢາ
-ເບເຣັດ
-ເບຣີ
-ເບຣິອາ
-ເບນີເກ
-ເບເຣຍ
-ເບໂຣທາ
-ເບໂຣທາຍ
-ເບສາຍ
-ເບໂສເດຢາ
-ເບໂສເຣ
-ເບຕາ
-ເບເຕັນ
-ເບັດອານາດ
-ເບັດອາໂນດ
-ເບັດທານີ
-ເບັດອາຣາບາ
-ເບັດອາຣາມ
-ເບັດອາເບນ
-ເບັດອາເວນ
-ເບັດອາຊະມາເວດ
-ເບັດບາອານເມໂອນ
-ເບັດບາຣາ
-ເບັດບີຣີ
-ເບັດຄາ
-ເບັດດາໂກນ
-ເບັດດິບລາທາຢິມ
-ເບັດເອເດັນ
-ເບັດເອນ
-ເບັດເອເມັກ
-ເບັດສາທາ
-ເບັດເອດເຊັນ
-ເບັດກາເດ
-ເບັດກາມູນ
-ເບັດກິນການ
-ເບັດຮັກເຄເຣັມ
-ເບັດຮາຣານ
-ເບັດໂຮກລາ
-ເບັດໂຮໂຣນ
-ເບັດເຢຊີໂມດ
-ເບັດເລອາຟະຣາ
-ເບັດເລບາໂອດ
-ເບັດເລເຮັມ
-ເບັດມັກກາໂບດ
-ເບັດເມໂອນ
-ເບັດມິນໂລ
-ເບັດນິມຣາ
-ເບັດປັດເຊັດ
-ເບັດເປເລັດ
-ເບັດເປໂອ
-ເບັດຟາເຄ
-ເບັດຣາຟາ
-ເບັດເຣໂຮບ
-ເບັດຊາອີດາ
-ເບັດເຊອານ
-ເບັດເຊເມັດ
-ເບັດຊີດຕາ
-ເບັດຕັບປົວ
-ເບທູເອນ
-ເບັດອູນ
-ເບັດຊູເຣ
-ເບໂຕນີມ
-ເບຊາຍ
-ເບຊາເລນ
-ເບເຊັກ
-ເບເຊ
-ບິກຣີ
-ບິດກາ
-ບິກທາ
-ບິກທານາ
-ບິກວາຍ
-ບິນດັດ
-ບິເລອາມ
-ບິນກາ
-ບິນກາຍ
-ບິນຮາ
-ບິນຮານ
-ບິນຊານ
-ບິມຮັນ
-ບິເນອາ
-ບິນນຸຍ
-ບີຊາ
-ບິຊາອິດ
-ບິດຊະລາມ
-ບີທີຢາ
-ບິດໂຣນ
-ບີທີເນຍ
-ບີຊີໂອທີອາ
-ບິດຊະທາ
-ບລາຊະໂຕ
-ໂບອະເນເຄ
-ໂບອາດ
-ໂບເກຣູ
-ໂບກີມ
-ໂບຮານ
-ໂບອາຊານ
-ໂບເຊັດ
-ໂບຊະກາດ
-ໂບຊະຣາ
-ບຸກກີ
-ບຸກກີຢາ
-ບູເລ
-ບູນາ
-ບຸນນີ
-ບູເຊ
-ບູຊີ
-ກັບໂບນ
-ກາບູນ
-ກາຍຊາ
-ກາຍຊາເຣຍ
-ກາຢະຟາ
-ກາອິນ
-ກາຍນານ
-ກາລາ
-ການໂກນ
-ກາເລັບ
-ການເນ
-ການໂນ
-ການາ
-ການາອານ
-ກັນດາເກ
-ກາເປນາອູມ
-ກັບໂຕເຣ
-ກັບໂຕຣີ
-ກາປາໂດເກຍ
-ກາກັດ
-ກາເກມິດ
-ກາເມນ
-ກາມີ
-ກາຣະໂບ
-ກາເຊນາ
-ກາຊິເຟຍ
-ກັດສະລູຮີມ
-ກາວດາ
-ເກັນເຂອາຍ
-ເກຟາ
-ຄັນເດອາ
-ເກບາ
-ເຄໂດລາໂອເມີ
-ເກລານ
-ເກລຸບ
-ເກລູຮີ
-ເຄມົດ
-ເຄນາອານາ
-ເກນານີ
-ເກນານີຢາ
-ເກຟາອຳໂມນີ
-ເກຟີຣາ
-ເກຣານ
-ເກເຣັດ
-ເກຣິດ
-ເກສາໂລນ
-ເກເຊັດ
-ເກຊິນ
-ເກສຸນໂລດ
-ເກຊິບ
-ກີໂດນ
-ກີເລອາບ
-ກີລີໂອນ
-ກິນມາດ
-ກິມຮາມ
-ກິນເນເຣດ
-ຄິນເນໂຣດ
-ຂີໂອ
-ກິດຊະເລັບ
-ກິຊະໂລນ
-ກິສະໂລດຕາໂບ
-ກິດລິດ
-ຂະໂລເອ
-ໂຂຣາຊິນ
-ຄຣິດ
-ຄຣິສະຕຽນ
-ພຣະຄຣິດ
-ກູນ
-ຈູຊາ
-ກີລີເກຍ
-ກະໂລເດຍ
-ກະໂລດີໂອ
-ເກລເມນໂຕ
-ກະໂລປາ
-ກະນີໂດ
-ໂກນໂຮເຊ
-ໂກໂລຊາຍ
-ໂກນານີຢາ
-ໂກນີຢາ
-ໂກຣະບານ
-ໂກຣິນໂທ
-ໂກເນລີໂອ
-ໂກດ
-ໂກຊາມ
-ໂກດຊະບີ
-ໂກເຊບາ
-ເກເຊັນ
-ກະເຣເຕ
-ກີສະໂປ
-ກູເຊ
-ກູຊານ
-ກູຊານຣິຊາທາຢິມ
-ກູຊີ
-ກຸທາ
-ກຸບໂຣ
-ກີເຣເນ
-ໄຊຣັດ
-ດັບເບເຊັດ
-ດາເບຣາດ
-ດາໂກນ
-ດານມານຸທາ
-ດັນມາເຕຍ
-ດານໂຟນ
-ດາມາຣີ
-ດາມາເຊ
-ດານ
-ດານີເອນ
-ດານນາ
-ດາຣາ
-ດາດາ
-ດາຣິອຸດ
-ດາທານ
-ດາວິດ
-ເດບີ
-ເດໂບຣາ
-ເດກາໂປລີ
-ເດດານ
-ເດຮາ
-ເດລາຢາ
-ເດລີລາ
-ເດມາ
-ເດເມທີໂອ
-ເດຣະເບ
-ດູເອນ
-ເດຍໂບໂລ
-ດິບລາ
-ດິບລາຢິມ
-ດີໂບນ
-ດີໂບນກາດ
-ດິບຣີ
-ດິກລາ
-ດິເລອານ
-ດິມນາ
-ດີໂມນາ
-ດີນາ
-ດິນຮາບາ
-ດີໂອນີຊີໂອ
-ດີໂອເທເຟ
-ດີຊານ
-ດີໂຊນ
-ດີຊາຮັບ
-ໂດດາຍ
-ໂດດານີມ
-ໂດດາວາຮູ
-ໂດໂດ
-ໂດເອັກ
-ໂດບຟະກາ
-ໂດເຣ
-ໂດຣະກາ
-ໂດທານ
-ດູຊີນລາ
-ດູມາ
-ດຸຣາ
-ເອບານ
-ເອເບັດ
-ເອເບັດເມເລັກ
-ເອເບັນເອເຊ
-ເອບີອາສັບ
-ເອັບໂຣນ
-ເອເດັນ
-ເອເດ
-ເອໂດມ
-ເອັດເຣອີ
-ເອັກລາ
-ເອັກລາຢິມ
-ເອັກໂລນ
-ເອຢິບ
-ເອຮຸດ
-ເອເກ
-ເອັກໂຣນ
-ເອນ
-ເອລາ
-ເອລາມ
-ເອລາສາ
-ເອລັດ
-ເບຣິດ
-ເອັນດາອາ
-ເອັນດັດ
-ເອເລອາດ
-ເອເລອາດາ
-ເອເລອາເລ
-ເອເລອາສາ
-ເອເລອາຊາ
-ເອເລັບ
-ເອນຮະນັນ
-ເອລີ
-ເອລີອາບ
-ເອລີອາດາ
-ເອລີຢາບາ
-ເອລີຢາກີມ
-ເອລີອາມ
-ເອລີຢາສັບ
-ເອລີຢາຊິບ
-ເອລີອາທາ
-ເອລີດາດ
-ເອລີເອໂຮນາຍ
-ເອລີເອນ
-ເອລີເອນາຍ
-ເອລີເອເຊ
-ເອລີໂຮເຣັບ
-ເອລີຮູ
-ເອລີຢາ
-ເອລີກາ
-ເອລີມ
-ເອລີເມເລັກ
-ເອລີໂອນາຍ
-ເອລີຟັນ
-ເອລີຟັດ
-ເອລີເຟເລຮູ
-ເອລີເຟເລັດ
-ເອລີຊາເບັດ
-ເອລີຊາ
-ເອລີຊາມາ
-ເອລີຊາຟັດ
-ເອລີເຊບາ
-ເອລີຊຸອາ
-ເອລີອຸດ
-ເອລີຊາຟັນ
-ເອລີຊູ
-ເອນການາ
-ເອນໂກດ
-ເອັນລາສາ
-ເອນມາດາມ
-ເອນນາອາມ
-ເອນນາທານ
-ເອໂລນ
-ເອໂລນເບັດຮານານ
-ເອນປາອານ
-ເອນປາຣານ
-ເອນເປເລັດ
-ເອນເຕເກ
-ເອນເຕໂກນ
-ເອນໂຕລັດ
-ເອລູນ
-ເອລູຊາຍ
-ເອລີມາ
-ເອນຊາບັດ
-ເອນຊາຟັນ
-ເອເມັກເກຊິດ
-ເອມີມ
-ເອມານູເອນ
-ເອມາອູດ
-ເອນາຢິມ
-ເອນາມ
-ເອນັນ
-ເອັນໂດເຣ
-ເອັນເອັກລາຢິມ
-ເອັນກັນນີມ
-ເອັນເກດີ
-ເອັນຮັດດາ
-ເອັນຮັກໂກເຣ
-ເອັນຮາໂຊ
-ເອໂນກ
-ເອໂນດ
-ເອັນຣິມໂມນ
-ເອັນໂຣເກນ
-ເອັນເຊເມັດ
-ເອັນຕັບປົວ
-ເອປາຍເນດ
-ເອປາຟາ
-ເອປາໂຟດີໂຕ
-ເອຟາ
-ເອຟາຍ
-ເອເຟ
-ເອເຟັດດຳມີມ
-ເອເຟໂຊ
-ເອຟະລານ
-ເອໂຟດ
-ເອຟຣາຢິມ
-ເອຟຣາທາ
-ເອຟະໂຣນ
-ເອປີກູຣຽວ
-ເອຣະ
-ເອຣານ
-ເອຣາຊະໂຕ
-ເອເຣັກ
-ເອຣີ
-ເອຊາຮັດໂດນ
-ເອຊາວ
-ເອຊານ
-ເອຊະບາອານ
-ເອຊະບານ
-ເອັດຊະໂຄນ
-ເອເຊັກ
-ເອຊະຕາໂອນ
-ເອຊະເຕມົວ
-ເອຊະໂຕນ
-ເອຊະລີ
-ເອສະເທີ
-ເອຕາມ
-ເອທາມ
-ເອທານ
-ເອັດບາອານ
-ເອເທ
-ເອທີໂອເປຍ
-ເອັດກະຊິນ
-ເອທະນັນ
-ເອທະນີ
-ຢູບູໂລ
-ຢູນິເກ
-ຢູໂອເດຍ
-ເອຟຣາດ
-ຢູຣາກີໂລ
-ຢູຕີໂຂ
-ເອວາ
-ເອວີ
-ເອວິນເມໂຣດັກ
-ອພຍ
-ເອຊະບາຍ
-ເອັດຊະໂບນ
-ເອເຊກີເອນ
-ເອເຊັມ
-ເອເຊ
-ເອັດຊິໂອນເກເບ
-ເອັດຊະນີ
-ເອັດຊະຣາ
-ເອຊະຣີ
-ເຟລິກ
-ເຟຊະໂຕ
-ຟໍຕູນາໂຕ
-ກາອານ
-ກາອາດ
-ກັບບາຍ
-ຄັບບາທາ
-ຄັບຣີເອນ
-ຄາດ
-ຄາດາຣາ
-ກາດດີ
-ກາດດີເອນ
-ກາດີ
-ກາຮາມ
-ກາຮາ
-ຄາໂຢ
-ກາລັນ
-ຄາລາເຕຍ
-ກາເລເອັດ
-ຄາລີເລ
-ກັນລີມ
-ຄາລີໂອນ
-ຄາມາລີເອັນ
-ກາມູນ
-ກາເຣບ
-ກາຕາມ
-ກັດ
-ກັດເຮເຟ
-ກັດຣິມໂມນ
-ຄາຊາ
-ກາເຊັດ
-ກັດຊຳ
-ເກບານ
-ເກເບ
-ເກບີມ
-ເກດາລີຢາ
-ເກເດ
-ເກເດຣາ
-ເກເດໂຣດ
-ເກເດໂຣທາຢິມ
-ເກໂດເຣ
-ເກຮາຊີ
-ເກລີໂລດ
-ເກມາລີ
-ເກມາຣີຢາ
-ເຄັນເນຊາເຣັດ
-ເກນູບັດ
-ເກຣະ
-ເກຣາ
-ເຄຣາຊາ
-ເກຣີຊີມ
-ເກໂຊມ
-ເກໂຊນ
-ເກຊານ
-ເກເຊມ
-ເກຊູ
-ເກເທ
-ເຄັດເຊມາເນ
-ເກອູເອນ
-ເກເຊ
-ກີອາ
-ກິບບາ
-ກິບເບໂທນ
-ກິເບອາ
-ກິເບໂອນ
-ກິດດັນຕີ
-ກິດເດນ
-ກີເດໂອນ
-ກິເດໂອນີ
-ກິໂດມ
-ກີໂຮນ
-ກິລາລາຍ
-ກິນໂບອາ
-ກິເລອາດ
-ກິນການ
-ກິໂລ
-ກິມໂຊ
-ກີນາດ
-ກິນເນທອຍ
-ກິນເນໂທນ
-ກີກາຊີ
-ກິດຊະປາ
-ກິດຕາຢິມ
-ກິດຕີ
-ກິດຕິດ
-ກິໂຊນ
-ໂກອາ
-ໂກບ
-ໂຄກ
-ໂກຢິມ
-ໂກລານ
-ໂຄລະໂຄທາ
-ໂກລີອາດ
-ໂກເມ
-ໂກໂມຣາ
-ໂກເຊັນ
-ໂກຊານ
-ກຣີກ
-ກຸດໂກດາ
-ກູນີ
-ກູເຣ
-ກູເຣບາອານ
-ຮາຮັດຊະຕາຣີ
-ຮາບາຢາ
-ຮາບາກຸກ
-ຮາບາຊີນີຢາ
-ຮາໂບ
-ຮາກາລີຢາ
-ຮາກີລາ
-ຮັກໂມນີ
-ຮາດັດ
-ຮາດາເດເຊ
-ຮາດັດຣິມໂມນ
-ຮາດາ
-ຮາດັດເອເຊີ
-ຮາດາຊາ
-ຮາດາສາ
-ຮາດິດ
-ຮາໂດຣາມ
-ຮັດຣັກ
-ຮາກາບ
-ຮາກາບາ
-ຮາກາ
-ຮັກກາຍ
-ຮັກກີ
-ຮັກກີຢາ
-ຮັກກິດ
-ຮັກຣີ
-ຮາຮິໂຣດ
-ຮັກກາຕານ
-ຮັກກົດ
-ຮາກູຟາ
-ຮາລາ
-ຮາລັກ
-ຮັນຮູນ
-ຮາລີ
-ອາເລລູຢາ
-ຮັນໂລເຮັດ
-ຮາມ
-ຮາມານ
-ຮາມັດ
-ຮາມັດໂຊບາ
-ຮຳມາດ
-ຮຳເມດາທາ
-ຮຳໂມເລເກັດ
-ຮຳໂມນ
-ຮຳມົດໂດເຣ
-ຮາມມູເອນ
-ຮາໂມນາ
-ຮາໂມນໂຄກ
-ຮາໂມ
-ຮຳຣານ
-ຮາມູນ
-ຮາມຸຕານ
-ຮານາເມນ
-ຮານານ
-ຮານາເນນ
-ຮານານີ
-ຮານານີຢາ
-ຮາເນັດ
-ຮັນນາ
-ຮັນນາໂທນ
-ຮານນີເອນ
-ຮາໂນກ
-ຮານຸນ
-ຮາຟາຣາຢິມ
-ຮາບປິດເຊັດ
-ຮາຣາ
-ຮາຣາດາ
-ຮາຣານ
-ຮາໂບນາ
-ຮາເຣັບ
-ຮາຮາຢາ
-ຮາຮັດ
-ຮາຮູ
-ຮາຣີມ
-ຮາຣິບ
-ຮາເນເຟ
-ຮາໂຣດ
-ຮາໂຣເອ
-ຮາໂຣ
-ຮາໂຣເຊັດຮາໂກຢິມ
-ຮາຊາ
-ຮາຣຸມ
-ຮາຣຸມັບ
-ຮາຣຸບ
-ຮາຣຸດ
-ຮາສາດີຢາ
-ຮາຊາບີຢາ
-ຮາຊັບນາ
-ຮາຊັບເນຢາ
-ຮັດຊະບັດດານາ
-ຮາເຊັມ
-ຮາຊະໂມນາ
-ຮາຊູບາ
-ຮາຊຸມ
-ຮາສະຣາ
-ຮັດເສນາອາ
-ຮັດເສນູອາ
-ຮັດຊຸບ
-ຮັດໂສເຟເຣັດ
-ຮາສູຟາ
-ຮາທາກ
-ຮາທັດ
-ຮາຕິຟາ
-ຮາຕິຕາ
-ຮັດຕິນ
-ຮັດຕຸຊະ
-ຮາອູຣານ
-ຮາວິລາ
-ຮາໂວດຢາອີ
-ຮາຊາເອນ
-ຮາຊາຢາ
-ຮາຊາອັດດາ
-ຮາຊາເອນັນ
-ຮາຊາເອໂນນ
-ຮາຊາກັດດາ
-ຮາຊາມາເວດ
-ຮາຊາຊູອານ
-ຮາຊາສູສາ
-ຮາຊາສູສີມ
-ຮາຊາໂຊນ
-ຮາຊາໂຊນຕາມາ
-ຮາເຊີຮັດຕິໂກນ
-ຮາເຊໂຣດ
-ຮາຊີເອນ
-ຮາໂຊ
-ຮັດເຊເລເລນໂປນີ
-ເຮເບ
-ເຮັບເຣີ
-ເຮັບໂຣນ
-ເຮກາຍ
-ເຮລາ
-ເຮລາມ
-ເຮັນບາ
-ເຮນໂບນ
-ເຮນດາຍ
-ເຮເລັບ
-ເຮເລັດ
-ເຮເລັກ
-ເຮເລັມ
-ເຮນກາຍ
-ເຮັນກາດ
-ເຮັນກາດຮັດຊູຣີມ
-ເຮໂລນ
-ເຮມານ
-ເຮັມດານ
-ເຮັນ
-ເຮນາ
-ເຮນາດາດ
-ເຮເຟ
-ເຮັບຊີບາ
-ເຮເຣັດ
-ເຮຣະມາ
-ເຮຣະເມ
-ເຮຣະໂມເກນ
-ເຮີໂມນ
-ເຮໂຣດ
-ເຮໂຣເດຍ
-ເຮໂຣດີໂອນ
-ເຮັດຊະໂບນ
-ເຮຊະໂມນ
-ເຮດ
-ເຮດໂລນ
-ເຮເຊກີຢາ
-ເຮຊີໂອນ
-ເຮຊີ
-ເຮດຊະໂຣ
-ເຮດຊະໂຣນ
-ຮິດດາຍ
-ຮີເອນ
-ເຮຍຣາໂປລີ
-ຮິກກາໂຢນ
-ຮີເລນ
-ຮິນກີຢາ
-ຮິນເລນ
-ຮິນໂນມ
-ຮີຣາ
-ຮີຣາມ
-ຮິດຕີ
-ຮີວີ
-ຮິດຊະກີ
-ຮີຊະກີຢາ
-ໂຮບັບ
-ໂຮບາ
-ໂຮບາຢາ
-ໂຮດ
-ໂຮດາວີຢາ
-ໂຮເດັດ
-ໂຮດີຢາ
-ໂຮກລາ
-ໂຮຮາມ
-ໂຮໂລນ
-ໂຮມາມ
-ໂຮບນີ
-ໂຮຟະຣາ
-ໂຮເຣ
-ໂຮຣາມ
-ໂຮເຣັບ
-ໂຮເຣມ
-ໂຮເຣຮັກກິດກາດ
-ໂຮຣີ
-ໂຮມາ
-ໂຮໂຣນາຢິມ
-ໂຮໂຣນ
-ໂຮສາ
-ໂຮຊັນນາ
-ໂຮເຊອາ
-ໂຮຊາຢາ
-ໂຮຊາມາ
-ໂຮທາມ
-ໂຮທີ
-ຮູກໂກກ
-ຮູໂກກ
-ຮຸນ
-ຮຸນດາ
-ຮຸມຕາ
-ຮູຟາມ
-ຮຸບປາ
-ຮຸບປີມ
-ຮູເຣ
-ຮູຣາຍ
-ຮູຣາມ
-ຮູຣີ
-ຮູຊາ
-ຮູຊາຍ
-ຮູຊາມ
-ຮູຊີມ
-ຮີເມນາໂອ
-ອິບຮາ
-ອິບເລອາມ
-ອິບເນຢາ
-ອິບນີຢາ
-ອິບຣີ
-ອິບສາມ
-ອິບຊານ
-ອີຄາບົດ
-ອີໂກນີອົນ
-ອິດາລາ
-ອິດບັດ
-ອິດໂດ
-ອີດູມາຍ
-ອີເອເຊ
-ອີການ
-ອິກດາລີຢາ
-ອີໂຢນ
-ອິກເກດ
-ອີລາຍ
-ອີລີຣິກົນ
-ອິມລາ
-ອິມເມ
-ອິມນາ
-ອິມຣາ
-ອິມຣີ
-ອິນເດຍ
-ອີໂອບ
-ອິບເດຢາ
-ອິບຕາ
-ອິບຕາເອນ
-ອີຣາ
-ອີຣາດ
-ອີຣາມ
-ອີຣີ
-ອີຣີຢາ
-ອີນາຮາດ
-ອີຣະເປເອນ
-ອີຣະເຊເມັດ
-ອີຣູ
-ອີຊາກ
-ເອຊາຢາ
-ອິສະກາ
-ອິສະກາຣີອົດ
-ອິຊະບາ
-ອີຊະບາກ
-ອິດບີເບໂນບ
-ອິດໂບເຊດ
-ອີຊະໂຮດ
-ອີຊີ
-ອີຊະມາ
-ອິດຊະມາເອນ
-ອີຊະມາຢາ
-ອີຊະເມຣາຍ
-ອິຊະປາ
-ອີຊະປັນ
-ອີຊະວາ
-ອີຊະວີ
-ອິສະມາກີຢາ
-ອິສຣາເອນ
-ອິດຊາຄາ
-ອິດຊີຢາ
-ອີຕາເລຍ
-ອີທາຍ
-ອີທາມາ
-ອີທິເອນ
-ອີທະລາ
-ອີທະມາ
-ອິດນັນ
-ອິດຣັນ
-ອິດເຣອາມ
-ອິດຣີ
-ອິດຕາຍ
-ອີຕູຣາຍ
-ອີວາ
-ອີເຢອາບາຣີມ
-ອີຢິມ
-ອິດຊະຮາ
-ອິດຊະລີຢາ
-ອິດຊະຣາຢາ
-ອິດຊະຣາ
-ອິດຊະຣີ
-ຢາອາການ
-ຢາອາໂກບາ
-ຢາອາລາ
-ຢາອາເຣໂອເຣກີມ
-ຢາອາເຣຊີຢາ
-ຢາອາສີເອນ
-ຢາອາສູ
-ຢາອາຊານີຢາ
-ຢາອາຊີຢາ
-ຢາອາຊີເອນ
-ຢາບານ
-ຢັບໂບກ
-ຢາເບັດ
-ຢາເບັດກິເລອາດ
-ຢາເບດ
-ຢາບິນ
-ຢັບເນເອນ
-ຢັບເນ
-ຢາການ
-ຢາກິນ
-ຢາໂຄບ
-ຢາດາ
-ຢັດດູອາ
-ຢາໂດນ
-ຢາເອນ
-ຢາກູເຣ
-ຢາຮາດ
-ຢາຮາຊີເອນ
-ຢາດາຍ
-ຢາດີເອນ
-ຢາໂດ
-ຢາເລເອນ
-ຢາຮະມາຍ
-ຢາຊາ
-ຢາເຊເອນ
-ຢາເຊຢາ
-ຢາເຊຣາ
-ຢາຊີເອນ
-ຢາອີ
-ຢາອີໂຣ
-ຢາເກ
-ຢາກີມ
-ຢາລາມ
-ຢາໂລນ
-ຢຳເບ
-ຢາໂກໂບ
-ຢາມິນ
-ຢາມເລກ
-ຢານາຍ
-ຢານີມ
-ຢັນນາ
-ຢາເນ
-ຢາໂນອາ
-ຢາເຟດ
-ຢາເຟຍ
-ຢາຟະເລດ
-ຢາຣາ
-ຢາເຣັດ
-ຢາຣະຮາ
-ຢາຣິບ
-ຢາຣະມຸດ
-ຢາໂຣອາ
-ຢາເຊນ
-ຢາໂຊເບອາມ
-ຢາຊຸບ
-ຢາຊູບີເລເຮັມ
-ຢາຊົນ
-ຢາດນີເອນ
-ຢັດຕີ
-ຢາວານ
-ຢາເຊ
-ຢາຊິດ
-ເຢອາຣີມ
-ເຢອາເທຣາຍ
-ເຢເບເຣກີຢາ
-ເຢບຸດ
-ເຢໂກລີຢາ
-ເຢດາຢາ
-ເຢດີອາເອນ
-ເຢດີດາ
-ເຢດີດີຢາ
-ເຢດູທູນ
-ເຢກາຊາຮາດູທາ
-ເຢຮັນເລເລນ
-ເຢເດຢາ
-ເຢເຮັດຊະເກັນ
-ເຢຮີຢາ
-ເຢຮີເອນ
-ເຢຮີເອລີ
-ເຢຮີຊະກີຢາ
-ເຢໂຮອາດດາ
-ເຢໂຮອັດດັນ
-ເຢໂຮອາຮາດ
-ໂຢອາດ
-ເຢໂຮຮານັນ
-ເຢໂຮຢາກິນ
-ເຢໂຮຢາດາ
-ເຢໂຮຢາກີມ
-ເຢໂຮຢາຣິບ
-ເຢໂຮນາດາບ
-ເຢໂຮນາທານ
-ເຢໂຮຣາມ
-ເຢໂຮຊາບາ
-ເຢໂຮຊາຟັດ
-ເຢໂຮເຊບາ
-ເຢໂຮຊາບັດ
-ເຢໂຮຊາດັກ
-ເຢຮູ
-ເຢຮຸບບາ
-ເຢຮູການ
-ເຢຮຸດ
-ເຢຮູດີ
-ເຢຮູເອນ
-ເຢອີເອນ
-ເຢກັບເຊເອນ
-ເຢກາເມອາມ
-ເຢກາມີຢາ
-ເຢກູທີເອນ
-ເຢມີມາ
-ເຢມູເອນ
-ເຢັບທາ
-ເຢຟຸນເນ
-ເຢຣາ
-ເຢຣາເມເອນ
-ເຢເຣັດ
-ເຢເຣມາຍ
-ເຢເຣມີຢາ
-ເຢເຣໂມດ
-ເຢຣີຢາ
-ເຢຣີບາຍ
-ເຢຣິໂກ
-ເຢຣີເອນ
-ເຢຣີໂມດ
-ເຢຣີໂອດ
-ເຢໂຣໂບອາມ
-ເຢໂຣຮາມ
-ເຢຣຸບບາອານ
-ເຢຣູເບເຊັດ
-ເຢຣູເອນ
-ເຢຣູຊາເລັມ
-ເຢຣຸຊາ
-ເຢຊາຢາ
-ເຢຊານາ
-ເຢຊາເຣລາ
-ເຢເຊເບອາບ
-ເຢເຊ
-ເຢຊີຊາຍ
-ເຢໂຊຮາຢາ
-ເຢຊູອາ
-ເຢສີມີເອນ
-ເຢຊີ
-ເຢຊູ
-ເຢຊູຄຣິດ
-ເຢເທ
-ເຢເທັດ
-ເຢດໂຣ
-ເຢຕູເຣ
-ເຢອູເອນ
-ເຢອຸດ
-ເຢອູດ
-ຢິວ
-ເຢຊານີຢາ
-ເຢເຊເບນ
-ເຢດເຊ
-ເຢຊີເອນ
-ເຢັດຊະຣາຢາ
-ເຢດຊະເຣເອນ
-ຢິດລາບ
-ໂຢອາບ
-ໂຢອາ
-ໂຢອາຮັດ
-ໂຢຮານັນ
-ໂຢຮັນນາ
-ໂຢບ
-ໂຢບັບ
-ໂຢເກເບັດ
-ໂຢດາ
-ໂຢເອັດ
-ໂຢເອນ
-ໂຢເອລາ
-ໂຢເອເຊ
-ໂຢກເບຮາ
-ໂຢກລີ
-ໂຢຮາ
-ໂຢຮານານ
-ໂຢຮັນ
-ໂຢຢາດາ
-ໂຢຢາກີມ
-ໂຢຢາຣິບ
-ໂຢກເດອາມ
-ໂຢກີມ
-ໂຢກເມອາມ
-ໂຢກເນອາມ
-ໂຢກຊານ
-ໂຢກຕານ
-ໂຢກເທເອນ
-ໂຢນາດາບ
-ໂຢນາ
-ໂຢນາມ
-ໂຢນາທານ
-ຢົບປາ
-ໂຢຣາ
-ໂຢຣາຍ
-ໂຢຣາມ
-ຢໍແດນ
-ໂຢຣີມ
-ໂຢເກອາມ
-ໂຢເຊັກ
-ໂຢເຊັບ
-ໂຢຊາ
-ໂຢຊາຟັດ
-ໂຢຊາວີຢາ
-ໂຢຊະເບກາຊາ
-ໂຢເຊັບບາເຊເບັດ
-ໂຢຊີບີອາ
-ໂຢຊວຍ
-ໂຢສີຢາ
-ໂຢສີຟີຢາ
-ໂຢດບາ
-ໂຢດບາທາ
-ໂຢທາມ
-ໂຢທານ
-ໂຢຊາບັດ
-ໂຢຊາກາ
-ຢູບານ
-ຢູການ
-ຢູດາ
-ຢູດາຍ
-ຢູດິດ
-ຢູເລຍ
-ຢູລີໂອ
-ຢູເນຍ
-ຢູຊັບ
-ຢູສະໂຕ
-ຢູຕາ
-ກັບເຊເອນ
-ກາເດັດ
-ກາເດັດບາເນອາ
-ກັດມີເອນ
-ກາດໂມນ
-ການລາຍ
-ກາໂມນ
-ກາເຣອາ
-ກາຣະກາ
-ກາໂກເຣ
-ການາຢິມ
-ກາຣະຕາ
-ກາຣະຕານ
-ກັດຕາດ
-ເກດາ
-ເກເດມາ
-ເກເດໂມດ
-ເກເດັດ
-ເກເຮລາທາ
-ເກອີລາ
-ເກລາຢາ
-ເກລີຕາ
-ເກມູເອນ
-ເກນານ
-ເກນາດ
-ເກນັດ
-ເກນີ
-ເກນິດຊີ
-ເກເຣັນ
-ເກຣີໂຢດ
-ເກໂຣດ
-ເກຣຸບ
-ເກຕຸຣາ
-ເກຊີຢາ
-ກິບໂຣດຮັດຕາວາ
-ກິບຊາຢິມ
-ກິດໂຣນ
-ກີນາ
-ກີເຣ
-ກີເຣຮາເຣເສັດ
-ກີຣິຢາດ
-ກີຣິອາດທາຢິມ
-ກີຣິອາດອາຣະບາ
-ກີຣິຢາດອາຣີມ
-ກີຣິອາດບາອານ
-ກີຣິອາດຮຸດໂຊດ
-ກີຣິຢາດເຢອາຣີມ
-ກີຣິອາດສັນນາ
-ກີຣິອາດເສເຟ
-ກີເຊ
-ກີຊີ
-ກີຊີໂອນ
-ກີໂຊນ
-ກິດຕີມ
-ໂກຮາດ
-ໂກລາຢາ
-ໂກຣາ
-ໂກເຣ
-ກູຊາຢາ
-ລາອາດາ
-ລາບານ
-ລາກິດ
-ລາດານ
-ລາເອນ
-ລາຮາດ
-ລາມາມ
-ລາມີ
-ລາອິດ
-ລາຍຊາ
-ລັກກຸມ
-ລາເມັກ
-ລາວດີເກອາ
-ລັບປີໂດດ
-ລາເຊອາ
-ລາຊາ
-ລັດຊາໂຣນ
-ລາຊະໂຣ
-ເລອາ
-ເລອານໂນດ
-ເລບານາ
-ເລບານອນ
-ເລບາໂອດ
-ເລໂບນາ
-ເລກາ
-ເລຮາບີມ
-ເລຮີ
-ເລມູເອນ
-ເລເຊັມ
-ເລຕູຊີມ
-ເລອຸມມີມ
-ເລວີ
-ເລວີອາທັນ
-ລິບນາ
-ລິບນີ
-ລີເບຍ
-ລີຄີ
-ລີໂນ
-ໂລເດບາ
-ໂລອີ
-ພຣະເຢຊູເຈົ້າ
-ພຣະເຢຊູ
-ພຣະເຢຊູຄຣິດເຈົ້າ
-ພຣະເຢຊູຄຣິດ
-ພຣະເມຊີອາ
-ໂລຣຸຮາມາ
-ໂລດ
-ໂລຕັນ
-ລູກີໂອ
-ລູດ
-ລູດີ
-ລູຮິດ
-ລູກາ
-ລູເຊ
-ລີກາໂອເນຍ
-ລີເກຍ
-ລິດດາ
-ລີເດຍ
-ລີຊາເນຍ
-ລີເຊຍ
-ລີຊະທາ
-ມາອາກາ
-ມາອາດາຍ
-ມາອາດີຢາ
-ມາອາຍ
-ມາອາຣາດ
-ມາອາເສຢາ
-ມາອາດ
-ມາອາຊີຢາ
-ມາເກໂດເນຍ
-ມັກບັນນາຍ
-ມັກເບນາ
-ມາກີ
-ມັກນາເດບາຍ
-ມັກເປລາ
-ມາດາຍ
-ມັດມານນາ
-ມັດເມັນ
-ມັດເມນາ
-ມາໂດນ
-ມາຄາດານ
-ມັກບີດ
-ມັກດາລາ
-ມັກດີເອນ
-ມາໂຄກ
-ມັກປຽດ
-ມາຮາລາເລນ
-ມາຮາລາດ
-ມາຮານາຢິມ
-ມາຮາເນະດານ
-ມາຮາຣາຍ
-ມາຮາດ
-ມາຮາວາ
-ມາຮາຊີໂອດ
-ມາເຮີ
-ມາລາ
-ມາລີ
-ມາໂລນ
-ມາໂຮນ
-ມາເຊຢາ
-ມາກາດ
-ມັກເຮໂລດ
-ມັກເກດາ
-ມາກເຕດ
-ມາລາກີ
-ມັນກາມ
-ມັນກີເອນ
-ມັນກີຢາ
-ມັນຄີຣາມ
-ມັນກີຊົວ
-ມາລະໂຂ
-ມັນໂລທີ
-ມັນລຸກ
-ມັນລຸກີ
-ມາມເຣ
-ມານາເອນ
-ມານາຮາດ
-ມານາເຊ
-ມານາ
-ມາໂນອາ
-ມາໂອກ
-ມາໂອນ
-ມາຣາ
-ມາຣາລາ
-ມາເຣຊາ
-ມາຣະໂກ
-ມາໂຣດ
-ມາເສນາ
-ມາທາ
-ມາຣິອາ
-ມັດຄິນ
-ມາເຊ
-ມາຊັນ
-ມາຊະເຣກາ
-ມັດສາ
-ມາສາ
-ມາດເຣັດ
-ມາຕຣີ
-ມັດຕານ
-ມັດຕານາ
-ມັດຕານີຢາ
-ມັດຕາທາ
-ມັດຕາເທຍ
-ມັດຕາຕາ
-ມັດເຕນາຍ
-ມັດທານ
-ມັດທາດ
-ມັດທາຍ
-ມັດເທຍ
-ມັດຕີທີຢາ
-ເມອາຣາ
-ເມບຸນນາຍ
-ເມເກຣາດ
-ເມໂກນາ
-ເມດັດ
-ເມດານ
-ເມເດຍ
-ເມເດບາ
-ເມດິແຕຣາເນ
-ເມກິດໂດ
-ເມເຮຕາເບນ
-ເມຮີດາ
-ເມຮີ
-ເມໂຮລາດ
-ເມຮູຢາເອນ
-ເມຮຸມານ
-ເມຢາໂກນ
-ເມລາຕີຢາ
-ເມລະຂີ
-ເມັນຄີເຊເດັກ
-ເມເລອາ
-ເມເລັກ
-ເມລີເຕ
-ເມັມຟິດ
-ເມມູການ
-ເມນາເຮມ
-ເມັນນາ
-ເມນູໂຮດ
-ເມໂອໂນທາຍ
-ເມຟະອາດ
-ເມຟີໂບເຊັດ
-ເມຣັບ
-ເມຣາຢາ
-ເມຣາໂຢດ
-ເມຣາຣີ
-ເມຣາທາຢິມ
-ເມເຣດ
-ເມເຣໂມດ
-ເມເຣັດ
-ເມຣິບາ
-ເມຣີບາກາເດັດ
-ເມຣິບບາອານ
-ເມໂຣດັກ
-ເມໂຣດັກບາລາດານ
-ເມໂຣມ
-ເມໂຣໂນດ
-ເມໂຣດ
-ເມຊາ
-ເມຊາກ
-ເມເຊັກ
-ເມເຊເລມີຢາ
-ເມເຊດຊະເບນ
-ເມຊິນເລມິດ
-ເມຊິນເລໂມດ
-ເມໂຊບັບ
-ເມຊຸນລຳ
-ເມຊຸນເລເມັດ
-ເມໂຊໂປຕາເມຍ
-ເມຊີອາ
-ເມເທັກອຳມາ
-ເມທູເຊລາ
-ເມທູຊາເອນ
-ເມອູນີມ
-ເມຊາຮາບ
-ເມໂຊບາ
-ມິບຮາ
-ມິບສາມ
-ມິບຊາ
-ມີກາ
-ມີກາຢາ
-ມີກາເອນ
-ມີການ
-ມິກມາດ
-ມິກເມທາດ
-ມິກຣີ
-ມິກຕາມ
-ມິດດິນ
-ມີດີອານ
-ມິກດັນເອນ
-ມິກດັນກາດ
-ມິກໂດນ
-ມິກໂຣນ
-ມິຢາມິນ
-ມິກໂລດ
-ມິກເນຢາ
-ມິລາລາຍ
-ມີລະກາ
-ມີເລໂຕ
-ມິນໂລ
-ມິນຢາມິນ
-ມິນນີ
-ມິນນິດ
-ມີຣີອາມ
-ມິຣະມາ
-ມິດກາບ
-ມີຊາເອນ
-ມີຊານ
-ມີຊາມ
-ມິຊະມາ
-ມິດຊະມັນນາ
-ມິດຊະຣາ
-ມິສະປາ
-ມິສະເປເຣດ
-ມິສະເຣໂຟດມາຢິມ
-ມີທະກາ
-ມິດນີ
-ມິດເຣດາດ
-ມີເຕເລເນ
-ມີຊາເຣ
-ມິດຊະປາ
-ມິດຊະຣາຢິມ
-ມິດຊາ
-ມະນາໂຊນ
-ໂມອາບ
-ໂມອາດີຢາ
-ໂມລາດາ
-ໂມເລັກ
-ໂມລິດ
-ໂມລົກ
-ມໍເດກາຍ
-ໂມເຣ
-ໂມເຣເຊັດ
-ໂມເຣເຊັດກັດ
-ໂມຣີຢາ
-ໂມເສຣາ
-ໂມເສໂຣດ
-ໂມເຊ
-ໂມຊາ
-ມູບປີມ
-ມູຊີ
-ມູດລາບເບັນ
-ມີຣາ
-ມີເຊຍ
-ນາອາມ
-ນາອາມາ
-ນາອາມານ
-ນະອາຣາ
-ນາອາຣາຍ
-ນາບານ
-ນາໂບດ
-ນາໂກນ
-ນາດາບ
-ນັກກາຍ
-ນາຮາລານ
-ນາຮາລີເອນ
-ນາຮາມ
-ນາຮາມານີ
-ນາຮາຣາຍ
-ນາຮາດ
-ນາບີ
-ນາໂຮ
-ນາໂຊນ
-ນາຮູມ
-ນາອິນ
-ນາໂຢດ
-ນາໂອມີ
-ນາຟິດ
-ນັບທາລີ
-ນັບຕູຮີມ
-ນາຣະກິດ
-ນາທານ
-ນະທານາເອັນ
-ນາຊາເຣັດ
-ນາຊີຣີ
-ເນອາ
-ເນອາໂປລີ
-ເນອາຣີຢາ
-ເນບາໂຢດ
-ເນບັນລາດ
-ເນບັດ
-ເນໂບ
-ເນບູກາດເນັດຊາ
-ເນບູຊັດບານ
-ເນບູຊາຣາດານ
-ເນໂກ
-ເນດາບີຢາ
-ເນເກັບ
-ເນເຮລາມ
-ເນເຮມີຢາ
-ເນຮູມ
-ເນຮູຊະຕາ
-ເນຮູຊະຕານ
-ເນອີເອນ
-ເນໂກດາ
-ເນມູເອນ
-ເນເຟັກ
-ເນຟີສີມ
-ເນັບໂຕອາ
-ເນຟຸເຊສີມ
-ເນ
-ເນເຣ
-ເນການ
-ເນການຊາເຣັດເຊ
-ເນຣີ
-ເນຣີຢາ
-ເນຕາຢິມ
-ເນທາເນນ
-ເນທານີອາ
-ເນໂຕຟາ
-ເນຊີຢາ
-ເນດຊິບ
-ນິບຮັດ
-ນິບຊານ
-ນີກາໂນ
-ນີໂກເດມ
-ນິໂກລາຍເຕ
-ນີໂກລາໂອ
-ນິໂກໂປລີ
-ນີເຄັນ
-ນີເລ
-ນິມຣາ
-ນິມຣີມ
-ນິມໂຣດ
-ນິມຊີ
-ນີເນເວ
-ນິສານ
-ນິດສະໂຣກ
-ໂນອາດີຢາ
-ໂນອາ
-ໂນບ
-ໂນບາ
-ເນບາຍ
-ໂນດ
-ໂນດາບ
-ໂນຄາ
-ໂນຮາ
-ໂນຟາ
-ຈົດເຊັນບັນຊີ
-ນູນ
-ນິມຟາ
-ໂອບາດີຢາ
-ໂອບານ
-ໂອເບັດ
-ໂອບິນ
-ໂອໂບດ
-ອົກຣັນ
-ໂອເດັດ
-ໂອກ
-ໂອຮາດ
-ໂອເຮນ
-ໂອໂຮລາ
-ໂອໂຮລຽບ
-ໂອໂຮລີບາ
-ໂອໂຮລີບາມາ
-ເອໄລໂຢນ
-ໂອລິມປາ
-ໂອມາ
-ໂອເມຄາ
-ອົມຣີ
-ໂອນ
-ໂອນາມ
-ໂອນານ
-ໂອເນຊີໂມ
-ໂອເນຊີໂຟໂຣ
-ໂອໂນ
-ໂອເຟນ
-ໂອຟີ
-ໂອຟະນີ
-ໂອຟຣາ
-ໂອເຣັບ
-ໂອເຣັນ
-ໂອປາ
-ອາຊູບານີປານ
-ໂອທະນີ
-ໂອດນີເອນ
-ໂອເຊມ
-ໂອດຊະນີ
-ປາອາຣາຍ
-ປາໂດນ
-ປາກີເອນ
-ປາຮາດ
-ປາຮາດໂມອາບ
-ປາລານ
-ປານລູ
-ປານຕີ
-ປັນຕີ
-ປັນຕີເອນ
-ປຳຟີເລຍ
-ປາໂຟ
-ປາຣາ
-ປາຣານ
-ປາມາຊະຕາ
-ປາເມນາ
-ປານັກ
-ປາຣົດ
-ປາຊານດາທາ
-ປາເທຍ
-ປາຣູອາ
-ປາວາຢິມ
-ປາສັກ
-ປັດດຳມີມ
-ປາເສອາ
-ປັດຊູ
-ປັດສະຄາ
-ປາຕາຣາ
-ປັດໂຣດ
-ປັດຣູສີ
-ປັດໂມ
-ປະໂຕບາ
-ປາອູ
-ໂປໂລ
-ເປດາເອນ
-ເປດາຊູ
-ເປດາຢາ
-ເປກາ
-ເປກາຮີຢາ
-ເປໂກດ
-ເປລາຢາ
-ເປລາລີຢາ
-ເປລາຕີຢາ
-ເປເລັກ
-ເປເລັດ
-ເປເລດ
-ເປໂລນ
-ເປລູສຽມ
-ເປນິນນາ
-ເພັນເຕຄໍສະເຕ
-ເປນູເອນ
-ເປໂອ
-ເປຣາຊີມ
-ເປເຣັດ
-ເປເຣັດອຸດຊາ
-ເປເຄ
-ເປຄາໂມ
-ເປຣິຊີ
-ເປີເຊຍ
-ເປຊີດາ
-ເປຣູດາ
-ເປໂຕ
-ເປທາຮີຢາ
-ເປໂທ
-ເປທູເອນ
-ເປອູເລທາຍ
-ຟານູເອັນ
-ຟາໂຣ
-ຟາຣີຊາຍ
-ຟາປາ
-ຟີໂກນ
-ຟີລາເດັນເຟຍ
-ຟີເລໂມນ
-ຟີເລໂຕ
-ຟີລິບ
-ຟີລິບປອຍ
-ຟີລິດສະເຕຍ
-ຟີລິດສະຕີນ
-ຟີໂລໂລກ
-ຟີເນຮາດ
-ຟະເລໂກນ
-ຟອຍເບ
-ຟອຍນີເກ
-ຝອຍນິກ
-ຟີເຄຍ
-ຟຸເຄໂລ
-ປີເບເສດ
-ປີຮາຮີໂຣດ
-ປີລາດ
-ປິນດາດ
-ປິນຮາ
-ປິນຕາຍ
-ປີໂນນ
-ປີຣາມ
-ປີຣາໂທນ
-ປິຊະກາ
-ປີໂຊນ
-ປິຊິເດຍ
-ປິຊະປາ
-ປີໂທມ
-ປີໂທນ
-ໂປເຄເຣັດຮັດເຊບາຢິມ
-ປົນຕີໂອ
-ປົນໂຕ
-ໂປຣາທາ
-ໂປກີໂອ
-ໂປຕີຟາ
-ໂປຕີເຟຣາ
-ໄປຣໂຕຣຽນ
-ປີຊະກາ
-ປີຊະກີລາ
-ໂປຣໂຄໂຣ
-ປະໂຕເລມາຍ
-ປູອາ
-ປົບລີໂອ
-ປູເດ
-ປູນ
-ປູໂນນ
-ປູຣິມ
-ປູຣາ
-ປຸດ
-ໂປຕີໂອລອຍ
-ປູທີ
-ປູຕີເອນ
-ປູວາ
-ປີໂຣ
-ກູອາໂຕ
-ກີເຣນີໂອ
-ຣາອາມາ
-ຣະມາ
-ຣາອາມີຢາ
-ຣັບບາ
-ຣັບບີດ
-ຣັບຊາເກ
-ຣາການ
-ຣາເຄນ
-ຣັດດາຍ
-ຣາຮາບ
-ຣາຮາມ
-ຣາເກມ
-ຣັກກັດ
-ຣັກໂກນ
-ຣາມ
-ຣາມາ
-ຣາມາດ
-ຣາມາທາຢິມໂຊຟີມ
-ຣາມາດມິດຊະເປ
-ຣາເມເສດ
-ຣາມີຢາ
-ຣາໂມດ
-ຣາໂມດກິເລອາດ
-ຣາຟາ
-ຣາຟູ
-ເຣອາຢາ
-ເຣບາ
-ເຣເບຂາ
-ເຣເບກາ
-ເຣກາ
-ເຣກາບ
-ເຣເອລາຢາ
-ເຣເກມ
-ເຣເກມເມເລັກ
-ເຣຮາບີຢາ
-ເຣໂຮບ
-ເຣໂຮໂບອາມ
-ເຣໂຮໂບດ
-ເຣໂຮໂບດອີເຣ
-ເຣຮູມ
-ເຣອີ
-ເຣເກັມ
-ເຣມາລີຢາ
-ເຣເມັດ
-ເຣຟາເອນ
-ເຣຟາ
-ເຣຟາຢາ
-ເຣຟາຢິມ
-ເຣຟານ
-ເຣຟີດີມ
-ເຣເສັນ
-ເຣເຊັບ
-ເຣອູ
-ຣູເບັນ
-ເຣອູເອນ
-ເຣອູມາ
-ຣິຊີຢາ
-ເຣຊິນ
-ເຣໂຊນ
-ເຣຄີໂອນ
-ເຣຊາ
-ໂຣເດ
-ໂຣໂດ
-ຣີບາຍ
-ຣິບລາ
-ຣິມໂມນ
-ຣິມໂມໂນ
-ຣິມໂມນເປເຣັດ
-ຣິນນາ
-ຣີຟາດ
-ຣິດສາ
-ຣິດມາ
-ຣິດຊະປາ
-ໂຣເກລີມ
-ໂຣຮະກາ
-ໂຣມາມຕີເອເຊີ
-ໂຣມ
-ກຸງໂຣມ
-ໂຣເຊ
-ຣູໂຟ
-ຣູມາ
-ຣຸດ
-ຊະບາໂຕ
-ສັບຕາ
-ສັບເຕກາ
-ສາກາ
-ຊາດູກາຍ
-ຊາລາມີ
-ສາເລກາ
-ຊາເລັມ
-ຊາລາອິມ
-ສັນລູ
-ສານມາ
-ສັນມາຍ
-ຊັນໂມນ
-ຊັນໂມເນ
-ຊາໂລເມ
-ສາລູ
-ຊາມາເຣຍ
-ສຳກາເນໂບ
-ສາມລາ
-ຊາໂມ
-ຊາໂມທາເກ
-ແຊມຊັນ
-ຊາມູເອນ
-ສັນບັນລັດ
-ສັນສັນນາ
-ສາເຟ
-ຊະຟີຣາ
-ຊາຣາ
-ສາຣາຍ
-ສາຣາບ
-ຊາເດ
-ສາໂກນ
-ສາຣິດ
-ສາເສກີມ
-ຊາຕານ
-ຊາອູນ
-ໂຊໂລ
-ຊະເກວາ
-ເສບາ
-ເສບາມ
-ເສກາກາ
-ເສກູ
-ເສກູນໂດ
-ເສກຸບ
-ເສອີ
-ເສອີຣາ
-ເສລາ
-ເສລາຮາມາເລກົດ
-ເສເລັດ
-ແຊລູເກຍ
-ເຊມາກີຢາ
-ເຊເມອີນ
-ເສນາອາ
-ເສເນ
-ເສນີ
-ເສັນນາເກຣິບ
-ເສໂອຣີມ
-ເສຟາ
-ເສຟາຣາດ
-ເສຟາວາຢິມ
-ເສຣາ
-ເສຣາຢາ
-ເສເຣັດ
-ເຊຄີໂອ
-ເສຣຸກ
-ເຊດ
-ເສທູເຣ
-ສີເອເນ
-ຊະອາລັບບິນ
-ຊາອານບີມ
-ຊາອານໂບນ
-ຊາອາລີມ
-ຊາອາບ
-ຊະອາຣາຢິມ
-ຊາອັດຊະກັດ
-ຊັບເບທາຍ
-ຊາເຄຍ
-ຊັດຣັກ
-ຊາກີ
-ຊາຮາຣາຢິມ
-ຊາຮາຊູມາ
-ຊາລິຊາ
-ຊັນເລເກັດ
-ຊານລູມ
-ຊັນລູນ
-ຊັນມັນ
-ຊັນມັນເນເສ
-ຊາມາ
-ຊຳຄາ
-ຊາມຮູດ
-ຊາມີ
-ຊາມລາຍ
-ຊາມມາ
-ຊາມມາຍ
-ຊາມໂມດ
-ຊາມມູອາ
-ຊາມເຊຣາຍ
-ຊາຟາມ
-ຊາຟານ
-ຊາຟາດ
-ຊາຟີ
-ຊາຣາຍ
-ຊາຣານ
-ຊາເຣັດເຊ
-ຊາໂຣນ
-ຊາຣູເຮັນ
-ຊາຊາຍ
-ຊາຊັກ
-ຊາເວ
-ຊາວະຊາ
-ເຊອານ
-ເຊອານຕີເອນ
-ເຊອາຣີຢາ
-ເຊບາ
-ເຊບານີຢາ
-ເຊບາຣີມ
-ເຊບັດ
-ເຊເບ
-ເຊັບນາ
-ເຊບູເອນ
-ເຊການີອາ
-ເຊເຄັມ
-ເຊເດອູ
-ເຊເອຣາ
-ເຊຮາຣີຢາ
-ເຊລາ
-ເຊເລມີຢາ
-ເຊເລັບ
-ເຊເລັດ
-ເຊໂລມີ
-ເຊໂລມິດ
-ເຊລູມີເອນ
-ເຊມ
-ເຊມາ
-ເຊມາອາ
-ເຊມາຢາ
-ເຊມາຣີຢາ
-ເຊເມເບ
-ເຊເມັດ
-ເຊເມ
-ເຊມີດາ
-ເຊມີນິດ
-ເຊມີຣາໂມດ
-ເຊມູເອນ
-ເຊນ
-ເຊນັດຊາ
-ເຊຟາມ
-ເຊຟາຕີຢາ
-ເຊເຟລາ
-ເຊເຟ
-ເຊຟີ
-ເຊໂຟ
-ເຊຟູຟາມ
-ເຊຟູຟານ
-ເຊເຣບີຢາ
-ເຊຊັກ
-ເຊຊາຍ
-ເຊຊານ
-ເຊັດບັດຊາ
-ເຊທາ
-ເຊທາໂບເຊນາຍ
-ເຊວາ
-ຊີບາ
-ຊິບໂບເລັດ
-ຊິກກາຍໂຢນ
-ຊີໂຮ
-ຊີໂຮລີບນາດ
-ຊິກເກໂຣນ
-ຊິນຮີ
-ຊິນຮີມ
-ຊິນເລັມ
-ຊີໂລອາ
-ຊີໂລ
-ຊິນຊາ
-ຊິເມອາ
-ຊິເມອາມ
-ຊິເມອາດ
-ຊິເມອີ
-ຊິເມໂອນ
-ຊີໂມນ
-ຊິມຣາດ
-ຊິມຣີດ
-ຊິມໂຣນ
-ຊິມຊາຍ
-ຊິນາບ
-ຊີນາ
-ຊີໂອນ
-ຊິບຟີ
-ຊິບມີ
-ຊິຟຣາ
-ຊິບຕານ
-ຊີຊາ
-ຊີຊາກ
-ຊິດຣາຍ
-ຊິດຕີມ
-ໂຊອາ
-ໂຊບາບ
-ໂຊບາກ
-ໂຊບາຍ
-ໂຊບານ
-ໂຊເບັກ
-ໂຊບີ
-ໂຊຮາມ
-ໂຊເມ
-ໂຊຟາກ
-ຊູອາ
-ຊູອານ
-ຊູບາເອນ
-ຊູຮາ
-ຊູຮາມ
-ຊູມາ
-ຊູເນມ
-ຊູນີ
-ຊູຟາມ
-ຊຸບປີມ
-ຊູເຣ
-ຊູຊາ
-ເອກຊູຊາ
-ຊູເທລາ
-ສີອາ
-ສີອາຮາ
-ສິບເບກາຍ
-ສິບໂບເລັດ
-ສິບມາ
-ສິບຣາຢິມ
-ສິດດີມ
-ຊີໂດນ
-ສີໂຮນ
-ຊີລາ
-ສິນລາ
-ຊີໂລອາມ
-ຊີລາວານ
-ຊີເມໂອນ
-ສິນ
-ຊີນາຍ
-ສີນີມ
-ສີນີ
-ສີໂອນ
-ສິຟະໂມດ
-ສິບປາຍ
-ສີຣາ
-ສີຣີໂອນ
-ສີເສຣາ
-ສິສະມາຍ
-ສິດຣີ
-ສິດນາ
-ສີວານ
-ຊະມີນາ
-ໂສໂກ
-ໂສດີ
-ໂຊໂດມ
-ໂຊໂລໂມນ
-ໂສປາໂທ
-ໂສເຟເຣດ
-ໂສເຣັກ
-ໂຊຊີປາໂທ
-ໂສດສະເທນ
-ໂສຕາຍ
-ສະເປນ
-ຊະຕາຂີ
-ສະເຕຟານາ
-ຊະເຕຟາໂນ
-ສະໂຕອີໂກ
-ສູອາ
-ສູກາ
-ສຸກໂກດ
-ສຸກໂກດເບໂນດ
-ສຸກກີ
-ສູເມີ
-ຊູຟະ
-ສູເຣ
-ຊູຊັນນາ
-ສູສີ
-ຊີຂາ
-ຊິມໂອນ
-ຊິນຕີເຂ
-ຊີຣະກູຊາຍ
-ຊີເຣຍ
-ຊີເຣຍຟອຍນີເກ
-ຊີຣະຕີ
-ຕາອານັກ
-ຕະອານັດຊີໂລ
-ຕັບບາໂອດ
-ຕັບບັດ
-ຕາເບເອນ
-ຕາເບຣາ
-ຕາບີທາ
-ຕາໂບ
-ຕາບຣິມໂມນ
-ຕາດໂມ
-ຕາຮານ
-ຕາຮາດ
-ຕາເຄໂມນ
-ຕະປັນເຂດ
-ຕາເປເນັດ
-ຕາເຣອາ
-ຕານມາຍ
-ຕັນໂມນ
-ຕາມາ
-ຕຳມຸດ
-ຕັນຮູເມັດ
-ຕາຟັດ
-ຕັບປົວ
-ຕາຣາລາ
-ຕາຊິດ
-ຕາໂຊ
-ຕາຕາກ
-ຕາຕານ
-ຕັດເຕນາຍ
-ເຕບາ
-ເຕບາລີຢາ
-ເຕເບັດ
-ເຕຮິນນາ
-ເຕໂກອາ
-ເຕນອາບີບ
-ເຕລາ
-ເຕລາຢິມ
-ເຕລັດຊາ
-ເຕເລັມ
-ເຕນຮາຊາ
-ເຕນເມລາ
-ເຕມາ
-ເຕມານ
-ເຕເມນີ
-ເຕຣາ
-ເຕເຣັດ
-ເຕຣະຕຽວ
-ເຕຕູໂລ
-ທາດາຍ
-ເທເບດ
-ເທໂອຟີໂລ
-ເທຊະໂລນິກ
-ທູດາ
-ໂທມາ
-ທູມມີມ
-ທົວເຕຣາ
-ຕີເບເຣຍ
-ຕີເບຣິໂອ
-ຕິບຮາດ
-ຕິບນີ
-ຕີດານ
-ຕິກລາດ
-ຕິກລັດປິເລເສ
-ຕິກຣິດ
-ຕິກວາ
-ຕີໂລນ
-ຕີມາຍ
-ຕິມນາ
-ຕິມນັດເຂເຣັດ
-ຕິມນາດເສຣາ
-ຕີໂມນ
-ຕີໂມທຽວ
-ຕິບສາ
-ຕີຣາດ
-ຕີຮາກາ
-ຕີຂະນາ
-ຕີເຣຍ
-ຕີຣະຊາ
-ຕີຊະເບ
-ຕີໂຕ
-ຕີເຊ
-ໂຕອາ
-ໂຕບ
-ໂຕບອາໂດນີຢາ
-ໂຕບີຢາ
-ໂຕເກນ
-ໂຕກາມາ
-ໂຕຮູ
-ໂຕຍ
-ໂຕລາ
-ໂຕລາດ
-ໂຕເຟັນ
-ໂຕເຟັດ
-ໂຕອູ
-ທາໂຄນິດ
-ໂທອາດ
-ໂທຟີໂມ
-ຕີຝາຍນາ
-ທີໂຟຊາ
-ຕູບານ
-ຕູບານກາອິນ
-ຕີຂີໂກ
-ຕີຣາໂນ
-ຕີເຣ
-ອູການ
-ອູເອນ
-ອູລາຍ
-ອຸລາມ
-ອຸນລາ
-ອູມມາ
-ອຸນນີ
-ອຸຟາດ
-ອູເຣ
-ອູຣະບານ
-ອູຣີ
-ອູຣີຢາ
-ອຸຣີເອນ
-ອູຣີມ
-ອຸທາຍ
-ອູເຊ
-ອູຊາຍ
-ອູຊານ
-ອຸດຊາ
-ອຸດເຊັນເຊເອຣາ
-ອຸດຊີ
-ອຸດຊີອາ
-ອຸດຊີຢາ
-ອຸດຊີເອນ
-ວານີຢາ
-ວະຊະຕີ
-ວາເຢຊາທາ
-ເວດານ
-ໂວບສີ
-ຢີໂຣນ
-ຊາອານານ
-ຊາອັນອັນນີມ
-ຊາອາວານ
-ຊາບາດ
-ຊັບບາຍ
-ຊາກູເຣ
-ຊັບດີ
-ຊັບດີເອນ
-ຊາບຸດ
-ຊັກກາຍ
-ຊັກຂາຍ
-ຊາຂາລີຢາ
-ຊາຂາຣີຢາ
-ຊາໂດກ
-ຊາຮຳ
-ຊາອີ
-ຊາລາບ
-ຊານໂມນ
-ຊັນໂມນາ
-ຊັນມຸນນາ
-ຊຳຊູມ
-ຊາໂນອາ
-ຊາເຟນາດ
-ຊາໂຟນ
-ຊາເຣຟັດ
-ຊາເຣທານ
-ຊັດຕຸ
-ຊາຊາ
-ເຊໂລເຕ
-ເຊບາດີຢາ
-ເຊເບດາຍ
-ເຊບີດາ
-ເຊບີນາ
-ເຊໂບຢິມ
-ເຊບູນ
-ເຊບູລູນ
-ເຊຄາຣີຢາ
-ເຊເກ
-ເຊດາດ
-ເຊເດກີຢາ
-ເຊເອບ
-ເຊເລັກ
-ເຊໂລເຟຂາດ
-ເຊັນຊາ
-ເຊມາຣາຢິມ
-ເຊມີຣາ
-ເຊນານ
-ເຊນາ
-ເຊຟານີຢາ
-ເຊຟັດ
-ເຊຟາທາ
-ເຊໂຟນ
-ເຊເຣ
-ເຊຣາ
-ເຊຣາຮີຢາ
-ເຊເຣັດ
-ເຊເຣດາ
-ເຊເຣຣາ
-ເຊເຣັດຊາຮາ
-ເຊຣີ
-ເຊໂຣ
-ເຊຣູອາ
-ເຊຣູບາເບນ
-ເຊຣູຢາ
-ເຊທາມ
-ເຊທານ
-ຊູດ
-ຊີອາ
-ຊີເບໂອນ
-ຊິບີຢາ
-ຊີບີຢາ
-ຊິກຣີ
-ຊິດດີມ
-ຊີຮາ
-ຊິກລັກ
-ຊິນລາ
-ຊິນເລທາຍ
-ຊີລະປາ
-ຊິມມາ
-ຊິມຣານ
-ຊິມຣີ
-ຊິນ
-ຊີໂອ
-ຊິເຟ
-ຊີຟາ
-ຊິຟີໂອນ
-ຊິໂຟຣນ
-ຊິບໂປ
-ຊິບໂປຣາ
-ຊິບ
-ຊິດ
-ໂຊອານ
-ໂຊບາ
-ໂຊເບບາ
-ໂຊຮາ
-ໂຊເຮດ
-ໂຊຟາຍ
-ໂຊຟາ
-ໂຊຟີມ
-ໂຊຣາ
-ໂຊຣາດ
-ໂຊຣີ
-ຊູບ
-ຊູຣີເອນ
-ຊູຣີຊັດດາຍ
-ຊູຊີມ
+#	and others. All Rights Reserved.
+#
+#	Lao Word List from Brian Eugene Wilson, Robert Martin Campbell;
+#	with special thanks to Erik Mundall, Arlyta Keosamone, and Bualong Nyoukmai.
+#
+#	This word list was created in order to aid in word wrapping issues.
+#
+#	Project:    https://github.com/rober42539/lao-dictionary
+#	Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
+#	License:    https://github.com/rober42539/lao-dictionary/LICENSE.txt
+#	Readme:     https://github.com/rober42539/lao-dictionary/README.md
+#
+#	This file is derived from the above dictionary version of Nov 22, 2020
+#   @4aa4567ebc3f86a09fbc5a6948ea05ea411707e1.
+#	Modified the header.
+#	--------------------------------------------------------------------------------
+#	Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
+#	All rights reserved.
+#
+#	Redistribution and use in source and binary forms, with or without modification,
+#	are permitted provided that the following conditions are met:
+#
+#		Redistributions of source code must retain the above copyright notice, this
+#		list of conditions and the following disclaimer. Redistributions in binary
+#		form must reproduce the above copyright notice, this list of conditions and
+#		the following disclaimer in the documentation and/or other materials
+#		provided with the distribution.
+#
+#	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+#	ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+#	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+#	DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+#	ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+#	(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+#	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+#	ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+#	(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+#	SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#	--------------------------------------------------------------------------------
 ກໍ
 ກໍ່
 ກໍ້
 ກໍ່ກວນ
+ກໍ່ການ
+ກໍ່ກຳທຳເຂັນ
+ກໍ້ກຸ່ມ
+ກໍເກິດ
 ກໍ່ຄວາມ
 ກໍຄື
+ກໍ່ຄື
+ກງສູນ
+ກໍ່ຈໍ່
+ກໍ່ສ້າງ
+ກໍ່ຊໍ່
+ກໍ່ດໍ່
+ກໍ່ດີ
 ກໍ່ຕັ້ງ
 ກໍຕາມ
+ກໍ່ຕາມ
+ກໍຕາມທີ
+ກໍຝື
+ກໍ້ມວຍ
+ກໍມະທາຍາດ
+ກໍມານຸຮູບ
 ກໍຣະກະດາ
 ກໍຣະກົດ
+ກຣັງລີເອີ
 ກຣາຟິກ
 ກຣາມ
+ກຣິກິສະຕັງ
+ກຣິສ
+ກຣິສຕັງ
+ກຣິສຕຽນ
+ກຣິສມາດ
 ກຣິຊ
+ກຣີ
+ກຣີກ
+ກໍຣີລາ
 ກຣົວຊີ
+ກຣຽງ
 ກໍລະກົດ
 ກໍລະນີ
+ກໍລະນີຍະກິດ
 ກລາສິກ
+ກລາຣິແນັດ
+ກລິງຄະລາດ
+ກໍແລ້ວກັນ
+ກໍ່ແລ້ວກັນ
+ກໍແລ້ວແຕ່
+ກວງ
+ກ້ວງ
+ກ່ວງຈ່ວງ
 ກວຍ
+ກ່ວຍ
 ກ້ວຍ
+ກ້ວຍກ້າຍ
+ກ້ວຍກຸ
+ກ້ວຍໄຂ່
+ກ້ວຍງ້າວ
+ກ້ວຍຍວນ
+ກວຍຕາແຫຼວ
+ກ້ວຍຕີນເຕົ່າ
+ກ້ວຍຕີບ
+ກ້ວຍທະນີ
+ກ້ວຍທະນີອອງ
+ກ້ວຍນ້ອຍ
+ກ້ວຍນໍ້າວ້າ
+ກ້ວຍປ່າ
+ກ້ວຍມືນາງ
+ກ່ວຍລໍ່
+ກ້ວຍໝູສີ
+ກ້ວຍຫັກມຸກ
+ກ້ວຍຮ້ອຍຫວີ
 ກວດ
+ກວດກາ
+ກວດແກ້
+ກວດຂັນ
+ກວດສອບ
+ກວດຕວດ
+ກວດຕ້ອນ
+ກວດເບິ່ງ
 ກວນ
+ກ້ວນ
+ກວນໃຈ
 ກວມ
+ກ້ວມ
 ກວັກ
+ກວັງ
+ກວັດ
+ກວາ
 ກວ່າ
+ກວາກ
+ກວາກຊວາກ
 ກວາງ
 ກວ້າງ
 ກວ້າງຂວາງ
+ກວາງສ້ອຍ
+ກວາງຊາຍ
+ກວາງຊີ
+ກວາງດາວ
+ກວາງໂຕນ
+ກວາງເລົາ
+ກວ້າງໃຫຍ່
+ກວ່າຍ
 ກວາດ
+ກວາດຕ້ອນ
+ກວາດເປັນຊະເລີຍ
+ກວາດໄປເປັນຊະເລີຍ
+ກວາດລ້າງ
+ກວາເຕມາລາ
+ກວານ
+ກວ້ານ
+ກວານເຂົ້າຈໍ້າ
+ກວານບ້ານ
 ກວາລາລຳເພີ
 ກວຽນ
-ກໍ່ສ້າງ
+ກວຽນກະແທະ
+ກໍ່ໃຫ້ເກີດ
 ກອກ
 ກ໊ອກ
 ກອງ
 ກ່ອງ
 ກ້ອງ
+ກອງກອຍ
+ກອງກ່ອຍ
+ກອງກາດ
+ກອງກໍາປັ່ນ
+ກອງກິ່ງ
+ກອງກົ້ນ
+ກອງກົ້ນໂລ່ງ
+ກ່ອງເກາະ
+ກອງເກົາ
+ກອງແກ
+ກ້ອງແກ້ງ
+ກອງຂັນ
+ກ້ອງຂາ
+ກອງຂິ້ເຖົ່າ
+ກອງຂີ້ເຖົ່າ
+ກອງຂີ້ເຫຍື້ອ
+ກອງເຂົ້າ
+ກອງເຄື່ອງຂອງ
+ກອງໄຄ້
+ກອງງັນ
+ກ້ອງຈຸລະທັດ
+ກອງໂຈນ
+ກ້ອງສ່ອງ
+ກອງສະບັດໄຊ
+ກອງສິ່ງສະລັກຫັກພັງ
+ກອງຊາກສະລັກຫັັກພັງ
+ກອງຊາຍ
+ກອງຍາມ
+ກອງຍາວ
+ກອງດິນຈີ່
+ກອງເດິກ
+ກອງຕະໂພນ
+ກອງຕຶງ
+ກອງຕຸບ
+ກອງຕຸ້ມ
+ກອງຕົບ
+ກອງແຕ່
+ກອງທ້ວງ
+ກອງທະຫານ
 ກອງທັບ
+ກອງທັບເຮືອ
+ກອງໂທນ
+ກ້ອງບິນ
+ກ້ອງບີບ
+ກອງບຸນ
+ກອງປ້ອງກັນຫຼັງ
+ກ່ອງປາ
+ກອງປາບ
+ກອງປຸ້ນສະດົມ
+ກອງຜູ້ຄຸມ
+ກອງຝຸ່ນ
+ກອງພັນ
+ກອງພົນ
+ກອງເພນ
+ກ້ອງເພົາ
+ກອງໂພນ
+ກ້ອງໂພະ
+ກອງຟອນ
+ກອງຟືນ
+ກອງໄຟ
+ກອງມະໂຫລະທຶກ
+ກອງມ້າ
+ກ້ອງລ່າງ
+ກອງລົດຮົບ
+ກອງລ້ຽງສັດ
+ກອງເລືອດ
+ກອງແລ
+ກອງແລງ
+ກອງໂລຫິດ
+ກອງເວນ
+ກອງຫຍ້າ
+ກອງໜ້າ
+ກອງໜາມ
+ກອງໜຸນ
+ກອງຫີນ
+ກອງຫົດ
+ກອງຫຼວງ
+ກອງຫຼອນ
+ກອງຫຼອນຕີ
+ກອງຫຼັງ
+ກອງອັດຖະ
+ກອງຮ້ອຍ
+ກອງເຮືອກໍາປັ່ນ
+ກອງໂຮມ
+ກອຍ
+ກ່ອຍ
+ກ້ອຍ
+ກ້ອຍກ້ອຍ
+ກ້ອຍກັກ
+ກອຍກ່າວ
+ກອຍໃຈ
+ກອຍແຮງ
 ກອດ
+ກອດກ້ຽວ
 ກອນ
 ກ່ອນ
 ກ້ອນ
 ກ່ອນເຂົ້າ
+ກອນສັນ
+ກ່ອນທີ່ຈະ
+ກ່ອນນັ້ນ
+ກ່ອນໜ້າ
+ກ່ອນໜ້ານີ້
+ກ້ອນຫີນ
 ກອບ
 ກ໋ອບ
+ກອບກູ້
+ກອບໂກຍ
+ກອບທອດ
+ກອມ
 ກ່ອມ
 ກ້ອມ
+ກ່ອມກ້ອຍ
+ກ່ອມກ້ອຍລອດຂອນ
+ກ່ອມໃຈ
+ກອມມັງໂດ
+ກອມມຸຍນິດ
 ກອມມູນິດ
+ກ່ອມອາລົມ
+ກໍ່ແຮກ
 ກະ
 ກະກອບ
+ກະກຸ
+ກະກຸສັນໂທ
+ກະກຸສົນ
+ກະກຸຕະ
+ກະກຸທະ
+ກະກຸທະພັນ
+ກະກຸຫ້າ
 ກະກຽມ
 ກະເກນ
+ກະໄຄ
 ກະງ່ອນ
 ກະແງ່ມ
+ກະຈວນ
+ກະຈອກ
+ກະຈອນ
+ກະຈ້ອນ
+ກະຈອນຈູມ
+ກະຈອນຍອຍ
+ກະຈອບ
+ກະຈອບບ້ອງ
+ກະຈະ
+ກະຈັງ
 ກະຈັດ
+ກະຈັດກະຈາຍ
+ກະຈັ້ນ
 ກະຈັບ
 ກະຈັບປີ່
+ກະຈາ
+ກະຈ່າງ
+ກະຈ່າງແຈ້ງ
 ກະຈາຍ
 ກະຈ່າຍ
+ກະຈາດ
+ກະຈີ
 ກະຈູກ
 ກະຈົກ
+ກະຈົກເງົາ
+ກະຈຽວ
+ກະເຈາະກະຈອກ
+ກະເຈີ້ກະຈ້າ
 ກະແຈ
 ກະແຈກ
+ກະແຈກກະຈາຍ
+ກະແຈດົນຕີ
+ກະແຈມື
+ກະແຈະ
+ກະໂຈກ
+ກະໂຈມ
+ກະໂຈມຫົວ
+ກະສວຍ
+ກະສວນ
+ກະສອບ
+ກະສອບເປົາ
+ກະສັດ
+ກະສັດຕາທິລາດ
+ກະສັດຕາໄທ້
+ກະສັດຕີ
+ກະສັນ
+ກະສັ່ນ
+ກະສາ
+ກະສາຍ
+ກະສາບ
+ກະສິກອນ
+ກະສິກໍາ
+ກະສິກຳ
+ກະສິງ
+ກະສິນ
+ກະສິລະ
+ກະສິລະທາລາ
+ກະສີ
+ກະສີກະ
+ກະສຸນ
+ກະສູນ
+ກະສຽນ
+ກະສຽນອາຍຸ
+ກະເສດ
+ກະເສດສາດ
+ກະເສດສຸມ
+ກະເສດຕະກອນ
+ກະເສດຕະກໍາ
+ກະເສດຕະກຳ
+ກະເສມ
+ກະເສລາ
+ກະເສີມ
+ກະແສ
+ກະແສນໍ້າ
+ກະແສຟອງ
+ກະແສລົມ
+ກະແສລົມເຂົ້າ
+ກະແສລົມອອກ
+ກະໄສ
+ກະໄສການ
+ກະໄສຍະໂລກ
 ກະຊວງ
+ກະຊວງກະສິກໍາປ່າໄມ້
+ກະຊວງການເງິນ
+ກະຊວງການຕ່າງປະເທດ
+ກະຊວງສາທາລະນະສຸກ
+ກະຊວງສຶກສາທິການ
+ກະຊວງໂຍທາທິການ
+ກະຊວງຖະແຫຼງຂ່າວ
+ກະຊວງປ້ອງກັນຄວາມສະຫງົບ
+ກະຊວງປ້ອງກັນປະເທດ
+ກະຊວງແຜນການ
+ກະຊວງພະລັງງານ
+ກະຊວງພາຍໃນ
+ກະຊວງອຸດສາຫະກໍາ
 ກະຊອນ
 ກະຊະ
+ກະຊັງ
 ກະຊ້າ
+ກະຊາກ
+ກະຊ້າຈັງຫັນ
+ກະຊາມ
 ກະຊິບ
+ກະຊິບກະຊາບ
+ກະຊຽງ
 ກະເຊິ
+ກະເຊີ
+ກະເຊົ້າ
+ກະເຊົ້າຂີ່
+ກະແຊ
 ກະແຊະ
 ກະແຊັດ
+ກະໂຊ້
+ກະຍະ
+ກະຍາຫານ
 ກະຍື
+ກະຍຸ້ມກະແຍ້ມ
+ກະເຍີມ
+ກະໂຍມ
+ກະດໍ
+ກະດໍ້
+ກະດອງ
+ກະດ້ອຍ
+ກະດອນ
+ກະດອນຕົ້ນ
+ກະດອນພຸ່ມ
 ກະດ້ອມ
+ກະດັດ
+ກະດັດກະດໍ້
+ກະດັນ
+ກະດັນຂາ
 ກະດາກ
 ກະດ້າງ
+ກະດ່າງດາວ
+ກະດາຍ
 ກະດາດ
+ກະດາດແກ້ວ
+ກະດາດຊາຍ
 ກະດານ
+ກະດານດໍາ
+ກະດານຫີນ
 ກະດິກ
+ກະດິກກະດີ້ນ
+ກະດິກກະດຽກ
 ກະດິງ
 ກະດິ່ງ
+ກະດິງຫ້າວ
+ກະດິບ
+ກະດີ
 ກະດີງ
 ກະດີ່ງ
 ກະດີ້ງ
 ກະດີ້ນ
+ກະດຶບ
+ກະດຶມ
 ກະດຸກ
 ກະດຸ້ງ
+ກະດຸບກະດຸບ
 ກະດຸມ
 ກະດຸມພີ
+ກະດຸມພີດ
 ກະດູກ
+ກະດູກຂ້າງ
+ກະດູກແຂວນຄໍ
+ກະດູກຄາງ
+ກະດູກສັນຫຼັງ
+ກະດູກເຣືອ
+ກະດູງຂ້າງ
 ກະດູມ
+ກະດົ້ງ
+ກະດົ້ນ
 ກະດຽມ
 ກະດ້ຽມ
+ກະດຽວວ່າ
 ກະເດກ
+ກະເດບກະເດບ
+ກະເດ່ວ
 ກະເດັນ
 ກະເດື່ອງ
 ກະເດື້ອງ
 ກະເດືອນ
+ກະເດົາ
+ກະເດົ້າ
+ກະແດ້ງ
+ກະແດບກະແດບ
+ກະແດ່ວ
+ກະແດ໋ວ
 ກະໂດ
 ກະໂດກ
 ກະໂດງ
 ກະໂດດ
+ກະໂດດໂດ່ງເດ່ງ
 ກະໄດ
+ກະໄດແຫ
+ກະຕໍ
+ກະຕໍ້
 ກະຕວງ
+ກະຕ່ອງ
+ກະຕ່ອງກະແຕ່ງ
 ກະຕະ
 ກະຕະເວທີ
 ກະຕັກ
@@ -2892,38 +504,95 @@
 ກະຕັນຍູ
 ກະຕ່າ
 ກະຕໍ່າ
+ກະຕາກ
+ກະຕ່າກວຍ
+ກະຕາງ
 ກະຕ່າຍ
+ກະຕາທິການ
 ກະຕາບ
 ກະຕິ
+ກະຕິກ
+ກະຕິກາ
+ກະຕິກາສັນຍາ
+ກະຕິບ
 ກະຕິ້ວ
+ກະຕຶກ
+ກະຕື
+ກະຕືກ
 ກະຕືລືລົ້ນ
 ກະຕຸກ
+ກະຕຸກກະຕັກ
+ກະຕຸ້ງກະຕິ້ງ
+ກະຕຸດ
 ກະຕຸນ
 ກະຕຸ້ນ
+ກະຕູ
 ກະຕູບ
 ກະຕ່ຽວ
+ກະຕ້ຽວ
+ກະເຕາະ
+ກະເຕິ
+ກະເຕິນ
+ກະເຕິລອດຊ່ອງ
+ກະແຕ
+ກະແຕແຊ
+ກະແຕຫູ
 ກະໂຕ
+ກະໂຕກ
 ກະໄຕ
+ກະໄຕ້
 ກະຖັງ
+ກະຖາ
+ກະຖາງ
+ກະຖາສະລິດສາຄອນ
+ກະຖາດ
+ກະຖາພັນ
+ກະຖາມຸກ
+ກະຖາລາມ
+ກະຖາລົມ
+ກະຖິກາຈານ
+ກະຖິນ
+ກະຖີບ
+ກະຖຸນ
 ກະໂຖນ
+ກະທໍ
+ກະທອດ
 ກະທ່ອນ
 ກະທອມ
+ກະທ່ອມ
 ກະທ້ອມ
+ກະທ່ອມເລືອດ
 ກະທະ
 ກະທັງ
+ກະທັ່ງ
+ກະທັ້ງ
 ກະທັດ
 ກະທັດລັດ
 ກະທັນ
 ກະທັນຫັນ
+ກະທາ
+ກະທ້າງ
+ກະທາຊາຍ
+ກະທໍາ
 ກະທຳ
+ກະທໍາການ
+ກະທໍາຕາມ
 ກະທຳຜິດ
+ກະທຳໃຫ້
 ກະທິ
 ກະທິງ
+ກະທີງ
+ກະທື
 ກະທືບ
 ກະທື່ມ
+ກະທຸນ
 ກະທູ້
 ກະທົບ
+ກະທົບກະເທືອນ
 ກະທົບກັນ
+ກະທຽມ
+ກະທຽມດອງ
+ກະທຽວ
 ກະເທີ່
 ກະເທີຍ
 ກະເທີນ
@@ -2931,237 +600,1518 @@
 ກະເທືອນ
 ກະແທກ
 ກະແທ່ນ
+ກະແທວ
+ກະໂທກ
+ກະໂທງ
+ກະໄທ
+ກະນວນ
+ກະນ່ອງ
+ກະນ່ອງກະແນ່ງ
+ກະນິດຖາ
+ກະນິດຖາພະຄິນີ
+ກະນິດຖາພາດາ
+ກະນີໂດ
+ກະໂນນ
+ກະໄນ່
 ກະບວຍ
+ກະບວຍໝາກແປບ
 ກະບວນ
 ກະບອກ
+ກະບອກສຽງ
 ກະບອງ
+ກະບ່ອງກະແບ່ງ
+ກະບອງໄຟ
+ກະບອມ
 ກະບະ
+ກະບັກກະບວນ
 ກະບັງ
+ກະບັ້ງ
+ກະບັດ
+ກະບາຍ
+ກະບາດ
+ກະບິ
+ກະບິນ
+ກະບິນລະພັດ
 ກະບີ່
+ກະບື
+ກະບຸກ
+ກະບຸງ
+ກະບຸງຖ້າງ
+ກະບຸ້ມກະບໍ້າ
+ກະບູນ
 ກະບົດ
+ກະບຽນ
+ກະເບນ
 ກະເບື້ອ
 ກະເບື້ອງ
+ກະແບນ
+ກະໂບກດາກ
+ກະໂບງຫົວ
+ກະໂບມ
 ກະປອງ
 ກະປ່ອງ
+ກະປ້ອງ
 ກະປ໋ອງ
+ກະປອມ
+ກະປ່ອມ
+ກະປ່ອມກ່າ
+ກະປອມຂາງ
+ກະປອມຍັກ
+ກະປາງ
+ກະປິ
+ກະປິດ
 ກະປຸກ
+ກະປຸ່ມ
 ກະປູ
+ກະເປາະ
 ກະເປົາ
 ກະເປົ໋າ
+ກະເປົາຫິ້ວ
+ກະໂປກກະເປກ
 ກະໂປງ
 ກະໂປ່ງ
+ກະໂປະ
+ກະຜົ້ງແກ້ມ
+ກະພອງ
+ກະພ້ອມ
 ກະພະ
+ກະພັດ
+ກະພັ້ນ
+ກະພາ
+ກະພາບ
+ກະພື
+ກະພູມ
+ກະພູມມື
 ກະພົງ
+ກະພຽດ
 ກະເພາະ
 ກະເພື່ອມ
 ກະເພົາ
 ກະໂພກ
+ກະຟຶດກະຟາດ
+ກະຟົກກະຟົ່ມ
 ກະມໍ
+ກະມ່ອມ
+ກະມະ
+ກະມະລະ
+ກະມະລາກອນ
+ກະມະລາດ
+ກະມະເລດ
+ກະມະຫຍີ່
 ກະມັງ
+ກະມັງກະມໍ
+ກະມັບກະແມບ
 ກະມຶງ
+ກະມົນ
+ກະມົນລະເນດ
+ກະມົນລະວັນ
+ກະໂມຍ
+ກະໂມນ
+ກະໂມະ
+ກະຢໍກະແຢ
+ກະຢ່ອງ
+ກະຢັງ
+ກະແຢ້
 ກະຣັດ
 ກະຣາດ
 ກະຣາຟິກ
+ກະເຣເຕ
+ກະເຣັກ
+ກະໂຣເອຕີ
 ກະລໍ
+ກະລວດກະລາດ
+ກະລ໋ອກກະແລ໋ກ
+ກະລ໋ອກກະແລັກ
+ກະລອນ
+ກະລະກົດ
+ກະລະນີ
+ກະລະນີຍະກິດ
+ກະລະມັງ
+ກະລະລະ
 ກະລະວັດ
 ກະລັງ
+ກະລັງກະລາດ
+ກະລັດກະຊາຍ
+ກະລັອກກະແລັກ
 ກະລາ
+ກະລໍ່າ
+ກະລາສີ
 ກະລໍ່າດອກ
+ກະລາດໍາ
+ກະລາທາທວດ
 ກະລໍ່າໃບ
 ກະລໍ່າປີ
 ກະລາມ
 ກະລາລິແນດ
-ກະລາສີ
+ກະລາຫົວ
+ກະລາໂຫມ
 ກະລຳປີ
+ກະລໍາໂປງ
+ກະລໍາພັກ
+ກະລິ
+ກະລິງ
+ກະລິງຄະລາດ
+ກະລິຍາ
+ກະລິນ
+ກະລິນີ
+ກະລີ່
+ກະລີຍຸກ
+ກະລີວອນ
+ກະລຶມ
+ກະລືດ
+ກະລຸນ
 ກະລຸນາ
+ກະລຸນາທິຄຸນ
+ກະລົກກະລົນ
+ກະເລວະລາກ
 ກະເລັກ
+ກະເລັ່ງ
+ກະເລັນ
 ກະເລາະ
+ກະເລົາ
 ກະແລກ
 ກະແລ່ງ
 ກະແລມ
+ກະໂລກກະເລກ
 ກະໂລກຫົວ
 ກະໂລ່ງ
+ກະໂລດີໂອ
+ກະໂລເດຍ
+ກະໂລປາ
+ກະວອກກະແວກ
 ກະວາຍ
 ກະວີ
+ກະວີນິພົນ
+ກະວຸ້ມກະວໍ້າ
 ກະວົນ
-ກະສວຍ
-ກະສວນ
-ກະສອບ
-ກະສັດ
-ກະສັ່ນ
-ກະສາຍ
-ກະສິກອນ
-ກະສິກຳ
-ກະສູນ
-ກະສຽນ
-ກະເສດ
-ກະເສດຕະກຳ
-ກະແສ
+ກະວົນກະວາຍ
+ກະເວກະວາດ
+ກະໂວກກະເວກ
+ກະຫຍ່ອງ
+ກະຫຍ່ອງກະແຫຍ່ງ
+ກະໝອງ
+ກະໝັບ
+ກະໝຸກ
+ກະເໝັ່ນ
 ກະຫາຍ
+ກະຫາປະນະ
 ກະຫີນ
 ກະຫີບ
 ກະຫືມ
 ກະຫົນ
+ກະຫຼອກ
+ກະຫຼ່າງ
+ກະຫຼ່ຽງ
 ກະເຫີມ
+ກະແຫຼ່ງ
 ກະໂຫຍ
 ກະໂຫລກ
 ກະໂຫຼກ
+ກະໂຫຼກຫົວ
+ກະໂຫຼ່ງ
+ກະອອກ
 ກະອອມ
 ກະອັກ
 ກະອຶກ
+ກະອູບ
+ກະແອບ
+ກະໂອກ
 ກະຮອກ
+ກະແະ
 ກັກ
+ກັກກັກ
+ກັກກຶກ
 ກັກຂັງ
 ກັກຕົວ
 ກັກມັນດູ
 ກັງ
+ກັ່ງ
 ກັ້ງ
+ກັງຂາ
+ກັງສະດານ
 ກັງບັງ
 ກັງວານ
 ກັງວົນ
+ກັງຫັນ
+ກັງຫັນລົມ
+ກັ້ງໂອບ
+ກັດ
 ກັ່ດ
+ກັດກັດ
+ກັດກິນ
+ກັດຈັດ
+ກັດສະປະ
+ກັດສະລູຮີມ
+ກັດຊຳ
+ກັດຕະມາດູ
+ກັດຕາດ
+ກັດມີເອນ
+ກັດຣິມໂມນ
+ກັດເຮເຟ
 ກັນ
 ກັ່ນ
 ກັ້ນ
+ກັນກະທົບ
+ກັນກະແທກ
 ກັນກັບ
+ກັ້ນແກ້ງ
+ກັນຂັງ
+ກັນແສງ
+ກັນຊາ
 ກັນຍາ
+ກັນຍາການ
+ກັນຍາລັດ
+ກັນດາເກ
 ກັນດານ
+ກັນດານອາຫານ
+ກັນແດດ
+ກັນຖະ
+ກັນຖະກະ
+ກັນຖູນ
+ກັນເທດ
+ກັນນິກາ
+ກັນເປື້ອນ
+ກັນຝົນ
+ກັ່ນພູ
+ກັນໄພ
+ກັນລະຍາ
+ກັນລະຍານະ
+ກັນລະຍານະຄຸນ
+ກັນລະຍານະທໍາ
+ກັນລະຍານະມິດ
+ກັນລະຍານະວັດ
+ກັນລະຍານີ
+ກັນລະເຍດ
+ກັນລະບົກ
+ກັນລະປະນາ
+ກັນລະປະພຶກ
+ກັນລະພຶກ
+ກັນລີມ
+ກັນລົມ
+ກັນແລະກັນ
+ກັນຫາ
+ກັນຫຼອນ
+ກັນເອງ
 ກັບ
+ກັບກາຍ
+ກັບກ່າຍ
+ກັບເກີດ
+ກັບແກ້
+ກັບຂີດ
+ກັບຄືນ
+ກັບໃຈ
+ກັບໃຈໃໝ່
+ກັບເຊເອນ
+ກັບດັກແຮ້ວ
+ກັບຕັນ
+ກັບໂຕຣີ
+ກັບໂຕເຣ
+ກັບບ່ອນ
+ກັບບາຍ
+ກັບບ້ານ
+ກັບໂບນ
+ກັບປະທີບ
+ກັບປາສິກະ
+ກັບປິຍະກັງຫັນ
+ກັບປິຍະກາລົກ
+ກັບປິຍະພັນ
+ກັບໄປ
+ກັບມາ
+ກັບແວດ
+ກັບແວບ
+ກັບໝ້ອງ
+ກັບຫຼັງ
+ກັວກ
+ກັວດ
 ກັອກ
+ກັ່ອງຈ່ອງ
+ກັອຍກັອຍ
+ກັ່ອຍກັອຍ
+ກັອດ
+ກັອດກັອດ
 ກາ
 ກ້າ
+ກໍ່າ
 ກໍ້າ
 ກາກ
+ກ໊າກ
 ກາກກຳ
+ກາກຊາກ
 ກາກຕູມ
+ກາກເນ
+ກາກບອນ
+ກາກວາກ
+ກາກະນິກ
 ກາກະບາດ
+ກາກັດ
+ກ້າກັ່ນ
 ກາກາລີນ
 ກາກີ
+ກາເກມິດ
 ກ້າແກ່ນ
+ກາໂກ
+ກາໂກເຣ
 ກາງ
+ກ່າງ
 ກ້າງ
+ກາງກວງ
+ກ່າງກະ
+ກາງກັບດັກ
+ກ່າງກ້າຍ
+ກາງກາດ
+ກາງກາດຫາດຊາຍ
+ກາງເກົ້າກາງສິບ
+ກາງເກົ້າກາງໃໝ່
 ກາງແກ
+ກາງແກ່
+ກາງແກ່ງ
 ກາງເຂນ
 ກາງແຂນ
+ກາງຄັນ
+ກາງຄືນ
+ກາງຄົນ
+ກາງເຄິ່ງ
+ກ່າງຈ່າງ
+ກາງແຈ້ງ
+ກາງສັ່ງສອນ
+ກາງດົງ
+ກາງເດີ່ນ
+ກາງຕໍ່
+ກາງບ້ານ
+ກາງເບິ່ງ
+ກາງເບິ່ງຫາ
+ກ່າງປໍ
+ກາງປີກ
+ກາງມຸ້ງ
+ກາງເມືອງ
+ກາງເວັນ
+ກາງຫາວ
+ກາຈໍ້າ
+ກາໃຈ້
+ກາສຕຣີສ
+ກາສປຽນ
+ກາສອງກັອດວິນອົສແຕນ
+ກາສອງກັອດອົສແຕນ
+ກາສາ
+ກາສາວະ
+ກາສາວະເພັດ
+ກາສິໂນ
+ກາສີ
+ກາສີໂນ
+ກາເສສຸມິດສາຈານ
 ກາຊັກ
 ກາຊັກສະຖານ
 ກາຊາ
+ກາຊາດ
+ກາຊິເຟຍ
+ກາຊົງຕົວ
+ກາເຊນາ
+ກາເຊັດ
 ກາຍ
 ກ່າຍ
 ກ່າຍກອງ
+ກາຍຂາຍເລ
+ກາຍຊາ
+ກາຍຊາເຣຍ
 ກາຍຊາເລຍ
 ກາຍຍະ
 ກາຍຍະກຳ
+ກາຍນານ
 ກາຍເປັນ
+ກາຍໂຣ
 ກາຍະ
 ກາຍະກຳ
 ກາຍະສິນ
+ກາຍະສີດ
+ກາຍະບໍລິຫານ
+ກາຍະບຳບັດ
+ກາຍະພັນ
+ກາຍະວິພາກ
+ກາຍະວິພາກສາດ
+ກາຍາ
 ກາດ
 ກ໊າດ
+ກາດກາດ
+ກາດດີ
+ກາດດີເອນ
+ກາດໂມນ
+ກາດລີ
+ກາດຮີມໂມນ
+ກາດເຮເຟ
 ກາດາຣາ
+ກາດີ
+ກາເດັດ
+ກາເດັດບາເນອາ
+ກາຕອມເຮ່ວ
+ກາຕາມ
 ກາໂຕຣິກ
 ກາໂຕລິກ
 ກ້າທຳ
 ການ
+ກ່ານ
 ກ້ານ
+ການກໍ່
+ການກໍ່ສ້າງ
+ການກວດ
+ການກວດໄປເປັນຊະເລີຍ
+ການກວດລ້າງ
+ການກວດຫາ
+ການກ່ອມ
+ການກະກຽມ
 ການກະຈາຍ
+ການກະສິກໍາ
+ການກະທໍາ
 ການກະທົບ
+ການກະບົດ
+ການກະວົນກະວາຍ
+ການກັກ
+ການກັນດານ
+ການກັນດານອາຫານ
+ການກັບ
+ການກັບໃຈ
+ການກັບໃຈໃໝ່
+ການກາງໄຫວ້
+ການກາບໄຫວ້ຮູບເຄົາລົບ
+ການກ່າວ
+ການກ່າວຂານ
+ການກ່າວຄຳ
+ການກ່າວວິງວອນ
+ການກ່າວຫາ
+ການກ່າວຮ້າຍກັນ
+ການກໍາຈັດ
+ການກໍານົດ
+ການກໍາເນີດ
+ການກໍາໜົດ
+ການກິນ
+ການກີດກັ້ນການຫ້າມ
+ກ້ານກຸ່ງ
+ການກົດຂີ່ຂົ່ມເຫັງ
+ການກົ້ມ
+ການກົມກືນທາງສຽງ
+ການກ່ຽວ
+ການກ່ຽວຂ້ອງ
+ການກ່ຽວເຂົ້າ
+ການເກນ
+ການເກັບ
+ການເກັບກ່ຽວ
+ການເກັບເລັມ
+ການເກີດ
+ການເກີດລູກ
+ການແກ້
+ການແກ້ໄຂ
+ການແກ້ຄວາມຝັນ
+ການແກ້ຄະດີ
+ການແກ້ແຄ້ນ
+ການແກະສະຫຼັກ
+ການໂກດຮ້າຍ
+ການໂກນ
+ການຂອບພຣະຄຸນ
+ການຂັດຂວາງ
+ການຂັດສົນ
+ການຂັດແຍ້ງ
+ການຂັດແຍ້ງກັນ
+ການຂັບລົດ
+ການຂັບໄລ່
+ການຂັບຮ້ອງ
+ການຂ້າ
+ການຂ້າກັນ
+ການຂາຍ
+ການຂາຍເລ
+ການຂາຍໜ້າ
 ການຂາດ
+ການຂ້າຕະກໍາ
+ການຂ້າບູຊາ
+ການຂ້າຟັນ
+ການຂ້າຟັນກັນ
+ການຂ້າຟັນລັນແທງ
 ການຂຶ້ນ
+ການຂຶ້ນທະບຽນ
+ການຂູ່
+ການຂົ່ມຂູ່
+ການຂົ່ມເຫັງ
 ການຂ້ຽນ
+ການຂ້ຽນຕີ
+ການເຂັ່ນຂ້າ
+ການເຂົ້າ
+ການເຂົ້າໃຈ
+ການເຂົ້າເຝົ້າ
+ການເຂົ້າອອກ
+ກ້ານຄໍ
+ການຄວນຄາງ
+ການຄວບຄຸມ
+ການຄອຍຖ້າ
+ການຄອບຄອງ
+ການຄັງ
+ການຄັດຄ້ານ
+ການຄັດແຍ້ງ
+ການຄັດແຍ້ງກັນ
+ການຄ້າ
+ການຄ້າຂາຍ
+ການຄໍ່າຄວນ
+ການຄໍ່າຄວນຮ້ອງໄຫ້
+ການຄໍ້າຊູລາຄາ
+ການຄໍານັບ
+ການຄິດ
+ການຄິດກະບົດ
+ການຄິດປອງຮ້າຍ
+ການຄິດຮ້າຍ
+ການຄຶກຄະນອງ
+ການຄຶງ
+ການຄືນດີກັນ
+ການຄຸ້ມຄອງ
+ການຄົດລ້ຽວ
+ການຄົ້ນ
+ການຄົບ
+ການເຄັ່ງຄັດ
+ການເຄື່ອນໄຫວ
+ການງານ
+ການເງິນ
+ການໂງ່ຈ້າ
+ການຈອນ
+ການຈະນະຄິລີ
+ການຈະນາ
+ການຈັດກຽມ
+ການຈັດແບ່ງພາສາ
+ການຈັດລະບຽບ
+ການຈັບສະຫຼາກ
+ການຈັບສັດ
+ການຈາມ
+ການຈາລະຈົນ
+ການຈູບ
+ການຈົດຈໍາ
+ການຈົ່ມ
+ການເຈັບທ້ອງ
+ການເຈັບປວດ
+ການເຈັບເປັນ
+ການເຈີມ
+ການແຈກ
+ການໃຈຮ້າຍ
+ການສໍ້
+ການສໍ້ໂກງ
+ການສໍ້ສົນ
+ກ້ານສວຍ
+ການສອນ
+ການສອບສວນ
+ການສ້ອມ
+ການສ້ອມແປງ
+ການສະເດັດ
+ການສະເດັດມາ
+ການສະແດງ
+ການສະແດງຄວາມໃຈຮ້າຍ
+ການສະຖາປານາ
+ການສະໜອງ
+ການສະໜຸກສະໜານ
+ການສັກກະລະບູຊາ
+ການສັງຫານ
+ການສັ່ນສະທ້ານ
+ການສັ່ນສະເທືອນ
+ການສັນລະເສີນ
+ການສັບສົນ
+ການສ້າງ
+ການສາມັກຄີທໍາ
+ການສາລະພາບ
+ການສໍາຄັນ
+ການສໍາແດງ
+ການສໍານຶກວ່າມີບາບກໍາ
+ການສໍາພັນ
+ການສໍາລານ
+ການສິ້ນ
+ການສິ້ນສຸດ
+ການສຶກສາ
+ການສຶກສາຮຽນຮ່ວມ
+ການສືບທອດມໍລະດົກ
+ການສືບຫາ
+ການສຸດກໍາລັງ
+ການສຸມ
+ການສຸ່ມດັກ
+ການສູ້ຄວາມການສູ້ຄະດີ
+ການສູ້ຮົບ
+ການສູ້ຮົບກັນ
+ການສົງເຄາະ
+ການສົນທະນາ
+ການສົມຄວນ
+ການສົມລົດ
+ການສົມລົດກັນ
+ການສ່ຽງຊີວິດ
+ການສຽດສີກັນ
+ການເສຍລ້າ
+ການເສເພ
+ການເສີຍກຽດ
+ການເສື່ອມເສີຍກຽດ
+ການເສົ້າໃຈ
+ການໂສໂຄກ
+ການໂສເພນີ
+ການໃສ່ໂທດ
+ການໃສ່ຮ້າຍ
+ການຊ່ວຍ
+ການຊ່ວຍຊີວິດ
+ການຊ່ວຍຍົກຊູຂຶ້ນ
+ການຊ່ວຍເຫຼືອ
+ການຊ່ວຍໃຫ້ພົ້ນ
+ການຊ່ວຍໃຫ້ລອດ
+ການຊ່ວຍໃຫ້ລອດພົ້ນ
+ການຊອບທໍາ
+ການຊອບພຣະໄທ
+ການຊະນະ
+ການຊັກຊ້າ
+ການຊ່າງ
+ການຊ່າງຝີມື
+ການຊ່າງອອກແບບ
+ການຊໍາລະ
+ການຊໍາລະລ້າງ
+ການຊໍາລະໃຫ້ບໍລິສຸດ
+ການຊິງ
+ການຊິງດີ
+ການຊິດການໂຮຍ
+ການຊີ
+ການຊີງດີຊີງເດັ່ນ
+ການຊີ້ມື
+ການຊີ້ໜ້າ
+ການຊື້
+ການຊື້ຂາຍ
+ການຊື່ນໃຈ
+ການຊື່ນຊົມ
+ການຊື່ນບານ
+ການຊຸມນຸມ
+ການຊົງໄຖ່
+ການຊົງບັນດານ
+ການຊົງເລົ້າໂລມ
+ການຊົ່ວ
+ການຊົ່ວຄາວ
+ການຊົ່ວຊ້າ
+ກ່ານຊົ່ວຊ້າລາມົກ
+ການຊົ່ວຮ້າຍ
+ການເຊີດຊູ
+ການເຊື່ອ
+ການເຊື່ອຟັງ
+ການເຊື່ອມ
+ການແຊ່ງ
+ການແຊ່ງດ່າ
+ການໃຊ້ເວດມົນ
+ການຍວົະ
+ການຍອມຮັບ
+ການຍາກລໍາບາກ
+ການຍາດແຍ່ງ
+ການຍຸແຍ່
+ການຍຸຕິທໍາ
+ການຍົກ
+ການຍົກຂຶ້ນ
+ການຍົກຍ້ອງ
+ການຍົກໂທດ
+ການຍົກບາບ
+ການແຍກ
+ການແຍກຕັ້ງໄວ້
+ການດ່ວນ
+ການດ່າ
+ການດ່າຮ້າຍ
+ການດໍາເນີນ
+ການດີ
+ການດີດ
+ການດື່ມ
+ການດູຖູກ
+ການດູຖູກກຽດ
+ການດູແລ
+ການດູໝິ່ນ
+ການດົນໃຈ
+ການດົນບັນດານ
+ການດົມກິ່ນ
+ການເດິນທາງ
+ການເດີນທາງ
+ການເດືອດດາດ
+ການເດົາ
+ການໄດ້ຍິນ
+ການໄດ້ຮັບ
+ການຕໍ່ກິ່ງ
+ການຕໍ່ສູ້
+ການຕໍ່ຕ້ານ
+ການຕໍ່ວ່າ
+ກ້ານຕອງ
+ການຕ້ອນຮັບ
+ການຕອບ
+ການຕອບສະໜອງ
+ການຕອບແທນ
+ການຕັກເຕືອນ
+ການຕັ້ງ
+ການຕັ້ງໃຈ
+ການຕັ້ງຕິ
+ການຕັ້ງຕົ້ນ
+ການຕັດ
+ການຕັດສິດ
+ການຕັດສິນ
+ການຕາຍ
+ການຕາມ
+ການຕໍາໜິ
+ການຕິດຕາມ
+ການຕິຕຽນ
+ການຕິໂທດ
+ການຕີ
+ການຕີຄວາມກົດໝາຍ
+ການຕີສອນ
+ການຕົກ
+ການຕົກລົງກັນ
+ການຕົກລົງໃຈ
+ການຕົ້ມ
+ການເຕັ້ນລໍາ
+ການເຕັມໃຈ
+ການເຕືອນ
+ການເຕືອນສະຕິ
+ການແຕກກົກກັນ
+ການແຕກກົກແຕກເຫຼົ່າ
+ການແຕກແຍກກັນ
+ການແຕ່ງງານ
+ການແຕ່ງຕັ້ງ
+ການໂຕ້ແຍ້ງ
+ການໂຕ້ແຍ້ງກັນ
+ການໂຕ້ຖຽງ
+ການໂຕ້ຖຽງກັນ
+ການຖວາຍ
+ການຖອນຫາຍໃຈ
+ການຖ່ອມຕົວ
+ການຖະຫວາຍບູຊາ
+ການຖິ້ມ
+ການຖື
+ການຖືກ
+ການຖືກກວາດໄປເປັນສະເລີຍເສິກ
+ການຖືກກັກຂັງ
+ການຖືກກ່າວວ່າ
+ການຖືກຂວ້ຳ
+ການຖືກຂ້າ
+ການຖືກຂົ່ມເຫັງ
+ການຖືກຂ້ຽນຕີ
+ການຖືກຄຶງ
+ການຖືກຄຸກ
+ການຖືກຄົບດາບ
+ການຖືກຈັບ
+ການຖືກຈົດຈໍາ
+ການຖືກຊາກສົບ
+ການຖືກຕ້ອງ
+ການຖືກຕໍາໜິ
+ການຖືກຕີ
+ການຖືກທໍາລາຍ
+ການຖືກທົດລອງ
+ການຖືກບີບຄັ້ນ
+ການຖືກບີບບັງຄັບ
+ການຖືກປິດລ້ອມ
+ການຖືກປຸ້ນສະດົມ
+ການຖືກໂພຍໄພ
+ການຖືກໍາມະສິດ
+ການຖືກໍາມະສິດກັນ
+ການຖືພາ
+ການຖືລະດູຖືຍາມ
+ການຖືລາງ
+ການຖືອົດອາຫານ
+ການຖົ່ມນໍ້າລາຍໃສ່
+ການຖຽງ
+ການຖຽງກັນ
+ການໄຖ
+ການໄຖ່
+ການໄຖ່ການລະເມີດ
+ການໄຖ່ຊີວິດ
+ການໄຖ່ຖອນ
+ການໄຖ່ໂທດ
+ການໄຖນາ
+ການໄຖ່ບາບ
+ການທໍລະຍົດ
+ການທໍລະມານ
+ການທະເລາະວິວາດ
+ການທະເລາະວິວາດກັນ
+ການທັ່ງ
+ການທາລຸນ
+ການທໍາການເຮັດ
+ການທໍາງານການເຮັດວຽກ
+ການທໍາດີ
+ການທໍາຕາມ
+ການທໍານວາຍ
+ການທໍາມາຫາກິນ
+ການທໍາລາຍ
+ການທໍາລາຍລ້າງ
+ການທໍາຮ້າຍ
+ການທຸກຍາກ
+ການທຸກຍາກລໍາບາກ
+ການທຸກທໍລະມານ
+ການທຸຈະລິດ
+ການທຸບຕີ
+ການທຸ່ມຕະຫຼາດ
 ການທູດ
+ການທົດສອບ
+ການທົດລອງ
+ການທົນທຸກ
+ການເທດສະໜາ
+ການເທີດທູນການສັນລະເສີນ
+ການເທົ່າທຽມ
+ການແທນ
+ການນອງເລືອດ
+ການນອນ
+ການນອນຫຼັບ
+ການນະມັດສະການ
+ການນັບ
+ການນັບຖື
+ການນໍາ
+ການນິນທາ
+ການເນ
+ການເນລະເທດ
+ການເນລະມິດ
+ການເນັ້ນສຽງ
+ການແນ່ນອນ
+ການແນະນໍາ
+ການໂນ
+ການບໍ່ເຂົ້າພິທີຕັດ
+ການບໍ່ສົມຄວນ
+ການບໍ່ຊອບທໍາ
+ການບໍ່ເຊື່ອ
+ການບໍ່ເຊື່ອຟັງ
+ການບໍລິການສັງຄົມ
+ການບໍລິຈາກ
+ການບໍ່ໄວ້ວາງໃຈກັນ
+ການບໍ່ໜ້າເຊື່ອຖື
+ການບັງຄັບ
+ການບັງຄັບບັນຊາ
+ການບັບຕິດສະມາ
+ການບາກບັ່ນ
+ການບ້ານ
+ການບາບ
+ການບໍາລຸງລ້ຽງ
+ການບີບ
+ການບີບຄັ້ນ
+ການບີບບັງຄັບ
+ການບູຊາ
+ການບູຊາໄຖ່ບາບ
+ການບູນ
+ການບົວລະບັດຮັບໃຊ້
+ການເບຶ້ອງປາຍ
+ການເບື້ອງຕົ້ນ
+ການເບົາ
+ການແບ່ງປັນ
+ການປ່ວງໄປປ່ວງມາ
+ການປ້ອງກັນ
+ການປອງຮ້າຍ
+ການປ່ອຍ
+ການປ້ອຍ
+ການປອດໄພ
+ການປອບໃຈ
+ການປອບໂຍນ
+ການປະກາດ
+ການປະກົດ
+ການປະຈົບປະແຈງ
+ການປະສົມ
+ການປະຊຸມ
+ການປະດັບ
+ການປະດິດ
+ການປະຕິເສດ
+ການປະຕິຍານ
+ການປະຕິບັດ
+ການປະຕິບັດຕາມ
+ການປະຖິ້ມ
+ການປະທັບ
+ການປະທັບກາ
+ການປະທານ
+ການປະພຶດ
+ການປະພຶດຕາມ
+ການປະເມີນ
+ການປະໝາດ
+ການປະຫານ
+ການປະຫຼາດ
+ການປັບໂທດ
+ການປັບປຸງ
+ການປ່າວປະກາດ
+ການປ່າວຮ້ອງ
+ການປິ່ນປົວພະຍາດ
+ການປີກຕົວ
+ການປຶກສາ
+ການປຶກສາຫາລື
+ການປຸກປັ້ນ
+ການປຸ້ນ
+ການປຸ້ນສະດົມ
+ການປູກຝັ້ງ
+ການປົກຄອງ
+ການປົດ
+ການປົດປ່ອຍ
+ການປ່ຽນ
+ການປ່ຽນແປງ
+ການປຽບທຽບ
+ການເປັນຂຶ້ນມາ
+ການເປັນສັດຕູ
+ການເປັນສັດຕູກັນ
+ການເປັນຊະເລີຍ
+ການເປັນຕາຂີ້ດ້ຽດ
+ການເປັນທາດ
+ການເປັນປໍລະປັກ
+ການເປັນປະຊາຊາດ
+ການເປັນພະຍານເທັດ
+ການເປັນມິດ
+ການເປີດ
+ການເປີດເຜີຍ
+ການເປືອຍກາຍ
+ການແປກ
+ການແປຜັນ
+ການໄປ
+ການຜ່ອນຄາຍ
+ການຜ່ອນຜັນ
+ການຜິດ
+ການຜິດຖຽງ
+ການຜິດຖຽງກັນ
+ການຜິດບາບ
+ການຜິດປະເວນີ
+ການຜິດຜົວຜິດເມຍ
+ການຜູກຂາດ
+ການເຜີຍ
+ການເຜົາ
+ການເຜົາຜານ
+ການເຜົາໄໝ້
+ການແຜ່
+ການໂຜດຍົກບາບ
+ການຝັງສົບ
+ການຝາກ
+ການຝ່າຝືນ
+ການຝຶກ
+ການຝຶກສອນ
+ການຝືນໃຈ
+ການເຝົ້າ
+ການໄຝ່ສູງ
+ການພະຍາກອນ
+ການພັກຜ່ອນ
+ການພັງ
+ການພາກພຽນ
+ການພ່າຍແພ້
+ກ້ານພ້າວ
+ການພິຈາລະນາ
+ການພິນິດພິຈາລະນາ
+ການພິພາກສາ
+ການພົບ
+ກ້ານເພີງ
+ກ້ານໄພຫຍ້າ
+ການຟັງ
+ການຟື້ນ
+ການຟື້ນພຣະຊົນ
+ການຟື້ນຟູ
+ການມໍລະນາ
+ການມ່ວນເຮຮາ
+ການມອບ
+ການມາ
+ການມີໄຊ
+ການມີລິດ
+ການມຸ່ງຮ້າຍ
+ການມຸສາ
+ການມົນທິນ
+ການມົວເມົາ
+ການເມືອງ
+ການເມື່ອຍລ້າໆ
+ການເມົາ
+ການເມົາເຫຼົ້າ
+ການໂມທະນາ
+ການໂມທະນາພຣະຄຸນ
+ການຢ້ານກົວ
+ການຢືມພາສາ
+ການຢຸດ
+ການຢຸດພັກ
+ການຢຸດພັກສະຫງົບ
+ການຢູ່ຮ່ວມກັນ
+ການຢຽບຢໍ່າ
+ການຢ້ຽມເຢືອນ
+ການເຢາະເຢີ້ຍ
+ການລໍຄອຍ
+ການລໍ້ລວງ
+ການລ່ວງ
+ການລ່ວງປະເວນີ
+ການລອງໃຈ
+ການລອງເບິ່ງ
+ການລ້ອມ
+ການລະນຶກເຖິງ
+ການລະເມີດ
+ການລັກ
+ການລັກຂະໂມຍ
+ການລັກລອບ
+ການລັບ
+ການລ່າ
+ການລ້າງ
+ການລ້າງຜານ
+ການລາຍ
+ການລາມົກ
+ການລໍາດັບ
+ການລໍາບາກ
+ການລໍາພຶງ
+ການລິມ
+ການລີ້ໄພ
+ການລຶບບາບ
+ການລຶບມົນທິນ
+ການລຶບມົນທິນບາບ
+ການລຸລູກ
+ການລົງ
+ການລົງທະບຽນ
+ການລົງທຶນ
+ການລົງໂທດ
+ການລົງອາຍາ
+ການລົບລູ່
+ການລົ້ມ
+ການລົ້ມລົງ
+ການລ້ຽງ
+ການລ້ຽງກັນ
+ການລ້ຽງແກະ
+ການລ້ຽງຊີບ
+ການລ້ຽງດູ
+ການເລັກນ້ອຍ
+ການເລີ່ມຕົ້ນ
+ການເລືອກ
+ການເລົ້າໂລມ
+ການເລົ້າໂລມໃຈ
+ການແລກປ່ຽນ
+ການແລ່ນແຂ່ງ
+ການແລ່ນແຂ່ງກັນ
+ການໂລບ
+ການໄລ່
+ການໄລ່ຕາມ
+ການວາງ
+ການວາງໃຈ
+ການວາງແຜນ
+ການວາງແຜນພາສາ
+ການວາງມື
+ການວິງວອນ
+ການວິນິໄສ
+ການວິບັດ
+ການວິວາດ
+ການວິວາດກັນ
+ການວຸ່ນວາຍ
+ການເວົ້າ
+ການເວົ້າໝິ່ນປະໝາດ
+ການໄວ້ທຸກ
+ການຫຍາບຊາ
+ການໜັກ
+ການໜ້າຊື່ໃຈຄົດ
+ການໜ້າອັບອາຍ
+ການໜີ
+ການໜູນໃຈ
+ການໜູນນໍ້າໃຈ
+ການໝິ່ນປະໝາດ
+ການໝົດອໍານາດ
+ການໄໝ້
+ການຫັກ
+ການຫັກເຂົ້າຈີ່
+ການຫັນກັບ
+ການຫັນໄປ
+ການຫ້າງແຮ້ວ
+ການຫາປະໂຫຍດ
+ການຫາລື
+ການຫາລືກັນ
+ການຫາເຫດຜົນ
+ການຫິວນໍ້າ
+ການຫົດ
+ການຫົດນໍ້າ
+ການຫົວ
+ການຫຼອກລວງ
+ການຫຼອກຫຼອນ
+ການຫຼັບ
+ການຫຼັບນອນ
+ການຫຼັບໄຫຼ
+ການຫຼິ້ນເສເພ
+ການຫຼິ້ນຊູ້
+ການຫຼຸດຄ່າເງິນອັດຕາ
+ການຫຼຸດພົ້ນ
+ການຫຼົງໄຫຼ
+ການເຫັນແກ່
+ການເຫັນແກ່ໜ້າ
+ການເຫັນແກ່ໜ້າຕາ
+ການເຫຼືອກເບິ່ງ
+ການໂຫ່ຮ້ອງ
+ການໃຫຍ່
+ການໃຫຍ່ໂຕ
+ການໃຫຍ່ແທ້
+ການໃຫຍ່ນ້ອຍ
+ການໃຫ້ເປັນບຸດ
+ການອວດ
+ການອອກໄປ
+ການອ້ອນວອນ
+ການອ່ອນແອ
+ການອະທໍາ
+ການອະທິຖານ
+ການອະໄພ
+ການອະໄພໂທດ
+ການອັດສະຈັນ
+ການອັບອາຍ
+ການອ່ານ
+ການອານາຈານ
+ການອາບ
+ການອິດສາກັນ
+ການອຶກກະທຶກ
+ການອຸບາຍ
+ການອຸປະຖໍາ
+ການອົດກັ້ນພຣະໄທ
+ການອົດທົນ
+ການອົດຫຼັບອົດນອນ
+ການອົດອາຫານ
+ການອົບຮົມ
+ການເອີ້ນ
+ການເອົາໃຈໃສ່
+ການເອົາອົກເອົາໃຈ
+ການໂອບກອດ
+ການໂອ້ອວດ
+ການຮວບຮວມ
+ການຮ່ວມ
+ການຮ່ວມກັນ
+ການຮ່ວມຄິດກະບົດ
+ການຮ່ວມທຸກ
+ການຮ້ອງ
+ການຮ້ອງທຸກ
+ການຮ້ອງເພງ
+ການຮ້ອງໄຫ້
+ການຮັກ
+ການຮັກໃຄ່
+ການຮັກເງິນ
+ການຮັກສາ
+ການຮັບ
+ການຮັບໃຊ້
+ການຮັບປະກັນ
+ການຮັບປະທານ
+ການຮັບມໍລະດົກ
+ການຮັບຮອງ
+ການຮ້າງ
+ການຮ້າງເປົ່າ
+ການຮ້າຍ
+ການຮ້າຍກາດ
+ການຮື້ທໍາລາຍ
+ການຮູ້
+ການຮູ້ຈັກ
+ການຮູ້ຈັກບັງຄັບຕົນ
+ການຮົກຮ້າງ
+ການຮົກຮ້າງຫວ່າງເປົ່າ
+ການຮົບ
+ການຮຽກ
+ການຮຽນຮູ້
+ການເຮັດ
+ການເຮັດສົງຄາມ
+ການເຮັດເສິກ
+ການເຮັດເສິກສົງຄາມ
+ການເຮັດດີ
+ການເຮັດຕາມ
+ການເຮັດວຽກງານ
+ການເຮັດໝາຍສໍາຄັນ
+ການເຮັດໃຫ້
+ການເຮືອນ
+ການໄຮ້ກຽດ
+ການໄຮ້ສາລະ
+ການໄຮ້ປະໂຫຍດ
+ການາ
+ການໍ້າ
 ການາດາ
+ການາຢິມ
+ການາອານ
 ກາບ
+ກາບກ້ວງ
+ກາບກ້ວຍ
+ກາບກາບ
+ກາບສະ
 ກາບບົວ
+ກາບໄມ້
+ກາບລາງ
+ກາບໄຫວ້
+ກາບ້ານ
+ກາບູນ
 ກາບົງ
 ກາໂບຣອນ
+ກາໂບໂຮນເນ
+ກາປະທັບ
 ກໍ່າປັ່ນ
+ກາປາໂດເກຍ
 ກາເປນາອຸມ
+ກາເປນາອູມ
+ກາເປແອລ
 ກາຝາກ
 ກາເຟ
 ກາມ
 ກ້າມ
+ກ້າມຊີ້ນ
+ກ້າມປູ
 ກາມມະລົມ
+ກາມມະໂລກ
 ກາມມາລົມ
+ກາມລາຄະ
+ກາມະ
+ກາມະສັນ
+ກາມະຕັນຫາ
+ກາມະທາ
+ກາມະທິກາ
+ກາມະເທບ
+ກາມະພົບ
+ກາມະລາ
+ກາມະລາຄະ
+ກາມະໂລກ
+ກາມະວິຕົກ
+ກາມະວິຕົກກະ
+ກາມາ
+ກາມາດູນ
+ກາມາລີເອນ
 ກາມາລົມ
+ກາມາວະຈອນ
+ກາມິນ
+ກາມິນີ
+ກາມີ
+ກາມູນ
+ກາເມສຸມິດສາຈານ
+ກາເມນ
+ກາເມຣູນ
 ກາເມີຣູນ
+ກາໂມໄທ
+ກາໂມນ
+ກາຢະຟາ
+ກາຣະກາ
+ກາຣະຕາ
+ກາຣະຕານ
+ກາຣະໂບ
+ກາຣາກັສ
 ກາຣາກາດ
+ກາຣາອີບຫຼືອັງຕາ
 ກາຣິກາຕົວຣ
 ກາເຣເຕ
+ກາເຣບ
+ກາເຣອາ
 ກາເຣັກ
+ກາເຣັບ
+ກາໂຣນ
+ກາລອນ
 ກາລະ
+ກາລະກັນນີ
+ກາລະກໍາ
+ກາລະເກດ
+ກາລະຈັກ
+ກາລະສັບ
+ກາລະສຸດຕະ
+ກາລະສູດ
+ກາລະໂຍກ
+ກາລະໄຕ
+ກາລະທູດ
 ກາລະເທສະ
 ກາລະນານ
+ກາລະເນດ
 ກາລະບູນ
+ກາລະປັກ
+ກາລະພຶກ
+ກາລະລາຕີ
 ກາລະໂລກ
 ກາລະວັດ
+ກາລະວິທະຍາ
+ກາລະວິພາກ
+ກາລັນ
+ກາລັນຍູ
+ກາລັນດອນ
+ກາລາ
+ກາລານຸການ
+ກາລິກ
+ກາລີ
 ກາລີ່
 ກາລີເລ
+ກາລຸທາຍີ
 ກາລຸນາ
+ກາລົກ
+ກາເລເອດ
+ກາເລເອັດ
+ກາເລັບ
+ກາເລັບເອຟຣາທາ
 ກາໂລ
 ກາວ
 ກ່າວ
 ກ້າວ
+ກາວກວາງ
+ກ່າວຂໍໂທດ
+ກ່າວຂວັນ
+ກາວເສືອ
+ກາວດາ
 ກ່າວເຖິງ
+ກ່າວເຖິງເວົ້າເຖິງ
 ກ່າວໂທດ
+ກາວນອກ
+ກາວໃນ
+ກ່າວພື້ນ
 ກ່າວຟ້ອງ
 ກ້າວໜ້າ
 ກ່າວຫາ
 ກ່າວອ້າງ
+ກ່າວໂອມ
+ກ່າວຮ້າຍ
+ກາໝາຍ
 ກ້າຫານ
+ກາຫຼົງ
+ກາເຫຼັບ
+ກາອັນ
+ກາອາດ
+ກາອານ
+ກາອິນ
 ກາອີນ
+ກາຮາ
+ກາຮາມ
 ກ້າເຮັດ
+ກາານກັບໃຈໃໝ່
+ກໍາ
 ກຳ
+ກໍາກັ່ນ
+ກໍາກັບ
 ກຳກັບ
+ກໍາຈອນ
+ກໍາຈັດ
 ກຳຈັດ
+ກໍາສວນ
+ກໍາສິນ
+ກໍາສຸດ
 ກຳຍານ
+ກຳຍານຫອມ
+ກໍາເດົາ
+ກໍາຖົ່ວ
+ກໍາແທງ
+ກໍານັນ
+ກໍານົດ
 ກຳນົດ
 ກຳນົດການ
+ກໍາເນີດ
 ກຳເນີດ
+ກໍາບັງ
+ກໍາບີ
 ກຳບີ
+ກໍາປະນາດ
+ກໍາປັ່ນ
 ກຳປັ່ນ
+ກໍາປັ້ນ
 ກຳປັ້ນ
+ກໍາປາລາ
 ກຳປາລາ
+ກໍາປູເຈຍ
 ກຳປູເຈຍ
 ກຳປູເຈັ້ຍ
+ກໍາພອຍ
+ກໍາພ້າ
 ກຳພ້າ
+ກໍາພ້າໝາກສ້ານ
+ກໍາພຸດ
+ກໍາພົນສິລາອາດ
+ກໍາແພງ
 ກຳແພງ
+ກໍາແພ້ງ
+ກໍາແພງຂາແຢ່ງ
+ກໍາແພງຂາວ
+ກໍາແພງເຈັດຊັ້ນ
+ກໍາແພງເມືອງຈີນ
+ກໍາມະ
 ກຳມະ
+ກໍາມະກອນ
 ກຳມະກອນ
+ກໍາມະການ
 ກຳມະການ
+ກໍາມະການກົມການເມືອງສູນກາງພັກ
+ກໍາມະການສະເພາະກິດ
+ກໍາມະການສູນກາງພັກ
+ກໍາມະກາລີ
+ກໍາມະກາລີນີ
+ກໍາມະໄຂ
+ກໍາມະຄະຕິ
+ກຳມະຈອນ
+ກໍາມະສິດ
+ກຳມະສິດ
+ກໍາມະສິດເຄື່ອງໝາຍແລະຍີ່ຫໍ້ສິນຄ້າ
+ກໍາມະສິດລວມໝູ່
+ກໍາມະຊະວາດ
+ກໍາມະຊະຮູບ
+ກໍາມະຊາ
 ກຳມະຊີບ
+ກໍາມະຍີ່
 ກຳມະຍີ່
+ກໍາມະໂຍນີ
+ກໍາມະຖັນ
+ກໍາມະຖານ
 ກຳມະທຳ
 ກຳມະທິການ
+ກໍາມະໂທດ
 ກຳມະບານ
+ກໍາມະບົດ
+ກໍາມະປະຕິສະລະນະ
+ກໍາມະພັນ
+ກໍາມະພັນທຸກໍາ
 ກຳມະຢີ່
-ກຳມະສິດ
+ກໍາມະວາຈາ
+ກໍາມະວາຈາຈານ
+ກໍາມະວິທີ
+ກໍາມະວິບາກ
+ກໍາມະຫຼິດ
+ກໍາມັນຕະພາບລັງສີ
+ກໍາມາ
+ກໍາມາຊີບ
 ກຳມາຊີບ
+ກໍາມາທິການ
 ກຳມາທິການ
+ກໍາມື
+ກໍາໂມປະກອນ
+ກໍາລັງ
 ກຳລັງ
 ກຳລັງງານ
 ກຳລັງຈະ
+ກໍາລັງໃຈ
+ກໍາລັງທະຫານ
+ກໍາລັງວັງຊາ
 ກຳລັງຮົບ
+ກໍາເລີບ
+ກໍາໄລ
 ກຳໄລ
+ກໍາເວນ
 ກຳເວນ
+ກໍາໜັດ
 ກຳໜັດ
 ກຳໜົດ
+ກໍາແໜ້ນ
 ກຳແໜ້ນ
 ກຳໝັດ
+ກໍາເຫຼົ້າ
+ກໍາເຫຼົ້າຜີໂພງ
 ກຳຮາກ
+ກໍາຮາບ
+ກໍາຮາບປາບປາມ
+ກໍາຮົນ
+ກິ
 ກິກ
+ກິກກິກ
+ກິກີ
 ກິ່ງ
 ກິ້ງ
+ກິ້ງກ່ອມ
+ກິ້ງກາງດົງ
+ກິ່ງກ້ານ
+ກິງກິດສະ
+ກິ້ງເກືອກ
+ກິ້ງເກືອກລີເລືອ
+ກິງສຕອນ
+ກິງສທາວ
+ກິ່ງດິ່ງ
 ກິ່ງໄມ້
+ກິ່ງໝາກກອກປ່າ
+ກິ່ງຫູສົບ
+ກິຈ້ຽມ
+ກິສະໂລດຕາໂບ
+ກິຊະໂລນ
 ກິຊາຊາ
+ກິຊີ
+ກິໂຊນ
 ກິດ
 ກິດການ
 ກິດຈະການ
+ກິດຈະການສາລະນຸໂພກ
 ກິດຈະກຳ
+ກິດຈະລັກສະນະ
+ກິດຈະວັດ
+ກິດສະໜາ
+ກິດຊະປາ
+ກິດຊະເລັບ
+ກິດດັນຕີ
+ກິດດິດ
+ກິດເດນ
+ກິດຕາຢິມ
+ກິດຕາອິມ
 ກິດຕິຄຸນ
+ກິດຕິສັບ
+ກິດຕິດ
 ກິດຕິມະສັກ
+ກິດຕີ
+ກິດຕີມ
 ກິດທຸລະ
+ກິດໂຣນ
+ກິດລິດ
 ກິເດໂອນ
+ກິເດໂອນີ
+ກິໂດມ
 ກິຕາ
 ກິຕ່າ
 ກິຕິ
@@ -3170,245 +2120,1022 @@
 ກິໂຕ
 ກິນ
 ກິ່ນ
+ກິ້ນ
+ກິນການ
+ກິນກຳໄລ
+ກິນແກ້ມ
+ກິ່ນຂິວ
 ກິນເຂົ້າ
+ກິ່ນຄາວ
+ກິນເງິນ
+ກິນເຈ
+ກິນໃຈ
+ກິນເສັ້ນ
+ກິນຊາຊາ
+ກິນຊ້າຍກິນຂວາ
 ກິນແຊບ
+ກິນດອງ
+ກິນທາງ
 ກິນນອນ
+ກິນນະລອນ
+ກິນນະລີ
+ກິນເນທອຍ
+ກິນເນໂທນ
+ກິນເນເຣດ
+ກິນໂບອາ
+ກິນປູນຮ້ອນທ້ອງ
+ກິນປຽບ
+ກິນມາດ
+ກິນເມືອງ
+ກິນລ້າ
+ກິນລົມ
+ກິນລົມກິນແລ້ງ
 ກິນລ້ຽງ
+ກິນເວລາ
 ກິນແໜງ
+ກິ່ນເໝັນ
 ກິ່ນຫອມ
 ກິນເຫລົ້າ
 ກິນເຫຼົ້າ
 ກິນອາຍ
+ກິນຮູບ
+ກິນແຮງ
+ກິເນ
+ກິເນບິດຊູ
 ກິບ
+ກິບຊາຢິມ
+ກິບບາ
+ກິບເບໂທນ
+ກິບໂຣດຮັດຕາວາ
 ກິບາອາ
+ກິເບອາ
+ກິເບໂອນ
+ກິມໂຊ
+ກິມຮາມ
+ກິມິຊາດ
 ກິເຢັບ
 ກິເຣເນ
+ກິເຣຮາເຣເສັດ
+ກິລະ
+ກິລະໂລດຕາໂບເລ
 ກິລາ
+ກິລາລາຍ
 ກິລິຍາ
+ກິລິນີ
 ກິລີເກຍ
+ກິເລດ
+ກິເລດຕັນຫາ
+ກິເລອາດ
+ກິໂລ
 ກິໂລກຣາມ
 ກິໂລກະລາມ
+ກິໂລຕາແມັດ
+ກິໂລເມັດ
 ກິໂລແມັດ
+ກິໂລລິດ
+ກິໂລເຮີດ
 ກິ່ວ
+ກິ້ວໂກດ
+ກິໂຮນ
+ກີ
 ກີ່
 ກີ້
+ກີກ
+ກີກາຊີ
+ກີກາລີ
 ກີ້ງ
+ກີສປາ
+ກີສະໂປ
+ກີໂສ
+ກີຊີ
 ກີຊີແນັບ
+ກີຊີໂອນ
+ກີເຊ
+ກີໂຊນ
 ກີດ
 ກີດກັນ
+ກີດກັ້ນ
+ກີດກີດ
 ກີດຂວາງ
+ກີດດັນຕີ
+ກີດຫ້າມ
+ກີເດໂອນ
+ກີເດໂອນີ
+ກີໂດນ
+ກີໂດມ
+ກີຕາ
 ກີຕ້າ
+ກີໂຕະ
 ກີນ
 ກີ່ນ
+ກີນການ
+ກີນເນໂທນ
+ກີນໂບອາ
+ກີນາ
+ກີນາດ
 ກີເນ
 ກີບ
+ກີບກີ້
+ກີບສຽດ
+ກີບເບໂທນ
+ກີບຟ້າ
+ກີເບອາ
+ກີເບໂອນ
+ກີຢາ
+ກີຣິຢາດ
+ກີຣິຢາດເຢອາຣີມ
+ກີຣິຢາດອາຣີມ
+ກີຣິອາດ
+ກີຣິອາດສັນນາ
+ກີຣິອາດເສເຟ
+ກີຣິອາດທາຢິມ
+ກີຣິອາດບາອານ
+ກີຣິອາດອາຣະບາ
+ກີຣິອາດຮຸດໂຊດ
 ກີຣີບາຕີ
+ກີເຣ
+ກີເຣນີໂອ
+ກີເຣເນ
+ກີເຣຮາເຣເສັດ
+ກີລາ
+ກີລາໄລ
+ກີລີເກຍ
+ກີລີໂອນ
 ກີເລອາດ
+ກີເລອາບ
+ກີໂລ
+ກີວ
+ກີ່ວ
+ກີ້ວ
+ກີ້ວໂກດ
+ກີອາ
+ກີແອນ
 ກີແອບ
+ກີແອັບ
+ກີໂຮນ
 ກຶກ
+ກຶກກອງ
+ກຶກກ້ອງ
+ກຶກກື
+ກຶງ
+ກຶ້ງຕາ
+ກຶດ
+ກຶດມຶດ
+ກຶບ
+ກຶມ
+ກຶມຫມຸ
+ກື
 ກືກ
+ກືກຊືກ
 ກືງ
+ກື່ງ
 ກື້ງ
+ກື່ດື່
+ກືນ
+ກືນລຶດ
 ກຸກ
+ກຸກກວນ
+ກຸກກຸກ
+ກຸກກຸກຫ້າ
+ກຸກກຸສົນ
+ກຸກກຸຕີ
+ກຸກກຸໂຕ
+ກຸກກຸຫ້າ
+ກຸກຳ
 ກຸງ
 ກຸ້ງ
+ກຸ້ງກິ້ງ
 ກຸງເທບ
+ກຸງເທບມະຫານະຄອນ
+ກຸ້ງຝອຍ
+ກຸງໂຣມ
+ກຸສະລະ
+ກຸສະລາດ
+ກຸສະໂລບາຍ
+ກຸສິນນາລາ
+ກຸສິນນາລາຍ
+ກຸສຸມ
+ກຸສຸມາ
+ກຸສຸມາກອນ
+ກຸສຸມານ
+ກຸສົນ
+ກຸສົນກຳ
+ກຸສົນກຳມະບົດ
+ກຸຍ
+ກຸ່ຍ
+ກຸ້ຍ
+ກຸ່ຍຕຸ່ຍ
+ກຸ່ຍທຸ່ຍ
 ກຸຍຢານ
+ກຸຍເຮັງ
 ກຸດ
+ກຸດໂກດາ
+ກຸດດຸດ
 ກຸດຕີ
+ກຸດໂຕ
+ກຸດຖັງ
+ກຸດມຸດ
+ກຸດັງ
+ກຸດີ
+ກຸດຸມພີ
+ກຸດົມພີ
 ກຸຕິ
+ກຸທາ
+ກຸນ
+ກຸ່ນ
+ກຸ້ນ
 ກຸນແຈ
+ກຸນຊອນ
+ກຸນຊອນລາດ
+ກຸນຊະໂລ
+ກຸ້ນດຸ້ນ
 ກຸນຕູຣ
+ກຸນທົນ
+ກຸນໂທ
+ກຸນລະກັນລະຍາ
+ກຸນລະສັດຕີ
+ກຸນລະຊົນ
+ກຸນລະຕິລົກ
+ກຸນລະທຳ
+ກຸນລະທູສົກ
+ກຸນລະເທບ
+ກຸນລະນາລີ
+ກຸນລະບຸດ
+ກຸບ
+ກຸບໂຣ
+ກຸບໂລດ
 ກຸມ
 ກຸ່ມ
 ກຸ້ມ
+ກຸ໋ມ
+ກຸ່ມກ້ອນ
+ກຸ້ມກົກ
 ກຸ່ມຄົນ
+ກຸ້ມຕົນເອງ
+ກຸມພະການ
+ກຸມພັນ
 ກຸມພາ
+ກຸມພີ
 ກຸມມານ
 ກຸ້ມລຸມ
+ກຸມເຮັດ
+ກຸມານ
+ກຸມາລີ
+ກຸມຸທະ
+ກຸມຸທະວັນ
+ກຸລະ
+ກຸລະກັນລະຍາ
+ກຸລະສະຕີ
+ກຸລະຊົນ
+ກຸລະທຳ
+ກຸລະທິດາ
+ກຸລະນາລີ
+ກຸລະບຸດ
+ກຸລະວົງ
+ກຸລາ
 ກຸລີ
-ກຸສົນ
-ກຸສົນກຳ
+ກຸລີຍຸກ
+ກຸລຸ
+ກຸເລນ
 ກຸຫລາບ
 ກຸຫຼາບ
+ກູ
+ກູ່
 ກູ້
 ກູກ
+ກູກກີກ
+ກູ້ກຽດ
+ກູ່ແຄນ
+ກູຊານ
+ກູຊານຣິຊາທາຢິມ
+ກູຊາຢາ
+ກູຊີ
+ກູ່ຊູ່
+ກູເຊ
 ກູດ
+ກູຕາຄານ
+ກູນ
+ກູ່ນ
 ກູນແຈ
+ກູນາ
+ກູນີ
+ກູບ
 ກູບາ
+ກູປອງ
+ກູ່ເຟືອງ
+ກູເຣ
+ກູເຣບາອານ
+ກູລ໌ບາອານ
+ກູລະນະ
+ກູລະນາວະຕານ
+ກູລະມະວະຕານ
 ກູເວດ
+ກູອາໂຕ
 ກົກ
+ກົກກໍ່
+ກົກກະສໍ
+ກົກກັນຊາ
+ກົກກາງຂອງ
 ກົກກີ
+ກົກເກັດລິ່ນ
+ກົ້ກໂກນ
+ກົກຂະໜູນ
+ກົກຂາ
+ກົກຂີ້ມູ
+ກົກເຂົ້າ
+ກົກແຂ້ວ
+ກົກຄໍ້
+ກົກຄອມ
+ກົກຄັນຄາກ
+ກົກຄັນຈ້ອງ
+ກົກຄາມ
+ກົກຄຳໄກ່
 ກົກເຄົ້າ
+ກົກແຄ້ງ
+ກົກແຄ່ນ
+ກົກໄຄ້
+ກົກໄຄ້ນຸ່ນ
+ກົກໄຄ້ຝາດ
+ກົກຈວງ
+ກົກຈອງ
+ກົກຈານ
+ກົກສະເມັກ
+ກົກສາ
+ກົກສາເກ
+ກົກສ້ານ
+ກົກສິບ
+ກົກສົນ
+ກົກສ້ຽວ
+ກົກຊາງ
+ກົກຊ້າງນ້າວ
+ກົກຊາຕີ
+ກົກຊຸມແສງ
+ກົກຊົມຊື່ນ
+ກົກເດື່ອ
+ກົກຕ້ອງ
+ກົກຕາກວາງ
+ກົກຕ້າງ
+ກົກຕ້າວ
+ກົກຕີນນົກກົກ
+ກົກຕີນນົກກົດ
+ກົກຕີນເປັດ
+ກົກຕີເປັດ
+ກົກຕີ້ວ
+ກົກທອງ
+ກົກທັນ
+ກົກທົ່ມ
+ກົກນໍ
+ກົກນໍ້າກ້ຽງ
+ກົກນາງແຊ່ງ
+ກົກນ້ຳກ້ຽວ
+ກົກນົມສາວ
+ກົກແນນ
+ກົກບົງ
+ກົກບົ້ງມັ່ງ
+ກົກປະດົງ
+ກົກເປັ້ນ
+ກົກເປືອຍ
+ກົກຜີໝອບ
+ກົກພອກ
+ກົກພ້າວ
+ກົກແພງ
+ກົກໂພ
+ກົກເຟື້ອງຖ້ວຍ
+ກົກມ່ວງ
+ກົກມັນປາ
+ກົກມາຍ
+ກົກມີ້
+ກົກມູກ
+ກົກມູກເຈ້ຍ
+ກົກມົນທຽນບານ
+ກົກໂມງ
 ກົກໄມ້
+ກົກຢາງພາລາ
+ກົກຢາພາລາ
+ກົກລະບຽບ
+ກົກລຳ
+ກົກລີ້ນໄມ້
+ກົກຫຍ້າ
+ກົກໜາດ
+ກົກໝັນ
+ກົກໝາກເກັນ
+ກົກໝາກຕອດ
+ກົກໝາກຝ້າ
+ກົກໝາກໄຟ
+ກົກໝາກຫວີດ
+ກົກໝາກຫຸ່ງ
+ກົກໝາມ
+ກົກໝາມໃຫຍ່
+ກົກໝີ່
+ກົກເໝືອດ
+ກົກເຫງືອກ
+ກົກເຫຼືອມ
+ກົກອໍ້
+ກົກອີ່ຮຸມ
+ກົກອີ່ຮຸ່ມ
 ກົງ
 ກົ່ງ
 ກົງກັນ
 ກົງກັນຂ້າມ
+ກົງເກື້ອ
+ກົງແກ້ວ
 ກົງໂກ
+ກົ່ງໂກະ
 ກົງຂັງ
 ກົງຂ້າມ
+ກົງຄຳ
 ກົງຈັກ
+ກົງຈັກລັດ
+ກົງສະເດັນ
+ກົງສະຖານ
+ກົງສີ
+ກົງສຸນ
+ກົງສູນ
+ກົງສົມພູ
+ກົງຊາຕາ
+ກົງຊົມພູ
+ກົງດິນ
+ກົງດີດ
+ກົ່ງດົ່ງ
 ກົງຕຣາ
+ກົງຕຣາບາສ
+ກົງຕັກ
+ກົງຕາດິນ
+ກົ້ງຕາເວັນ
+ກົງນໍ້າ
+ກົງນ້ຳ
 ກົງໄປ
 ກົງພັດ
+ກົງພື້ນ
 ກົງພູເຊີ
 ກົງຟູເຊີ
 ກົງມາ
-ກົງສຸນ
+ກົງເມື່ອງ
+ກົ້ງຢົ້ງ
+ກົງລາຊະມົນທຽນ
+ກົງລາດ
+ກົງໂລກ
+ກົງວັດຕະ
 ກົງໜ້າ
+ກົງຫ້ວຍ
+ກົງຫັນ
 ກົດ
+ກົດການ
+ກົດກຳ
+ກົດກົມ
 ກົດເກນ
+ກົດແກວດ
 ກົດຂີ່
+ກົດຂີ່ຂົ່ມເຫັງ
+ກົດສິນ
+ກົດຊົງ
 ກົດດັນ
 ກົດດີວົວ
+ກົດຕາ
+ກົດທະບວງ
+ກົດທໍາ
+ກົດທຳກົດທຳມະຊາດ
+ກົດທໍາມະຊາດ
+ກົດທຳມະດາ
 ກົດບັດ
+ກົດບັນຍັດ
+ກົດບ້ານ
+ກົດເພດ
+ກົດມົນທຽນບານ
+ກົດລະບຽບ
+ກົດລາຄາ
+ກົດວັດ
+ກົດວາດ
+ກົດໜ້າ
+ກົດຫມາຍ
 ກົດໝາຍ
+ກົດໄອຍະການເສິກ
+ກົດໄອຍາການເສິກ
 ກົນ
+ກົ່ນ
 ກົ້ນ
+ກົ້ນກອກຢາ
+ກົນການ
+ກົ້ນກົບ
+ກົ້ນໂກນ
 ກົນໄກ
+ກົນໄກກະແສລົມ
+ກົນໄກບັງຄັບລົມ
+ກົ້ນຂີ້
+ກົ້ນຂີ້ທັ່ງ
+ກົ້ນຄຸ
+ກົ້ນຄົກ
+ກົ້ນໂຄກ
+ກົ້ນເງນ
+ກົ້ນເງິນ
 ກົນຈັກ
+ກົ້ນຕົ່ງ
+ກົ້ນຖ້ວຍ
 ກົ້ນທະເລ
+ກົນນົມສາວ
+ກົ້ນຢ່ອນ
+ກົນລະສັດທະສາດ
+ກົນລະສາດ
 ກົນລະຍຸດ
+ກົນລະວິທີ
+ກົ້ນລີບ
+ກົ້ນຫວາ
 ກົນອຸບາຍ
+ກົ້ນຮວກ
 ກົບ
+ກົບກິນເດືອນ
+ກົບເຕັ້ນ
 ກົມ
 ກົ້ມ
+ກົມການເມືອງ
+ກົ້ມກາບ
+ກົ້ມກົ່ງ
+ກົມກຽມ
 ກົມກຽວ
 ກົມໂຊ
 ກົມໂຊມອນ
+ກົມທະຫານ
+ກົມປ້ອງ
+ກົມປົກຄອງປະຈໍາວັງ
+ກົມແຝກ
+ກົມມະການ
 ກົມມະທ່າ
+ກົມມະທຳ
+ກົມມະນາ
+ກົມມະວັງ
 ກົມລັງ
+ກົມວັງ
+ກົ້ມໜ້າ
 ກົວ
 ກົ່ວ
 ກົ້ວ
+ກົ້ວເກົ້າ
 ກົວເຕມາລາ
+ກົວນໍ້າ
 ກົວລາລຳເປີ
+ກົວະ
+ກຽກກີສະຖານ
 ກຽກກີຊີ
 ກຽກກີເຊຍ
-ກຽກກີສະຖານ
+ກຽງ
+ກ່ຽງ
 ກ້ຽງ
+ກ່ຽງກ່າຍ
+ກ້ຽງກ່າຍ
+ກ່ຽງຂ້ອງ
+ກຽງຄຳ
+ກ້ຽງພຽງ
+ກຽງລົມ
 ກຽດ
+ກຽດຄ້ານ
+ກຽດສັກສີ
 ກຽດຊັງ
 ກຽດຍົດ
-ກຽດຕິຍົດ
+ກຽດຕິຄຸນ
 ກຽດຕິສັກ
+ກຽດຕິຍົດ
+ກຽດນິຍົມ
+ກຽດປະຫວັດ
 ກຽນ
 ກຽມ
 ກ້ຽມ
 ກຽມການ
+ກຽມໃຈ
+ກຽມຕົວ
 ກຽມພ້ອມ
 ກຽວ
 ກ່ຽວ
 ກ້ຽວ
 ກ່ຽວກັບ
+ກ່ຽວເກັບ
 ກ່ຽວຂ້ອງ
 ກ່ຽວເຂົ້າ
+ກ່ຽວເຂົ້າສາລີ
 ກ່ຽວດອງ
+ກ່ຽວເນື່ອງ
 ກ່ຽວພັນ
 ເກ
+ເກ້
 ເກກ
 ເກງ
+ເກ່ງ
+ເກ້ງ
+ເກ່ງກ້າ
+ເກ້ງກ້າງ
 ເກງກົວ
+ເກງຂານ
 ເກງຂາມ
 ເກງໃຈ
+ເກຈິອາຈານ
+ເກສອນ
+ເກສາ
+ເກສາໂລນ
+ເກສິນີ
+ເກສີ
+ເກສຸນໂລດ
+ເກຊານ
+ເກຊິດ
+ເກຊິນ
+ເກຊິບ
+ເກຊີຢາ
+ເກຊູ
+ເກເຊ
+ເກເຊມ
+ເກເຊັດ
+ເກເຊັນ
+ເກເຊີ
+ເກໂຊນ
+ເກໂຊມ
 ເກຍ
 ເກ່ຍ
 ເກ້ຍ
+ເກ້ຍກ່ອມ
+ເກດ
+ເກດາ
 ເກດາລິຢາ
+ເກດາລີຢາ
+ເກເດ
+ເກ່ເດ່
+ເກເດມາ
+ເກເດໂມດ
+ເກເດຣາ
+ເກເດໂຣດ
+ເກເດໂຣທ
+ເກເດໂຣທາຢິມ
+ເກເດໂຣທາອິມ
+ເກເດັດ
+ເກເດີ
+ເກໂດຣ໌
+ເກໂດເຣ
+ເກຕຸມາລາ
+ເກຕຸຣາ
+ເກເທ
+ເກເທີ
 ເກນ
+ເກນກຸລີ
+ເກນຢາ
 ເກນັງ
+ເກນັດ
+ເກນາດ
+ເກນານ
+ເກນານີ
+ເກນານີຢາ
 ເກນິດ
+ເກນິດຊີ
+ເກນີ
+ເກນູບັດ
+ເກນູບັທ
+ເກບາ
+ເກບານ
+ເກບີມ
+ເກເບ
 ເກເບີ
+ເກຟາ
+ເກຟາອຳໂມນີ
+ເກຟີຣາ
 ເກມ
+ເກມັນລີ
+ເກມາຣິຢາ
+ເກມາຣີຢາ
+ເກມາລີ
+ເກມູເອນ
+ເກຣນ
+ເກຣະ
 ເກຣັກ
+ເກຣາ
+ເກຣານ
 ເກຣິຊີມ
-ເກສອນ
+ເກຣິດ
+ເກຣີຊິມ
+ເກຣີຊີມ
+ເກຣີໂຢດ
+ເກຣຸບ
+ເກເຣັດ
+ເກເຣັນ
+ເກເຣັນຮາປຸກ
+ເກໂຣດ
+ເກໂຣໂຢດ
+ເກລເມນ
+ເກລເມນໂຕ
+ເກລານ
+ເກລາຢາ
+ເກລີຕາ
+ເກລີໂລດ
+ເກລຸບ
+ເກລູຮີ
+ເກເລ
+ເກ່ວເກ່ວ
+ເກ່ເວ່
+ເກອີລາ
+ເກອູເອນ
 ເກໂອໂລຊີ
+ເກຮາຊີ
+ເກເຮລາທາ
 ເກະກະ
 ເກັງ
 ເກັ່ງ
 ເກັ່ງກ້າ
+ເກັງຍາ
+ເກັ້ງເດັ້ງ
 ເກັ່ຍ
 ເກັ້ຍ
 ເກັດ
+ເກັດລິ່ນ
+ເກັດຫອຍ
+ເກັນເຂອາຍ
 ເກັບ
+ເກັບກຳ
+ເກັບກູ້
+ເກັບກົດ
 ເກັບກ່ຽວ
+ເກັບຂີດ
+ເກັບຊຳ
+ເກັບໂຕ
+ເກັບທ້ອນ
+ເກັບພາສີ
+ເກັບມ້ຽນ
+ເກັບລາຍ
+ເກັບເລັມ
+ເກັບເລື່ອງ
 ເກັບໄວ້
+ເກັບຮັກສາໄວ້
 ເກາະ
+ເກາະຕິດ
 ເກາະຜິດ
+ເກາະລໍ
+ເກາະລະ
+ເກາະຫ້ອຍ
+ເກິ
+ເກິ່ງ
+ເກິ່ງເດິ່ງ
+ເກິ້ນ
+ເກິ່ນເຕິ່ນ
+ເກິມ
 ເກິະ
+ເກີ
+ເກີ້
 ເກີ່ງ
 ເກີ້ງ
+ເກີ້ງຕາເວັນ
+ເກີໂຊນ
+ເກີໂຊມ
 ເກີຍ
+ເກີ້ຍ
 ເກີດ
 ເກີດຂຶ້ນ
+ເກີດລູກ
 ເກີດເລື່ອງ
+ເກີດໃໝ່ໃຫຍ່ລຸນ
 ເກີນ
+ເກີນຕົວ
+ເກີນໄປ
+ເກີນຜົນ
 ເກີບ
+ເກີບໂຄ່
+ເກີບແຕະ
+ເກີ້ມ
 ເກີຣນາດາ
 ເກືອ
 ເກື້ອ
 ເກືອກ
+ເກືອກກິ້ງ
 ເກື້ອກຸນ
 ເກື້ອກູນ
+ເກື້ອງ
+ເກື່ອຍ
+ເກື່ອຍແກ້
+ເກືອດ
+ເກືອທາ
+ເກືອນ
 ເກື່ອນ
+ເກື້ອນ
 ເກືອບ
+ເກືອບໄດ້
+ເກືອບຕາຍ
+ເກືອບຕົກ
 ເກົາ
 ເກົ່າ
 ເກົ້າ
+ເກົ່າກ່ອນ
 ເກົ່າແກ່
+ເກົາສັນ
+ເກົາສາມພີ
+ເກົ້າສິບ
+ເກົ້າສິບເກົ້າ
+ເກົ້າສິບສອງ
+ເກົ້າສິບແປດ
+ເກົ້າສິບຫ້າ
+ເກົ້າສິບຫົກ
+ເກົາໄສ
+ເກົາທັນ
 ເກົ້າຜົມ
+ເກົ້າພັນ
 ເກົາຫລີ
 ເກົາຫຼີ
+ເກົາເຫຼົາ
 ເກົ້າອີ້
+ເກົ້າຮ້ອຍ
 ແກ
 ແກ່
 ແກ້
+ແກ່ກຳ
+ແກ້ກີ້ວ
+ແກ້ກົນ
+ແກ້ຂັດ
+ແກ້ຂາວ
 ແກ້ໄຂ
+ແກ້ຄວາມ
+ແກ້ຄະດີ
 ແກ້ແຄ້ນ
 ແກງ
 ແກ່ງ
 ແກ້ງ
+ແກ້ງກົ້ນ
+ແກ່ງແກ້
+ແກ້ງຂີ້ຊ້າງ
+ແກງແຊງ
+ແກ້ງແຍ້ງ
+ແກງດົງ
+ແກ້ງແດ່ງ
+ແກສ໌
+ແກສັງ
+ແກດ
+ແກ່ແດ່
 ແກ້ຕົວ
+ແກ້ໂຕ
 ແກນ
 ແກ່ນ
+ແກນກາງ
+ແກ່ນແກ້ວ
+ແກ່ນແຂງ
+ແກ່ນສານ
+ແກ່ນຕົ້ນ
+ແກ່ນທຳ
+ແກ່ນນ້ອຍ
+ແກນນຳ
+ແກ່ນເມືອງ
 ແກນລອນ
+ແກບ
 ແກ້ບ
+ແກ້ບະ
 ແກມ
+ແກ່ມ
 ແກ້ມ
+ແກ້ມແດງ
+ແກ້ມມ້ອນ
+ແກ້ມໂວກ
+ແກ້ມໂວບ
+ແກ້ມື
+ແກ່ໄມ້ທາງປາຍ
 ແກລລອນ
+ແກວ
+ແກ່ວ
 ແກ້ວ
+ແກ້ວກຣິສຕັນ
+ແກ້ວກ່ານ
+ແກ້ວກ້າວປະການ
+ແກ້ວເກົ້າປະການ
+ແກ້ວຂາວ
+ແກ້ວຂຽວ
+ແກວງ
 ແກວ່ງ
 ແກ່ວງ
+ແກວ່ງໄກວ
+ແກວ່ງໄປແກວ່ງມາ
+ແກ້ວຈັນທະຄາດ
+ແກ້ວເຈັດປະການ
+ແກ້ວສາລະພັດນຶກ
+ແກວດ
+ແກ່ວດ່ອງ
+ແກ້ວແດງ
+ແກ້ວຕາ
+ແກ້ວຕາດວງໃຈ
+ແກ້ວຕາແມວ
+ແກ້ວທັງສາມ
 ແກວ່ນ
+ແກ້ວນໍ້າຄັ່ງ
+ແກ້ວນາງຝານ
+ແກ້ວຜະລຶກ
+ແກ້ວພຣະເນດ
+ແກ້ວພິລາ
+ແກ້ວໄພທູນ
+ແກ້ວມໍລະກົດ
+ແກ້ວມະນີ
+ແກ້ວມະນີໂຊດ
+ແກ້ວມະຫານິນ
+ແກ້ວມຸກດາ
+ແກ້ວແວ່ນຕາ
+ແກ້ວໝົ່ນ
+ແກ້ວຫູ
+ແກ້ວເຫຼືອງ
+ແກ້ໜ້າ
+ແກ່ຫຼັງກົ່ງ
 ແກະ
+ແກະສະລັກ
+ແກະປ່າ
+ແກະຜູ້
+ແກະລາຍ
 ແກັສ
+ແກັບ
 ໂກ
 ໂກ້
+ໂກ້ໆ
 ໂກກ
 ໂກ໊ກ
 ໂກກກີ
 ໂກກກີກ
+ໂກກໂຊກ
+ໂກກໂວກ
+ໂກກະນຸດ
 ໂກໂກ້
 ໂກງ
 ໂກ່ງ
+ໂກ່ງໂກະ
+ໂກ່ໂຈ່
+ໂກສຕາຣິກາ
+ໂກສຕາຣິກາໂກ່ໂຊ່
+ໂກສະ
+ໂກສະການ
+ໂກສາຄານ
+ໂກສຳພີ
+ໂກສິ
+ໂກສິນ
+ໂກສຸມ
+ໂກໄສ
+ໂກຊານ
+ໂກຊາມ
+ໂກເຊນ
+ໂກເຊບາ
+ໂກເຊັນ
+ໂກ່ໂຊ່
+ໂກຍ
+ໂກ້ຍ
+ໂກ້ຍໂກ້ຍ
+ໂກ້ຍໂກັຍ
+ໂກດ
+ໂກດກອງ
+ໂກດແຄ້ນ
+ໂກດຈັດ
 ໂກດສຕາຣິກາ
+ໂກດຊະບີ
+ໂກດຖາດ
+ໂກດຮ້າຍ
+ໂກດາປັດຕິຜົນ
+ໂກ່ໂດ່
+ໂກຕາ
+ໂກຕິ
+ໂກທະ
+ໂກທາ
+ໂກໂທ
 ໂກນ
+ໂກນຈະນາດ
+ໂກນຈາ
+ໂກ່ນໂຕ່ນ
+ໂກນທັນຍະ
+ໂກນໂຮເຊ
 ໂກນາກຣີ
+ໂກນາຄົມ
+ໂກນານີຢາ
+ໂກນີຢາ
+ໂກເນລີໂອ
+ໂກບ
 ໂກເປັກ
 ໂກເປັນຣາກ
+ໂກເປັນຣາເກັນ
 ໂກມ
 ໂກມໍ
+ໂກ່ມໂຊ່ມ
+ໂກມາລະພັດ
+ໂກມຸດ
+ໂກມົນ
+ໂກເມ
+ໂກເມດ
+ໂກເມີ
+ໂກໂມຣາ
+ໂກຢິມ
 ໂກຣເກ້
+ໂກຣະບານ
+ໂກຣາ
+ໂກຣິນໂທ
 ໂກຣີນໂທ
+ໂກເຣ
+ໂກລະບານ
 ໂກລະຫົນ
+ໂກລານ
+ໂກລາຢາ
 ໂກລາຫົນ
+ໂກລຳເບຍ
 ໂກລິນໂທ
+ໂກລິມາ
+ໂກລີອາດ
 ໂກລົມເບຍ
 ໂກລົມໂບ
+ໂກໂລຊາຍ
 ໂກໂລມບີ
 ໂກວະສະກີ
+ໂກວິດ
+ໂກອາ
+ໂກຮາດ
 ໂກະ
 ໃກ້
 ໃກ້ຄຽງ
@@ -3417,31 +3144,106 @@
 ໄກ
 ໄກ່
 ໄກ້
+ໄກ່ກຸ້ມ
+ໄກ່ເກ່ຍ
 ໄກ່ເກັ່ຍ
+ໄກ່ແກ້ວ
+ໄກ່ຂວາ
+ໄກ່ເຂືອກ
+ໄກ່ງວງ
 ໄກ່ງ້າວ
+ໄກ່ແຈ້
+ໄກ່ໂຈກ
+ໄກ່ໂຈ້ນ
+ໄກສອນ
+ໄກສີ
+ໄກ່ຊຽງໝ້ຽງ
+ໄກ່ຕໍ່
+ໄກ່ຕະເພົາ
+ໄກ່ຕັກ
+ໄກ່ຕັອກ
+ໄກ່ປ່າ
 ໄກປືນ
 ໄກ່ຜູ້
+ໄກ່ແມ່ຫ່ອຍ
 ໄກວ
-ໄກສອນ
+ໄກວ່
+ໄກວກວັດ
+ໄກວຫຼໍ່
+ໄກວັນ
+ໄກ່ຫຍອງ
+ໄກ່ອູ
+ໄກ່ໂອກ
+ຂ
 ຂໍ
 ຂໍ້
+ຂໍກະແຈ
+ຂໍ້ກ່າວຫາ
+ຂໍ້ກໍານົດ
+ຂໍເກາະ
+ຂໍເກາະຊີ້ນ
+ຂໍ້ແກ້ຕົວ
+ຂໍ້ຂາ
+ຂໍ້ຂຽນ
+ຂໍເຂ່ຍ
 ຂໍ້ຄວາມ
+ຂໍ້ຄັດຄ້ານ
+ຂໍ້ຄິດ
+ຂໍຄົມ
+ຂໍ້ເຄັ່ງ
+ຂໍງໍ້
+ຂໍງ້າວ
+ຂໍສອຍ
+ຂໍ້ສະດວກ
+ຂໍ້ສະເໜີ
+ຂໍ້ສະຫຼຸບ
+ຂໍ້ສົງໄສ
+ຂໍຊ່ວຍ
+ຂໍຊ້າງ
+ຂໍໃຊ້
+ຂໍ້ດີ
 ຂໍ້ຕໍ່
+ຂໍ້ຕັດສິນ
+ຂໍຕ້ານຄືນ
+ຂໍ້ຕໍາໜິ
 ຂໍ້ຕີນ
 ຂໍ້ຕົກລົງ
+ຂໍຕົວ
+ຂໍເຕືອນ
+ຂໍ້ໂຕ້ແຍ້ງ
+ຂໍ້ໂຕ້ຕອບ
+ຂໍ້ຖົກຖຽງ
+ຂໍເຖີດ
 ຂໍທານ
 ຂໍໂທດ
 ຂໍ້ບັງຄັບ
+ຂໍ້ບັນຍັດ
+ຂໍ້ບົກຜ່ອງ
+ຂໍ້ປະຕິບັດ
+ຂໍ້ພຣະຄໍາພີ
+ຂໍພະລາຊະທານ
+ຂໍ້ພິສູດ
+ຂໍ້ພິພາກສາ
 ຂໍ້ມື
 ຂໍ້ມູນ
+ຂໍຢັ້ງຢືນ
 ຂໍຢືມ
 ຂໍຢຸດ
+ຂໍ້ເລິກລັບ
 ຂວງ
+ຂວຍ
 ຂວດ
 ຂວນເຂີນ
 ຂວບ
 ຂວັນ
 ຂວັ້ນ
+ຂວັນເຂົ້າ
+ຂວັນໃຈ
+ຂວັນເສຍ
+ຂວັນຕາ
+ຂວັນໜີຂວັນຈາກ
+ຂວັນຫຼົງ
+ຂວັນອ່ອນ
 ຂວາ
 ຂວໍ້າ
 ຂວາກ
@@ -3449,21 +3251,67 @@
 ຂວ່າງ
 ຂວາຍ
 ຂວານ
+ຂວານຖາກ
+ຂວານໂປງ
+ຂໍຫຍຸ້ງຍາກ
 ຂໍ້ຫຍຸ້ງຍາກ
+ຂໍ້ໜຶ່ງຂໍ້ໃດ
+ຂໍຫ້ອຍ
+ຂໍ້ຫາ
+ຂໍ້ຫຼໍ້
+ຂ້ເຫຼັກໃຫ່ຍ
+ຂໍໃຫ້ເບິ່ງ
 ຂອກ
+ຂອກແຄ
 ຂອງ
 ຂ້ອງ
+ຂອງກາງ
+ຂອງກໍານັນ
+ຂອງກິນ
+ຂອງກິນແຊບ
+ຂອງເກ້
+ຂອງຂວັນ
+ຂອງຂັວນ
 ຂ້ອງໃຈ
+ຂອງຍຶດ
+ຂອງດີ
+ຂອງດື່ມ
+ຂອງຕ້ອນ
+ຂອງຖວາຍ
+ຂອງຖືກປຸ້ນ
+ຂອງທານ
+ຂອງທຽມ
+ຂອງເທັດເຄື່ອງເທັດ
+ຂອງແທ້
+ຂອງປອມ
+ຂອງປະເສີດ
+ຂອງປະທານ
+ຂອງຝາກ
+ຂອງຢອກ
+ຂອງຫວານ
+ຂອງຫຼວງ
+ຂອງຫຼິ້ນ
+ຂອງແຫຼວ
+ຂອງຮິບໂຮມ
 ຂ້ອຍ
 ຂອດ
 ຂອນ
 ຂ້ອນ
+ຂ້ອນຂ້າງ
+ຂ້ອນແຈ້ງ
+ຂອນໄມ້
 ຂອບ
 ຂອບເຂດ
+ຂອບຄຸນ
 ຂອບໃຈ
+ຂອບພຣະຄຸນ
+ຂອມ
 ຂໍອະໄພ
 ຂໍ້ອ້າງ
 ຂໍຮ້ອງ
+ຂໍຮັບ
+ຂໍຮຽນ
+ຂະຈອນ
 ຂະຈັດ
 ຂະຈິດ
 ຂະເຈົ້າ
@@ -3473,20 +3321,36 @@
 ຂະຍາດ
 ຂະຍິບ
 ຂະຍີ້
+ຂະຍົມ
 ຂະເຍີບ
 ຂະເຍື້ອນ
 ຂະເຍົ່າ
 ຂະແຍງ
+ຂະໂຍງ
+ຂະຕິນິຍົມ
 ຂະນວນ
+ຂະນອງ
 ຂະນະ
+ຂະນະດຽວ
+ຂະນະໃດ
+ຂະນະທີ່
+ຂະນະນັ້ນ
+ຂະນະນີ້
+ຂະນະເມື່ອ
+ຂະນະໜຶ່ງ
+ຂະນັບ
 ຂະນາຍ
 ຂະນາດ
 ຂະນານ
 ຂະນາບ
+ຂະນິດຖາ
+ຂະນົບທໍານຽມ
 ຂະເນງ
 ຂະແນະ
 ຂະບວນ
 ຂະບວນການ
+ຂະບວນແຫ່
+ຂະບາກ
 ຂະບິດ
 ຂະບົດ
 ຂະພາບ
@@ -3494,112 +3358,432 @@
 ຂະມະ
 ຂະມໍ້າ
 ຂະເມນ
+ຂະແມ
 ຂະໂມຍ
+ຂະເຢກ
 ຂະເຢັກ
 ຂະລະ
 ຂະລຸ
+ຂະໂລເອ
 ຂະຫຍອງ
+ຂະຫຍອນ
 ຂະຫຍັນ
+ຂະຫຍັນຂັນແຂງ
 ຂະຫຍັບ
 ຂະຫຍາຍ
+ຂະຫຍາຍໂຕ
+ຂະຫຍາດ
+ຂະໜ່ອງ
+ຂະໜ່ອມ
+ຂະໜັງ
+ຂະໜັນ
+ຂະໜາງ
+ຂະໜາຍ
 ຂະໜາດ
 ຂະໜານ
+ຂະໜານນາມ
 ຂະໜາບ
+ຂະໜົງ
+ຂະໜົງເງື້ອມ
+ຂະໜົງທ້ອງ
+ຂະໜົງທະວານ
+ຂະໜົງໄພ
+ຂະໜົງເມືອງ
 ຂະໜົບ
+ຂະໜົບທໍານຽມ
+ຂະໜົບປະເພນີ
 ຂະໜົມ
 ຂະໜົມປັງ
+ຂະເໜີຍ
 ຂະແໜງ
 ຂະແໜ່ງ
+ຂະແໜງການ
+ຂະໝວຍ
+ຂະຫມວດ
+ຂະໝອງ
+ຂະໝອດ
+ຂະໝອນ
 ຂະໝ່ອມ
+ຂະໝັງ
+ຂະໝັງຂະໝໍ
+ຂະໝັບ
+ຂະໝິ້ນ
+ຂະໝຸຍ
+ຂະເໝນ
+ຂະເໝັ່ນ
+ຂະຫຼັງ
+ຂະຫຼາ
+ຂະຫຼຸກ
+ຂະຫຼົມ
 ຂະແຫຍ່ງ
 ຂັງ
 ຂັດ
 ຂັ້ດ
 ຂັດກັນ
 ຂັດຂວາງ
+ຂັດຂ້ອງ
 ຂັດຂືນ
 ຂັດຄ້ານ
+ຂັດເຄືອງ
+ຂັດເຄືອງໃຈ
+ຂັດໃຈ
+ຂັດສົນ
 ຂັດແຍ່ງ
+ຂັດແຍ້ງ
+ຂັດຕາດ
 ຂັດຖູ
+ຂັດມັນ
+ຂັດມີເອນ
+ຂັດຫຍາບ
+ຂັດເຫຼື້ອມ
 ຂັນ
 ຂັ້ນ
+ຂັນກົມ
+ຂັນສູ້
 ຂັ້ນຊັ້ນ
 ຂັ້ນໃດ
 ຂັນໄດ
 ຂັ້ນໄດ
+ຂັນທີ
+ຂັ້ນເທິງ
+ຂັນແປດ
+ຂັ້ນພຶ້ນຖານ
+ຂັ້ນລຸ່ມ
+ຂັນໝາກ
+ຂັນໝາກເບັງ
+ຂັນຫ້າ
+ຂັ້ນຮຸນແຮງ
 ຂັບ
+ຂັບຂັນ
+ຂັບຂີ່
+ຂັບເຄື່ອນ
 ຂັບໄລ່
+ຂັບຮ້ອງ
+ຂັວນອອ່ນ
 ຂາ
+ຂ່າ
 ຂ້າ
+ຂາກ
+ຂາກະເຍຍ
+ຂາກັບ
 ຂາເຂົ້າ
+ຂາໂຂງ
 ຂ້າຄົນ
 ຂາເຄ
+ຂາແຄ
+ຂ່າໂຄມ
 ຂາງ
 ຂ້າງ
+ຂ້າງຂວາ
+ຂ້າງຄຽງ
+ຂ້າງໃດຂ້າງໜຶ່ງ
 ຂ້າງນອກ
 ຂ້າງໃນ
 ຂ້າງໜ້າ
 ຂ້າງໜຶ່ງ
 ຂ້າງຫລັງ
 ຂ້າງຫຼັງ
+ຂ້າງແຮມ
+ຂ້າສັດ
+ຂ້າເສິກ
 ຂາຍ
+ຂ່າຍ
 ຂ້າຍ
+ຂາຍຂາດ
+ຂາຍຂາດໂຕ
+ຂາຍສົ່ງ
+ຂາຍຊື່
+ຂາຍຍ່ອຍ
+ຂາຍຍົກ
+ຂາຍໜ້າ
 ຂາດ
 ຂ້າດ
+ຂາດເຂີນ
+ຂາດຄວາມ
+ຂາດຄໍາ
+ຂາດແຄນ
+ຂາດໃຈ
+ຂາດດູນ
+ຂາດຕົກບົກພ່ອງ
+ຂາດບໍ່ມີ
+ຂາດຫ້ຽນ
+ຂາດຸ່ງ
+ຂາດ້ຽງ
+ຂ້າແດ່
+ຂ້າແດ່ພຣະເຈົ້າ
+ຂ້າຕະກອນ
+ຂ້າຕະກໍາ
+ຂາຕັ້ງ
+ຂ້າຕົວຕາຍ
+ຂາໂຕ້
+ຂ້າໂຕ້
+ຂາທະນິຍະ
+ຂາທະນູ
 ຂ້າທາດ
 ຂານ
+ຂານຕອບ
+ຂ້ານ້ອຍ
+ຂ້ານ້ອຍນ້ອງ
+ຂານົກຍາງ
 ຂາບ
+ຂ່າບ້ານ
+ຂາປະຈໍາ
+ຂາປະຊຸມ
+ຂ່າປ່າ
+ຂາເປ້ຍ
+ຂາໄປ
+ຂ້າຝ້າຍ
 ຂ້າພະເຈົ້າ
+ຂ້າພະບາດ
+ຂ້າພະອົງ
+ຂາພັບ
 ຂ້າພິດ
+ຂ່າຟັນ
+ຂ້າຟັນ
 ຂາມ
 ຂ້າມ
+ຂ້າມຄືນ
+ຂາມປ້ອມ
+ຂາມແປ
+ຂ້າມຫົວ
+ຂ້າມເຮືອ
+ຂາເຢັກ
+ຂ້າລັດຖະການ
+ຂ້າລາສະການ
 ຂ້າລາຊະການ
+ຂ້າລາຊະການທະຫານ
+ຂ້າລາຊະສໍານັກ
+ຂາລາຍ
+ຂ່າລີ້ນ
 ຂາວ
 ຂ່າວ
+ຂ້າວ
+ຂາວກົ່ນໂຕ່ນ
+ຂ່າວຄາວ
 ຂ່າວສານ
+ຂ່າວດີ
+ຂາວບໍລິສຸດ
+ຂ່າວປະເສີດ
+ຂາວຜ່ອງ
+ຂ່າວລື
 ຂ່າວໃໝ່
-ຂ້າສັດ
+ຂາວຫຼ້ອນ
+ຂ່າວຮ້ອນ
+ຂ່າວຮ້າຍ
 ຂ້າຫລວງ
 ຂ້າຫຼວງ
 ຂາອອກ
+ຂາອ່ອນ
+ຂາາງ
+ຂິ້ເທີ່
+ຂິມ
+ຂິວ
 ຂີ່
 ຂີ້
+ຂີ້ກະຍື
+ຂີ້ກະເດືອນ
+ຂີ້ກະຕອດ
+ຂີ້ກະຕືກ
+ຂີ້ກະເຕິ
+ຂີ້ກະເທີ່
+ຂີ້ກະໂມຍ
+ຂີ້ກະຫຼຶມ
+ຂີ້ກາ
+ຂີ້ກາກ
+ຂີ້ກົ່ວ
+ຂີ້ກ້ຽນ
+ຂີ້ເກີ້ມ
+ຂີ້ໂກກ
+ຂີ້ໂກງ
+ຂີ້ໂກະ
+ຂີ່ໄກ່ໂປ່
+ຂີ້ໄກ່ໂປ່
+ຂີ້ຂະເໝົ່າ
+ຂີ້ຂ້າ
+ຂີ້ຂ້າຕາຂາວ
+ຂີ້ຂາບ
+ຂີ້ເຂັບ
+ຂີ້ແຂ້ນ
+ຂີ້ແຂ້ວ
+ຂີ້ໄຂ່ຂາງ
+ຂີ່ຄໍ
+ຂີ້ຄວງ
+ຂີ້ຄອກ
+ຂີ້ຄັ່ງ
+ຂີ້ຄັດ
+ຂີ້ຄ້ານ
+ຂີ້ຄູຍ
+ຂີ້ໄຄ
 ຂີງ
+ຂີ້ງ້ອງແງ້ງ
+ຂີ້ງອນ
+ຂີ້ເງິນ
+ຂີ້ໂງ່
+ຂີ້ຈົ່ມ
+ຂີ້ຈ້ຽມ
+ຂີ້ເຈຍ
+ຂີ້ສໍ້
+ຂີ້ສໍ້ຕໍ່ແຫຼ
+ຂີ້ສະໜົມ
+ຂີ່ສັດ
+ຂີ້ສັດ
+ຂີ້ສ່າ
+ຂີ້ສີກ
+ຂີ້ສຽດ
+ຂີ້ຊາຍ
+ຂີ້ຊີ
+ຂີ້ຍາງ
+ຂີ້ໂຍ່ຍ
 ຂີດ
+ຂີ້ດຫຼັກບ້ານ
+ຂີ້ດັງ
+ຂີ້ດິນດາກ
+ຂີ້ດຽດ
+ຂີ້ຕອດ
+ຂີ້ຕາ
+ຂີ້ຕີນ
+ຂີ້ຕົມ
+ຂີ້ຕົ້ມ
+ຂີ່ຕົມໂພ່
+ຂີ້ເຕົ່າ
 ຂີ່ຖີ່
 ຂີ້ຖີ່
+ຂີ້ເຖົ່າ
+ຂີ້ທາ
+ຂີ້ທຸກ
+ຂີ້ທູດ
+ຂີ້ເທີ່
+ຂີ້ເທົາ
+ຂີ້ເທົ່າ
 ຂີນ
+ຂີນຫູ
+ຂີນາສົບ
+ຂີ້ແບະ
+ຂີປະນາວຸດ
+ຂີປະນາວຸດນໍາວິຖີ
+ຂີ້ປາກ
+ຂີ້ເຜິ້ງ
+ຂີ້ເຜີ້ງ
+ຂີ້ໂຜ້
+ຂີ້ຝອຍ
+ຂີ້ຝຸ່ນ
+ຂີ້ໂພ່
+ຂີ້ໂພ່ນ
+ຂີ້ມອດ
+ຂີ້ມະເຮັງ
+ຂີ່ມ້າ
+ຂີ້ມູກ
+ຂີ້ເມົາ
+ຂີ້ແມງຢອດ
+ຂີ້ແມງວັນ
+ຂີ້ໂມ້
+ຂີ້ຢາ
+ຂີ້ຢ້ານ
+ຂີ້ເຣ່ຍ
+ຂີ່ລໍ
+ຂີລະ
+ຂີລັກ
+ຂີ້ລັກ
+ຂີ່ລາ
+ຂີ້ລ້າຍ
+ຂີ້ລືມ
+ຂີ່ລູກລາ
+ຂີ້ເລ້
+ຂີ້ເລະ
+ຂີ້ໂລບ
+ຂີ້ໂລຫະ
 ຂີ່ວ
+ຂີ້ໜີ້ນເຄຶອ
+ຂີ້ໜຽວ
 ຂີ້ໝິ້ນ
+ຂີ້ໝິ້ນຂາວ
+ຂີ້ໝີ້ນ
+ຂີ້ໝ້ຽງ
+ຂີ້ຫິດ
+ຂີ້ຫູ
+ຂີ້ຫູດ
+ຂີ້ຫຼີ້
+ຂີ້ຫຼື້ມ
+ຂີ້ເຫງົານອນ
 ຂີ້ເຫຍື້ອ
 ຂີ້ເຫລັກ
+ຂີ້ເຫີບ
 ຂີ້ເຫຼັກ
+ຂີ້ເຫຼັກສານ
+ຂີ້ເຫຼັກບ້ານ
+ຂີ້ເຫຼັກປ່າ
+ຂີ້ເຫຼັກໃຫຍ່
+ຂີ້ໂຫດ
+ຂີ້ໃຫງ່
+ຂີ້ໄຫ້
+ຂີ້ອວດ
+ຂີ້ອາຍ
+ຂີ່ອູດ
+ຂີໂອ
+ຂີ້ຮ້າຍ
+ຂີ້ເຮ່ຍ
+ຂີ້ເຮິ
+ຂີ້ເຮື້ອນ
+ຂີ້ແຮ່
+ຂີ້ແຮ້
+ຂີ້ໄຮ້
 ຂຶງ
+ຂຶງຂັງ
+ຂຶງເບິ່ງ
 ຂຶ້ນ
+ຂຶ້ນຄອງ
+ຂຶ້ນສຽງ
+ຂຶ້ນທະບຽນ
+ຂຶ້ນໄປ
+ຂຶ້ນມາ
+ຂຶ້ນຢູ່ກັບ
+ຂຶ້ນໜຶ່ງຄໍ່າ
 ຂຶມ
+ຂື່
+ຂື່ຄາ
 ຂືງ
 ຂືງຂັງ
 ຂືນ
 ຂື່ນ
 ຂື້ນ
+ຂືນໃຈ
+ຂື້ນທະບຽນ
 ຂື້ນໜ້າ
+ຂືຟື
+ຂື່ເມືອງ
+ຂື້ຫຼື້
+ຂຸ
 ຂຸ່
 ຂຸຂະ
+ຂຸຂັນ
+ຂຸເຂົ່າ
 ຂຸ່ຍ
 ຂຸດ
 ຂຸດຄົ້ນ
 ຂຸນ
 ຂຸ່ນ
 ຂຸ້ນ
-ຂຸນທ້າວ
-ຂຸນນາງ
+ຂຸ້ນຂ້ຽວ
+ຂຸ້ນຄິດ
+ຂຸ່ນເຄືອງ
+ຂຸ້ນເຄືອງໃຈ
 ຂຸນສານ
+ຂຸນເສິກ
+ຂຸນທ້າວ
+ຂຸນເທືອງ
+ຂຸນນາງ
 ຂຸມ
 ຂຸ້ມ
+ຂຸມສົບ
+ຂຸມຊັບ
+ຂຸມຝັງສົບ
+ຂຸມແຮ້ວ
 ຂູ່
 ຂູ່ເຂັນ
 ຂູດ
+ຂູດຣີດ
 ຂູດຮີດ
+ຂູ້ຫຼູ້
 ຂົງ
 ຂົງເຂດ
 ຂົງຈື
@@ -3607,118 +3791,368 @@
 ຂົດ
 ຂົນ
 ຂົ້ນ
+ຂົນກີວ
+ຂົນແກະ
 ຂົນຂວາຍ
+ຂົນຂີ້ຄ້ານ
 ຂົນແຂ່ງ
+ຂົນສັດ
 ຂົນສົ່ງ
+ຂົນແຊມ
+ຂົນດົກ
+ຂົນບົ່ວ
+ຂົນແບ້
 ຂົນຫລົ່ນ
 ຂົນຫຼົ່ນ
 ຂົບ
+ຂົບແຂ້ວຂົບຄາງ
 ຂົມ
 ຂົ່ມ
 ຂົ້ມ
+ຂົ່ມຂີ່
 ຂົມຂືນ
 ຂົມຂື່ນ
 ຂົ່ມຂືນ
 ຂົ່ມຂູ່
+ຂົ່ມໃຈ
 ຂົ່ມເຫງ
 ຂົ່ມເຫັງ
 ຂົວ
 ຂົ້ວ
 ຂົ້ວໂລກ
+ຂົວະ
 ຂຽງ
 ຂ່ຽງ
 ຂຽດ
+ຂຽດຕະນາ
+ຂຽດຕາປາດ
+ຂຽດຕາໂອະ
+ຂຽດໂມ້
 ຂຽນ
 ຂ້ຽນ
+ຂ້ຽນຕີ
 ຂຽນທວາຍ
 ຂຽນເອງ
 ຂຽບໝູ
 ຂຽວ
 ຂ້ຽວ
+ຂ້ຽວເຂັນ
+ເຂ
+ເຂ້
 ເຂກ
+ເຂຈອນ
 ເຂ່ຍ
 ເຂດ
 ເຂດກັ້ນ
 ເຂດແຄວ້ນ
 ເຂດແດນ
+ເຂດຕາເວັນອອກໃກ້
+ເຂດຕາເວັນອອກໄກ
+ເຂດພູ
+ເຂດເມືອງ
 ເຂດຮ້ອນ
 ເຂນ
+ເຂລາ
 ເຂວ
+ເຂ້ເຫຼ້
 ເຂັງ
+ເຂັ້ງ
+ເຂັຍ
 ເຂັ່ຍ
 ເຂັດ
+ເຂັດແຂ້ວ
+ເຂັດຢໍາ
 ເຂັນ
+ເຂັ່ນ
+ເຂັ່ນຂ້າ
+ເຂັນໃຈ
 ເຂັມ
 ເຂັ້ມ
 ເຂັມຂັດ
+ເຂັ້ມແຂງ
+ເຂັມຄັດ
+ເຂັ້ມງວດ
+ເຂັ້ມງວດກວດຂັນ
 ເຂັມທິດ
+ເຂັມມຸດ
+ເຂາະ
+ເຂາະຂອດ
+ເຂາະຫຼອດ
+ເຂິ
+ເຂິງ
+ເຂິດ
+ເຂີ
 ເຂີຍ
 ເຂີນ
+ເຂີນອາຍ
 ເຂືອ
+ເຂືອຂື່ນ
+ເຂືອຄາງກົບ
+ເຂືອເຄືອ
 ເຂື່ອນ
+ເຂືອນໍ້າ
+ເຂືອບ້າ
+ເຂືອເຜາະ
+ເຂືອພ້າວ
 ເຂົ້ມ
 ເຂົາ
 ເຂົ່າ
 ເຂົ້າ
+ເຂົ້າກ້ອງ
 ເຂົ້າກັນ
+ເຂົ້າກໍ່າ
+ເຂົ້າກາກ
+ເຂົ້າກຳ
+ເຂົ້າກູ່
+ເຂົ້າກົກ
+ເຂົາແກະຜູ້
+ເຂົ້າໃກ້
+ເຂົາໄກລາດ
 ເຂົ້າຂໍ້
+ເຂົ້າຂວ້າງ
+ເຂົ້າຂອງ
+ເຂົ້າຂອງເຮືອນ
+ເຂົ້າຂາ
+ເຂົ້າຂ້າ
+ເຂົ້າຂົ້ວ
+ເຂົ້າຂຽບ
+ເຂົາຂຽວ
+ເຂົ້າໂຄດ
+ເຂົ້າໂຄບ
+ເຂົ້າງອບ
+ເຂົ້າງັນ
+ເຂົ້າຈໍ້າ
+ເຂົ້າຈ້າວ
 ເຂົ້າຈີ່
+ເຂົ້າຈີ່ໜ້າພຣະພັກ
+ເຂົ້າຈີ່ໄຮ້ເຊື້ອແປ້ງ
 ເຂົາເຈົ້າ
+ເຂົ້າໂຈ້
 ເຂົ້າໃຈ
-ເຂົ້າຊານ
-ເຂົ້າເຖິງ
-ເຂົ້າບະເລ
-ເຂົ້າເບຼ
-ເຂົ້າປັກ
-ເຂົ້າປຸ້ນ
-ເຂົ້າປຽກ
-ເຂົ້າມາ
-ເຂົ້າແລງ
+ເຂົ້າສະນຸ
+ເຂົ້າສະມາທິ
+ເຂົ້າສັງຂະຫຍາ
+ເຂົາສັດ
+ເຂົ້າສັດຕູ
+ເຂົ້າສັບປີ
+ເຂົ້າສາກ
 ເຂົ້າສານ
+ເຂົ້າສາລີ
+ເຂົ້າສິງ
+ເຂົ້າສູ່
+ເຂົ້າສູ້
+ເຂົ້າສົດ
+ເຂົ້າໃສ່
+ເຂົ້າຊານ
+ເຂົ້າຊົງ
+ເຂົ້າຍາຄູ
+ເຂົ້າດໍ
+ເຂົ້າດໍາເຂົ້າແດງ
+ເຂົ້າແດກງາ
+ເຂົ້າຕອກ
+ເຂົ້າຕອກແຕກ
+ເຂົ້າຕັງ
+ເຂົ້າຕາຍຝອຍ
+ເຂົ້າຕາຍວາຍ
+ເຂົ້າຕົດໝາ
+ເຂົ້າຕົ້ມ
+ເຂົ້າຕົ້ມຜັດ
+ເຂົ້າຖົງ
+ເຂົ້າຖົງນາ
+ເຂົ້າເຖິງ
+ເຂົ້າແຖວ
+ເຂົ້າທ່າ
+ເຂົ້າໄທ່
+ເຂົ້ານອກອອກໃນ
+ເຂົ້ານອນ
+ເຂົ້ານາ
+ເຂົ້ານາແຊງ
+ເຂົ້ານົກ
+ເຂົ້າໃນ
+ເຂົ້າບະເລ
+ເຂົ້າບາເລ
+ເຂົ້າບ່າວນາ
+ເຂົ້າເບືອ
+ເຂົ້າເບຼ
+ເຂົ້າປະຈໍາທີ່
+ເຂົ້າປະດັບດິນ
+ເຂົ້າປັກ
+ເຂົ້າປາຍ
+ເຂົ້າປາດ
+ເຂົ້າປຸ້ນ
+ເຂົ້າປູກ
+ເຂົາປູນ
+ເຂົ່າປູນ
+ເຂົ້າປຽກ
+ເຂົ້າປຽກເສັ້ນ
+ເຂົ້າເປືອກ
+ເຂົ້າແປ້ງ
+ເຂົ້າໂປ່ງ
+ເຂົ້າໄປ
+ເຂົ້າຜຽນ
+ເຂົ້າເຝົ້າ
+ເຂົ້າພຣະໄທ
+ເຂົ້າພວກ
+ເຂົ້າພອງ
+ເຂົ້າພິທີຕັດ
+ເຂົ້າໂພດ
+ເຂົ້າຟ້າງ
+ເຂົ້າເຟືອງ
+ເຂົ້າມະທຸປາຍາດ
+ເຂົ້າມາ
+ເຂົ່າເຣ່ຍ
+ເຂົ້າໄຣ
+ເຂົ້າລອດຊ່ອງ
+ເຂົາລ້ານ
+ເຂົ່າລ້ານ
+ເຂົ້າລີບ
+ເຂົ້າລຽນເມັດ
+ເຂົ້າແລງ
+ເຂົ້າວີດ
+ເຂົ້າເວນ
 ເຂົ້າໜົມ
+ເຂົ້າໜົມຂີ້ມ້າ
+ເຂົ້າໜົມຄົກ
+ເຂົ້າໜົມແຜ່ນໄຮ້ເຊື້ອ
+ເຂົ້າໜົມຫວານ
+ເຂົ້າໜົມໄຮ້ເຊື້ອ
+ເຂົ້າໝາກກ້າ
+ເຂົ້າໝ້ຽງ
+ເຂົ້າເໝົ້າ
+ເຂົ້າຫາ
+ເຂົ້າຫຸງ
+ເຂົ້າຫູ
+ເຂົາຫູກ
+ເຂົ່າຫູກ
+ເຂົ້າແຫ້ມ
+ເຂົ້າໂຫຼ້ງ
 ເຂົ້າອອກ
 ເຂົ້າຮ່ວມ
+ເຂົ້າຮາງ
+ເຂົ້າຮີດຄອງ
+ເຂົາເຮ່ຍ
+ເຂົ້າເຮື້ອ
+ແຂ
 ແຂ້
 ແຂກ
+ແຂກຕ່າງໜ້າ
 ແຂງ
 ແຂ່ງ
+ແຂງກະດ້າງ
+ແຂງກ້າ
+ແຂງແກ່ນ
+ແຂງຂໍ້
 ແຂ່ງຂັນ
+ແຂງຄໍ
+ແຂງໃຈ
+ແຂງຕົວ
+ແຂງໂຕ
 ແຂງແຮງ
 ແຂນ
 ແຂ້ນ
+ແຂນສອກ
+ແຂບ
+ແຂມ
 ແຂ້ວ
+ແຂ້ວໂຄບ
 ແຂວງ
 ແຂວນ
+ແຂວນຄໍ
+ແຂວນໄວ້
+ແຂ້ວແມງ
+ແຂ້ວຫຍິ່ງ
+ແຂ້ວໝາກເຟືອງ
+ແຂ້ວໝູຕັນ
+ແຂ້ແຫຼ້
+ແຂະ
 ໂຂ
 ໂຂງ
+ໂຂມະພັດ
+ໂຂຣາຊິນ
+ໂຂ້ໂຫຼ້
+ໃຂ່
 ໄຂ
 ໄຂ່
 ໄຂ້
+ໄຂກະດູກ
+ໄຂ້ການ
+ໄຂຂໍ້
+ໄຂ່ຂາງ
+ໄຂ່ຂາວ
+ໄຂ່ເຂົ້າ
+ໄຂ່ແຂ້
+ໄຂຄໍ່
+ໄຂຄວງ
+ໄຂ້ສັນນິບາດ
+ໄຂ້ຍຸງລາຍ
+ໄຂ່ດາວ
+ໄຂ່ເນົ່າ
+ໄຂ້ປ່າ
+ໄຂ່ຜໍາ
+ໄຂມັນ
+ໄຂ່ມຸກ
+ໄຂ້ເລືອດອອກ
 ໄຂວ່
 ໄຂວ້
+ໄຂວ່ຫ້າງ
+ໄຂ່ຫ່ວນ
 ໄຂ້ຫວັດ
+ໄຂ້ອອກໝາກ
+ໄຂ້ຮົມປ້າງ
+ຄ
 ຄໍ
 ຄໍ່
-ຄຣິດຕະຈັກ
-ຄຣິດມາດ
+ຄໍແຂງ
+ຄໍ້ສົ້ມ
+ຄໍເສື້ອ
+ຄໍເຊືອມ
+ຄໍແດງ
+ຄໍຕົກ
+ຄໍເນຍ
+ຄໍພອກ
+ຄຣິສ
+ຄຣິສ໌
+ຄຣິສ໌ຕສະມາຊິກ
+ຄຣິສຕະ
+ຄຣິສຕະຈັກ
+ຄຣິສ໌ຕະຈັກ
+ຄຣິສຕຽນ
+ຄຣິສ໌ຕຽນ
+ຄຣິສມາສ
+ຄຣິສມາດ
+ຄຣິສະຕຽນ
+ຄຣິດ
 ຄຣິດສຕະຈັກ
 ຄຣິດສຕຽນ
 ຄຣິດສະຕຽນ
-ຄຣິສ
-ຄຣິສຕະ
-ຄຣິສຕະຈັກ
-ຄຣິສຕຽນ
-ຄຣິສມາດ
-ຄຣິສມາສ
+ຄຣິດຕະຈັກ
+ຄຣິດມາດ
+ຄຣີມ
+ຄໍໂຣຟິນ
+ຄໍໂຣຟີນ
 ຄໍລະຫາ
 ຄລິກ
 ຄລິນິກ
+ຄໍ້ແລນ
+ຄວງ
 ຄ່ວງ
+ຄ້ວງ
 ຄວນ
+ຄ່ວນ
+ຄ້ວນ
+ຄວນຄາງ
+ຄ້ວນໜໍ້
 ຄວບ
 ຄວບຄຸມ
+ຄວັກ
+ຄວັ່ງ
 ຄວັດ
+ຄວັດເຂ່ຍ
+ຄວັດດອກ
+ຄວັດລາຍ
 ຄວັນ
+ຄວັນໄຟ
+ຄວັນຮີ່ນ
 ຄວາ
 ຄວ້າ
 ຄວໍ່າ
@@ -3727,43 +4161,626 @@
 ຄວາກ
 ຄວາງ
 ຄວ່າງ
+ຄວ້າງ
 ຄວາຍ
+ຄວາຍດ່ອນ
+ຄວາຍດຳ
+ຄວາຍຕູ້
+ຄວາຍເຖິກ
+ຄວາຍປ່າ
+ຄວາດ
+ຄວາດເຂົ້າ
+ຄວານ
+ຄວ້ານ
+ຄວາບຄວາບ
 ຄວາມ
+ຄວາມກວ້າງ
+ຄວາມກວ້າງໃຫຍ່
+ຄວາມກະຕືລືລົ້ນ
+ຄວາມກະລຸນາ
+ຄວາມກະລຸນາປານີ
+ຄວາມກະວົນກະວາຍ
+ຄວາມກັງວົນ
+ຄວາມກ້າ
+ຄວາມກຽດຊັງ
+ຄວາມໂກດເຄືອງ
+ຄວາມໂກດຮ້າຍ
+ຄວາມຂະຫຍອງ
+ຄວາມຂະຫຍັນຂັນແຂງ
+ຄວາມຂັດເຄືອງ
+ຄວາມຂັດສົນ
+ຄວາມຂາຍໜ້າ
+ຄວາມຂາດແຄນ
+ຄວາມຂີ້ຄ້ານ
+ຄວາມຂີ້ດຽດ
+ຄວາມຂືນໃຈ
+ຄວາມຂຸ້ນເຄືອງ
+ຄວາມຂົມ
+ຄວາມຂົມຂື່ນ
+ຄວາມເຂັ້ມແຂງ
+ຄວາມເຂັ້ມງວດ
+ຄວາມເຂົ້າໃຈ
+ຄວາມເຂົ້າພຣະໄທ
+ຄວາມຄັບໃຈ
+ຄວາມຄໍ່າຄວນ
+ຄວາມຄາດໝາຍ
+ຄວາມຄາດຫວັງ
+ຄວາມຄ້ານ
+ຄວາມຄິດ
+ຄວາມຄິດຊົ່ວຮ້າຍ
+ຄວາມຄິດເຫັນ
+ຄວາມຄິດອ່ານ
+ຄວາມຄິດຮອດ
+ຄວາມຄົດລ້ຽວ
+ຄວາມຄົບບໍລິບູນ
+ຄວາມຄຽດ
+ຄວາມຄຽດແຄ້ນ
+ຄວາມເຄືອງແຄ້ນ
+ຄວາມເຄົາລົບ
+ຄວາມງາມ
+ຄວາມງົດງາມ
+ຄວາມງຽບ
+ຄວາມງຽບສະຫງົບ
+ຄວາມໂງ່
+ຄວາມໂງ່ຈ້າ
+ຄວາມຈອງຫອງ
+ຄວາມຈ່ອຍຜອມ
+ຄວາມຈະເລີນ
+ຄວາມຈະເລີນຮຸ່ງເຮືອງ
+ຄວາມຈໍາ
+ຄວາມຈໍາເປັນ
+ຄວາມຈໍາເລີນ
+ຄວາມຈິງ
+ຄວາມຈິງໃຈ
+ຄວາມຈົນ
+ຄວາມເຈດຕະນາ
+ຄວາມເຈັບ
+ຄວາມເຈັບໄຂ້
+ຄວາມເຈັບປ່ວຍ
+ຄວາມເຈັບປວດ
+ຄວາມເຈັບປວດຮຸນແຮງ
+ຄວາມແຈ່ມໃສ
+ຄວາມໃຈຮ້ອນ
+ຄວາມໃຈຮ້າຍ
+ຄວາມສວຍງາມ
+ຄວາມສະດວກ
+ຄວາມສະດຸ້ງ
+ຄວາມສະທ້ອນ
+ຄວາມສະທົກສະທ້ານ
+ຄວາມສະບາຍ
+ຄວາມສະບາຍໃຈ
+ຄວາມສະຫງັດ
+ຄວາມສະຫງ່າ
+ຄວາມສະຫງ່າງາມ
+ຄວາມສະຫງ່າຜ່າເຜີຍ
+ຄວາມສະຫງ່າເຫຼືອງເຫຼື້ອມ
+ຄວາມສະຫງົບ
+ຄວາມສະຫງົບສະຫງ່ຽມ
+ຄວາມສະຫງົບສຸກ
+ຄວາມສະໜັບສະໜຸນ
+ຄວາມສະໜິດສະໜົມ
+ຄວາມສະໜຸກສະໜານ
+ຄວາມສະເໜ່ຫາ
+ຄວາມສະໝັກໃຈ
+ຄວາມສະຫລາດ
+ຄວາມສະຫວ່າງ
+ຄວາມສະຫຼາດ
+ຄວາມສະຫຼົດໃຈ
+ຄວາມສະຫຼຽວສະຫຼາດ
+ຄວາມສະອາດ
+ຄວາມສັກສິດ
+ຄວາມສັງເວດ
+ຄວາມສັດ
+ຄວາມສັດຈິງ
+ຄວາມສັດຊື່
+ຄວາມສັດທໍາ
+ຄວາມສັ່ນສະທ້ານ
+ຄວາມສັນຕິ
+ຄວາມສັ່ນຢ້ານ
+ຄວາມສັນລະເສີນ
+ຄວາມສັບສົນ
+ຄວາມສັບສົນມຶນງົງ
+ຄວາມສາບແຊ່ງ
+ຄວາມສາມາດ
+ຄວາມສາລະວົນ
+ຄວາມສຳຄັນ
+ຄວາມສໍາເລັດ
+ຄວາມສິ້ນສຸດ
+ຄວາມສຸກ
+ຄວາມສຸກກະເສີມ
+ຄວາມສຸກໃຈ
+ຄວາມສຸກສະບາຍ
+ຄວາມສຸກສະຫວັດດີ
+ຄວາມສຸກສັນ
+ຄວາມສຸກສໍາລານ
+ຄວາມສຸກສົມບູນ
+ຄວາມສຸກໃສ
+ຄວາມສຸຂຸມ
+ຄວາມສຸດຈະລິດ
+ຄວາມສຸພາບ
+ຄວາມສຸພາບອ່ອນນ້ອມ
+ຄວາມສູງ
+ຄວາມສູງສົ່ງ
+ຄວາມສົງສານ
+ຄວາມສົນລະວົນ
+ຄວາມສົມບູນ
+ຄວາມສົມບູນແບບ
+ຄວາມສ່ຽງ
+ຄວາມສຽດສີ
+ຄວາມເສຍໃຈ
+ຄວາມເສຍດາຍ
+ຄວາມເສຍຫາຍ
+ຄວາມເສື່ອມ
+ຄວາມເສື່ອມເສຍ
+ຄວາມເສື່ອມໂຊມ
+ຄວາມເສົ້າ
+ຄວາມເສົ້າໃຈ
+ຄວາມເສົ້າສະຫຼົດ
+ຄວາມເສົ້າໂສກ
+ຄວາມເສົ້າໝອງ
+ຄວາມແສນລະທົມ
+ຄວາມໂສກ
+ຄວາມໂສກສະລົດ
+ຄວາມໂສກເສົ້າ
+ຄວາມໂສໂຄກ
+ຄວາມໃສ່ຮ້າຍ
+ຄວາມຊ່ວຍເຫຼືອ
+ຄວາມຊ່ວຍໃຫ້ພົ້ນ
+ຄວາມຊ່ວຍໃຫ້ລອດ
+ຄວາມຊອບ
+ຄວາມຊອບທໍາ
+ຄວາມຊະລົວ
+ຄວາມຊັງ
+ຄວາມຊໍ້າໃຈ
+ຄວາມຊໍານານ
+ຄວາມຊຶມເສົ້າ
+ຄວາມຊື່
+ຄວາມຊື່ກົງ
+ຄວາມຊື່ສັດ
+ຄວາມຊື່ສັດສຸດຈະລິດ
+ຄວາມຊື່ນ
+ຄວາມຊື່ນຊົມຍິນດີ
+ຄວາມຊື່ນບານ
+ຄວາມຊຸ່ມຊື່ນ
+ຄວາມຊູໃຈ
+ຄວາມຊົງຈໍາ
+ຄວາມຊົມຊື່ນ
+ຄວາມຊົມຊື່ນຍິນດີ
+ຄວາມຊົ່ວ
+ຄວາມຊົ່ວຊ້າ
+ຄວາມຊົ່ວຊ້າລາມົກ
+ຄວາມຊົ່ວຮ້າຍ
+ຄວາມຊ່ຽວຊານ
+ຄວາມເຊື່ອ
+ຄວາມເຊື່ອຟັງ
+ຄວາມເຊື່ອໝັ້ນ
+ຄວາມໂຊເຊ
+ຄວາມຍາກຈົນ
+ຄວາມຍາກເມື່ອຍ
+ຄວາມຍາກລໍາບາກ
+ຄວາມຍາວ
+ຄວາມຍິ່ງໃຫຍ່
+ຄວາມຍິນດີ
+ຄວາມຍິ້ມແຍ້ມແຈ່ມໃສ
+ຄວາມຍືນຍາວ
+ຄວາມຍຸດຕິທຳ
+ຄວາມຍຸຕິທໍາ
+ຄວາມຍົກຕົນ
+ຄວາມດ່າງດໍາ
+ຄວາມດໍາມືດ
 ຄວາມດີ
+ຄວາມດີງາມ
+ຄວາມດື້ກະດ້າງ
+ຄວາມດື້ດ້ານ
+ຄວາມດຸເດືອດ
+ຄວາມດຸໝັ່ນ
+ຄວາມດູແລ
+ຄວາມດູແລຮັກສາ
+ຄວາມດູໝິ່ນ
+ຄວາມເດືອດຮ້ອນ
+ຄວາມຕ້ອງການ
+ຄວາມຕັກເຕືອນ
+ຄວາມຕັ້ງໃຈ
+ຄວາມຕັນຫາ
+ຄວາມຕາຍ
+ຄວາມຕໍ່າຕ້ອຍ
+ຄວາມຕຶງຄຽດ
+ຄວາມຕຸ້ຍ
+ຄວາມຕຸ້ຍພີ
+ຄວາມຕູ່ຫາ
+ຄວາມຕົກໃຈຢ້ານ
+ຄວາມຕົກຕໍ່າ
+ຄວາມຕົກລົງ
+ຄວາມເຕັມໃຈ
+ຄວາມແຕກຕ່າງ
+ຄວາມແຕກແຫງ
+ຄວາມຖ່ອມໃຈ
+ຄວາມຖີ່
+ຄວາມຖືກຕໍາໜິ
+ຄວາມທໍລະຍົດ
+ຄວາມທໍລະມານ
+ຄວາມທະເຍີທະຍານ
+ຄວາມທະນົງໃຈ
+ຄວາມທະນົງຕົວ
+ຄວາມທາລຸນ
+ຄວາມທາລຸນໂຫດຮ້າຍ
+ຄວາມທຸກ
+ຄວາມທຸກເຂັນ
+ຄວາມທຸກໃຈ
+ຄວາມທຸກສຸກ
+ຄວາມທຸກໂສກ
+ຄວາມທຸກຍາກ
+ຄວາມທຸກຍາກລໍາບາກ
+ຄວາມທຸກທໍລະມານ
+ຄວາມທຸກລະທົມ
+ຄວາມທຸກລະທົມໃຈ
+ຄວາມທຸກລໍາບາກ
+ຄວາມທຸກເວດທະນາ
+ຄວາມທຸກອັນໃຫຍ່ຫຼວງ
+ຄວາມທຸກຮ້ອນ
+ຄວາມທົນທຸກ
+ຄວາມທ່ຽງທໍາ
+ຄວາມທ່ຽງແທ້
+ຄວາມເທັດ
+ຄວາມນັບຖື
+ຄວາມນິຍົມ
+ຄວາມນົບນ້ອມ
+ຄວາມເນົ່າ
+ຄວາມເນົ່າເໝັນ
+ຄວາມແນ່ໃຈ
+ຄວາມແນ່ນອນ
+ຄວາມໃນ
+ຄວາມບໍ່ກ້າ
+ຄວາມບໍ່ຈິງ
+ຄວາມບໍ່ສະບາຍໃຈ
+ຄວາມບໍ່ສະຫງົບ
+ຄວາມບໍ່ສະອາດ
+ຄວາມບໍ່ຊອບທໍາ
+ຄວາມບໍ່ຊື່ສັດ
+ຄວາມບໍ່ເຊື່ອ
+ຄວາມບໍ່ດີ
+ຄວາມບໍ່ພໍພຣະໄທ
+ຄວາມບໍລະບູນ
+ຄວາມບໍລິສຸດ
+ຄວາມບໍລິສຸດສັກສິດ
+ຄວາມບໍລິບູນ
+ຄວາມບັງບຽດສຽດສີ
+ຄວາມບັນເທີງ
+ຄວາມບັນເທີງໃຈ
+ຄວາມບັນເທົາ
+ຄວາມບ້າ
+ຄວາມບາດເຈັບ
+ຄວາມບາບ
+ຄວາມບົກພ່ອງ
+ຄວາມເບີກບານ
+ຄວາມເບີກບານໃຈ
+ຄວາມເບົາໃຈ
+ຄວາມປ່ວງ
+ຄວາມປວດ
+ຄວາມປອດໄພ
+ຄວາມປະຈັກແຈ້ງ
+ຄວາມປະສົງ
+ຄວາມປະເສີດ
+ຄວາມປະພຶດ
+ຄວາມປະໝາດ
+ຄວາມປະຫຼາດ
+ຄວາມປະຫຼາດໃຈ
+ຄວາມປັ່ນປ່ວນ
+ຄວາມປາຖະໜາ
+ຄວາມປານີ
+ຄວາມປິຕິ
+ຄວາມປິຕິຍິນດີ
+ຄວາມປຶກສາ
+ຄວາມປູ້ປັນຍາ
+ຄວາມປົກກະຕິ
+ຄວາມປົກຄອງ
+ຄວາມເປັນ
+ຄວາມເປັນຈິງ
+ຄວາມເປັນສາວປອດ
+ຄວາມເປັນສູນ
+ຄວາມເປັນຊະເລີຍ
+ຄວາມເປັນທາດ
+ຄວາມເປັນນໍ້າໜຶ່ງໃຈດຽວ
+ຄວາມເປັນນໍ້າໜຶ່ງໃຈດຽວກັນ
+ຄວາມເປັນໄປ
+ຄວາມເປັນຢູ່
+ຄວາມເປັນລະບຽບ
+ຄວາມເປັນເລີດ
+ຄວາມເປັນໝ້າຍ
+ຄວາມເປັນຫ່ວງເປັນໃຍ
+ຄວາມເປັນໃຫຍ່
+ຄວາມເປັນໃຫຍ່ເປັນໂຕ
+ຄວາມເປັນອັນໜຶ່ງອັນດຽວກັນ
+ຄວາມເປັນອໍາມະຕະ
+ຄວາມເປືອຍ
+ຄວາມເປືອຍກາຍ
+ຄວາມເປື່ອຍເນົ່າ
+ຄວາມຜ່ອງໃສ
+ຄວາມຜ່ອນ
+ຄວາມຜະຫວາ
+ຄວາມຜາສຸກ
+ຄວາມຜິດ
+ຄວາມຜິດບາບ
+ຄວາມຜິດແຜກ
+ຄວາມຜິດພາດ
+ຄວາມເຜີ
+ຄວາມໂຜດ
+ຄວາມຝັນ
+ຄວາມຝືນໃຈ
+ຄວາມພໍໃຈ
+ຄວາມພໍພຣະໄທ
+ຄວາມພັ່ງພ້ອມ
+ຄວາມພາກພຽນ
+ຄວາມພິການ
+ຄວາມພິນາດ
+ຄວາມພິໂລດ
+ຄວາມພູມໃຈ
+ຄວາມພົ້ນ
+ຄວາມພຽນ
+ຄວາມພຽນພະຍາຍາມ
+ຄວາມເພິ່ງພໍໃຈ
+ຄວາມເພີດເພີນ
+ຄວາມຟື້ນ
+ຄວາມຟົກຊໍ້າດໍາຂຽວ
+ຄວາມມໍລະນາ
+ຄວາມມັ່ງຄັ່ງ
+ຄວາມມັ່ງມີ
+ຄວາມມິດ
+ຄວາມມີກຽດ
+ຄວາມມີສະຕິສໍາປັດສະຍະ
+ຄວາມມີໄຊ
+ຄວາມມຶນງົງ
+ຄວາມມຶນເມົາ
+ຄວາມມືດ
+ຄວາມມືດຄຶ້ມ
+ຄວາມມືດຕຶບ
+ຄວາມມືດປິກ
+ຄວາມມືດມົວ
+ຄວາມມຸ່ງມາດ
+ຄວາມມຸ່ງໝາຍ
+ຄວາມມຸ່ງຫວັງ
+ຄວາມມຸ່ງຮ້າຍ
+ຄວາມມຸສາ
+ຄວາມມູ່ງໝັ້ນ
+ຄວາມມົນທິນ
+ຄວາມເມດຕາ
+ຄວາມເມດຕາກະລຸນາ
+ຄວາມເມດຕາຄຸນ
+ຄວາມໂມໂຫ
+ຄວາມຢາກ
+ຄວາມຢ້ານ
+ຄວາມຢ້ານກົວ
+ຄວາມຢໍາເກງ
+ຄວາມຢູ່ເຢັນເປັນສຸກ
+ຄວາມເຢັນ
+ຄວາມລອດ
+ຄວາມລະທົມ
+ຄວາມລະທົມໃຈ
+ຄວາມລະທົມທຸກ
+ຄວາມລະນຶກ
+ຄວາມລະນຶກເຖິງ
+ຄວາມລະມັດລະວັງ
+ຄວາມລະເມີດ
+ຄວາມລະອາຍ
+ຄວາມລະອຽດ
+ຄວາມລັບ
+ຄວາມລາມົກ
+ຄວາມລໍ້າເລີດ
+ຄວາມລໍາຄານ
+ຄວາມລໍາເຄັນ
+ຄວາມລໍາບາກ
+ຄວາມລໍາອຽງ
+ຄວາມເລັ່ງຮ້ອນ
+ຄວາມເລິກ
+ຄວາມເລິກລັບ
+ຄວາມເລິກລໍ້າ
+ຄວາມເລົ້າໂລມ
+ຄວາມເລົ້າໂລມໃຈ
+ຄວາມໂລບ
+ຄວາມວວດອົ່ງ
+ຄວາມວາງໃຈ
+ຄວາມວິບັດ
+ຄວາມວິວາດ
+ຄວາມວຸ່ນວາຍ
+ຄວາມວຸ້ນວາຍ
+ຄວາມວຸ່ນວາຍໃຈ
+ຄວາມໄວ
+ຄວາມໄວ້ໃຈ
+ຄວາມໄວ້ວາງໃຈ
+ຄວາມຫຍັ່ງຮູ້
+ຄວາມຫຍາບຄາຍ
+ຄວາມຫຍຸ້ງສັບສົນ
+ຄວາມຫຍຸ້ງຍາກ
+ຄວາມຫຍຸ້ງຍາກໃຈ
+ຄວາມໜັກໃຈ
+ຄວາມໜັກໜ່ວງ
+ຄວາມໜັກແໜ້ນ
+ຄວາມໜາ
+ຄວາມໜ້າກຽດຊັງ
+ຄວາມໜ້າເກງຂານ
+ຄວາມໜ້າສັນລະເສີນ
+ຄວາມໜ້າສົມເພດ
+ຄວາມໜ້າຊື່ໃຈຄົດ
+ຄວາມໜ້າຢ້ານ
+ຄວາມໜ້າຢ້ານກົວ
+ຄວາມໜ້າລະອາຍ
+ຄວາມໜາວ
+ຄວາມໜຸ່ມສາວ
+ຄວາມໜຸ່ມແໜ້ນ
+ຄວາມຫມັ້ນ
+ຄວາມຫມັ້ນຄົງ
+ຄວາມໝັ້ນໃຈ
+ຄວາມໝັ່ນພຽນ
+ຄວາມຫມາຍ
+ຄວາມໝິ່ນປະໝາດ
+ຄວາມໝົດຫວັງ
+ຄວາມຫ່ວງໃຍ
+ຄວາມຫວງແຫນ
+ຄວາມຫວັງ
+ຄວາມຫວັງໃຈ
+ຄວາມຫວັງດີ
+ຄວາມຫວ່າງເປົ່າ
+ຄວາມຫວາດກົວ
+ຄວາມຫວານ
+ຄວາມຫາຍະນະ
+ຄວາມຫິວ
+ຄວາມຫິວນໍ້າ
+ຄວາມຫຶງຫວງ
+ຄວາມຫົດຫູໃຈ
+ຄວາມຫຼອກລວງ
+ຄວາມຫຼັບ
+ຄວາມຫຼາກຫຼາຍທາງພາສາ
+ຄວາມຫຼຸດໂຕນ
+ຄວາມຫຼົງຜິດ
+ຄວາມຫຼົງລືມ
+ຄວາມຫຼົງໄຫຼ
+ຄວາມຫຼົ່ມຈົມ
+ຄວາມເຫງົານອນ
+ຄວາມເຫັນ
+ຄວາມເຫັນດີ
+ຄວາມເຫັນພ້ອມ
+ຄວາມເຫັນອົກເຫັນໃຈ
+ຄວາມເຫິງສາ
+ຄວາມເຫຼື້ອມໃສ
+ຄວາມແຫ້ງແລ້ງ
+ຄວາມແຫຼມຄົມ
+ຄວາມໂຫດຮ້າຍ
+ຄວາມອ່ອນກໍາລັງ
+ຄວາມອ່ອນສຸພາບ
+ຄວາມອ່ອນແອ
+ຄວາມອະຍຸຕິທໍາ
+ຄວາມອະທໍາ
+ຄວາມອະນິຈັງ
+ຄວາມອັກເສບ
+ຄວາມອັດສະຈັນໃຈ
+ຄວາມອັບປະຍົດ
+ຄວາມອັບອາຍ
+ຄວາມອັບອາຍຂາຍໜ້າ
+ຄວາມອາຍ
+ຄວາມອາລັກຂາ
+ຄວາມອາໄລ
+ຄວາມອາໄລອາວອນ
+ຄວາມອໍາມະຫິດ
+ຄວາມອິດເມື່ອຍ
+ຄວາມອິດອ່ອນ
+ຄວາມອີດູ
+ຄວາມອີ່ມທ້ອງ
+ຄວາມອຶ້ມຄຶ້ມ
+ຄວາມອຸກໃຈ
+ຄວາມອຸກອັ່ງ
+ຄວາມອຸດົມ
+ຄວາມອຸດົມສົມບູນ
+ຄວາມອຸປະຖໍາ
+ຄວາມອົດກັ້ນ
+ຄວາມອົດກັ້ນໃຈ
+ຄວາມອົດກັ້ນພຣະໄທ
+ຄວາມອົດທົນ
+ຄວາມອົດຢາກ
+ຄວາມໂອ້ອວດ
+ຄວາມຮ້ອຍແຮງ
+ຄວາມຮ້ອນ
+ຄວາມຮ້ອນໃຈ
+ຄວາມຮ້ອນພຣະໄທ
+ຄວາມຮ້ອນຮົນ
+ຄວາມຮອບຄອບ
+ຄວາມຮອບຮູ້
+ຄວາມຮັກ
+ຄວາມຮັບຜິດຊອບ
+ຄວາມຮ້າງເປົ່າ
+ຄວາມຮ້າຍ
+ຄວາມຮຸ່ງເຮືອງ
+ຄວາມຮຸ້ສຶກ
+ຄວາມຮຸນແຮງ
+ຄວາມຮູ້
+ຄວາມຮູ້ຈັກບັງຄັບຕົນ
+ຄວາມຮູ້ຈັກອາຍ
+ຄວາມຮູ້ເລື່ອງ
+ຄວາມຮົກຮ້າງ
+ຄວາມຮຽນຮູ້
+ຄວາມໄຮ້ກຽດ
+ຄວາມໄຮ້ສັນຕິພາບ
+ຄວາມໄຮ້ສາລະ
+ຄວາມໄຮ້ປະໂຫຍດ
 ຄວ້ຳ
-ຄໍເສື້ອ
+ຄວີ່
 ຄໍຫອຍ
 ຄອກ
+ຄອກສັດລ້ຽງ
 ຄອງ
 ຄ່ອງ
 ຄ້ອງ
 ຄອງໂກ
+ຄອງຄອງ
 ຄອງຄີ
+ຄ່ອງແຄ່ວ
 ຄ່ອງແຄ້ວ
 ຄອງທຳ
+ຄ້ອງນ້ອງ
+ຄ້ອງບ້າງ
+ຄ້ອງມຸ່ງ
+ຄອງລາຊາສົມບັດ
+ຄອງລາດ
+ຄ້ອງວົງ
 ຄອຍ
 ຄ່ອຍ
 ຄ້ອຍ
 ຄອຍຖ້າ
+ຄອຍເອົາໃຈ
 ຄອດ
+ຄອດລອດ
 ຄອນ
 ຄ່ອນ
 ຄ້ອນ
+ຄອນກຣີດ
+ຄອນກຣີດອັດແຮງ
+ຄ້ອນກອງ
+ຄ້ອນຄະເນີນ
+ຄ້ອນຄະບອງ
+ຄອນແຄນ
+ຄ້ອນຊໍ້
+ຄ້ອນຕອກສິ່ວ
+ຄ້ອນຕີ
+ຄອນອັກ
 ຄອບ
 ຄອບຄອງ
+ຄອບຄຸມ
+ຄອບຄູ່
 ຄອບຄົວ
 ຄອບງຳ
+ຄ່ອມ
+ຄ້ອມ
+ຄອມພິວເຕີ
 ຄອມພິວເຕີ້
+ຄອມມັງໂດ
 ຄອມມູນິດ
+ຄໍເອີມ
+ຄະ
+ຄະຍະ
 ຄະດີ
+ຄະດີແພ່ງ
+ຄະດີອາຍາ
 ຄະຕິ
+ຄະຕິນນິຍົມ
 ຄະທະ
+ຄະທາ
 ຄະນອງ
 ຄະນະ
+ຄະນະກໍາມະການ
 ຄະນະຊາດ
 ຄະນະຍາດ
+ຄະນະທູດ
+ຄະນະນາ
+ຄະນະບໍດີ
+ຄະນະປຶກສາ
 ຄະນະພັກ
+ຄະນະໂພດ
+ຄະນະມະການ
 ຄະນະອິເກ
+ຄະນາ
+ຄະນາຈານ
+ຄະນາທິບ
+ຄະນາທິປະໄຕ
+ຄະນິກາ
 ຄະນິງ
 ຄະນິດ
 ຄະນິດສາດ
@@ -3772,31 +4789,111 @@
 ຄະນືງ
 ຄະເນ
 ຄະເນງ
+ຄະເນສວນ
+ຄະເນດ
 ຄະເນັງ
 ຄະແນນ
+ຄະມະ
+ຄະມະນະ
+ຄະມະນາການ
+ຄະມະນິຍະ
+ຄະມິກະ
+ຄະມິກະພັດ
+ຄະມິກະວັດ
+ຄະໂມະ
+ຄະລາ
+ຄະລາວາດ
 ຄະລຳ
+ຄະລຸ
+ຄະລຸໂທດ
+ຄະລຸພັນ
 ຄະລົກ
 ຄະແລງ
+ຄະຫັດ
 ຄັກ
+ຄັກຄະນະ
+ຄັກຄະນໍາພອນ
+ຄັກນະນານ
 ຄັກແນ່
 ຄັງ
 ຄັ່ງ
 ຄັ້ງ
+ຄັ່ງຄ້ອຍ
 ຄັ້ງຄາວ
+ຄັ່ງເຄືອງ
+ຄັ່ງເຄົ້າ
+ຄັ່ງແຄ້ນ
+ຄັງເງິນ
+ຄັງຊັບ
+ຄັ້ງທີ
+ຄັ້ງນັ້ນ
+ຄັງພັດສະດຸ
+ຄັງເລືອດ
+ຄັງຫຼວງ
 ຄັດ
 ຄັດຄ້ານ
+ຄັດເຄັ່ງ
+ຄັດແຄ້ນ
+ຄັດຊະນາມ
+ຄັດທ້າຍ
+ຄັດລອກ
 ຄັດເລືອກ
+ຄັດຫຍໍ້
 ຄັນ
 ຄັ້ນ
+ຄັນກາ
+ຄັນຂໍ
+ຄັ້ນເຂົ້າ
+ຄັນຄາກ
+ຄັນຈອງ
+ຄັນຈ້ອງ
+ຄັນສ້າວ
 ຄັນຊັ່ງ
+ຄັນຍູ
+ຄັນເດອາ
+ຄັນຖະ
+ຄັນຖະທຸລະ
+ຄັນຖະລົດຈະນາຈານ
+ຄັນຖີ
+ຄັນໄຖ
+ຄັນທະ
+ຄັນທະກຸດີ
+ຄັນທະນາ
+ຄັນທະນູ
+ຄັນທະພານິດ
+ຄັນທະມາດ
+ຄັນທັບພະສາດ
+ຄັນທັບພະວິວາຫະ
+ຄັນທີ
+ຄັນທຸງ
+ຄັນແທ
+ຄັນນະນາ
 ຄັນນາ
+ຄັນນານັບ
+ຄັ້ນແປ້ງ
 ຄັນເລັ່ງ
+ຄັນວ່າ
+ຄັນຫຼາວ
+ຄັນຮົ່ມ
 ຄັບ
 ຄັບຂັນ
 ຄັບຄັ່ງ
 ຄັບຄາ
+ຄັບແຄ້ນ
 ຄັບແຄບ
+ຄັບໃຈ
+ຄັບບາທາ
+ຄັບພະໄສຍະກະ
+ຄັບພະໄສຍາ
+ຄັບພະໄສຍາດ
+ຄັບພະບາດ
+ຄັບພະລູກ
+ຄັບພະວິບັດ
+ຄັບພະວີກ
+ຄັບພະຮັກສາ
+ຄັບພາດ
 ຄັບຣິເອນ
+ຄັບຣີເອນ
 ຄັວດ
 ຄາ
 ຄ່າ
@@ -3804,227 +4901,1520 @@
 ຄໍ່າ
 ຄໍ້າ
 ຄາກ
+ຄ່າກໍ່ສ້າງ
 ຄາກຕິ
 ຄ້າຂາຍ
+ຄາຄໍ
+ຄໍ່າຄວນ
+ຄ່າຄອງຊີບ
+ຄາຄ້ອຍ
+ຄາຄາດ
+ຄໍ່າຄືນ
 ຄາງ
+ຄ່າງ
 ຄ້າງ
+ຄາງກະໂຊ້
+ຄາງກະໄຕ
+ຄາງຄວາຍ
+ຄ່າງຄ່າງ
+ຄ້າງຄືນ
+ຄາງທູມ
+ຄາງແມວ
+ຄ້າງຢູ່
+ຄາງໝູ
+ຄ້າງແຮມ
+ຄ່າຈ້າງ
+ຄໍ້າຈູນ
+ຄ່າເຈັບປ່ວຍ
 ຄາໃຈ
+ຄ່າເສຍຫາຍ
+ຄາຊາ
 ຄໍ້າຊູ
+ຄ່າຊົດໃຊ້
+ຄ່າເຊົ່າ
+ຄ່າໃຊ້ຈ່າຍ
 ຄາຍ
 ຄ້າຍ
+ຄ້າຍຄື
+ຄາຍເຄື່ອງ
+ຄ້າຍທະຫານ
+ຄາຍະນະ
+ຄາດ
 ຄາດການ
 ຄາດຄະເນ
+ຄາດຄິດ
+ຄາດເຄື່ອນ
+ຄາດແຄ້ວ
 ຄາດຕະກອນ
 ຄາດຕະກຳ
+ຄາດບໍ່ເຖິງ
 ຄາດລົດ
 ຄາດວ່າ
 ຄາດໝາຍ
+ຄາດາຣາ
+ຄ່າໂດຍສານ
+ຄ່າຕອບແທນ
+ຄາຕະ
+ຄາຕະກອນ
+ຄາຕະກຳ
+ຄາຕາມ
+ຄາຕູມ
+ຄ່າຕົວ
 ຄາຖາ
+ຄາຖາກຳແພງ
+ຄາຖາພັນ
+ຄ່າໄຖ່
+ຄ່າໄຖ່ຖອນ
 ຄາທໍລິກ
+ຄ່າທໍານຽມ
+ຄາທີ່
 ຄານ
 ຄ້ານ
 ຄານເດອາ
+ຄານລອຍ
+ຄານຫາມ
+ຄານະ
+ຄານະປະສາດ
 ຄາບ
+ຄ່າບໍາລຸງ
+ຄາບີວ
+ຄາບົວ
+ຄໍ້າປະກັນ
 ຄາປິດ
+ຄ່າປິ່ນປົວ
+ຄ່າພາສີ
+ຄໍ້າໂພຄໍ້າໄຮ
 ຄາມ
+ຄ້າມ
+ຄາມະ
+ຄາມະກະ
+ຄາມະຈັນຍາ
+ຄາມະສິມາ
+ຄາມະທຳ
+ຄາມະນິກ
+ຄາມະນີ
+ຄາມະໂພຊະກະ
+ຄາມະລັດຖະຍາ
+ຄາມະລຸກ
+ຄາມະວາສີ
+ຄາມັນຕະລະ
+ຄາມາລີເອັນ
+ຄາມິນ
+ຄ່າມື
+ຄາມູປະຈານ
+ຄາເມ
 ຄາຢາຟາດ
+ຄາໂຢ
+ຄາຣ໌ບອນ
+ຄາລະວະ
+ຄາລະວານ
+ຄາລັນ
+ຄາລາເຕຍ
+ຄາລີເລ
+ຄາລີໂອ
+ຄາລີໂອນ
 ຄາລົມ
 ຄາວ
+ຄ່າວ
+ຄາວກ່ອນ
+ຄ່າວຄ່າວ
+ຄ້າວຄ້າວ
+ຄາວຫຼັງ
+ຄາວີ
+ຄາວຸດ
 ຄາວຽກ
+ຄາໂວ
+ຄ່າອາຫານ
+ຄ່າແຮງ
+ຄ່າແຮງງານ
 ຄຳ
 ຄ່ຳ
+ຄຳກອນ
+ຄໍາກາບທູນ
+ຄໍາກ່າວ
+ຄໍາກ່າວຫາ
+ຄໍາກໍາຊັບ
+ຄຳກິລິຍາ
+ຄຳກິລິຍາວິເສດ
+ຄໍາແກ້
+ຄໍາຂໍ
+ຄໍາຂອບພຣະຄຸນ
+ຄໍາຂໍຮ້ອງ
+ຄຳຂາດ
+ຄໍາຂີ້ຕົວະ
+ຄໍາຂູ່
+ຄໍາຂູ່ເຂັນ
+ຄໍາຂົມຂື່ນ
+ຄຳຂຽວ
+ຄຳເຂົ້າ
+ຄໍາໄຂ
+ຄຳຄະລຸ
+ຄໍາຄໍ່າຄວນ
+ຄຳຄຸນນາມ
+ຄໍາຄົດ
+ຄຳໂຄງ
+ຄຳງາມ
+ຄໍາໂງ່ຈ້າ
+ຄໍາຈາລຶກ
+ຄໍາຈົ່ມ
+ຄໍາສອນ
+ຄຳສະເໜີ
+ຄໍາສັກກາລະບູຊາ
+ຄຳສັ່ງ
+ຄໍາສັ່ງສອນ
+ຄໍາສັດຈິງ
+ຄໍາສັດຊື່
+ຄໍາສັນຍາ
+ຄໍາສັນລະເສີນ
+ຄຳສັບ
+ຄໍາສາບແຊ່ງ
+ຄໍາສາບານ
+ຄໍາສໍາແດງ
+ຄໍາສໍານວນ
+ຄໍາສຸພາສິດ
+ຄຳຊ່ວຍ
+ຄໍາຊັກຊວນ
+ຄໍາຊໍ້າຊ້ອນ
+ຄຳຊາວ
+ຄຳຊີ້ແຈງ
+ຄໍາຊື່ກົງ
+ຄໍາຊົງສັນຍາ
+ຄໍາຊົມເຊີຍ
+ຄໍາຍົກຍໍ
+ຄໍາດ່າ
+ຄໍາດີ
+ຄໍາດູໝິ່ນ
+ຄຳເດືອນ
+ຄຳຕໍ່
+ຄໍາຕອບ
+ຄໍາຕັກເຕືອນ
+ຄໍາຕັດສິນ
+ຄຳຕາຍ
+ຄໍາຕໍາໜິ
+ຄໍາຕິຕຽນ
+ຄໍາເຕືອນ
+ຄໍາເຕືອນສອນ
+ຄໍາເຕືອນສະຕິ
+ຄໍາຖາມ
+ຄໍາທະນົງຕົວ
+ຄຳທາງທຸລະກິດ
+ຄໍາທໍານວາຍ
+ຄໍາທໍານາຍ
+ຄໍາທູນຂໍ
+ຄໍາທູນແນະນໍາ
+ຄໍາເທດສະໜາ
+ຄຳໂທ
 ຄຳນວນ
 ຄຳນັບ
+ຄໍານໍ້າເກົ້າ
 ຄຳນາມ
 ຄຳນຳ
+ຄຳນຳເກົ້າ
+ຄຳນິຍາມ
+ຄໍານຶງ
+ຄໍານຶງເຖິງ
 ຄຳນືງ
+ຄຳເນື້ອເກົ້າ
+ຄຳແນະນຳ
+ຄໍາບອກ
+ຄໍາບອກເລົ່າ
+ຄໍາບັນຊາ
+ຄໍາບິດ
+ຄຳບູຮານ
+ຄຳໃບ
+ຄໍາປ້ອຍ
+ຄໍາປ້ອຍດ່າ
+ຄຳປະກາດ
+ຄໍາປະຈານ
+ຄໍາປະຈົບປະແຈງ
+ຄໍາປະຕິເສດ
+ຄໍາປະຕິຍານ
+ຄໍາປະໝາດ
+ຄໍາປາໄສ
+ຄຳປິວ
 ຄຳປີວ
+ຄໍາປຶກສາ
+ຄໍາປຽບ
+ຄຳເປັນ
+ຄໍາແປ
+ຄຳເຝືອກ
+ຄໍາພະຍາກອນ
+ຄຳພັກ
+ຄໍາພິຍານ
+ຄໍາພິບັດ
+ຄໍາພິພາກສາ
 ຄຳພີ
+ຄຳພີລະ
+ຄຳພີລະພາບ
+ຄໍາຟ້ອງ
+ຄຳມ່ວນ
+ຄໍາໂມທະນາ
+ຄໍາຢືນຢັນ
+ຄໍາເຢາະເຢີ້ຍ
 ຄຳຣາມ
+ຄໍາລໍ້ລວງ
+ຄຳລະຫຸ
+ຄຳລັກສະນະນາມ
+ຄໍາລາຍງານ
 ຄຳລາມ
-ຄຳສັ່ງ
-ຄຳສັບ
+ຄໍາລໍາພຶງ
+ຄໍາລົມໆແລ້ງໆ
+ຄໍາເລິກລັບ
+ຄໍາເລົ້າໂລມ
+ຄໍາວິງວອນ
+ຄໍາວິນິໄສ
+ຄຳເວົ້າ
+ຄໍາເວົ້າເປົ່າ
+ຄໍາຫຍາບຄາຍ
+ຄໍາຫຍາບຊາ
+ຄໍາໜຶ່ງຄໍາໃດ
+ຄໍາໝິ່ນປະໝາດ
+ຄຳຫວາ
+ຄໍາຫາ
+ຄໍາຫາລື
+ຄໍາຫຼອກລວງ
+ຄຳແຫງ
+ຄໍາໃຫ້ການ
+ຄໍາໄຫວ້ທຸກ
+ຄໍາອວຍພອນ
+ຄໍາອອຍ
+ຄໍາອ້ອນວອນ
+ຄໍາອ່ອນຫວານ
+ຄໍາອະທິຖານ
+ຄໍາອຸບາຍ
+ຄໍາອຸປະມາ
+ຄຳເອກ
+ຄໍາໂອ້ອວດ
+ຄຳຮ່ວມຕະກຸນ
+ຄຳຮ້ອງ
+ຄໍາຮ້ອງຂໍ
+ຄຳຮ້ອງທຸກ
+ຄໍາຮັບສັ່ງ
+ຄໍາຮໍ່າຮ້ອງ
+ຄໍາຮູບປະພັນ
+ຄໍາເຮິ
+ຄໍາໄຮ້ສາລະ
 ຄິກ
 ຄິງສະຕັນ
 ຄິດ
+ຄິດສັບສົນ
+ຄິດຊະກູດ
+ຄິດບັນຊີ
+ຄິດເບິ່ງ
+ຄິດພິຈາລະນາ
+ຄິດໄລ່
+ຄິດວ່າ
+ຄິດວິເຄາະ
+ຄິດເຫັນ
+ຄິດອ່ານ
+ຄິດຮອດ
+ຄິດຮ້າຍ
 ຄິດີ
+ຄິນເນໂຣດ
+ຄິມຫະ
+ຄິມຫັນ
+ຄິມຫັນຕະລະດູ
+ຄິມຫັນຕາ
+ຄິລະນະ
+ຄິລານະ
+ຄິລານະປັດໄຈ
+ຄິລານະເພສັດ
+ຄິລິການົນ
+ຄິລິຄູຫາ
+ຄິລິນະຄອນ
+ຄິລິເມກຂະລາ
 ຄິວ
 ຄິ້ວ
+ຄິ້ວເຄວັ່ງ
 ຄີ
 ຄີກ
+ຄີຄວັ່ງ
+ຄີຄວ້າງ
+ຄີຄ້ອຍ
+ຄີເຄັງຄີຄື່ນ
 ຄີງ
+ຄີຕະ
+ຄີຕະສາດ
+ຄີຕາຈານ
+ຄີ້ນ
 ຄີນຍາ
 ຄີບ
+ຄີບອດ
+ຄີໄຟ
+ຄີໄຟນົກຂຸ້ມ
 ຄີມ
+ຄີມນົກເຄົາ
+ຄີມລັອກ
+ຄີລີ
 ຄີ້ວ
+ຄີວາ
+ຄຶ
 ຄຶກ
+ຄຶກຄະນອງ
+ຄຶກຄັກ
+ຄຶກຄຶກ
+ຄຶກຄື້ນ
 ຄຶກໂຄມ
+ຄຶຄຶມ
+ຄຶຄືມ
+ຄຶງ
 ຄຶດ
+ຄຶດຍາກ
+ຄຶບຄຶບ
+ຄຶມ
+ຄຶ້ມ
+ຄຶ່ມຄໍ່າ
 ຄື
+ຄືກັນ
+ຄືກັບ
 ຄື່ງ
+ຄື່ຈ່ອງຈຳ
 ຄືດ
+ຄືດຽວ
 ຄືນ
 ຄື່ນ
 ຄື້ນ
+ຄືນຄືເກົ່າ
+ຄື່ນຄື່ນ
+ຄືນດີ
+ຄືນນີ້
+ຄືນພຣະຊົນ
 ຄື້ນລົມ
+ຄື້ນວິທະຍຸ
 ຄືບ
+ຄືບໜ້າ
+ຄື້ມ
 ຄຸ
 ຄຸກ
+ຄຸກໃຕ້ດິນ
+ຄຸກຫຼວງ
+ຄຸ່ຄວນ
 ຄຸງ
+ຄຸງຄາ
+ຄຸງທາງ
 ຄຸຍ
 ຄຸຍໂມ້
+ຄຸຍຫະ
+ຄຸຍຫະທາດ
+ຄຸຍຫະລະຫັດ
+ຄຸຍຫຼັງ
+ຄຸດ
+ຄຸດຊະສານ
+ຄຸດຊະສິງ
+ຄຸດຊະລາດ
+ຄຸດທະລາດ
 ຄຸນ
 ຄຸ່ນ
 ຄຸ້ນ
+ຄຸນຄວາມດີ
 ຄຸນຄ່າ
 ຄຸ້ນເຄີຍ
+ຄຸນສັບ
+ຄຸນສົມບັດ
 ຄຸນທຳ
+ຄຸນນະສັບ
+ຄຸນນະທໍາ
 ຄຸນນະພາບ
 ຄຸນນະວຸດທິ
-ຄຸນນະສັບ
 ຄຸນນາມ
 ຄຸນປະໂຫຍດ
 ຄຸນພາບ
 ຄຸນລັກສະນະ
-ຄຸນສັບ
-ຄຸນສົມບັດ
+ຄຸນລາສີ
+ຄຸນວິເສດ
+ຄຸນວຸທິ
+ຄຸນະພາບ
+ຄຸນາກອນ
+ຄຸນາໄລ
+ຄຸນູປະການ
+ຄຸນູປະສິດ
 ຄຸບ
 ຄຸມ
 ຄຸ້ມ
+ຄຸ້ມກັນ
 ຄຸມຂັງ
 ຄຸ້ມຄອງ
+ຄຸ້ມຄອງຮັກສາ
+ຄຸມເຄືອ
+ຄຸມຜ້າ
+ຄຸມພະ
+ຄຸມພະພັນ
+ຄຸລີ
+ຄຸລຸ
+ຄຸລຸກຳ
+ຄຸລຸວານ
+ຄຸຫຼົ່ນ
+ຄຸຫຼົ່ນເປ່ເພ
 ຄູ
 ຄູ່
+ຄູ້
+ຄູ້ເຂົ່າ
+ຄູ່ແຂ່ງ
+ຄູ່ຄວາມ
+ຄູຄັນນາ
+ຄູ່ຄຽງ
+ຄູສອນ
+ຄູຍ
+ຄູ້ຍ
 ຄູດ
+ຄູ່ດຽວ
 ຄູນ
+ຄູນເຂົ້າ
+ຄູນລານ
+ຄູນະທຳ
 ຄູບາ
+ຄູບາອາຈານ
+ຄູປອງ
 ຄູມ
 ຄູ່ມື
-ຄູສອນ
+ຄູ່ໜຶ່ງ
 ຄູຫາ
+ຄູ່ຮັກ
+ຄູ່ຮົບ
 ຄົກ
+ຄົກນໍ້າ
+ຄົກມອງ
+ຄົກມື
 ຄົງ
+ຄົງຈະ
 ຄົງທີ່
 ຄົງທົນ
+ຄົງຢູ່
+ຄົງເຫຼືອ
 ຄົດ
+ຄົດໂກງສໍ້ໂກງ
 ຄົດໂຄ້ງ
+ຄົດລ້ຽວ
+ຄົດເອັດຊະຣາ
 ຄົນ
 ຄົ້ນ
+ຄົນກວາງຕຸ້ງ
+ຄົນກະທໍາຄວາມຊົ່ວຊ້າ
+ຄົນກະບົດ
+ຄົນກັດຊາມ
+ຄົນກັບໂຕຣີ
+ຄົນກາງ
+ຄົນກາງໄຫວ້ຮູບເຄົາລົບ
+ຄົນກາດ
+ຄົນກາດໂມນ
+ຄົນການາອານ
+ຄົນກາມີ
+ຄົນກ້າຫານ
+ຄົນກາຮາ
+ຄົນກໍາພ້າ
+ຄົນກໍາພ້າພໍ່
+ຄົນກິດເດນ
+ຄົນກິນເນໂທນມີ
+ຄົນກິນຫຼາຍ
+ຄົນກິເບໂອນ
+ຄົນກິເລອາດ
+ຄົນກີກາຊີ
+ຄົນກູຊານ
+ຄົນກ່ຽວ
+ຄົນກ່ຽວເຂົ້າ
+ຄົນເກຊູ
+ຄົນເກໂຊນ
+ຄົນເກໂຊມ
+ຄົນເກດາ
+ຄົນເກນິດຊີ
+ຄົນເກນີ
+ຄົນເກເຣັດ
+ຄົນເກໂຣດ
+ຄົນເກັ່ງກ້າ
+ຄົນເກັ່ງກ້າສາມາດ
+ຄົນເກັບພາສີ
+ຄົນເກັບອະງຸ່ນ
+ຄົນແກ່
+ຄົນໂກຣາ
+ຄົນໂກຮາດ
+ຄົນຂໍທານ
+ຄົນຂໍຢືມ
+ຄົນຂອງດາວິດ
+ຄົນຂອງພຣະເຈົ້າ
+ຄົນຂະຫຍັນ
+ຄົນຂະຫຍັນຂັນແຂງ
+ຄົນຂັດສົນ
+ຄົນຂັບ
+ຄົນຂ້າຄົນ
+ຄົນຂາຍ
+ຄົນຂາຍໜ້າ
+ຄົນຂາດປັນຍາ
+ຄົນຂາພິການ
+ຄົນຂີ່
+ຄົນຂີ້ຄ້ານ
+ຄົນຂີ້ໃຈຮ້າຍ
+ຄົນຂີ້ໂຍ່ຍ
+ຄົນຂີ້ຕົວະ
+ຄົນຂີ້ຖ່ອຍ
+ຄົນຂີ້ທູດ
+ຄົນຂີ່ມ້າ
+ຄົນຂີ້ເມົາ
+ຄົນຂີ້ເຢາະເຢີ້ຍ
+ຄົນຂົນເຄື່ອງ
+ຄົນຂົນເຄື່ອງໜັກ
+ຄົນເຂັ້ມແຂງ
+ຄົນເຂັ້ມງວດ
+ຄົນແຂງແຮງ
+ຄົ້ນຄວ້າ
+ຄົນຄັນເດອາ
+ຄົນຄາດຕະກໍາພໍ່
+ຄົນຄາດຕະກໍາແມ່
+ຄົນຄໍ້າປະກັນ
 ຄົ້ນຄິດ
+ຄົນຄຸມວຽກ
+ຄົນຄົວ
 ຄົ້ນຄົ້ວ
+ຄົນແຄະ
+ຄົນງານ
+ຄົນງານໂຍທາ
+ຄົນໂງ່
+ຄົນໂງ່ຈ້າ
+ຄົນຈອງຫອງ
+ຄົນຈ່ອຍແຫ້ງ
+ຄົນຈັດການ
+ຄົນຈິງ
+ຄົນຈົນ
+ຄົນຈົນຕາແຈ
+ຄົນເຈັບ
+ຄົນເຈັບໄຂ້
+ຄົນເຈັບປ່ວຍ
+ຄົນເຈົ້າປັນຍາ
+ຄົນໃຈກວ້າງ
+ຄົນໃຈກ້າ
+ຄົນໃຈແຂງ
+ຄົນໃຈຈອງຫອງ
+ຄົນໃຈສະຫຼາດ
+ຄົນໃຈຊົ່ວ
+ຄົນໃຈດີ
+ຄົນໃຈດື້ດ້ານ
+ຄົນໃຈຖ່ອມ
+ຄົນໃຈທ່ຽງ
+ຄົນໃຈທ່ຽງທໍາ
+ຄົນໃຈໜັກແໜ້ນ
+ຄົນໃຈອ່ອນສຸພາບ
+ຄົນໃຈຮ້ອນ
+ຄົນສໍ້ໂກງ
+ຄົນສໍ່ສຽດ
+ຄົນສວຍງາມ
+ຄົນສອງໃຈ
+ຄົນສອງລີ້ນ
+ຄົນສອງຫົວ
+ຄົນສອດແນມ
+ຄົນສະຫງ່າຜ່າເຜີຍ
+ຄົນສະຫງ່ຽມຈຽມຕົວ
+ຄົນສະໄໝເກົ່າ
+ຄົນສະຫຼາດ
+ຄົນສະອາດ
+ຄົນສັດຈິງ
+ຄົນສັດຊື່
+ຄົນສັນຈອນ
+ຄົນສັນຊາດໂຣມ
+ຄົນສັນມາຍ
+ຄົນສັນລູ
+ຄົນສາບານຄວາມເທັດ
+ຄົນສາມັນ
+ຄົນສາມານ
+ຄົນສໍາຄັນ
+ຄົນສໍາຄັນຫຼາຍ
+ຄົນສໍາອາງ
+ຄົນສິ້ນຫວັງ
+ຄົນສິ່ວ
+ຄົນສິ່ວຫີນ
+ຄົນສີເສຣາ
+ຄົນສີນີ
+ຄົນສີອາ
+ຄົນສີອາຮາ
+ຄົນສຸກກີ
+ຄົນສຸຂຸມຮອບຄອບ
+ຄົນສຸງອາຍຸ
+ຄົນສຸດຈະລິດ
+ຄົນສຸດທ້າຍ
+ຄົນສຸພາບ
+ຄົນສຸ່ມໂຈມຕີ
+ຄົນສູງສົ່ງ
+ຄົນເສຍຈິດ
+ຄົນເສຍຊື່
+ຄົນເສບາ
+ຄົນເສຣາຢາ
+ຄົນເສອານາ
+ຄົນເສອີ
+ຄົນໂສໂຄກ
+ຄົນໂສທາຍ
+ຄົນໂສເຟເຣດ
+ຄົນໃສ່ຮ້າຍປ້າຍສີ
+ຄົນຊອບທໍາ
+ຄົນຊະລາ
+ຄົນຊັກກາຍ
+ຄົນຊັງຄົນດີ
+ຄົນຊັດຕຸ
+ຄົນຊ່າງຝັນ
+ຄົນຊານລູມ
+ຄົນຊາບາຢິມ
+ຄົນຊາມມູອາ
+ຄົນຊາວກຣີກ
+ຄົນຊາວກີຣິຢາດເຢອາຣີມ
+ຄົນຊາວກີຣິຢາດອາຣີມ
+ຄົນຊາວເສນາອາ
+ຄົນຊາວເສອີ
+ຄົນຊາວຕີເຣອາ
+ຄົນຊາວເນໂຊ
+ຄົນຊາວເບັດເລເຮັມ
+ຄົນຊາວເບັດອາຊະມາເວດ
+ຄົນຊາວເບັດເອນ
+ຄົນຊາວມັກບີດ
+ຄົນຊາວມິກມາດ
+ຄົນຊາວເຢຣິໂກ
+ຄົນຊາວຣາມາ
+ຄົນຊາວໂລກ
+ຄົນຊາວໂລດ
+ຄົນຊາວອານາໂທດ
+ຄົນຊາວຮາຣີມ
+ຄົນຊໍານານ
+ຄົນຊໍານານເສິກ
+ຄົນຊິເມໂອນ
+ຄົນຊີໂດນ
+ຄົນຊີເຣຍ
+ຄົນຊີໂລ
+ຄົນຊີຮາ
+ຄົນຊື່
+ຄົນຊື່ກົງ
+ຄົນຊື່ສັດ
+ຄົນຊູຊີມ
+ຄົນຊູອາ
+ຄົນຊູຮາມ
+ຄົນຊົ່ວ
+ຄົນຊົ່ວຊ້າ
+ຄົນຊົ່ວຮ້າຍ
+ຄົນເຊຄາຣີຢາ
+ຄົນເຊເຄັມ
+ຄົນເຊບາ
+ຄົນເຊບານີຢາ
+ຄົນເຊບູລູນ
+ຄົນເຊຟາຕີຢາ
+ຄົນເຊມາ
+ຄົນເຊມາຢາມີ
+ຄົນເຊມີດາ
+ຄົນເຊຣາ
+ຄົນເຊໂລມິກ
+ຄົນເຊົ່າສວນ
+ຄົນໃຊ້
+ຄົນໃຊ້ປະຈໍາພຣະວິຫານ
+ຄົນໃຊ້ເວດມົນ
+ຄົນຍັກ
+ຄົນຍາກຈົນ
+ຄົນຍາມ
+ຄົນດາໂກນ
+ຄົນດານ
+ຄົນດໍາເນີນ
+ຄົນດີ
+ຄົນດີຮອບຄອບ
+ຄົນດື້ກະດ້າງ
+ຄົນດື້ດານ
+ຄົນດື້ດ້ານ
+ຄົນດູແລ
+ຄົນດົນຕີ
+ຄົນດຽວ
+ຄົນເດດານ
+ຄົນເດລາຢາ
+ຄົນເດຮາ
+ຄົນເດີນທາງ
+ຄົນໃດ
+ຄົນໃດຄົນໜຶ່ງ
+ຄົນຕ້ອຍຕໍ່າ
+ຄົນຕັກເຕືອນ
+ຄົນຕັກນໍ້າ
+ຄົນຕັດຂົນແກະ
+ຄົນຕັດຟືນ
+ຄົນຕັນໂມນ
+ຄົນຕັບເບໂອດ
+ຄົນຕໍ່າ
+ຄົນຕ່າງຊາດ
+ຄົນຕ່າງດ້າວ
+ຄົນຕ່າງຖິ່ນ
+ຄົນຕ່າງປະເທດ
+ຄົນຕາຍ
+ຄົນຕໍ່າຕ້ອຍ
+ຄົນຕາບອດ
+ຄົນຕີເຣ
+ຄົນຕຸ້ຍ
+ຄົນຕຸ້ຍພີ
+ຄົນຕູ້
+ຄົນຕົ້ນ
+ຄົນເຕ້ຍ
+ຄົນເຕມາ
+ຄົນເຕມານ
+ຄົນແຕ່ງເຄືອອະງຸ່ນ
+ຄົນແຕ່ງຕົ້ນອະງຸ່ນ
+ຄົນໂຕບີຢາ
+ຄົນຖ່ອມໃຈ
+ຄົນຖືອາວຸດ
+ຄົນຖືຮູບເຄົາລົບ
+ຄົນເຖົ້າຄົນແກ່
+ຄົນໄຖນາ
+ຄົນທໍລະຍົດ
+ຄົນທະນົງຕົວ
+ຄົນທາເປລີ
+ຄົນທາລຸນ
+ຄົນທາລຸນໂຫດຮ້າຍ
+ຄົນທໍານວາຍ
+ຄົນທໍາມະດາ
+ຄົນທໍາລາຍ
+ຄົນທໍາຮ້າຍ
+ຄົນທີ່
+ຄົນທີ່ສະຫງ່ຽມຈຽມຕົວ
+ຄົນທີ່ລ່ວງປະເວນີ
+ຄົນທີ່ໜ້າກຽດຊັງ
+ຄົນທີ່ເຫຼືອຢູ່
+ຄົນທຸກໃຈ
+ຄົນທຸກຍາກ
+ຄົນທຸກໄຮ້ເຂັນໃຈ
+ຄົນທ່ຽງທໍາ
+ຄົນທ່ຽວຫານິນທາ
+ຄົນນອກ
+ຄົນນອກກົດໝາຍ
+ຄົນນອກທາງ
+ຄົນນອກບ້ານນອກເມືອງ
+ຄົນນ້ອຍ
+ຄົນນັ້ນ
+ຄົນນັບທາລີ
+ຄົນນໍາຂ່າວ
+ຄົນນີ້
+ຄົນເນໂກດາ
+ຄົນເນຊີຢາ
+ຄົນເນໂບ
+ຄົນເນຟີສີມ
+ຄົນເນຟຸເຊສີມ
+ຄົນບໍ່ຊອບທໍາ
+ຄົນບໍ່ເຊື່ອ
+ຄົນບໍ່ເຊື່ອຟັງ
+ຄົນບໍ່ບໍລິສຸດ
+ຄົນບໍ່ມີສະຕິຕັ້ງໃຈ
+ຄົນບໍ່ມີບ່ອນຕິ
+ຄົນບໍລິສຸດ
+ຄົນບໍ່ຮັກ
+ຄົນບໍ່ເຮັດຕາມສັນຍາ
+ຄົນບັກບຸກ
+ຄົນບັດຊະລູດ
+ຄົນບ້າ
+ຄົນບາໂກດ
+ຄົນບາຊິລາຍ
+ຄົນບາດເຈັບ
+ຄົນບາບ
+ຄົນບາບໜາ
+ຄົນບາບາຍ
+ຄົນບາບີ
+ຄົນບາບີໂລນ
+ຄົນບາຮູຣູມ
+ຄົນບິກວາຍ
+ຄົນບິນກາມີ
+ຄົນບິນນຸຍ
+ຄົນບູເຊ
+ຄົນບູຮານ
+ຄົນເບສາຍ
+ຄົນເບຊາຍ
+ຄົນເບບາຍ
+ຄົນເບຣີອາ
+ຄົນເບັນຢາມິນ
+ຄົນເບົາປັນຍາ
+ຄົນແບບຫາບ
+ຄົນປະຈົບປະແຈງ
+ຄົນປະໝາດ
+ຄົນປັດຊູ
+ຄົນປ່າ
+ຄົນປາກກືກ
+ຄົນປາກຄ້າງ
+ຄົນປາກຮ້າຍ
+ຄົນປາເສອາ
+ຄົນປາໂດນ
+ຄົນປາຣົດມີ
+ຄົນປາຮາດໂມອາບ
+ຄົນປຸງ
+ຄົນປຸງຢາ
+ຄົນປຸ້ນ
+ຄົນປົກກະຕິ
+ຄົນປົບໜີ
+ຄົນເປ້ຍລ່ອຍ
+ຄົນເປຣິຊີ
+ຄົນເປຣູດາ
+ຄົນເປເຣັດ
+ຄົນເປເລດ
+ຄົນເປໂລນ
+ຄົນເປັນ
+ຄົນເປັນຕາເຄົາລົບນັບຖື
+ຄົນເປີເຊຍ
+ຄົນເປືອຍກາຍ
+ຄົນເປົ່າແກ
+ຄົນເປົ່າປ່ຽວ
+ຄົນແປກໜ້າ
+ຄົນໂປເຄເຣັດ
+ຄົນຜິດຜົວເມຍຄົນອື່ນ
+ຄົນຜົມຫງອກ
+ຄົນຝອກຜ້າ
+ຄົນຝັງ
+ຄົນຝັນລະເມີ
+ຄົນເຝົ້າ
+ຄົນເຝົ້າຍາມ
+ຄົນເຝົ້າປະຕູ
+ຄົນພວມກິນ
+ຄົນພະເນຈອນ
+ຄົນພາຍນອກ
+ຄົນພາຍໃນ
+ຄົນພາຍເຮືອ
+ຄົນພາທາງ
+ຄົນພິການ
 ຄົ້ນພົບ
+ຄົນຟອກໜັງ
+ຄົນຟາຣີຊາຍ
+ຄົນຟີເນຮາດ
+ຄົນຟີລິດສະຕິນ
+ຄົນມັກກະບົດ
+ຄົນມັກຈົ່ມ
+ຄົນມັກຜິດຖຽງກັນ
+ຄົນມັກເຢາະເຢີ້ຍ
+ຄົນມັກວ່າ
+ຄົນມັນລຸກີ
+ຄົນມາກີ
+ຄົນມານຍາ
+ຄົນມານາເຊ
+ຄົນມາມາເລັກ
+ຄົນມາອາກາ
+ຄົນມາຮາວາ
+ຄົນມິດນີ
+ຄົນມິນຢາມິນ
+ຄົນມີກຽດ
+ຄົນມີສະຕິສໍາປັດສະຍະ
+ຄົນມີສະຕິປັນຍາ
+ຄົນມີດີອານ
+ຄົນມີປັນຍາ
+ຄົນມີອາວຸໂສ
+ຄົນມີອໍານາດ
+ຄົນມຸສາ
+ຄົນເມເກຣາດ
+ຄົນເມໂຊບາ
+ຄົນເມເດຍ
+ຄົນເມນູໂຮດ
+ຄົນເມຣາໂຢດ
+ຄົນເມຣາຣີ
+ຄົນເມອູນີມ
+ຄົນເມຮີດາ
+ຄົນເມົາ
+ຄົນໂມອາດີຢາ
+ຄົນໂມອາບ
+ຄົນຢາໂຄບ
+ຄົນຢາຟະເລດ
+ຄົນຢາອາການ
+ຄົນຢາອາລາ
+ຄົນຢາອີ
+ຄົນຢິວ
+ຄົນຢູດາ
+ຄົນເຢຊູອາ
+ຄົນເຢດຊະເຣເອນ
+ຄົນເຢດາຢາ
+ຄົນເຢຣາເມເອນ
+ຄົນເຢເຣມີຢາ
+ຄົນເຢາະເຢີ້ຍ
+ຄົນໂຢເຊັບ
+ຄົນໂຢບັບ
+ຄົນໂຢຢາຣິບ
+ຄົນໂຢຣາ
+ຄົນໂຢອາບ
+ຄົນຣູເບັນ
+ຄົນເຣຊິນ
+ຄົນເຣຟາຢິມ
+ຄົນເຣອາຢາ
+ຄົນລໍ້
+ຄົນລໍ້ລວງ
+ຄົນລ່ວງປະເວນີ
+ຄົນລະຝາກ
+ຄົນລະເມີດ
+ຄົນລັກ
+ຄົນລາມົກ
+ຄົນລໍ່າລວຍ
+ຄົນລີເບຍ
+ຄົນລີ້ໄພ
+ຄົນລຶ້ງມືຊ້າຍ
+ຄົນລູດີ
+ຄົນລ້ຽງແກະ
+ຄົນລ້ຽງແກະຜູ້
+ຄົນລ້ຽງສັດ
+ຄົນເລງ
+ຄົນເລບານາ
+ຄົນເລວີ
+ຄົນເລ່ຫຼ່ຽມ
+ຄົນເລັກນ້ອຍ
+ຄົນເລືອດຮ້ອນ
+ຄົນແລກປ່ຽນເງິນ
+ຄົນແລ່ນໄວ
+ຄົນໂລບ
+ຄົນວິວາດ
+ຄົນເວົ້າ
+ຄົນເວົ້າຕົວະ
+ຄົນເວົ້າມຸສາ
+ຄົນເວົ້າໝິ່ນປະໝາດ
+ຄົນເວົ້າຮະຮາມ
+ຄົນໂວ
+ຄົນໄວ້ທຸກ
+ຄົນໜັກໃຈ
+ຄົນໜ້າຊື່ໃຈຄົດ
+ຄົນໜ້າເວທະນາ
+ຄົນໜຸ່ມ
+ຄົນໜຸ່ມສາວ
+ຄົນໝິ່ນປະໝາດ
+ຄົນຫວ່ານ
 ຄົ້ນຫາ
+ຄົນຫິວ
+ຄົນຫິວເຂົ້າ
+ຄົນຫິວເລືອດ
+ຄົນຫິວໂຫຍ
+ຄົ້ນຫູກ
+ຄົນຫູຊາຍ
+ຄົນຫູໜວກ
+ຄົນຫົວແຂງ
+ຄົນຫົວສູງ
+ຄົນຫຼອກລວງ
+ຄົນຫຼັກແຫຼມ
+ຄົນຫຼັງກົ່ງ
+ຄົນຫຼິ້ນກົນ
+ຄົນຫຼິ້ນຊູ້
+ຄົນເຫັນແກ່ເງິນ
+ຄົນແຫ່ງການບາບ
+ຄົນແຫ່ງພຣະເຈົ້າ
+ຄົນໂຫດຮ້າຍ
+ຄົນໃຫ້ຄວາມເທັດ
+ຄົນໃຫຍ່
+ຄົນໃຫຍ່ກຶດ
+ຄົນໃຫຍ່ຄົນກຶດ
+ຄົນໃຫ້ຢືມ
+ຄົນອວດໂຕ
+ຄົນອວດອ້າງ
+ຄົນອ່ອນກໍາລັງ
+ຄົນອ່ອນເປ້ຍ
+ຄົນອ່ອນແອ
+ຄົນອະກະຕັນຍູ
+ຄົນອະດຸລາມ
+ຄົນອະທໍາ
+ຄົນອັກກຸບ
+ຄົນອັກອາກ
+ຄົນອັດຊະນີ
+ຄົນອັດຊະຣີເອນ
+ຄົນອັດຊີເຣຍ
+ຄົນອັດນາ
+ຄົນອັນຕະພານ
+ຄົນອາກີ
+ຄົນອາສັບ
+ຄົນອາໄສ
+ຄົນອາຊະກາດ
+ຄົນອາຊະມາເວດ
+ຄົນອາເຊ
+ຄົນອາດິນ
+ຄົນອາໂດນີກາມ
+ຄົນອາເຕ
+ຄົນອານາກ
+ຄົນອານາຖາ
+ຄົນອາບາດ
+ຄົນອາບີຢາ
+ຄົນອາບີເຢເຊ
+ຄົນອາຟາຊີ
+ຄົນອາຟາເຊຄາ
+ຄົນອາມາຣີຢາມີ
+ຄົນອາມີ
+ຄົນອາໂມກ
+ຄົນອາໂມນ
+ຄົນອາໂມຣີດ
+ຄົນອາຣາ
+ຄົນອາໂຣນ
+ຄົນອາໂຣເອ
+ຄົນອາລີ
+ຄົນອາວາ
+ຄົນອາວາດ
+ຄົນອາໂຮອາ
+ຄົນອໍາມະພາດ
+ຄົນອໍາມະຫິດ
+ຄົນອໍາໂມນ
+ຄົນອິສຣາເອນ
+ຄົນອິດຊະມາເອນ
+ຄົນອິດຊະຣາ
+ຄົນອິດຊະຮາ
+ຄົນອິດຊາຄາ
+ຄົນອິດໂດ
+ຄົນອິດເມື່ອຍ
+ຄົນອິດຣີ
+ຄົນອິມເມ
+ຄົນອີທາມາ
+ຄົນອີ່ມອົກອີ່ມໃຈ
+ຄົນອຶດຢາກ
+ຄົນອື່ນ
+ຄົນອຸດຊາ
+ຄົນອຸດຊີເອນ
+ຄົນເອໂດມ
+ຄົນເອທີໂອເປຍ
+ຄົນເອຟຣາຢິມ
+ຄົນເອມີມ
+ຄົນເອຢິບ
+ຄົນເອເຣັກ
+ຄົນເອລາມ
+ຄົນເອລີຢາບາ
+ຄົນໂອດນີເອນ
+ຄົນຮອບຄອບ
+ຄົນຮອບຮູ້
+ຄົນຮັກ
+ຄົນຮັກກົດ
+ຄົນຮັກຄວາມສະໜຸກສະໜານ
+ຄົນຮັກຕົວເອງ
+ຄົນຮັກໂມນີ
+ຄົນຮັ່ງມີ
+ຄົນຮັດຕິນ
+ຄົນຮັບໃຊ້
+ຄົນຮາກາ
+ຄົນຮາກາບາ
+ຄົນຮາກູຟາ
+ຄົນຮາສູຟາ
+ຄົນຮາຊາ
+ຄົນຮາຊຸມ
+ຄົນຮາຕິຕາ
+ຄົນຮາຕິຟາ
+ຄົນຮານານ
+ຄົນຮາມ
+ຄົນຮາມັດ
+ຄົນຮາໂມ
+ຄົນຮາຣາ
+ຄົນຮາຣິບ
+ຄົນຮາຣີມ
+ຄົນຮາຣຸບ
+ຄົນຮາຮູ
+ຄົນຮິດຕີ
+ຄົນຮີນກີຢາມີ
+ຄົນຮີວີ
+ຄົນຮູ້ຈັກປະມານຕົນ
+ຄົນຮູຊາມ
+ຄົນຮູ້ນ້ອຍ
+ຄົນຮູບງາມ
+ຄົນເຮເຟ
+ຄົນເຮເລັກ
+ຄົນເຮັດເຂົ້າໜົມ
+ຄົນເຮັດສວນ
+ຄົນເຮັດສວນອະງຸ່ນ
+ຄົນເຮັດຊົ່ວ
+ຄົນເຮັດວຽກ
+ຄົນເຮັດເວດມົນ
+ຄົນເຮັດໄຮ່ໄຖນາ
+ຄົນເຮັບເຣີ
+ຄົນເຮັບໂຣນ
+ຄົນແຮກ
+ຄົນໂຮດາວີຢາ
+ຄົນໂຮບາຢາ
+ຄົນໂຮໂຣ
+ຄົນໂຮຮີ
+ຄົນໄຮ້ຄວາມຜິດ
+ຄົນໄຮ້ຄ່າ
+ຄົນໄຮ້ສາລະ
+ຄົນໄຮ້ສິນລະທໍາ
+ຄົນໄຮ້ປັນຍາ
 ຄົບ
+ຄົບກໍາໜົດ
 ຄົບຄ້າ
+ຄົບຄິດ
 ຄົບຖ້ວນ
+ຄົບບໍລິບູນ
+ຄົບວົງຈອນ
+ຄົບຫາ
 ຄົບຮອບ
 ຄົມ
 ຄົມຄາຍ
+ຄົມມະນາ
+ຄົມມະນາການ
 ຄົມມະນາຄົມ
 ຄົວ
 ຄົ້ວ
+ຄົວກິນ
+ຄົວລະນາ
+ຄົວເຮືອນ
+ຄຼາວດີອັດ
 ຄຽງ
 ຄຽງຂ້າງ
+ຄຽງຄີງ
+ຄຽງບ່າຄຽງໄລ່
 ຄຽດ
+ຄຽດແຄ້ນ
 ຄຽດຊັງ
 ຄຽນ
 ຄ່ຽນ
+ຄ້ຽນຕີ
 ຄ່ຽມ
 ຄຽວ
 ຄ່ຽວ
 ຄ້ຽວ
+ຄ້ຽວໜາກ
+ຄ້ຽວເອື້ອງ
 ເຄ
+ເຄ່ຍ
+ເຄໂດລາໂອເມີ
 ເຄນ
+ເຄນາອານາ
+ເຄເບິນ
+ເຄມາຣິມ
 ເຄມີ
 ເຄມີສາດ
+ເຄມີອິນຊີ
+ເຄມົດ
 ເຄໂມດ
 ເຄຣະຊາ
+ເຄຣາຊາ
 ເຄຣຸບ
 ເຄເຣທິເຕດ
+ເຄລູບາຍ
 ເຄຫະ
+ເຄຫັງ
 ເຄຫາ
+ເຄຫາດ
 ເຄັກຢາ
 ເຄັ່ງ
 ເຄັ່ງຂືມ
+ເຄັ່ງຄັດ
+ເຄັງຄື່ນ
+ເຄັງເຄັງ
+ເຄັ່ງຮ້ອນ
 ເຄັດ
+ເຄັດແຂ້ວ
+ເຄັດເຊມາເນ
+ເຄັດລັບ
+ເຄັ້ນ
+ເຄັນເນຊາເຣັດ
 ເຄັມ
 ເຄັ່ມ
 ເຄາະ
 ເຄາະໂຊກ
+ເຄິກ
 ເຄິເຂີນ
 ເຄິງ
 ເຄິ່ງ
 ເຄິ່ງຕົວ
 ເຄິ່ງທາງ
+ເຄີກ
 ເຄີ່ງ
 ເຄີຍ
+ເຄີບ
+ເຄີ້ມ
 ເຄີ່ອງ
 ເຄືອ
 ເຄື່ອ
+ເຄື້ອ
+ເຄືອກ້ວຍ
+ເຄືອກະໄດລີງ
+ເຄືອກະທາດ
+ເຄືອກຳຍານ
+ເຄືອກູດ
+ເຄືອເຂ
+ເຄືອເຂົາ
+ເຄືອເຂົາປູນ
+ເຄືອໄຂ່ແຂ້
+ເຄືອຄອມ
+ເຄືອຄ່າຍ
+ເຄືອໂຄກກະສຸນ
 ເຄືອງ
 ເຄື່ອງ
 ເຄື້ອງ
 ເຄື່ອງກະຈາຍສຽງ
+ເຄື່ອງກະສັດ
 ເຄື່ອງກັນ
+ເຄື່ອງກັ້ນ
+ເຄື່ອງກໍາຍານ
+ເຄື່ອງກໍາບັງ
+ເຄື່ອງກີດຂວາງ
+ເຄື່ອງກົນໄກ
 ເຄື່ອງເກາະ
 ເຄື່ອງແກ້
+ເຄື່ອງຂອງ
+ເຄື່ອງຂັດຂວາງ
+ເຄື່ອງຂົນແບ້
+ເຄື່ອງຂຽນ
+ເຄື່ອງໄຂມັນ
+ເຄື່ອງຄໍ້າ
+ເຄື່ອງຄາດ
+ເຄື່ອງຄາດແອວ
+ເຄື່ອງຄໍ້າປະກັນ
+ເຄື່ອງຄໍາ
+ເຄື່ອງຄຸມ
+ເຄື່ອງຄຸມເຕັນ
+ເຄື່ອງຄົວ
+ເຄື່ອງເຄົາ
+ເຄື່ອງງາມ
+ເຄື່ອງເງິນ
 ເຄື່ອງຈັກ
+ເຄື່ອງຈັບ
+ເຄື່ອງຈູນ
+ເຄື່ອງເຈາະກໍາແພງເມືອງ
+ເຄືອງໃຈ
+ເຄື່ອງສະດຸດ
+ເຄື່ອງສະຖາປານາ
+ເຄື່ອງສະຖາປານາບູຊາ
+ເຄື່ອງສະເຫວີຍ
+ເຄື່ອງສະອາດ
+ເຄື່ອງສັກກະລະບູຊາ
+ເຄື່ອງສັກສິດ
+ເຄື່ອງສັດຖວາຍບູຊາ
+ເຄື່ອງສັນຕິບູຊາ
+ເຄື່ອງສາຍ
+ເຄື່ອງສາມັນ
+ເຄື່ອງສໍາຄັນ
+ເຄື່ອງສູບລົມ
+ເຄື່ອງເສບ
+ເຄື່ອງໂສໂຄກ
+ເຄື່ອງຊໍາລະລ້າງ
 ເຄື່ອງຊີ
+ເຄື່ອງໃຊ້
+ເຄື່ອງໃຊ້ສອຍ
 ເຄື່ອງຍ່ອຍ
+ເຄື່ອງຍຸດໂທປະກອນ
+ເຄື່ອງຍົດ
 ເຄື່ອງຍົນ
 ເຄື່ອງດືມ
 ເຄື່ອງດື່ມ
+ເຄື່ອງດື່ມບູຊາ
+ເຄື່ອງດົນຕີ
 ເຄື່ອງຕໍ່
+ເຄື່ອງຕວງ
 ເຄື່ອງຕອງ
+ເຄື່ອງຕ້ອນ
+ເຄື່ອງຕັ້ງຖະຫວາຍ
 ເຄື່ອງຕັນ
+ເຄື່ອງເຕືອນໃຈ
+ເຄື່ອງແຕ່ງກາຍ
+ເຄື່ອງແຕ່ງຕົວ
+ເຄື່ອງຖວາຍ
+ເຄື່ອງຖວາຍບູຊາ
+ເຄື່ອງໄຖ່ບາບ
+ເຄື່ອງທອງສໍາລິດ
 ເຄື່ອງທານ
+ເຄື່ອງທໍາລາຍ
+ເຄື່ອງເທດ
+ເຄື່ອງເທິງ
+ເຄື່ອງນອນ
+ເຄື່ອງນໍ້າມັນ
+ເຄື່ອງນໍ້າອົບ
 ເຄື່ອງນຸ່ງ
+ເຄື່ອງນຸ່ງຂອງພຣະອົງ
+ເຄື່ອງນຸ່ງຫົ່ມ
+ເຄື່ອງເນົ່າ
 ເຄື່ອງໃນ
+ເຄື່ອງບໍ່ບໍລິສຸດ
+ເຄື່ອງບໍ່ເປັນມົນທິນ
+ເຄື່ອງບໍລິຈາກ
+ເຄື່ອງບໍລິສຸດ
+ເຄື່ອງບໍລິໂພກ
+ເຄື່ອງບັນທຸກ
+ເຄື່ອງບັນນາການ
 ເຄື່ອງບິນ
+ເຄື່ອງບູຊາ
+ເຄື່ອງບູຊາແກວ່ງ
+ເຄື່ອງບູຊາແກວ່ງຖວາຍ
+ເຄື່ອງບູຊາຖວາຍ
+ເຄື່ອງບູຊາໄຖ່ການລະເມີດ
+ເຄື່ອງບູຊາໄຖ່ບາບ
+ເຄື່ອງບູຊາໄຖ່ບາບລຶບລ້າງມົນທິນ
+ເຄື່ອງບູຊາປະຕິຍານ
+ເຄື່ອງບູຊາພືດຜົນ
+ເຄື່ອງບູຊາໂມທະນາ
+ເຄື່ອງບູຊາໂມທະນາພຣະຄຸນ
+ເຄື່ອງປ້ອງກັນ
+ເຄື່ອງປ້ອງກັນເອິກ
+ເຄື່ອງປະກອບ
+ເຄື່ອງປະດັບ
+ເຄື່ອງປະຕິຍານ
+ເຄື່ອງປັດສະຄາບູຊາ
+ເຄື່ອງປັ່ນ
+ເຄື່ອງປຸ້ນ
+ເຄື່ອງປົກຄຸມ
+ເຄື່ອງປົກປິດ
 ເຄື່ອງປ່ຽນ
+ເຄື່ອງປຽບທຽບ
+ເຄື່ອງເປັນມິນທິນ
+ເຄື່ອງຜອງ
+ເຄື່ອງຜູກ
+ເຄື່ອງເຜົາບູຊາ
+ເຄື່ອງພັນຮ່າງກາຍ
+ເຄື່ອງພາຊະນະ
+ເຄື່ອງພາຊະນະດິນ
+ເຄື່ອງມັດ
+ເຄື່ອງມັດຈໍາ
+ເຄື່ອງມີຄ່າ
 ເຄື່ອງມື
+ເຄື່ອງໂມທະນາພຣະຄຸນ
+ເຄື່ອງໄມ້
+ເຄື່ອງລະນຶກ
+ເຄື່ອງລັບ
+ເຄື່ອງລ້ຽງຊີບ
 ເຄື່ອງເລັ່ງ
+ເຄື່ອງວັດແທກ
+ເຄື່ອງໄວ້ອາໄລ
+ເຄື່ອງໜັກ
+ເຄື່ອງໜັງສັດ
 ເຄື່ອງໝາຍ
+ເຄື່ອງໝາຍການຄ້າ
+ເຄື່ອງຫອມ
+ເຄື່ອງຫອມບູຊາ
+ເຄື່ອງເຫຼັກ
+ເຄື່ອງອ້ອມ
+ເຄື່ອງອາພອນ
+ເຄື່ອງອາວຸດ
+ເຄື່ອງອຸທິດຖວາຍ
+ເຄື່ອງອຸປະກອນ
 ເຄື່ອງເອ້
+ເຄື່ອງເອ້ເທິງຫົວ
+ເຄື່ອງແອກ
+ເຄື່ອງຮ້າຍ
+ເຄື່ອງຮົບ
+ເຄື່ອງເຮືອນ
+ເຄື່ອງໄຮ້ຄ່າ
+ເຄືອຈັກກະພົບ
+ເຄືອຈີ່ຂໍ້
+ເຄືອຊະເອມ
+ເຄືອຊູດ
+ເຄືອດ
+ເຄືອດູ່ທົງ
+ເຄືອດູ່ທົ່ງ
+ເຄືອຕະໂປ້ງ
+ເຄືອຕັ້ງຕຸ່ນ
+ເຄືອຕາປາ
+ເຄືອຕີນຕັ່ງ
+ເຄືອໄຕລານ
+ເຄືອໄຕລາມ
 ເຄືອນ
 ເຄື່ອນ
+ເຄື່ອນຍ້າຍ
+ເຄື່ອນຕົວ
+ເຄື່ອນທັບ
 ເຄື່ອນທີ່
 ເຄືອນໄຫວ
 ເຄື່ອນໄຫວ
+ເຄື່ອນໄຫວໄປມາ
+ເຄືອນຽມ
 ເຄືອບ
+ເຄືອບຄຸມ
+ເຄືອບົ້ງເລນ
+ເຄືອພາຍສົງ
+ເຄືອໄມ້
+ເຄືອຢາງ
+ເຄືອລາງລິ່ງ
+ເຄືອລີ້ນແຮດ
+ເຄືອໜາມຄອງ
+ເຄືອໝ້ວຍ
+ເຄືອໝາກກະດິງ
+ເຄືອໝາກບ້າ
+ເຄືອຫໍາອີ່ປູ່
+ເຄືອຫູກ
+ເຄືອອີ່ເຖົ້າ
+ເຄືອອີ່ລຸມປຸມເປົ້າ
+ເຄືອເອັນອ່ອນ
 ເຄົາ
+ເຄົ່າ
 ເຄົ້າ
+ເຄົ້າເມົ້າ
 ເຄົາລົບ
+ເຄົາລົບນັບຖື
 ແຄ
+ແຄ່
+ແຄ໋ກ
 ແຄງ
 ແຄ່ງ
 ແຄງໃຈ
 ແຄນ
 ແຄ້ນ
+ແຄ້ນເຄືອງ
 ແຄ້ນໃຈ
+ແຄນເບຣາ
+ແຄ່ນິ້ວ
+ແຄ່ນີ້
 ແຄບ
 ແຄ້ບ
 ແຄມ
+ແຄ່ມ
+ແຄມທະເລ
+ແຄມທາງ
+ແຄ່ມ້ອນ
+ແຄວ
 ແຄ່ວ
 ແຄ້ວ
+ແຄວກ
+ແຄວ້ງ
+ແຄວນ
 ແຄວ້ນ
+ແຄ້ວນ
+ແຄ່ຫີ້ງ
+ແຄະ
+ແຄັສເຕີ
+ແຄັດແລັດ
 ແຄັມເບີຣາ
+ໂຄ
+ໂຄກ
+ໂຄຄະນາ
+ໂຄຄາດ
+ໂຄເຄນ
 ໂຄງ
+ໂຄ່ງ
 ໂຄ້ງ
 ໂຄງການ
+ໂຄງຫາມ
+ໂຄ່ງຮ່າງ
 ໂຄຈອນ
+ໂຄຈະລະ
+ໂຄຈະລະຄາມ
+ໂຄຈະລະພູມ
+ໂຄສະ
+ໂຄສະກະ
+ໂຄສະນາ
+ໂຄສະນາການ
+ໂຄສານ
+ໂຄສົກ
+ໂຄສົກຄູ່
+ໂຄສົກດ່ຽວ
+ໂຄ່ຍ
+ໂຄ້ຍ
 ໂຄດ
+ໂຄດຄນ
+ໂຄດໂລດ
+ໂຄດົມ
+ໂຄຕະ
+ໂຄຕະມະ
+ໂຄຕະລະພູ
+ໂຄຕະລະພູຍານ
+ໂຄນ
 ໂຄ່ນ
 ໂຄ້ນ
+ໂຄ່ນຄ້ານ
+ໂຄ່ນລົ້ມ
 ໂຄບ
+ໂຄບານ
+ໂຄບຸດ
 ໂຄມ
-ໂຄສະນາ
-ໂຄສົກ
+ໂຄມເຈ້ຍ
+ໂຄມຕັ້ງ
+ໂຄມຖ່ານຫີນ
+ໂຄມປີວ
+ໂຄມໄຟ
+ໂຄມູດ
+ໂຄເມດ
+ໂຄໄມ
+ໂຄຣາຊານ
+ໂຄເຣ
+ໂຄລະໂຄທາ
+ໂຄລ່າ
+ໂຄລົດ
+ໂຄລົບ
+ໂຄວິສານ
+ໂຄັຍ
 ໃຄ
+ໃຄ່
 ໄຄ
 ໄຄ່
+ໄຄ້
+ໄຄຄາ
+ໄຄຄ້າວ
+ໄຄແຜ່ນ
 ໄຄ່ໂພງ
 ໄຄໂລ
+ໄຄວ
+ໄຄວ່
 ງໍ
 ງໍ່
 ງໍ້
@@ -4032,5170 +6422,1728 @@
 ງວງ
 ງ່ວງ
 ງ້ວງ
+ງ້ວງງ້ຽງ
+ງວງຊ້າງ
 ງວຍ
+ງວຍໄມ້
 ງວດ
+ງວດງາ
+ງວນ
+ງ້ວນ
+ງ້ວນດິນ
+ງ້ວນໝູ
+ງ້ວນເຫງົາ
+ງ່ວມ
+ງ່ວມເຫງົາ
 ງວາກ
 ງວາຍ
+ງວຳ
 ງອກ
+ງອກງາມ
+ງອງ
+ງ່ອງ
+ງ້ອງ
+ງ້ອງແງ້ງ
 ງອຍ
+ງ່ອຍ
 ງອດ
 ງອນ
+ງ່ອນ
+ງ້ອນ
+ງ່ອນຕໍ່
+ງອບ
+ງອບແງບ
 ງອມ
 ງ່ອມ
+ງ້ອມ
+ງະ
+ງັກງັກ
+ງັງງັງ
 ງັດ
 ງັນ
+ງັນກຳ
+ງັນເຮືອນດີ
 ງັບ
+ງັອກ
 ງາ
 ງ່າ
+ງ້າ
+ງໍ່າ
 ງໍ້າ
+ງາກງາກ
+ງາຂາວ
+ງ່າເຄົ້າ
 ງ້າງ
+ງາຊ້າງ
 ງາຍ
 ງ່າຍ
+ງ່າຍໆ
 ງ່າຍດາຍ
+ງາດ
 ງານ
 ງ່ານ
+ງານປະຈໍາ
+ງານລ້ຽງ
+ງານຮັບໃຊ້
+ງາບ
 ງາມ
 ງ່າມ
+ງາມສະຫງ່າ
 ງ່າວ
 ງ້າວ
+ງ້າວແວງ
 ງຳ
+ງິກງິກ
 ງິ້ວ
 ງີບ
+ງີມ
+ງີ້ວ
+ງີ້ວດຳ
+ງີ້ວຜາ
 ງຶກ
 ງຶດ
 ງຶດງໍ້
+ງຶດງໍ້າ
+ງຶ້ມ
 ງືນ
 ງືບ
+ງືມ
 ງຸ່ນ
+ງຸບ
 ງຸ່ບ
+ງຸບງາບ
+ງຸບເງີງ
+ງຸມ
 ງຸ່ມ
+ງຸ້ມ
+ງຸ່ມງ່າມ
 ງຸ່າຍ
 ງູ
+ງູກະບານ
+ງູກ່ານປ້ອງ
+ງູກິນຫາງ
+ງູຂຽວ
+ງູຄັນຈອງ
+ງູງ້ວງກາງດົງ
+ງູງວງຊ້າງ
+ງູຈົງອາງ
+ງູສາ
+ງູສິງ
+ງູສິງດົງ
+ງູຊວງ
+ງູດາງແຫ
+ງູດິນ
+ງູເດິກດໍາບັນ
+ງູເຕື່ອຍ
+ງູປາ
+ງູພິດ
+ງູຟາງ
+ງູ່ມງ່າມ
 ງູເຫົ່າ
+ງູເຫຼືອມ
+ງູເຫຼືອມອໍ້
+ງູເຫຼົາ
+ງູອໍ່າທຳທານ
+ງູຮ້າຍ
+ງົກ
 ງົງ
+ງົງງັນ
 ງົດ
 ງົດງາມ
 ງົດເວັ້ນ
 ງົບ
+ງົບດູນ
+ງົບປະມານ
 ງົມ
+ງົມງວາ
 ງົມງວາຍ
 ງົວ
+ງົ້ວ
+ງົວກະທິງ
+ງົວເງຍ
+ງົວສາວ
+ງົວຕ່າງ
+ງົວທະນູ
+ງົວບາ
 ງົວປ່າ
+ງົວຜູ້
+ງົວແມ່
+ງົວໜຸ່ມ
 ງ່ຽງ
 ງ້ຽງ
+ງ່ຽງຫູ
+ງຽນ
+ງ້ຽນ
 ງຽບ
+ງ້ຽວ
 ເງ
+ເງາະ
+ເງິ
 ເງິງະ
 ເງິນ
+ເງິນກ້ອນ
+ເງິນກີບ
+ເງິນຄໍາ
+ເງິນສຳຮອງທະນາຄານ
+ເງິນສົດ
+ເງິນເຊື່ອ
+ເງິນຍວງ
+ເງິນດ້ວງ
+ເງິນດົງ
+ເງິນເດືອນ
+ເງິນໂດລາ
 ເງິນຕາ
+ເງິນຕາຍ
+ເງິນຕາຕ່າງປະເທດ
+ເງິນຕູ້
+ເງິນທອນ
+ເງິນນອນ
+ເງິນບາດ
+ເງິນປອມ
+ເງິນປະກັນ
+ເງິນປັນຜົນ
+ເງິນປາກຜີ
+ເງິນປິ
+ເງິນຜ່ອນ
+ເງິນຝືດ
+ເງິນເຟີ້
+ເງິນມະເນ
+ເງິນຢວນ
+ເງິນຢາດ
+ເງິນຢືມ
+ເງິນເຢັນ
+ເງິນຣູປີ
+ເງິນລາຍໄດ້
+ເງິນລາດ
+ເງິນລຽງ
+ເງິນໝາກຄໍ້
+ເງິນຫຼິ້ງ
+ເງິນອັດ
+ເງິນຮາງ
+ເງີ້
+ເງີກ
+ເງີງ
 ເງີງະ
 ເງີຍ
+ເງີຍໜ້າ
 ເງີນ
 ເງີບ
+ເງີບປາ
+ເງີ້ມ
+ເງືອກ
 ເງືອດ
 ເງື່ອນ
 ເງື່ອນໄຂ
 ເງື່ອນງຳ
+ເງື່ອນຫງໍ່າ
 ເງື້ອມ
+ເງື້ອມແງ່
+ເງື້ອມມື
 ເງົາ
+ເງົ່າ
 ເງົ້າ
+ເງົາງາມ
+ເງົາແຫ່ງຄວາມຕາຍ
 ແງ
 ແງ່
+ແງກ
+ແງງ
+ແງ່ງ
+ແງ່ງອນ
+ແງ່ງ່ອນ
+ແງ່ດີ
 ແງນ
 ແງ້ນ
+ແງນແງ່
+ແງບ
+ແງ່ມ
 ແງ້ມ
+ແງ່ມອງ
+ແງວ
+ແງ່ວ
+ແງ້ວ
+ແງ່ຮ້າຍ
+ແງະ
 ໂງ
 ໂງ່
+ໂງກ
 ໂງກເງກ
 ໂງ່ເຂົາ
+ໂງ່ງ
+ໂງ້ງ
+ໂງເງ
 ໂງ່ຈ້າ
+ໂງໃສ່
+ໂງດເງດ
+ໂງນ
 ໂງ່ນ
+ໂງ່ນຜາ
 ໂງ່ນຫີນ
+ໂງບ
+ໂງມ
+ໂງ່ມ
+ໂງະ
+ໄງ
+ໄງ່
 ໄງ້
+ໄງ້ງັ່ນ
 ຈໍ
 ຈໍ່
+ຈໍ້
 ຈໍເຈຍ
+ຈໍເຈຍທາວ
+ຈໍແຈ
 ຈໍຊີເນ
+ຈໍ່ດອກ
 ຈໍແດນ
+ຈໍ່ລໍ່
 ຈໍລະຈອນ
 ຈໍລະຈັດ
 ຈໍລະບີ
 ຈໍລາຈົນ
+ຈວກ
+ຈ່ວງ
+ຈ້ວງ
+ຈ່ວງລ່ວງ
+ຈວຍ
+ຈ້ວຍ
+ຈ້ວຍກ້ວຍ
+ຈວດ
 ຈວນ
+ຈວນເຈົ້າເມືອງ
+ຈວນແຈ້ງ
+ຈວນໂຕ
 ຈວບ
+ຈ້ວມ
+ຈວັດ
+ຈວາດ
+ຈໍ້ຫວໍ້
 ຈອກ
+ຈອກຈ້ອນ
+ຈ໊ອກແຈ໊ກ
+ຈອກພອກ
+ຈອກຫຼອກ
 ຈອງ
 ຈ່ອງ
 ຈ້ອງ
+ຈ່ອງກຳຈອງເວນ
+ຈອງຈໍາ
+ຈ່ອງຈຳ
+ຈ່ອງແຈະ
+ຈ່ອງປ່ອງ
+ຈ້ອງພ້ອງ
+ຈອງວອງ
 ຈອງເວນ
+ຈ່ອງເວນ
 ຈອງຫອງ
 ຈ່ອຍ
 ຈ້ອຍ
+ຈ່ອຍຜອມ
+ຈ່ອຍວ່ອຍ
 ຈອດ
+ຈອດຈອດ
+ຈອດລອດ
+ຈອນ
+ຈ້ອນ
+ຈອນບາງ
+ຈອນຟອນ
+ຈອນໜາ
+ຈອນຫູ
 ຈອບ
+ຈອບທັບ
+ຈອບອອຍ
 ຈອມ
+ຈ່ອມ
+ຈ້ອມ
+ຈ່ອມກ່ອມ
+ຈອມກະສັດ
+ຈອມຂວັນ
+ຈອມເຈົ້ານາຍ
+ຈອມໃຈ
+ຈອມໄຕ
+ຈອມທັບ
+ຈອມໄທ້
+ຈ່ອມເບັດ
+ຈອມປວກ
+ຈອມປອມ
+ຈ່ອມປ່ອມ
+ຈ່ອມປາ
+ຈອມພິພາກສາ
+ຈອມພົນ
+ຈອມພົນທະຫານ
+ຈອມເວດມົນຄາຖາ
+ຈອມຫົວ
 ຈະ
+ຈະກັນ
+ຈະແຈ້ງ
+ຈະແຈ່ມ
+ຈະຕຸ
+ຈະຕຸຄາດ
+ຈະຕຸຄູນ
+ຈະຕຸສະດົມ
+ຈະຕຸຖີ
+ຈະຕຸທິບພະຄັນທາ
+ຈະຕຸບໍລິສັດ
+ຈະຕຸບາດ
+ຈະຕຸປັດໄຈ
+ຈະຕຸປາລິສຸດທິສິນ
+ຈະຕຸພູມ
+ຈະຕຸລະ
+ຈະຕຸລະຍຸກ
+ຈະຕຸລະພອນ
+ຈະຕຸລະພັກ
+ຈະຕຸລະພາກ
+ຈະຕຸລະພິດທະພອນ
+ຈະຕຸລະວັນນະ
 ຈະຕຸລັດ
+ຈະຕຸລາລິຍະສັດ
+ຈະຕຸລົງຄະກີທາ
+ຈະຕຸລົງຄະເສນາ
+ຈະຕຸລົງຄະທັນ
+ຈະຕຸລົນ
+ຈະຕຸລົນລັດສະໝີ
+ຈະຕຸໂລກ
+ຈະຕຸໂລກະບານ
+ຈະປະທານ
+ຈະມອນ
+ຈະລະ
+ຈະລະນະ
+ຈະລາຈອນ
 ຈະລາຈົນ
 ຈະລິຍະ
+ຈະລິຍະສາດ
+ຈະລິຍະສຶກສາ
+ຈະລິຍະທຳ
+ຈະລິຍາ
+ຈະລິດ
+ຈະລຸນ
+ຈະເລ
 ຈະເລີນ
+ຈະເລີນຮຸ່ງເຮືອງ
 ຈະຫລວດ
 ຈະຫຼວດ
+ຈະຫຼວດນຳວິຖີ
+ຈະໃຫ້
 ຈັກ
 ຈັກກະຍານ
 ຈັກກະພັດ
+ຈັກກະພັດນິຍົມ
+ຈັກກະພາກ
+ຈັກກະພົບ
+ຈັກກະລາສີ
 ຈັກກະວັດ
 ຈັກກະວານ
+ຈັກກີ
+ຈັກຂຸ
+ຈັກຂຸໂຄຈອນ
+ຈັກຂຸສຳຜັດ
+ຈັກຂຸທະວານ
+ຈັກຂຸປະສາດ
+ຈັກຂຸວິໄສ
+ຈັກຂຸວິນຍານ
+ຈັກຈັກ
+ຈັກຈັ່ນ
 ຈັກຈັ້ນ
+ຈັກສຸ
+ຈັກຕອກ
+ຈັກປີ
 ຈັກລົດ
 ຈັກຫຍິບ
 ຈັກໜ່ອຍ
+ຈັກໜ້ອຍ
 ຈັງ
 ຈັ່ງ
 ຈັ້ງ
+ຈັງກອນ
 ຈັ່ງໃດ
 ຈັງວະ
 ຈັງຫວະ
+ຈັງຫວັດ
+ຈັງຫັນ
+ຈັງຫາ
+ຈັງໄຮ
 ຈັດ
 ຈັດການ
+ຈັດການສຳລວດ
+ຈັດກຽມ
 ຈັດງານ
 ຈັດແຈງ
+ຈັດສັນ
 ຈັດຕະວາ
+ຈັດຕະວາສົກ
 ຈັດຕັ້ງ
+ຈັດແຖວ
+ຈັດທໍາ
 ຈັດວາງ
+ຈັດຫາ
+ຈັດອັນດັບ
 ຈັນ
+ຈັ່ນ
+ຈັ້ນ
+ຈັນຂາວ
 ຈັນຍາ
+ຈັນຍາບັນ
+ຈັນແດງ
+ຈັນໄດ
 ຈັນທະ
+ຈັນທະຄະຕິ
 ຈັນທະຄາດ
+ຈັນທະນະ
+ຈັນທະນະຄີລີ
+ຈັນທະລະ
+ຈັນທະລະຄຸບ
+ຈັນທະລະໂຄສີກາ
+ຈັນທະລະໂຍຄະ
+ຈັນທະລະພິມ
+ຈັນທະລະພູຕິ
+ຈັນທະລະມາດ
+ຈັນທະລະມົນທົນ
+ຈັນທະລະລັດຕະນະ
+ຈັນທະລະວົງ
+ຈັນທະລາພາ
+ຈັນທະລາພາດ
+ຈັນທະລາໂລກ
+ຈັນທະລຸປະລາຄາ
+ຈັນທະໂລທັດ
+ຈັນທັນ
+ຈັນທາ
+ຈັນທານ
+ຈັນເທດ
+ຈັນບ້ານ
+ຈັນຫອມ
+ຈັນອັບ
 ຈັບ
+ຈັບກັງ
 ຈັບກຸມ
+ຈັບຈ່ອງ
+ຈັບຈັບ
 ຈັບຈ່າຍ
+ຈັບຈຸດ
+ຈັບຈູດ
 ຈັບໃຈ
+ຈັບສະຫຼາກ
+ຈັບຊ່າຍ
 ຈັບໄດ້
+ຈັບຕ້ອງ
+ຈັບຕາ
+ຈັບຕາເບິ່ງ
+ຈັບປິ້ງ
+ຈັບຜິດ
+ຈັບຫງາຍ
+ຈັອດ
 ຈາ
 ຈ່າ
 ຈ້າ
 ຈໍ້າ
 ຈາກ
+ຈາກນັ້ນ
+ຈາກນີ້
+ຈາກພາກ
+ຈໍ້າກາ
+ຈາກາຕາ
+ຈໍ້າກາປະທັບ
+ຈາຄະ
+ຈໍ້າຄັ່ງ
+ຈໍ້າເຄັມ
 ຈາງ
 ຈ່າງ
 ຈ້າງ
+ຈ້າງຄົນ
+ຈ່າງຈະ
+ຈ້າງຍົນ
+ຈ່າງປ່າງ
+ຈ້າງລົດ
+ຈ່າງຮ່າງ
+ຈ້າໂງ່
+ຈໍ້າຈີດ
 ຈ່າຍ
+ຈ້າຍ
 ຈ່າຍເງິນ
+ຈ້າຍລ່າງ
+ຈາດ
+ຈາຕ້ານ
+ຈາຕຸ
+ຈາຕຸກະລະນີ
+ຈາຕຸທະສິ
+ຈາຕຸທິດ
+ຈາຕຸມ
+ຈາຕຸມມະຫາລາດ
+ຈາຕຸລະ
+ຈາຕຸລົງ
+ຈາຕຸລົງຄະສັນນິບາດ
+ຈາຕຸລົນ
+ຈາເຕະ
 ຈານ
 ຈ່ານ
+ຈານບິນ
+ຈ່ານພ່ານ
+ຈໍ່ານໍ່າ
+ຈາບ
 ຈາມ
 ຈ່າມ
+ຈາມອນ
+ຈາມະນີ
 ຈາມະລີ
 ຈາໄມກາ
 ຈາຣິດ
+ຈາລະ
 ຈາລະກຳ
 ຈາລະຈອນ
+ຈາລະຈາ
 ຈາລະຈົນ
+ຈາລະໄນ
+ຈາລະບຸລຸດ
+ຈາລິກ
+ຈາລີ
 ຈາລຶກ
+ຈາລຸ
+ຈາລຸສິລາ
+ຈາລຸເນດ
+ຈາລຸພັກ
+ຈາລຸເພດ
+ຈາລຸວັນໂນ
 ຈາວ
 ຈ່າວ
 ຈ້າວ
+ຈ້າວຈ້າວ
+ຈ່າໜ້າ
+ຈາຫານ
+ຈາຮີດ
+ຈາຮີດປະເພນີ
+ຈາຮຸນ
 ຈຳ
 ຈຳກັດ
 ຈຳເຂັ່ຍ
+ຈຳໃຈ
+ຈຳສິນ
+ຈຳຊຳ
+ຈຳເດີມ
+ຈໍາຕ້ອງ
 ຈຳນວນ
 ຈຳນວນຫລາຍ
 ຈຳນວນຫຼາຍ
 ຈຳນຳ
+ຈຳນຳພັນສາ
+ຈຳນົງ
 ຈຳນົນ
 ຈຳແນກ
+ຈຳບັງ
+ຈຳປາ
+ຈຳປາສັກ
+ຈຳປາແດງ
+ຈຳປີ
 ຈຳເປັນ
 ຈຳພວກ
+ຈຳພັນສາ
 ຈຳເພາະ
+ຈຳມະ
+ຈຳມະການ
+ຈຳມະຂັນ
 ຈຳລອງ
 ຈຳເລີຍ
+ຈໍາເລີນ
 ຈຳແລງ
 ຈຳຫງາຍ
 ຈຳໜ່າຍ
+ຈິ
 ຈິກ
+ຈິກຈອກ
+ຈິກິ
 ຈິງ
 ຈິ່ງ
+ຈິ້ງ
+ຈິ່ງຄິ່ງ
 ຈິງຈັງ
+ຈິ່ງໂຈ້
 ຈິງໃຈ
+ຈິງແທ້
+ຈິ່ງປິ່ງ
+ຈິ້ງພິ້ງ
+ຈິງຢູ່
+ຈິ້ງຫິ້ງ
+ຈິງຮິງຈອງຮອງ
 ຈິດ
 ຈິດໃຈ
+ຈິດສຳນຶກ
+ຈິດສໍານຶກຜິດຊອບ
+ຈິດຕະກອນ
 ຈິດຕະກຳ
+ຈິດຕະກຳພົນ
+ຈິດຕະເຈດ
+ຈິດຕະໂຈນ
+ຈິດຕະສາດ
+ຈິດຕະຍົມ
+ຈິດຕະນາດ
 ຈິດຕະນິຍົມ
+ຈິດຕະບຳບັດ
+ຈິດຕະພາບ
+ຈິດຕະພາວະນາ
+ຈິດຕະແພດ
+ຈິດຕະລະດາ
+ຈິດຕະລາດ
+ຈິດຕະເລຂາ
+ຈິດຕະວັນ
+ຈິດຕະວິຈິດ
+ຈິດຕະວິສຸດທິ
+ຈິດຕະວິໄສ
 ຈິດຕະວິທະຍາ
+ຈິດຕະວິພາກ
+ຈິດຕະເວຊະສາດ
+ຈິດຕະເວທະນາ
+ຈິດຕາຄານ
+ຈິດຕານຸປັດສະນາ
+ຈິດຕານຸພາບ
+ຈິດໃຕ້ສຳນຶກ
 ຈິດນິຍົມ
 ຈິດວິນຍານ
+ຈິດໄຮ້ສຳນຶກ
 ຈິຕຣະກຳ
+ຈິນດາ
+ຈິນດາມະນີ
+ຈິນດາໄມ
+ຈິນຕະກະວີ
 ຈິນຕະນາການ
+ຈິນຕາ
+ຈິນຕາມະຍະປັນຍາ
 ຈິບ
 ຈິບຫາຍ
 ຈິມ
+ຈິ່ມ
+ຈິລະ
+ຈິລະການ
+ຈິລັນດອນ
+ຈິລັບປະວາສິ
+ຈິລັບປະວາດ
+ຈິລາຍຸດ
+ຈີ
 ຈີ່
 ຈີ້
 ຈີກ
+ຈີກຂາດ
+ຈີ່ກ້ຽມ
+ຈີ່ໂກະ
+ຈີ່ເຂັບ
+ຈີ່ແຂ້
 ຈີງ
 ຈີ່ຈໍ່
+ຈີ້ຈ້ຽມ
+ຈີ່ຊອນ
+ຈີດີພີ
 ຈີນ
+ຈີນຕາເວັນອອກ
+ຈີນໃຕ້
+ຈີ່ນາຍ
+ຈີ່ນາຍກ້ອມ
+ຈີນາຍໂມ້
+ຈີ່ນູນ
 ຈີບ
+ຈີບຸຕິ
 ຈີບູຕີ
+ຈີ່ປອມ
+ຈີ່ໂປນ
 ຈີມ
 ຈີ້ມ
+ຈີ່ລໍ່
 ຈີເລ
+ຈີວອນ
+ຈີວະລະ
+ຈີວະລະກາລະສະມະຍະ
+ຈີວະລະກາລະສະໄໝ
+ຈີວະລະກຳ
+ຈີວະລະທານະສະໄໝ
+ຈີ້ຫວີ້
 ຈຶ່ງ
+ຈຶ້ງ
+ຈຶ້ງເບິ່ງ
+ຈຶ້ງພຶ້ງ
 ຈື
 ຈື່
 ຈືກ
+ຈືກື
 ຈືຈຳ
 ຈື່ຈຳ
 ຈືດ
+ຈືດຈາງ
 ຈືນ
 ຈື້ນ
 ຈຸ
 ຈຸກ
+ຈຸກຈິກ
 ຈຸກສຽບ
+ຈຸກຜາມ
 ຈຸກັນ
+ຈຸກຸ
+ຈຸຍ
+ຈຸ້ຍ
+ຈຸ້ຍລຸ້ຍ
 ຈຸດ
+ຈຸດຈີ່ໝ້ອມ
+ຈຸດຈີ່ໝຸ້ມ
+ຈຸດຈົບ
+ຈຸດສຸມ
+ຈຸດສູນກາງ
+ຈຸດຍຸດທະສາດ
+ຈຸດເດັ່ນ
+ຈຸດຕາຍ
 ຈຸດປະສົງ
+ຈຸດປະທະ
+ຈຸດປຸດ
+ຈຸດຢືນ
 ຈຸດລວມ
 ຈຸດໝາຍ
+ຈຸດໝາຍປາຍທາງ
+ຈຸດອ່ອນ
+ຈຸດອີ່ມໂຕ
+ຈຸດຮ້ອນ
+ຈຸຕິ
+ຈຸຕູປະປາຕະຍານ
+ຈຸທາ
+ຈຸທາມະນີ
+ຈຸທາມາດ
 ຈຸນ
 ຈຸ່ນ
 ຈຸ້ນ
+ຈຸ່ນບຸ່ນ
+ຈຸນລະ
+ຈຸນລະກະຖິນ
+ຈຸນລະສັກກະຫຼາດ
+ຈຸນລະສານ
 ຈຸນລະຊີບ
 ຈຸນລະທັດ
 ຈຸນລະພາກ
+ຈຸນລະພົນ
+ຈຸນລະວັກ
+ຈຸບ
+ຈຸບຸ
+ຈຸເປົ່າແກ
+ຈຸໄຟ
 ຈຸ່ມ
 ຈຸ້ມ
 ຈຸ່ມນໍ້າ
+ຈຸມພິດ
+ຈຸມພົດ
 ຈຸລະຊີບ
 ຈຸລະທັດ
+ຈຸລະພາກ
+ຈຸລະມະນີ
 ຈຸລະຫັດ
+ຈຸລາ
+ຈຸລາລັກ
+ຈຸລິນຊີ
 ຈູ
+ຈູ້
 ຈູງ
 ຈູງໃຈ
+ຈູງມື
+ຈູຈີ
 ຈູ້ຈີ້
+ຈູຊາ
 ຈູດ
 ຈູດເຜົາ
 ຈູດໄຟ
+ຈູດລູດ
 ຈູນ
+ຈູ່ນພູ່ນ
 ຈູບ
+ຈູບຈ້າວ
+ຈູບພູບ
+ຈູມ
 ຈູ່ມ
 ຈູມເຈືອ
+ຈູມປວກ
 ຈູລະພາກ
+ຈູ່ລູ່
 ຈົກ
 ຈົງ
 ຈົ່ງ
+ຈົ້ງ
+ຈົງກັນ
+ຈົ່ງກົ່ງ
+ຈົງກົນ
+ຈົງກົນນີ
+ຈົງຈອດ
+ຈົ່ງໂຈະ
+ຈົງໃຈ
+ຈົງໂຜດ
+ຈົງເອື້ອ
 ຈົງຮັກ
 ຈົງຮັກພັກດີ
 ຈົດ
 ຈົດຈໍ່
+ຈົດຈຳ
+ຈົດເຊັນບັນຊີ
 ຈົດທະບຽນ
+ຈົດທົດ
+ຈົດປົດ
+ຈົດຫມາຍ
 ຈົດໝາຍ
 ຈົນ
+ຈົ້ນ
+ຈົນກວ່າ
+ຈົນກະທັ້ງ
+ຈົ້ນເຂົ້າ
+ຈົນຈິດໃດ
+ຈົນແຈ້ງ
+ຈົນໃຈ
+ຈົນຕາແຈ
+ຈົນເທົ້າ
+ຈົນມູມ
+ຈົນວ່າ
+ຈົນຮອດ
 ຈົບ
 ຈົບລົງ
 ຈົມ
 ຈົ່ມ
+ຈົມກົມ
+ຈົ່ມຂວັນ
 ຈົ່ມຂູ່
+ຈົ່ມທຸກ
 ຈົມນໍ້າ
 ຈົມເລີຍ
+ຈົ່ມວ່າ
+ຈົ່ມໜັງສື
+ຈົວ
+ຈົ່ວ
+ຈົວະ
+ຈຽກ
 ຈຽງ
+ຈຽງປືນ
+ຈຽດ
+ຈຽນ
+ຈຽບ
 ຈ້ຽບ
 ຈຽມ
+ຈຽວ
+ເຈ
+ເຈ້
+ເຈ້ງ
+ເຈງເລງ
+ເຈຍ
+ເຈ່ຍ
 ເຈ້ຍ
+ເຈ້ຍກາກບອນ
+ເຈ້ຍຈັງໂກ
+ເຈ້ຍສາ
+ເຈຍບິ້ງ
+ເຈ້ຍໂປເລຍ
+ເຈຍລະການ
+ເຈຍລະຄີກ
 ເຈຍລະໃນ
 ເຈຍລະໄນ
+ເຈຍລະພາກ
+ເຈຍລະຮ້າງ
+ເຈ້ຍຫູ
+ເຈດ
+ເຈດຈຳນົງ
 ເຈດຕະນາ
 ເຈດຕະນາລົມ
+ເຈດີ
+ເຈດີນະສະຖານ
+ເຈຕະ
+ເຈຕະຄະຕິ
+ເຈຕະສິກ
 ເຈຕະນາ
+ເຈຕະນາລົມ
+ເຈຕະພູດ
+ເຈຕິຍະສະຖານ
 ເຈນ
 ເຈລະຈາ
 ເຈັກ
+ເຈັງ
 ເຈັ້ງ
+ເຈັ້ງເພັ້ງ
+ເຈັງເລັງ
 ເຈັຍ
 ເຈັ້ຍ
 ເຈັຍລະໄນ
 ເຈັດ
+ເຈັດສິບ
+ເຈັດສິບເຈັດ
+ເຈັດສິບສອງ
+ເຈັດສິບສາມ
+ເຈັດສິບສີ່
+ເຈັດສິບພັນ
+ເຈັດສິບຫ້າ
+ເຈັດສິບຫົກ
+ເຈັດພັນ
+ເຈັດຮ້ອຍ
 ເຈັບ
 ເຈັບໄຂ້
 ເຈັບໃຈ
+ເຈັບແສບ
+ເຈັບທ້ອງ
+ເຈັບປ່ວຍ
 ເຈັບປວດ
 ເຈັບເປັນ
 ເຈັບຫລັງ
 ເຈັບຫົວ
 ເຈັບຫຼັງ
+ເຈັບຮ້ອນ
 ເຈາະ
+ເຈາະຈີ້ມ
 ເຈາະຈົງ
+ເຈາະເບາະ
 ເຈີ
+ເຈີງ
+ເຈີ່ຍ
+ເຈີ້ຍ
+ເຈີ້ຍພູ
 ເຈີດ
 ເຈີມ
+ເຈີ້ມ
+ເຈີມຕັ້ງ
 ເຈືອ
+ເຈື້ອ
+ເຈືອງ
+ເຈື່ອງເຫງົ້າ
+ເຈື່ອງເຮື່ອງ
+ເຈືອຈານ
+ເຈື້ອຍ
+ເຈືອດ
+ເຈື່ອນ
+ເຈືອປົນ
+ເຈືອລະເນືອ
 ເຈົ່າ
 ເຈົ້າ
 ເຈົ້າການ
-ເຈົ້າຊູ້
+ເຈົ້າກີ້ເຈົ້າການ
+ເຈົ້າກູ
+ເຈົ້າກົກ
+ເຈົ້າຂອງ
+ເຈົ້າຂອງສວນ
+ເຈົ້າຂອງສວນອະງຸ່ນ
+ເຈົ້າຂອງເຮືອນ
+ເຈົ້າແຂວງ
+ເຈົ້າຈອມມິ່ງ
 ເຈົ້າສາວ
+ເຈົ້າຊາຍ
+ເຈົ້າຊີວິດ
+ເຈົ້າຊູ້
+ເຈົ້າຍິງ
+ເຈົ້າຕໍາມຸດ
+ເຈົ້າຕິ່ວຊ້າງ
+ເຈົ້ານາຍ
+ເຈົ້າບ່າວ
+ເຈົ້າບຸນເຈົ້າຄຸນ
+ເຈົ້າແຜ່ນຫຼ້າ
+ເຈົ້າພາບ
+ເຈົ້າແພງຊ້າງ
+ເຈົ້າຟ້າ
+ເຈົ້າຟ້າງຸ່ມ
+ເຈົ້າຟ້າງ້ຽວ
+ເຈົ້າມື
+ເຈົ້າເມືອງ
+ເຈົ້າແມ່
+ເຈົ້າລຸ່ມຟ້າ
+ເຈົ້າວັດ
 ເຈົ້າໜ້າທີ່
+ເຈົ້າໜ້າທີ່ລາຊະການ
+ເຈົ້າໜີ້
+ເຈົ້າເໜືອຫົວ
+ເຈົ້າໝື່ນມ້າວ
+ເຈົ້າຫົວ
+ເຈົ້າເຫຼົ່າ
+ເຈົ້າເຮືອນ
 ແຈ
 ແຈ້
 ແຈກ
+ແຈກເຂົ້າ
+ແຈກຈັງຫັນ
+ແຈກຈ່າຍ
+ແຈກັນ
 ແຈງ
+ແຈ່ງ
 ແຈ້ງ
+ແຈ້ງກ່າງຈ່າງ
 ແຈ້ງການ
 ແຈ້ງຄວາມ
+ແຈ່ງແຈະ
+ແຈ່ງຟ້າ
+ແຈ່ງແຮ່ງ
 ແຈຊໍ
 ແຈດ
+ແຈທາງ
+ແຈ້ນ
+ແຈ້ນແຈ້ນ
 ແຈບ
 ແຈມ
 ແຈ່ມ
+ແຈ່ມແຈ້ງ
+ແຈ່ມສະຫວ່າງ
+ແຈ່ມໃສ
+ແຈວ
 ແຈ່ວ
+ແຈ່ວໃຄ່
+ແຈ້ວແຈ້ວ
+ແຈ່ວບອງ
+ແຈະ
+ແຈັດ
+ໂຈ
+ໂຈ່
 ໂຈ້
 ໂຈກ
 ໂຈກເກີ
+ໂຈກໂຈກ
+ໂຈກໂພກ
+ໂຈກໂຫຼກ
+ໂຈ້ເຂົ້າ
 ໂຈ່ງ
+ໂຈ່ຍໂລ່ຍ
 ໂຈດ
+ໂຈດໂລດ
+ໂຈທະກະ
+ໂຈທະນາ
 ໂຈນ
 ໂຈມ
 ໂຈມຕີ
+ໂຈລະ
+ໂຈລະກຳ
+ໂຈ່ໂລ່
+ໂຈ່ໂວ່
 ໂຈະ
 ໃຈ
+ໃຈ້
+ໃຈກວ້າງ
+ໃຈກວ້າງຂວາງ
+ໃຈກ້າ
 ໃຈກາງ
+ໃຈກ້າຫານ
+ໃຈຂັດເຄືອງ
+ໃຈຂີ້ຢ້ານ
+ໃຈຂຸ່ນ
+ໃຈຂົມຂື່ນ
+ໃຈແຂງ
+ໃຈແຂງກະດ້າງ
+ໃຈຄໍ
 ໃຈຄວາມ
+ໃຈຄາມ
+ໃຈຄົດ
+ໃຈຄຽດຮ້າຍ
+ໃຈແຄບ
+ໃຈງ່າຍ
+ໃຈຈອງຫອງ
+ໃຈຈອດ
+ໃຈຈິງ
+ໃຈຈືດໃຈດໍາ
+ໃຈຈົງຮັກ
+ໃຈຈົດຈໍ່
+ໃຈເຈັບ
+ໃຈແຈ່ມ
+ໃຈສໍ້ໂກງ
+ໃຈສະຫງົບ
+ໃຈສະໝັກ
+ໃຈສະຫຼາດ
+ໃຈສັດຊື່
+ໃຈສໍານຶກຜິດຊອບ
+ໃຈສຸພາບ
+ໃຈສູ້
+ໃຈສູງ
+ໃຈໃສ່
+ໃຈຊອບ
 ໃຈຊື່
+ໃຈຊື່ສັດ
+ໃຈຊື່ນບານ
+ໃຈຊົ່ວ
+ໃຈຍິນດີ
+ໃຈດຳ
+ໃຈດີ
+ໃຈດື້
+ໃຈດື້ດ້ານ
+ໃຈດູໝິ່ນ
+ໃຈດຽວກັນ
 ໃຈເດັດ
+ໃຈເດືອດຮ້ອນ
+ໃຈຕາຍ
+ໃຈແຕກ
+ໃຈຖ່ອມ
+ໃຈຖ່ອມລົງ
+ໃຈທຸກ
+ໃຈທ່ຽງ
+ໃຈທ່ຽງທໍາ
+ໃຈນ້ອຍ
+ໃຈນອບນ້ອມ
+ໃຈບໍລິສຸດ
+ໃຈບ້າ
+ໃຈບານ
+ໃຈບາບ
 ໃຈບຸນ
+ໃຈເບີກບານ
+ໃຈເບົາ
+ໃຈປອງ
+ໃຈປ່ອງ
+ໃຈປໍ້າ
+ໃຈປາແດກ
+ໃຈປາຖະໜາ
+ໃຈປານີ
+ໃຈປຶກ
+ໃຈພ້ອມ
+ໃຈມານ
+ໃຈມື
+ໃຈເມດຕາ
+ໃຈເມືອງ
+ໃຈຢ້ານກົວ
 ໃຈເຢັນ
+ໃຈລໍາອຽງ
+ໃຈໂລກ
+ໃຈວອງແວງ
+ໃຈວັ່ງ
+ໃຈວາຍ
+ໃຈວິເຄາະຜິດຊອບ
+ໃຈວິເຄາະຜິດແລະຊອບ
+ໃຈຫວັງດີ
+ໃຈຫັນກັບ
+ໃຈຫົດຫູ່
+ໃຈອວດອົ່ງ
+ໃຈອ່ອນ
+ໃຈອ່ອນສຸພາບ
+ໃຈອ່ອນແອ
+ໃຈອີດູ
+ໃຈອົງອາດກ້າຫານ
+ໃຈອົດກັ້ນ
+ໃຈອົດທົນ
+ໃຈຮ້ອນ
+ໃຈຮ້ອນຮົນ
+ໃຈຮັກ
 ໃຈຮ້າຍ
-ຊໍ
-ຊໍ່
-ຊ່ວງ
-ຊ່ວງທ້ອງ
-ຊວຍ
-ຊ່ວຍ
-ຊ່ວຍທູດ
-ຊ່ວຍເຫລືອ
-ຊ່ວຍເຫລື່ອ
-ຊ່ວຍເຫຼືອ
-ຊ່ວຍເຫຼື່ອ
-ຊວດ
-ຊວນ
-ຊ້ວນ
-ຊ້ວນເອົາ
-ຊວາດ
-ຊວ້ານ
-ຊອກ
-ຊອກເຊີ
-ຊອກດານີ
-ຊອງ
-ຊ່ອງ
-ຊ້ອງ
-ຊ່ອງແຄບ
-ຊ່ອງໜ່ວຍ
-ຊ່ອຍ
-ຊ້ອຍ
-ຊອດ
-ຊ້ອນ
-ຊອບ
-ຊອບໃຈ
-ຊອບທຳ
-ຊອບພໍ
-ຊ້ອມ
-ຊະ
-ຊະກີລາ
-ຊະຄາດ
-ຊະງັກ
-ຊະນະ
-ຊະນະເລີດ
-ຊະນິດ
-ຊະມ້ອຍ
-ຊະມິນາ
-ຊະລາ
-ຊະເລີຍ
-ຊະແລງ
-ຊະໂລມ
-ຊະວະເລກ
-ຊັກ
-ຊັກຈູງ
-ຊັກຊວນ
-ຊັກຊ້າ
-ຊັງ
-ຊັ່ງ
-ຊັ້ງ
-ຊັງໂຈເຊ
-ຊັ່ງຊາ
-ຊັງຊານວາດໍ
-ຊັງດານ
-ຊັງຕີກຣາມ
-ຊັງຕີແມັດ
-ຊັງຕີອາໂກ
-ຊັງມາລີໂນ
-ຊັດ
-ຊັ້ດ
-ຊັດເຈນ
-ຊັດແຈ້ງ
-ຊັນ
-ຊັ້ນ
-ຊັ້ນກາງ
-ຊັ້ນດຽວ
-ຊັນໂຕໂດມິງໂກ
-ຊັ້ນລ່າງ
-ຊັ້ນລຸ່ມ
-ຊັ້ນສູງ
-ຊັ້ນເອກ
-ຊັບ
-ຊັບພະຍາກອນ
-ຊັບສິນ
-ຊັບສົມບັດ
-ຊາ
-ຊ່າ
-ຊ້າ
-ຊໍ້າ
-ຊາກ
-ຊາກສົບ
-ຊາແກຣບ
-ຊາຄະລີນ
-ຊ່າງ
-ຊ້າງ
-ຊ້າງເຜືອກ
-ຊ່າງໄມ້
-ຊ່າງເຫລັກ
-ຊ່າງເຫຼັກ
-ຊ່າງອົບ
-ຊາຍ
-ຊ້າຍ
-ຊາຍຊູ້
-ຊາຍແດນ
-ຊາຍຝັ່ງ
-ຊາດ
-ຊ້າດ
-ຊາດນິຍົມ
-ຊາດໝາ
- #	ຊາດູກາຍ duplicate of an earlier entry
-ຊາຕາ
-ຊາຕາກຳ
-ຊໍ້າເຕີມ
-ຊານ
-ຊານາ
-ຊາບ
-ຊາມ
-ຊ້າມ
-ຊາມົວ
-ຊາຣາເຢໂວ
-ຊາລາ
-ຊາລື
-ຊ່າລື
-ຊາໂລມົງ
-ຊາວ
-ຊ່າວ
-ຊາວໂກມໍ
-ຊາວຕຣິນີດັດ
-ຊາວຕຸຍນີຊີ
-ຊາວໂຕເມ
-ຊາວນາ
-ຊາວພຸດ
-ຊາວເມືອງ
-ຊາວໜຸ່ມ
-ຊາວອີຣີເຕຣຍ
-ຊາວໂອມັນ
-ຊໍ້າອີກ
-ຊາອຸນ
-ຊາອູດິດ
-ຊາເອັຍ
-ຊຳ
-ຊຳນານ
-ຊຳນິ
-ຊຳນິຊຳນານ
-ຊຳບີ
-ຊຳລະ
-ຊຳລຸດ
-ຊິ
-ຊິກ
-ຊິກາ
-ຊິງ
-ຊິງຊ້າ
-ຊິ້ນ
-ຊິນເຄີຍ
-ຊິເນ
-ຊິມ
-ຊິໂລ
-ຊິວິດ
-ຊິວິໄລ
-ຊີ
-ຊີ້
-ຊີກ
-ຊີການປາ
-ຊີກຸລີ
-ຊີ້ຂາດ
-ຊີເຄັມ
-ຊີງ
-ຊີງກັນ
-ຊີງໄຊ
-ຊີ້ແຈງ
-ຊີດ
-ຊີດີ
-ຊີໂດມ
-ຊີນ
-ຊີ້ນ
-ຊີ້ນຳ
-ຊີເນ
-ຊີເນມາ
-ຊີບ
-ຊີບພະຈອນ
-ຊີບຳເວ
-ຊີ້ປົ່ງ
-ຊີພະຈອນ
-ຊີມ
-ຊີມັງ
-ຊີເມັນ
-ຊີຣິ
-ຊີຣີ
-ຊີວະ
-ຊີວະປະຫວັດ
-ຊີວະວິທະຍາ
-ຊີວັນ
-ຊີວາ
-ຊີວິດ
-ຊີວິນ
-ຊີອອມ
-ຊີາບະເວ
-ຊຶ່ງ
-ຊຶງກັນ
-ຊື
-ຊື່
-ຊື້
-ຊື່ກົງ
-ຊື້ຂາຍ
-ຊື່ງ
-ຊື້ຈ້າງ
-ຊື່ຕົງ
-ຊືນ
-ຊື່ນ
-ຊື່ນໃຈ
-ຊື່ນບານ
-ຊືມ
-ຊື່ມ
-ຊື່ສັດ
-ຊື່ສຽງ
-ຊື່ເຮືອ
-ຊຸກ
-ຊຸກຍູ້
-ຊຸກຕີ
-ຊຸດ
-ຊຸດໂຊມ
-ຊຸນ
-ຊຸ່ນ
-ຊຸນລະມຸນ
-ຊຸບ
-ຊຸບຊິບ
-ຊຸມ
-ຊຸ່ມ
-ຊຸ້ມ
-ຊຸມເຂົ້າ
-ຊຸມຊົນ
-ຊຸມນຸມ
-ຊູ
-ຊູ່
-ຊູ້
-ຊູຊີ
-ຊູດັງ
-ຊູນ
-ຊູຣິນາມ
-ຊູວາ
-ຊູແອັດ
-ຊົກ
-ຊົງ
-ຊົງຄຸນວຸດທິ
-ຊົດ
-ຊົດຊື່ນ
-ຊົດເຊີຍ
-ຊົດໃຊ້
-ຊົນ
-ຊົ້ນ
-ຊົນຊັ້ນ
-ຊົນນະບົດ
-ຊົນເຜົ່າ
-ຊົນລະ
-ຊົນລະປະທານ
-ຊົບ
-ຊົມ
-ຊົມຊອບ
-ຊົມເຊີຍ
-ຊົມລົມຊົນ
-ຊົລແຟ
-ຊົ່ວ
-ຊົ່ວຄາວ
-ຊົ່ວໂມງ
-ຊົ່ວຮ້າຍ
-ຊຽກ
-ຊຽງ
-ຊຽນ
-ຊ່ຽນ
-ຊ່ຽວ
-ຊຽວຊານ
-ຊ່ຽວຊານ
-ເຊ
-ເຊຊັດ
-ເຊແຊນ
-ເຊຍຣາເລອອນ
-ເຊເດຄີຢາ
-ເຊເນກາ
-ເຊເນການ
-ເຊເນຍ
-ເຊບູໂລນ
-ເຊຟະທາ
-ເຊຣາຟີມ
-ເຊຣູບາເບັນ
-ເຊອັອກຊີ
-ເຊອັອກເຊຍ
-ເຊອຸນ
-ເຊໂອ
-ເຊັກໂກ
-ເຊັດ
-ເຊັນ
-ເຊັ່ນ
-ເຊັ້ນ
-ເຊັນຊື່
-ເຊັບ
-ເຊາະ
-ເຊິງ
-ເຊິ່ງ
-ເຊິຊະ
-ເຊິະ
-ເຊີ
-ເຊີ້
-ເຊີງ
-ເຊີ່ງ
-ເຊີ້ຊ້າ
-ເຊີເຊີມ
-ເຊີຍ
-ເຊີດ
-ເຊີນ
-ເຊີນຊວນ
-ເຊີມ
-ເຊຶ່ງ
-ເຊື່ອ
-ເຊື້ອ
-ເຊືອກ
-ເຊື້ອກ
-ເຊື່ອງ
-ເຊື່ອໃຈ
-ເຊື່ອຍ
-ເຊື່ອຖື
-ເຊື້ອບ
-ເຊືອບຫລັບ
-ເຊືອບຫຼັບ
-ເຊື້ອເພີງ
-ເຊື່ອຟັງ
-ເຊື່ອມ
-ເຊື່ອມຄ່າ
-ເຊື້ອໂລກ
-ເຊື້ອສາຍ
-ເຊື່ອໝັ້ນ
-ເຊົາ
-ເຊົ່າ
-ເຊົ້າ
-ເຊົາຢຸດ
-ແຊ
-ແຊ່
-ແຊກ
-ແຊກວາຕີ
-ແຊງ
-ແຊ່ງ
-ແຊນເລີຣີ
-ແຊບ
-ແຊບນົວ
-ແຊມ
-ແຊ່ເຢັນ
-ແຊຣີ
-ແຊວ
-ແຊ່ວ
-ແຊວາເຕີ
-ແຊັກ
-ແຊັງ
-ແຊັງຈອນ
-ໂຊ
-ໂຊ່
-ໂຊກ
-ໂຊກຊະຕາ
-ໂຊກຊາຕາ
-ໂຊໂກ
-ໂຊໂກໂລບ
-ໂຊຊີອາລິສຕ
-ໂຊຍ
-ໂຊດ
-ໂຊດົມ
-ໂຊເຟັຍ
-ໂຊມ
-ໂຊມອນ
-ໂຊມາລີ
-ໂຊລູຊີອົງ
-ໂຊວຽດ
-ໂຊຫວຽດ
-ໂຊອັນ
-ໃຊ້
-ໄຊ
-ໄຊໂຍ
-ໄຊບື
-ໄຊປຣັດສ໌
-ໄຊປັຣດ໌
-ຍໍ
-ຍໍ່
-ຍວງ
-ຍ່ວງ
-ຍອກ
-ຍອງ
-ຍ່ອງ
-ຍ້ອງ
-ຍ້ອງຍໍ
-ຍ່ອຍ
-ຍ້ອຍ
-ຍອດ
-ຍອດຢ້ຽມ
-ຍອດຮັກ
-ຍ່ອນ
-ຍ້ອນ
-ຍ່ອນຍ້ານ
-ຍອບ
-ຍອມ
-ຍ່ອມ
-ຍ້ອມ
-ຍ່ອມໄດ້ມີ
-ຍອມຕາມ
-ຍ້ອມຜ້າ
-ຍ້ອມສີ
-ຍອມຮັບ
-ຍະ
-ຍະໂສ
-ຍັກ
-ຍັກຍອກ
-ຍັງ
-ຍັດ
-ຍັດຍຽດ
-ຍັດຕິ
-ຍັນ
-ຍັບ
-ຍັບຢັ້ງ
-ຍາ
-ຍ່າ
-ຍໍ່າ
-ຍໍ້າ
-ຍາກ
-ຍາງ
-ຍ່າງ
-ຍາຍ
-ຍ້າຍ
-ຍ້າຍໄປ
-ຍາດ
-ຍາດໄດ້
-ຍາດຕິ
-ຍານ
-ຍ່ານ
-ຍານພາຫະນະ
-ຍານຸພາບ
-ຍາພໍ່
-ຍາມ
-ຍາມໜາວ
-ຍາວ
-ຍ້າວ
-ຍຳ
-ຍ່ຳ
-ຍຳເກງ
-ຍິງ
-ຍິ່ງ
-ຍິນ
-ຍິນຍອມ
-ຍິນດີ
-ຍິບ
-ຍິບຍັບ
-ຍິ້ມ
-ຍີ
-ຍີ່
-ຍີກ
-ຍີງ
-ຍີ່ງ
-ຍີນ
-ຍີນດີ
-ຍີບ
-ຍີປຸ່ນ
-ຍີ່ປຸ່ນ
-ຍີ້ມ
-ຍີ່ຫໍ້
-ຍຶດ
-ຍຶດຖື
-ຍຶດໝັ້ນ
-ຍຶດເອົາ
-ຍື່ງ
-ຍືດ
-ຍືນ
-ຍື່ນ
-ຍຸກ
-ຍຸກສະໄໜ
-ຍຸກສະໃໝ
-ຍຸງ
-ຍຸ່ງ
-ຍຸ້ງ
-ຍຸ້ງຍາກ
-ຍຸຍົງ
-ຍຸແຍ່
-ຍຸດຕິ
-ຍຸດຕິທຳ
-ຍຸດທະພັນ
-ຍຸດທະວິທີ
-ຍຸດທະສາດ
-ຍຸດໂທ
-ຍຸດໂທປະກອນ
-ຍຸຕິທຳ
-ຍຸທະພັນ
-ຍຸບ
-ຍຸບລົງ
-ຍຸ້ມ
-ຍຸວະຊົນ
-ຍູ
-ຍູ້
-ຍົກ
-ຍົກຍໍ
-ຍົກຍ້ອງ
-ຍົກໂທດ
-ຍົກເລີກ
-ຍົກເວັ້ນ
-ຍົກໜຶ່ງ
-ຍົງ
-ຍົດ
-ຍົດຖາ
-ຍົນ
-ຍົ່ນ
-ຍົ້ນ
-ຍົນເມ
-ຍົວະ
-ຍົວະໃຈ
-ຍຽດ
-ຍຽບ
-ຍ່ຽວ
-ເຍຍລະມັນ
-ເຍັຍ
-ເຍັ້ນ
-ເຍາະ
-ເຍາະເຍີ້ຍ
-ເຍີ້
-ເຍີ້ຍ
-ເຍື່ອ
-ເຍື້ອ
-ເຍືອງ
-ເຍື່ອງ
-ເຍື່ອຍ
-ເຍື້ອນ
-ເຍົາ
-ເຍົ້າ
-ເຍົາວະຊົນ
-ແຍ່
-ແຍກ
-ແຍກທາງ
-ແຍກທາດ
-ແຍງ
-ແຍ່ງ
-ແຍ້ງ
-ແຍ້ມ
-ແຍັບນາ
-ໂຍກ
-ໂຍດ
-ໂຍທາ
-ໂຍນ
-ໂຍະຍານ
-ໃຍ
-ໄຍ
-ດຣີມ
-ດວງ
-ດ້ວງ
-ດວງຈັນ
-ດວງດາວ
-ດ້ວຍ
-ດ່ວນ
-ດ້ວນ
-ດອກ
-ດອກແກ້ວ
-ດອກເຕີ
-ດອກເບ້ຍ
-ດອກໄມ້
-ດອງ
-ດ່ອງ
-ດອຍ
-ດ້ອຍ
-ດອນ
-ດ່ອນ
-ດອນອັດ
-ດອມ
-ດ້ອມ
-ດະມິດລີອຸນຢາໂນບ
-ດັກ
-ດັກແດ້
-ດັງ
-ດັ່ງ
-ດັງແກັກ
-ດັ່ງເດີມ
-ດັ່ງທີ່
-ດັ່ງນັ້ນ
-ດັດ
-ດັດກາ
-ດັດຊະນີ
-ດັດແປງ
-ດັນ
-ດັ້ນ
-ດັບ
-ດ່າ
-ດາກ
-ດາກາ
-ດ່າງ
-ດ້າງ
-ດາຍ
-ດ້າຍ
-ດາດ
-ດ່ານ
-ດ້ານ
-ດ້ານໜ້າ
-ດາບ
-ດາມ
-ດ້າມ
-ດາມັດ
-ດາຣາສາດ
-ດາຣູຊາລາມ
-ດາລາ
-ດາລາສາດ
-ດາວ
-ດ້າວ
-ດາວຫາງ
-ດ່າວ່າ
-ດຳ
-ດຳນາ
-ດຳນໍ້າ
-ດຳເນີນ
-ດຳປິກ
-ດຳລັດ
-ດຳລົງ
-ດິກ
-ດິດ
-ດິນ
-ດິ້ນ
-ດິນຈີ່
-ດິນດາກ
-ດິນຕໍ່ແຜ່ນ
-ດິນໄຖ
-ດິນນາ
-ດິນພຽງ
-ດິບ
-ດິ້ວ
-ດີ
-ດີໃຈ
-ດີດ
-ດີນ
-ດີ້ນ
-ດີນາມິກ
-ດີບຸກ
-ດີເລີດ
-ດີ້ວ
-ດີອາແລກຕິກ
-ດີອົກ
-ດຶກ
-ດຶກດຳບັນ
-ດຶງ
-ດຶງດູດ
-ດື້
-ດືກ
-ດືງ
-ດື່ງ
-ດື້ດຶງ
-ດື່ນ
-ດື່ມ
-ດຸ
-ດຸກ
-ດຸດັນ
-ດຸເດືອດ
-ດຸ່ນ
-ດຸຣິຢາງ
-ດຸໝັ່ນ
-ດູ
-ດູກ
-ດູຊັງເບ
-ດູດ
-ດູດຊືມ
-ດູດດຶງ
-ດູຖູກ
-ດູບ
-ດູແບັຣງ
-ດູແລ
-ດູໜິ່ນ
-ດູໝິ່ນ
-ດົກ
-ດົງ
-ດົງດັງ
-ດົງໂດກ
-ດົນ
-ດົນດີ
-ດົນຕຣີ
-ດົນຕີ
-ດົມ
-ດ່ຽງ
-ດຽງສາ
-ດຽດ
-ດຽມ
-ດຽວ
-ດ່ຽວ
-ດຽວກັນ
-ດ່ຽວດອງ
-ເດ
-ເດ່
-ເດກ
-ເດກຸຍຊີ
-ເດຊະບຸນ
-ເດຍລະດາດ
-ເດຍລະສານ
-ເດນມາດ
-ເດັກ
-ເດັກແດງ
-ເດັກນ້ອຍ
-ເດັດ
-ເດັ່ນ
-ເດັ້ນ
-ເດາະ
-ເດິກ
-ເດິ່ນ
-ເດີ້
-ເດີນ
-ເດີ່ນ
-ເດີ່ນຍົນ
-ເດີນທາງ
-ເດີ່ນບິນ
-ເດີ່ນບີນ
-ເດີມ
-ເດີມພັນ
-ເດືອ
-ເດື່ອ
-ເດື່ອງ
-ເດືອຍ
-ເດືອດ
-ເດືອດຮ້ອນ
-ເດືອນ
-ເດົາ
-ແດ່
-ແດກ
-ແດກຮ່າ
-ແດງ
-ແດດ
-ແດນ
-ໂດກ
-ໂດ່ງ
-ໂດຍ
-ໂດຍທາງ
-ໂດຍສານ
-ໂດດ
-ໂດດດ່ຽວ
-ໂດໂດມາ
-ໂດນ
-ໂດນັດ
-ໂດມິນິກ
-ໂດມິນີກັນ
-ໂດມີນິກ
-ໂດມີນີກັນ
-ໂດລາ
-ໃດ
-ໄດ
-ໄດ້
-ຕໍ
-ຕໍ່
-ຕໍ້
-ຕໍ່ຕ້ານ
-ຕໍ່ເຕີມ
-ຕໍ່ທ້າຍ
-ຕໍ່ນົກ
-ຕໍ່ເນື່ອງ
-ຕໍ່ໄປ
-ຕໍ່ມາ
-ຕຣິນີດັດ
-ຕຣີ
-ຕຣີເອການຸພາບ
-ຕລາດ
-ຕລົກ
-ຕວກເມນິດສະຕັງ
-ຕວກເອນິດສະຕັງ
-ຕວງ
-ຕ່ວງ
-ຕວດ
-ຕວະ
-ຕໍ່ວ່າ
-ຕວຽກກີ
-ຕໍ່ສູ້
-ຕໍ່ໃສ່
-ຕອກ
-ຕອກປີໂດ
-ຕອງ
-ຕ້ອງ
-ຕ໋ອງ
-ຕ້ອງການ
-ຕ່ອຍ
-ຕ້ອຍ
-ຕອດ
-ຕອນ
-ຕ່ອນ
-ຕ້ອນ
-ຕອນເຊົ້າ
-ຕອນເທິງ
-ຕອນບ່າຍ
-ຕອບ
-ຕອບແທນ
-ຕອມ
-ຕະກຸກ
-ຕະກຸນ
-ຕະກູນ
-ຕະກົ່ວ
-ຕະກຽງ
-ຕະໂກນ
-ຕະຂວາງ
-ຕະຂີດ
-ຕະແຄງ
-ຕະຕັກ
-ຕະບອງ
-ຕະໃບ
-ຕະໄບ
-ຕະປູ
-ຕະຝັ່ງ
-ຕະພຶດ
-ຕະພື
-ຕະພືດ
-ຕະລາງ
-ຕະລ່າງ
-ຕະລິ່ງ
-ຕະລືງ
-ຕະລຸຍ
-ຕະລົກ
-ຕະເລ່
-ຕະເວັນ
-ຕະຫລອດ
-ຕະຫລາດ
-ຕະຫລົກ
-ຕະຫຼອດ
-ຕະຫຼາດ
-ຕະຫຼົກ
-ຕັກ
-ຕັກກະ
-ຕັກຊິກ
-ຕັກຊິກິສະຖານ
-ຕັກຊີ
-ຕັກເຕືອນ
-ຕັກແຕນ
-ຕັກນໍ້າ
-ຕັງ
-ຕັ່ງ
-ຕັ້ງ
-ຕັ້ງໃຈ
-ຕັ້ງຊັນ
-ຕັງຊານີ
-ຕັ້ງຊື່
-ຕັ້ງຕົ້ນ
-ຕັ້ງແຕ່
-ຕັ້ງທ້ອງ
-ຕັ່ງນອນ
-ຕັ້ງສາກ
-ຕັ່ງອີ່
-ຕັ່ງອີ້
-ຕັດ
-ຕັດຈີກິດສະຕັງ
-ຕັດທອນ
-ຕັດຜົມ
-ຕັດສະແກນ
-ຕັດສິນ
-ຕັດສີນ
-ຕັດຫົວ
-ຕັນ
-ຕັ້ນ
-ຕັນຫາ
-ຕັບ
-ຕັບງົວ
-ຕາ
-ຕໍ່າ
-ຕາກ
-ຕາຂ່າຍ
-ຕໍ່າຄຳ
-ຕາງ
-ຕ່າງ
-ຕາງເງິນ
-ຕ່າງດາວ
-ຕ່າງດ້າວ
-ຕ່າງແດນ
-ຕາງໜ້າ
-ຕ່າງຫາກ
-ຕ້າງຫູ
-ຕາຊະແກນ
-ຕາຊົມ
-ຕາຍ
-ຕ້າຍ
-ຕາຍໃຈ
-ຕາຍຕົວ
-ຕາຍາຍ
-ຕາດ
-ຕາແດງ
-ຕາຕະລາງ
-ຕາຕີນ
-ຕາເຕັງດຸລະພາບ
-ຕານ
-ຕ້ານ
-ຕານລີນ
-ຕານ່າງ
-ຕາແນງ
-ຕາບ
-ຕາບອດ
-ຕາບີລີຊີ
-ຕາເປົ່າ
-ຕາມ
-ຕາເມັດ
-ຕາແມັດ
-ຕາຣະຊິດ
-ຕາຣາວາ
-ຕາລັນຕົນ
-ຕໍ່າລົງ
-ຕ່າວ
-ຕາເວັນ
-ຕາໜາງ
-ຕາໜ່າງ
-ຕາເຫັນ
-ຕຳ
-ຕ່ຳ
-ຕຳກັນ
-ຕຳນັກ
-ຕຳນານ
-ຕຳນິ
-ຕຳນົກ
-ຕຳລັບ
-ຕຳລາ
-ຕຳໜັກ
-ຕຳໜິ
-ຕຳແໜ່ງ
-ຕ່ຳແໜ່ງ
-ຕຳຫລວດ
-ຕຳຫຼວດ
-ຕຳແຫລກ
-ຕຳແຫຼກ
-ຕຳອິດ
-ຕິ
-ຕິກ
-ຕິງ
-ຕິຊົມ
-ຕິດ
-ຕິດກັນ
-ຕິດໃຈ
-ຕິດຕໍ່
-ຕິດຕາມ
-ຕິດຕົວ
-ຕິດນຳ
-ຕິດບາດ
-ຕິດໜ້າ
-ຕິດແໜ້ນ
-ຕິດຫລັງ
-ຕິດຫຼັງ
-ຕິດເຫລົ້າ
-ຕິດເຫຼົ້າ
-ຕິຕຽນ
-ຕິເບເຣຍ
-ຕິເຮັດ
-ຕີ
-ຕີໄກ່
-ຕີງ
-ຕີນ
-ຕີນກາ
-ຕີນເປັດ
-ຕີນເປົ່າ
-ຕີບ
-ຕີບານ
-ຕີເບ
-ຕີມວຍ
-ຕີຣນາ
-ຕີຣໂປລີ
-ຕີລາຄາ
-ຕີຫລັງກາ
-ຕີຫຼັງກາ
-ຕີເຫລັກ
-ຕີເຫຼັກ
-ຕີເອການຸພາບ
-ຕຶກ
-ຕຶກຕອງ
-ຕຶກເບັດ
-ຕຶກປາ
-ຕຶງ
-ຕຶບ
-ຕຶບໜາ
-ຕື່
-ຕື້
-ຕືກ
-ຕືງ
-ຕື່ນ
-ຕື້ນ
-ຕື່ນກາ
-ຕື່ນຂຶ້ນ
-ຕື່ນເຕັ້ນ
-ຕື່ນແຮ້ງ
-ຕືບ
-ຕື່ມ
-ຕື່ມໃສ່
-ຕຸກກະຕາ
-ຕຸ໋ກກາຕາ
-ຕຸກເມນ
-ຕຸກເມນີ
-ຕຸກເມເນຍ
-ຕຸ້ຍ
-ຕຸຍນີຊີ
-ຕຸດ
-ຕຸ່ນ
-ຕຸບ
-ຕຸມ
-ຕຸ່ມ
-ຕຸ້ມ
-ຕຸ້ມຄ້ອງ
-ຕຸ້ມນົກ
-ຕຸ່ມຝີ
-ຕຸ້ມຫູ
-ຕຸລາ
-ຕຸລາການ
-ຕຸລິຍາງ
-ຕູ
-ຕູ້
-ຕູ້ໂຊ
-ຕູດ
-ຕູ້ຕໍ່າ
-ຕູບ
-ຕູມ
-ຕູ່ມ
-ຕູ້ມ
-ຕູວາລູ
-ຕູ່ຫາ
-ຕົກ
-ຕົກໃຈ
-ຕົກຕໍ່າ
-ຕົກຕາດ
-ຕົກແຕ່ງ
-ຕົກລົງ
-ຕົກສີ
-ຕົກຫລມ
-ຕົກຫຼມ
-ຕົງ
-ຕົ່ງ
-ຕົງກັນ
-ຕົງກາ
-ຕົນ
-ຕົ້ນ
-ຕົ້ນຕໍ
-ຕົນຕົວ
-ຕົ້ນໄມ້
-ຕົ້ນເຫດ
-ຕົນເອງ
-ຕົບ
-ຕົບແຕ່ງ
-ຕົບມື
-ຕົມ
-ຕົ້ມ
-ຕົວ
-ຕົ້ວ
-ຕົວຄົນ
-ຕົວທີ
-ຕົວແທນ
-ຕົວຜູ້
-ຕົວຢ່າງ
-ຕົວລະຄອນ
-ຕົວໜັງສື
-ຕົວຫານ
-ຕົວໃຫຍ່
-ຕົວະ
-ຕຽງ
-ຕຽງນອນ
-ຕຽນ
-ຕຽມ
-ເຕ
-ເຕ້ຍ
-ເຕເຣບັງຕີນ
-ເຕເຣຣານ
-ເຕວເວວ
-ເຕໂອແຮມ
-ເຕະ
-ເຕັກ
-ເຕັກນິກ
-ເຕັກໂນໂລຢີ
-ເຕັງ
-ເຕັງກັນ
-ເຕັ້ຍ
-ເຕັນ
-ເຕັ້ນ
-ເຕັ້ນລຳ
-ເຕັ້ນສູງ
-ເຕັມ
-ເຕັ້ມ
-ເຕັມແຂນ
-ເຕັມໃຈ
-ເຕັມທີ
-ເຕັມທີ່
-ເຕັມປ່ຽມ
-ເຕັມໝົດ
-ເຕັມຫອບ
-ເຕາະ
-ເຕີງ
-ເຕີບ
-ເຕີບໂຕ
-ເຕີມ
-ເຕື້ອງ
-ເຕືອນ
-ເຕົ້ມ
-ເຕົາ
-ເຕົ່າ
-ເຕົ້າ
-ເຕົ້ານົມ
-ເຕົາໄຟ
-ເຕົ້າຮູ້
-ເຕົ້າໂຮມ
-ແຕ່
-ແຕກ
-ແຕກເຊັກ
-ແຕກແຍກ
-ແຕກຕ່າງ
-ແຕກເຕີ
-ແຕກຫັກ
-ແຕກແຫງ
-ແຕ່ໄກ
-ແຕງ
-ແຕ່ງ
-ແຕງກວາ
-ແຕ່ງກາຍ
-ແຕ່ງຕັ້ງ
-ແຕ່ງຕົວ
-ແຕ່ງເພັງ
-ແຕ່ງໃຫ້
-ແຕ່ເຊົ້າ
-ແຕນ
-ແຕ໊ບ
-ແຕ້ມ
-ແຕ່ລະ
-ແຕ່ວ່າ
-ແຕ່ເຫດ
-ແຕະ
-ແຕັມ
-ແຕັ້ມ
-ໂຕ
-ໂຕ່
-ໂຕ້
-ໂຕກ
-ໂຕກຽວ
-ໂຕໂກ
-ໂຕ່ງ
-ໂຕເຈຍ
-ໂຕເຍືອງ
-ໂຕ້ແຍ້ງ
-ໂຕດ້ວງ
-ໂຕ້ຕອບ
-ໂຕ້ຕ້ານ
-ໂຕ້ຖຽງ
-ໂຕນ
-ໂຕ້ນ
-ໂຕບາໂກ
-ໂຕບົ້ງ
-ໂຕຜູ້
-ໂຕເມ
-ໂຕແມ່
-ໂຕໂລຊີ
-ໂຕ້ວາທີ
-ໂຕອ່ຽນ
-ໂຕະ
-ໃຕ້
-ໃຕ້ດິນ
-ໄຕ
-ໄຕ່
-ໄຕ້
-ໄຕ່ຕອງ
-ໄຕຫວັນ
-ຖໍ້ຖອຍ
-ຖນົນ
-ຖ່ວງ
-ຖ້ວຍ
-ຖ່ວນ
-ຖ້ວນ
-ຖ້ວມ
-ຖວາຍ
-ຖອກ
-ຖອງ
-ຖອຍ
-ຖ່ອຍ
-ຖ້ອຍ
-ຖ້ອຍຄວາມ
-ຖອຍຫລັງ
-ຖອຍຫຼັງ
-ຖອດ
-ຖອດຖອນ
-ຖອນ
-ຖ່ອມ
-ຖ່ອມໃຈ
-ຖະນຸ
-ຖະພາບ
-ຖະໜອມ
-ຖະໜັດ
-ຖະໜົນ
-ຖະໝັດ
-ຖະຫວາຍ
-ຖະເຫລ
-ຖະເຫຼ
-ຖະແຫລງ
-ຖະແຫຼງ
-ຖະໄຫລ
-ຖະໄຫຼ
-ຖັກ
-ຖັກສານ
-ຖັງ
-ຖັ່ງ
-ຖັງໄມ້
-ຖັດ
-ຖັດໄປ
-ຖັນ
-ຖັບ
-ຖ້າ
-ຖໍ້າ
-ຖາກ
-ຖາງ
-ຖ່າຍ
-ຖ່າຍຮູບ
-ຖາດ
-ຖານ
-ຖ່ານ
-ຖ້ານ
-ຖ່ານໄຟ
-ຖ່ານຫີນ
-ຖານະ
-ຖາມ
-ຖາວອນ
-ຖິ່ນ
-ຖິ່ນຖານ
-ຖິ້ມ
-ຖິວ
-ຖີ່
-ຖີ່ນ
-ຖີບ
-ຖີ້ມ
-ຖື
-ຖືກ
-ຖືກໃຈ
-ຖືກດາດ
-ຖືກຕ້ອງ
-ຖືກຕີ
-ຖືກປາກ
-ຖືກຫລອກ
-ຖືກຫຼອກ
-ຖືດ
-ຖືຕາມ
-ຖືນາມ
-ຖືວ່າ
-ຖືສິດ
-ຖືເອົາ
-ຖຸ
-ຖູ
-ຖູ່
-ຖູກ
-ຖົກ
-ຖົກຖຽງ
-ຖົງ
-ຖົມ
-ຖົ່ມ
-ຖົມເຖ
-ຖົ່ວ
-ຖຽງ
-ຖຽງກັນ
-ຖຽງນາ
-ເຖ
-ເຖາະ
-ເຖິງ
-ເຖີ່
-ເຖີກ
-ເຖີງ
-ເຖີດ
-ເຖືອ
-ເຖືອດ
-ເຖື່ອນ
-ເຖົ່າ
-ເຖົ້າ
-ແຖ
-ແຖນ
-ແຖບ
-ແຖມ
-ແຖວ
-ໂຖ
-ໂຖງ
-ໄຖ
-ໄຖ່
-ທໍ
-ທໍ່
-ທໍ້
-ທໍ່ນໍ້າ
-ທໍລະຍົດ
-ທໍລະນີ
-ທໍລະນີສາດ
-ທໍລະມານ
-ທໍລະຫົດ
-ທວງ
-ທ່ວງ
-ທ້ວງ
-ທວນ
-ທວາຍ
-ທວານ
-ທອງ
-ທ່ອງ
-ທ້ອງ
-ທອງແດງ
-ທ້ອງຖິ່ນ
-ທ້ອງຖີ່ນ
-ທ່ອງທ່ຽວ
-ທ້ອງນ້ອຍ
-ທ້ອງບິດ
-ທອງສຳລິດ
-ທອງເຫລືອງ
-ທອງເຫຼືອງ
-ທ້ອງເຮືອ
-ທອຍ
-ທອດ
-ທອດສະໝໍ
-ທອນ
-ທ່ອນ
-ທ້ອນ
-ທ້ອນໄດ້
-ທ່ອນໄມ້
-ທ່ອນຫີນ
-ທະໂຄນິດ
-ທະຍອຍ
-ທະຍາຄະຕິ
-ທະຍານ
-ທະເຍີ
-ທະແຍງ
-ທະທົກ
-ທະນະຄານ
-ທະນາຄານ
-ທະນາຍ
-ທະນາຍຄວາມ
-ທະນາບັດ
-ທະນີ
-ທະນຸ
-ທະນູ
-ທະນົກ
-ທະນົງ
-ທະນົງຕົວ
-ທະແນມ
-ທະບວງ
-ທະບຸ
-ທະບຽນ
-ທະພີໂດ
-ທະລວງ
-ທະລັກ
-ທະລາຍ
-ທະລຸ
-ທະເລ
-ທະເລຊາຍ
-ທະເລສາບ
-ທະເລາະ
-ທະວານ
-ທະວານໜັກ
-ທະວິດ
-ທະວີຄູນ
-ທະວີບ
-ທະໜອມ
-ທະຫານ
-ທັກ
-ທັກທາຍ
-ທັງ
-ທັ່ງ
-ທັງຄູ່
-ທັ່ງຕີເຫລັກ
-ທັ່ງຕີເຫຼັກ
-ທັງຕົວ
-ທັງປວງ
-ທັງມວນ
-ທັງສອງ
-ທັງສິ້ນ
-ທັງໝົດ
-ທັງຫລາຍ
-ທັງຫຼາຍ
-ທັດ
-ທັດສະນະ
-ທັດສະນະຈອນ
-ທັດສະນາຈອນ
-ທັດສະນິຈອນ
-ທັດສະນິຍະພາບ
-ທັດສະນີກອນ
-ທັນ
-ທັນໃຈ
-ທັນຍາຫານ
-ທັນໃດ
-ທັນຕະແພດ
-ທັນທີ
-ທັນທີທັນໃດ
-ທັນບັນ
-ທັນວາ
-ທັນສະໃໝ
-ທັນສະໄໝ
-ທັບ
-ທັມ
-ທັມມະ
-ທາ
-ທ່າ
-ທາງ
-ທາງກ້ອງ
-ທາງການ
-ທາງໄກ
-ທາງເຂົ້າ
-ທາງຍ່າງ
-ທາງຍາວ
-ທາງໃດ
-ທາງໄດ້
-ທາງທາດ
-ທາງທິດ
-ທາງເທີງ
-ທາງຜິດ
-ທາງລອດຊຸມ
-ທາງລັບ
-ທາງລຸ່ມ
-ທາງເສຍ
-ທາງໜ້າ
-ທາຍ
-ທ້າຍ
-ທ້າຍຕິດ
-ທາຍທັກ
-ທ້າຍເຮືອ
-ທາຍາດ
-ທາດ
-ທາດເຄມີ
-ທ່າທາງ
-ທ້າທາຍ
-ທ້າທ້າຍ
-ທ່າທີ
-ທ່າທີ່
-ທານ
-ທ່ານ
-ທ່ານໝໍ
-ທາບທາມ
-ທາມ
-ທ່າມກາງ
-ທາລຸນ
-ທາລຸນນະກຳ
-ທາລົກ
-ທ້າວ
-ທາໜ້າ
-ທ່າເຮືອ
-ທຳ
-ທຳການ
-ທຳຄຸນ
-ທຳຕາມ
-ທຳທ່າ
-ທຳນອງ
-ທຳນາຍ
-ທຳນົບ
-ທຳນຽບ
-ທຳນຽມ
-ທຳບຸນ
-ທຳມະ
-ທຳມະຄະຕິ
-ທຳມະຊາດ
-ທຳມະດາ
-ທຳມະນູນ
-ທຳມະໂລງ
-ທຳລາຍ
-ທຳລາຍລ້າງ
-ທຳເວນ
-ທຳໃຫ້
-ທຳອິດ
-ທຳຮ້າຍ
-ທິການ
-ທິຄິໂກ
-ທິດ
-ທິດທັດ
-ທິດທາງ
-ທິດສະດີ
-ທິດເໜືອ
-ທິດາ
-ທິຖິ
-ທິປະໄຕ
-ທິພາບ
-ທິຢາທິລາ
-ທິລາດ
-ທິວ
-ທິວທັດ
-ທີ
-ທີ່
-ທີ່ດິນ
-ທີ່ນອນ
-ທີບ
-ທີ່ພັກ
-ທີມ
-ທີມພູ
-ທີ່ລະນຶກ
-ທີ່ລື່ນ
-ທີ່ສຸດ
-ທີ່ຮັກ
-ທຶກ
-ທຶນ
-ທຶນນິຍົມ
-ທືກ
-ທືບ
-ທືມ
-ທຸກ
-ທຸກກິ
-ທຸກກີ
-ທຸກໃຈ
-ທຸກຍາກ
-ທຸກບ່ອນ
-ທຸກມື້
-ທຸງ
-ທຸ່ຍ
-ທຸດຈະລິດ
-ທຸນ
-ທຸ່ນ
-ທຸ້ນ
-ທຸບ
-ທຸ່ມ
-ທຸ້ມ
-ທຸລະ
-ທຸລະກັນດານ
-ທຸລະກິດ
-ທຸລາຍ
-ທຸລົນ
-ທຸເລດ
-ທຸເລົາ
-ທູ້
-ທູດ
-ທູນ
-ທູບ
-ທູເລດ
-ທົກ
-ທົ່ງ
-ທົ່ງຊາໂຣມ
-ທົ່ງນາ
-ທົດ
-ທົດລອງ
-ທົດສອບ
-ທົດສະວັດ
-ທົນ
-ທົນທານ
-ທົບ
-ທົບແທນ
-ທົບສອບ
-ທົ່ວ
-ທົ່ວໄປ
-ທົ່ວໂລກ
-ທ່ຽງ
-ທ່ຽງທຳ
-ທຽນ
-ທຽບ
-ທຽມ
-ທຽວ
-ທ່ຽວ
-ທ່ຽວໄປ
-ທ່ຽວມາ
-ເທ
-ເທດ
-ເທດສະການ
-ເທດສະນາ
-ເທດສະບານ
-ເທດສະໜາ
-ເທນນີສ
-ເທບ
-ເທໄປ
-ເທວະ
-ເທວະດາ
-ເທວະວິທະຍາ
-ເທວີ
-ເທສະ
-ເທສະໜາ
-ເທັກນິກ
-ເທັກນິດ
-ເທັກໂນໂລຊີ
-ເທັດ
-ເທັນນິດ
-ເທັບ
-ເທາະ
-ເທິງ
-ເທິະ
-ເທີງ
-ເທີ້ນ
-ເທື່ອ
-ເທື້ອ
-ເທື່ອໜຶ່ງ
-ເທົາ
-ເທົ່າ
-ເທົ້າ
-ເທົ່າກັນ
-ເທົ່າກັບ
-ເທົ່າໃດ
-ເທົ່າທີ່
-ແທ້
-ແທກ
-ແທງ
-ແທ່ງ
-ແທ້ງລູກ
-ແທ້ໃດ໋
-ແທນ
-ແທ່ນ
-ແທນຕົວ
-ແທບ
-ແທ້ແລ້ວ
-ແທະ
-ໂທ
-ໂທ້
-ໂທດ
-ໂທນ
-ໂທມ
-ໂທມະນັດ
-ໂທລະພາບ
-ໂທລະເລກ
-ໂທລະສັບ
-ໂທສະ
-ໂທໂສ
-ໄທ
-ໄທເປ
-ນໍ
-ນໍ່
-ນໍ້ເຕົ້າ
-ນວກຊົດ
-ນວດ
-ນວນ
-ນວມ
-ນອກ
-ນອກຈາກ
-ນອກໃຈ
-ນອກເລື່ອງ
-ນອກແວ
-ນອງ
-ນ່ອງ
-ນ້ອງ
-ນ້ອງຊາຍ
-ນ້ອຍ
-ນ້ອຍເທື່ອ
-ນ້ອຍລົງ
-ນອນ
-ນອນເວັນ
-ນອນຫລັບ
-ນອນຫຼັບ
-ນອບ
-ນອມ
-ນ້ອມ
-ນະ
-ນະຄອນ
-ນະຄອນຫລວງ
-ນະຄອນຫຼວງ
-ນະຊາເມັນນາ
-ນະໂຍບາຍ
-ນະນົບ
-ນະມັດສະການ
-ນະວະນິຍາຍ
-ນະຮົກ
-ນັກ
-ນັກເຕັ້ນ
-ນັກແຕ່ງ
-ນັກໂທດ
-ນັກບິນ
-ນັກປະພັນ
-ນັກສືບ
-ນັກຫລິ້ນ
-ນັກຫຼິ້ນ
-ນັກຮ້ອງ
-ນັກຮົບ
-ນັກຮຽນ
-ນັ່ງ
-ນັ່ງຊີມ
-ນັດ
-ນັດໂຊ
-ນັດພົບ
-ນັດໝາຍ
-ນັນ
-ນັ້ນ
-ນັບ
-ນັບຖື
-ນາ
-ນ່າ
-ນ້າ
-ນໍ້າ
-ນາກ
-ນໍ້າກ້ອນ
-ນໍ້າກົດ
-ນໍ້າຂ້ຽວ
-ນໍ້າແຂງ
-ນໍ້າຄ້າງ
-ນາງ
-ນາງນວນ
-ນາງຣຸດ
-ນໍ້າໃຈ
-ນໍ້າຊາ
-ນາຍ
-ນາຍຄູ
-ນາຍຊ່າງ
-ນາຍທຶນ
-ນາຍພັນ
-ນາຍພົນ
-ນາຍໂຣບີ
-ນາຍໜ້າ
-ນາຍເຮືອ
-ນາຍົກ
-ນໍ້າດື່ມ
-ນາຕະກຳ
-ນໍ້າຕານ
-ນໍ້າເຕົ້າ
-ນາທັນ
-ນາທີ
-ນາທົ່ງ
-ນານ
-ນານດາ
-ນໍ້ານົມ
-ນາບ
-ນໍ້າບີ
-ນໍ້າພຸ
-ນາມ
-ນາມຄຸນ
-ນາມຍົດ
-ນາມບັດ
-ນາມມະຄຸນ
-ນາມມະຍົດ
-ນາມມະທຳ
-ນາມມະບັດ
-ນາມສັກ
-ນໍ້າມັນ
-ນໍ້າມັນເບີ
-ນາມີບີ
-ນໍ້າລາຍ
-ນາລິກາ
-ນາລົກ
-ນາວ
-ນ້າສາວ
-ນໍ້າໜັກ
-ນໍ້າຫມອກ
-ນໍ້າໝອກ
-ນໍ້າຫອມ
-ນໍ້າເຫື່ອ
-ນໍ້າໄຫລ
-ນໍ້າໄຫຼ
-ນາອູຣູ
-ນໍ້າຮ້ອນ
-ນາຮົກ
-ນຳ
-ນ້ຳ
-ນ້ຳກ້ອນ
-ນ້ຳຄ້າງ
-ນຳພາ
-ນຳມາ
-ນຳມາໃຊ້
-ນ້ຳຢາ
-ນິກ
-ນິກແກນ
-ນິກາຍ
-ນິກາຣາກວາ
-ນິຄົມ
-ນິ່ງ
-ນິ້ງ
-ນິຍາຍ
-ນິຍາມ
-ນິຍົມ
-ນິດ
-ນິດໃສ
-ນິດໄສ
-ນິຕະຍະສານ
-ນິຕິ
-ນິຕິບັນຍັດ
-ນິຕິສາດ
-ນິເຕິຣ
-ນິທານ
-ນິນທາ
-ນິນາເວ
-ນິພານ
-ນິພົນ
-ນິ້ມ
-ນິມິດ
-ນິຣັນ
-ນິຣັນດອນ
-ນິລະໂທດ
-ນິລັນ
-ນິລັນດອນ
-ນິ້ວ
-ນິ້ວຕີນ
-ນິ້ວມື
-ນິໃສ
-ນິໄສ
-ນີ້
-ນີໂກເຊັຍ
-ນີໂກລາ
-ນີ້ງ
-ນີເຊ
-ນີເຊເຣຍ
-ນີເຕີຣ
-ນີ້ແທ້
-ນີນ
-ນີນທາ
-ນີນາ
-ນີ້ມ
-ນີ້ວ
-ນີວແດນລີ
-ນີອູ
-ນຶກ
-ນືກ
-ນຸ່ງ
-ນຸ້ງ
-ນຸ່ງເຄື່ອງ
-ນຸ່ງໃສ່
-ນຸ່ງເຫລັກ
-ນຸ່ງເຫຼັກ
-ນຸມ
-ນຸ່ມ
-ນຸ້ມ
-ນູກົວໂລຟາ
-ນູມ
-ນູແວນເຊລັງ
-ນົກ
-ນົກກະສາ
-ນົກເຂົາ
-ນົງຄານ
-ນົດ
-ນົບ
-ນົບພະເຄາະ
-ນົມ
-ນົວ
-ນຽນ
-ນຽມ
-ເນກະຕິບ
-ເນກາຕິພ
-ເນກາຕິຟ
-ເນຄາຕິພ
-ເນບທາລີ
-ເນບຸກາດເນັດຊາ
-ເນປານ
-ເນໂປ
-ເນລະຄຸນ
-ເນລະເທດ
-ເນລະມິດ
-ເນຮົມຢາ
-ເນັ່ງ
-ເນັຍມີ
-ເນັ້ນ
-ເນັ້ນໜັກ
-ເນີ
-ເນີ້ງ
-ເນີຍ
-ເນີຍແຂງ
-ເນີນ
-ເນື້ອ
-ເນື້ອຄຳ
-ເນືອງ
-ເນື່ອງ
-ເນືອງນັນ
-ເນື້ອແທ້
-ເນື້ອຜ້າ
-ເນື້ອເລື່ອງ
-ເນື້ອຫາ
-ເນົ່າ
-ເນົ່ານຸມ
-ເນົ່າເໝັນ
-ແນ
-ແນ່
-ແນ່ງ
-ແນ່ໃຈ
-ແນ່ຊັດ
-ແນ່ນອນ
-ແນບ
-ແນບທ້າຍ
-ແນບນຳ
-ແນມ
-ແນ່ແລ້ວ
-ແນວ
-ແນ່ວ
-ແນ້ວ
-ແນະ
-ແນະນຳ
-ໂນ
-ໂນ້ຍ
-ໂນ໊ດ
-ໂນນ
-ໂນນດິນ
-ໂນ້ມ
-ໂນໂວ
-ໂນແອນ
-ໂນແອ້ນ
-ໃນ
-ໃນນໍ້າ
-ໃນນາມ
-ໄນ
-ໄນໂຕຣເຈນ
-ໄນລອນ
-ບໍ
-ບໍ່
-ບໍຊາຜີ
-ບໍ່ມີ
-ບຣາຊາວັນ
-ບຣາຊີນ
-ບຣາຊີເລີຍ
-ບຣາຕິດສະລາວາ
-ບຣຸກແຊນ
-ບຣູໄນ
-ບໍລິການ
-ບໍລິຈາກ
-ບໍລິບູນ
-ບໍລິໂພກ
-ບໍລິມາດ
-ບໍລິວານ
-ບໍລິເວນ
-ບໍລິສັດ
-ບໍລິສາດ
-ບໍລິສຸດ
-ບໍລິຫານ
-ບໍລົມ
-ບໍລົມມະວົງ
-ບໍຣິສຸດ
-ບວກ
-ບວກກີນາຟາໂຊ
-ບວງ
-ບ່ວງ
-ບ້ວງ
-ບວຍ
-ບວດ
-ບວບ
-ບວມ
-ບວມຊ້ຳ
-ບໍ່ສຸພາບ
-ບໍ່ເໜັງ
-ບອ
-ບອກ
-ບອກແຈ້ງ
-ບອກປັດ
-ບອກເລົ່າ
-ບອຍ
-ບ້ອຍ
-ບອດ
-ບອນ
-ບ່ອນ
-ບ່ອນໃດ
-ບ່ອນນອນ
-ບ່ອນນັ່ງ
-ບ່ອນພັກ
-ບ່ອນຢູ່
-ບ່ອນຫວ່າງ
-ບອມ
-ບະ
-ບະຜີ
-ບະເລ
-ບະເລຊີນ
-ບັກ
-ບັກແທເຣຍ
-ບັງ
-ບັ້ງ
-ບັງກລາເດັດ
-ບັງກລາເທດ
-ບັງກີ
-ບັງເກີດ
-ບັງຄັບ
-ບັງຄັບໃຈ
-ບັງຄົມ
-ບັງຈູນ
-ບັງດາເຊຣີເບກາວັນ
-ບັງຕາ
-ບັງບຽດ
-ບັ້ງໄຟ
-ບັງລົມ
-ບັງໜ້າ
-ບັງຫລວງ
-ບັງຫຼວງ
-ບັງອາດ
-ບັງເອີນ
-ບັດ
-ບັດເຊີນ
-ບັນ
-ບັ່ນ
-ບັ້ນ
-ບັນຈຸ
-ບັນຈົງ
-ບັນຊາ
-ບັນຊາການ
-ບັນຊີ
-ບັນຊີເງິນ
-ບັນເຊບາ
-ບັນຍັດ
-ບັນຍາກາດ
-ບັນຍາຍ
-ບັນດາ
-ບັນດານ
-ບັນດາສັກ
-ບັນດິດ
-ບັນໄດ
-ບັນທັດ
-ບັນທຶກ
-ບັນທຸກ
-ບັນເທີງ
-ບັນເທົາ
-ບັນນາການ
-ບັນນາທິການ
-ບັນນາລັກ
-ບັນພະບຸລຸດ
-ບັນລະຍາຍ
-ບັນລັງ
-ບັນລຸ
-ບັນລຸຜົນ
-ບັນເລງ
-ບັນຫາ
-ບັບຕິດສະມາ
-ບັບຕິສະມາ
-ບາ
-ບ່າ
-ບ້າ
-ບາກ
-ບາກບັ່ນ
-ບາກບາໂດສ
-ບາກບູດາ
-ບາກູ
-ບາງ
-ບ້າງ
-ບາງຍາມ
-ບາຊ
-ບາຊູກາ
-ບາຍ
-ບ່າຍ
-ບາດ
-ບາດກ້າວ
-ບາດຕາ
-ບາດເຕັ້ນ
-ບາດແຜ
-ບາດານ
-ບາຕໍ
-ບາເຕຣີ
-ບານ
-ບ້ານ
-ບານເຕະ
-ບ້ານນອກ
-ບານບ້ວງ
-ບ້ານພັກ
-ບ້ານເມືອງ
-ບ້ານເຮືອນ
-ບານາອາ
-ບາບ
-ບ້າບໍ
-ບາບານ
-ບາມາໂກ
-ບາເຣນ
-ບາເຣັນ
-ບາເຣັມ
-ບາລີ
-ບາລົງ
-ບາເລ
-ບ້າເລືອດ
-ບາວ
-ບ່າວ
-ບ່າວສາວ
-ບາສະເກັດ
-ບາຫລອດ
-ບາຫຼອດ
-ບາຮາມາດ
-ບຳ
-ບຳນານ
-ບຳບັດ
-ບຳລຸງ
-ບຳເລີ
-ບຳເໜັດ
-ບິດ
-ບິດຊາວ
-ບິດາ
-ບິນ
-ບິຣດເຈີທາວ
-ບິລຽດ
-ບີ່
-ບີ້
-ບີແຂ່ງ
-ບີງ
-ບີນ
-ບີບ
-ບີບເຂົ້າ
-ບີບບັງຄັບ
-ບີລຽດ
-ບີໂລເລລຸດຊີ
-ບີເອໂລລຸດຊີ
-ບີເອໂລລຸດເຊຍ
-ບຶ້ງ
-ບຶງຕົມ
-ບຶດ
-ບຶດໜຶ່ງ
-ບືກ
-ບືງ
-ບື້ງ
-ບືດ
-ບືນ
-ບຸ
-ບຸກ
-ບຸກຄະລິກ
-ບຸກຄົນ
-ບຸກຕີ
-ບຸກລຸກ
-ບຸດ
-ບຸນ
-ບຸນກາຣີ
-ບຸນກາຣີ່
-ບຸນຄຸນ
-ບຸລຸດ
-ບູ
-ບູຈູມບູຣາ
-ບູຊາ
-ບູດ
-ບູດດາແປັດສ໌
-ບູຖານ
-ບູນ
-ບູຣູນດີ
-ບູລອງ
-ບູລະນະ
-ບູລະພາ
-ບູລຸດ
-ບູເອໂນແຊ
-ບູຮານ
-ບູຮານນະການ
-ບູຮານນະຄະດີ
-ບົກ
-ບົກຜ່ອງ
-ບົກພ່ອງ
-ບົງ
-ບົ່ງ
-ບົງການ
-ບົດ
-ບົດກອນ
-ບົດຄວາມ
-ບົດບາດ
-ບົດລະຄອນ
-ບົດລະບັດ
-ບົດສໍນີ
-ບົດຮຽນ
-ບົນ
-ບົ່ນ
-ບົນເມກ
-ບົວ
-ບົ່ວ
-ບົວລະບັດ
-ບົວລະພາ
-ບ່ຽງ
-ບ່ຽງບ່າຍ
-ບຽດ
-ບຽນ
-ບ້ຽວ
-ເບຍ
-ເບ້ຍ
-ເບດສະບອນ
-ເບນຢາ
-ເບນີນ
-ເບແນັງ
-ເບຣຸດ
-ເບລາຣຸດສ
-ເບລິດ
-ເບເອນຊາບາ
-ເບເອນເຊບູນ
-ເບັ່ງ
-ເບັ້ຍ
-ເບັ້ຍລ້ຽງ
-ເບັດ
-ເບັດຊານ
-ເບັດທາເນຍ
-ເບາະ
-ເບິ່ງ
-ເບິ່ງແຍງ
-ເບີ
-ເບີກ
-ເບີກເງິນ
-ເບີກບານ
-ເບີ່ງ
-ເບີຍ
-ເບີ້ຍ
-ເບືອ
-ເບື່ອ
-ເບື້ອງ
-ເບື້ອງຕົ້ນ
-ເບື້ອງນັ້ນ
-ເບື້ອງລຸ່ມ
-ເບື້ອງຫລັງ
-ເບື້ອງຫຼັງ
-ເບື່ອນ່າຍ
-ເບື່ອໜ່າຍ
-ເບົາ
-ເບົ້າ
-ເບົາຫວານ
-ເບຼຊິນ
-ແບ
-ແບ້
-ແບກ
-ແບກເນີ
-ແບກແລງ
-ແບ່ງ
-ແບ່ງປັນ
-ແບ່ງສ່ວນ
-ແບ່ງອອກ
-ແບດເຕີຮາວ
-ແບ່ນ
-ແບນກຣາດ
-ແບນຊີນ
-ແບນໂມປັງ
-ແບບ
-ແບບແຜນ
-ແບບພິມ
-ແບບຢ່າງ
-ແບບຮູບ
-ແບັກແດດ
-ໂບ
-ໂບກ
-ໂບກໂຊຍ
-ໂບໂກຕາ
-ໂບດ
-ໂບຣານ
-ໂບລີວີ
-ໃບ
-ໃບ້
-ໃບຮັບ
-ໄບ
-ໄບ້
-ໄບຣອັນ
-ປໍ
-ປຣາກ
-ປຣາຍຢາ
-ປຣິສນາ
-ປລອດ
-ປໍລະປັກ
-ປໍລະປັນ
-ປລາສຕິກ
-ປວກ
-ປ່ວງ
-ປ່ວຍ
-ປ່ວຍໄຂ້
-ປວດ
-ປວດໃຈ
-ປວດເມື່ອຍ
-ປວດລ້າວ
-ປ່ວນ
-ປອກ
-ປອກຂາ
-ປອກແຂນ
-ປອກຄໍ
-ປອກຕູກີສ
-ປອກໂຕ
-ປອກລຸຍ
-ປອກອອຟສະເປນ
-ປອງ
-ປ່ອງ
-ປ້ອງ
-ປ້ອງກັນ
-ປອງຂ້າ
-ປອງດອງ
-ປ່ອງໄຟ
-ປ່ອງຢ້ຽມ
-ປອຍ
-ປ່ອຍ
-ປ້ອຍ
-ປ່ອຍຕົວ
-ປອດ
-ປອນ
-ປ່ອນ
-ປ້ອນ
-ປອບ
-ປອບໃຈ
-ປອມ
-ປ້ອມ
-ປອມຕົວ
-ປອມແປງ
-ປະ
-ປະກວດ
-ປະກອນ
-ປະກອບ
-ປະກັນ
-ປະກັນຊີວິດ
-ປະກັນຕົວ
-ປະກັນໄພ
-ປະກາຍ
-ປະກາດ
-ປະກາດສະນິຍະບັດ
-ປະການ
-ປະກາລັງ
-ປະກາສະນີຍະບັດ
-ປະກົດ
-ປະກົດການ
-ປະກົດຄື
-ປະຄອງ
-ປະຄັດ
-ປະຄ້າງ
-ປະຈວບ
-ປະຈັກ
-ປະຈັນ
-ປະຈຳ
-ປະຈຳການ
-ປະຈຳຕົວ
-ປະຈຳປີ
-ປະຈຳວັນ
-ປະຈຸບັນ
-ປະຈຸບັນທັນດ່ວນ
-ປະຈົບ
-ປະເຈີດ
-ປະແຈງ
-ປະຊາ
-ປະຊາກອນ
-ປະຊາຄົມ
-ປະຊາຊາດ
-ປະຊາຊົນ
-ປະຊາທິປະໄຕ
-ປະຊາລາດ
-ປະຊຸມ
-ປະຊຸມລັບ
-ປະເຊີນ
-ປະຍຸກ
-ປະດັບ
-ປະດາ
-ປະດາຕົວ
-ປະດິດ
-ປະດິດທຳ
-ປະດຽວ
-ປະເດັນ
-ປະເດີມ
-ປະຕະອັດ
-ປະຕິ
-ປະຕິການ
-ປະຕິກິລິຍາ
-ປະຕິຄົມ
-ປະຕິຍານ
-ປະຕິທິນ
-ປະຕິທີນ
-ປະຕິບັດ
-ປະຕິປັກ
-ປະຕິວັດ
-ປະຕິສັງຂອນ
-ປະຕິເສດ
-ປະຕິຫານ
-ປະຕິຮູບ
-ປະຕູ
-ປະຕູກົ່ງ
-ປະຕູໂຄ້ງ
-ປະຕົວ
-ປະໄຕ
-ປະຖານ
-ປະຖິ້ມ
-ປະຖີ້ມ
-ປະຖົມ
-ປະຖົມມະການ
-ປະທ້ວງ
-ປະທະ
-ປະທະກະຖາ
-ປະທະກັນ
-ປະທັງ
-ປະທັບ
-ປະທາຍ
-ປະທານ
-ປະທານາທິບໍດີ
-ປະທານຸກົມ
-ປະທຳ
-ປະທິບ
-ປະທີບ
-ປະທຸສະຮ້າຍ
-ປະເທດ
-ປະເທດຊາດ
-ປະໂທ
-ປະນອມ
-ປະນາມ
-ປະນີ
-ປະນີດ
-ປະເນື້ອ
-ປະປົນ
-ປະໄປ
-ປະຜະ
-ປະພັນ
-ປະພຶດ
-ປະພືດ
-ປະເພດ
-ປະເພນີ
-ປະມວນ
-ປະມ່າ
-ປະມານ
-ປະມຸກ
-ປະມູນ
-ປະມົງ
-ປະເມີນ
-ປະຢັດ
-ປະຣາໄຊ
-ປະໄຣໂຕຣຽນ
-ປະລະ
-ປະລະມະນູ
-ປະລະວະດາ
-ປະລະສະຕິກ
-ປະລັດ
-ປະລາໄຊ
-ປະລາດ
-ປະລາຕີນ
-ປະລາສຕິກ
-ປະລິນຍາ
-ປະລິມານ
-ປະເລີກ
-ປະໂລຫິດ
-ປະວິງ
-ປະໄວ້
-ປະສາດ
-ປະສານ
-ປະສິດ
-ປະສິດທິພາບ
-ປະສຸສັດ
-ປະສົງ
-ປະສົບ
-ປະສົບການ
-ປະສົມ
-ປະເສເພ
-ປະເສີດ
-ປະໄສ
-ປະຫຍັດ
-ປະໝາດ
-ປະຫລາດ
-ປະຫວັດ
-ປະຫວັດການ
-ປະຫວັດສາດ
-ປະຫັດ
-ປະຫາດຫົວ
-ປະຫານ
-ປະຫຼາດ
-ປະໂຫຍກ
-ປະໂຫຍດ
-ປະເອີບ
-ປະຮ້າງ
-ປັກ
-ປັກກິ່ງ
-ປັກຜົມ
-ປັງ
-ປັ້ງ
-ປັດ
-ປັ້ດ
-ປັດຈຸບັນ
-ປັດໃຈ
-ປັດຊະຍາ
-ປັດແຜ້ວ
-ປັດສະຍາ
-ປັດສະວະ
-ປັນ
-ປັ່ນ
-ປັ້ນ
-ປັນຍາ
-ປັນຍາຈານ
-ປັ່ນປ່ວນ
-ປັນຫາ
-ປັບ
-ປັບປຸງ
-ປັບໄໝ
-ປັບໄຫມ
-ປັບອາກາດ
-ປັອກຕຸຍແກ
-ປາ
-ປ່າ
-ປ້າ
-ປໍ້າ
-ປາກ
-ປາກກາ
-ປາກເວົ້າ
-ປາກົດ
-ປາກົດການ
-ປາງ
-ປ້າງ
-ປ່າຊ້າ
-ປາຊີຟິກ
-ປາຍ
-ປ້າຍ
-ປາຍທາງ
-ປາຍແຫລມ
-ປາຍແຫຼມ
-ປາດ
-ປາດຖະໜາ
-ປາດລິດລູມູມບາ
-ປາດສະຈາກ
-ປາດຸກ
-ປາຖະກະຖາ
-ປາຖະໜາ
-ປ່າເຖື່ອນ
-ປານ
-ປ່ານ
-ປ້ານ
-ປານກາງ
-ປານໃດ
-ປານີ
-ປານີດ
-ປາບ
-ປາບປາມ
-ປາບປື້ມ
-ປາມ
-ປ່າມ
-ປາມົງ
-ປ່າໄມ້
-ປາຣໍເລີນັງ
-ປາຣາມາຣິໂບ
-ປາຣີ
-ປາລະມານູ
-ປາເລດສະໄຕ
-ປາເລອົງ
-ປາໂລມາ
-ປາໄລ
-ປ່າວ
-ປາສະຈາກ
-ປາໃສ
-ປາໄສ
-ປາຫານ
-ປ່າເຫລົ້າ
-ປ່າເຫຼົ້າ
-ປາໄຫລ
-ປາໄຫຼ
-ປຳພີເລຍ
-ປິກ
-ປິ່ງ
-ປິດ
-ປິດຊາວ
-ປິດບັງ
-ປິດລ້ອມ
-ປິຕິ
-ປິຕິຍິນດີ
-ປິຕຸພູມ
-ປິ່ນ
-ປິ່ນງົວ
-ປິ່ນປົວ
-ປິຣາມິດ
-ປິວ
-ປິໂອເນ
-ປີ
-ປີ່
-ປີ້
-ປີກ
-ປີກໄກ່
-ປີກແຂງ
-ປີກປິດ
-ປີງ
-ປີ້ງ
-ປີ້ງຊີ້ນ
-ປີຈໍ
-ປີຊາ
-ປີຕຸພູມ
-ປີນ
-ປີ່ນ
-ປີ້ນ
-ປີ່ນປົວ
-ປີ່ນອ້ອມ
-ປີວ
-ປີສາດ
-ປີໃໝ່
-ປີອາໂນ
-ປີໂອເນ
-ປຶກແຜ່ນ
-ປຶກສາ
-ປຶ້ມ
-ປືກ
-ປືກສາ
-ປືນ
-ປື້ນ
-ປືນພົກ
-ປືນລົມ
-ປືນໃຫຍ່
-ປື້ມ
-ປື້ມແຈ້ງ
-ປື້ມຕິດຮູບ
-ປື້ມເລື່ອງ
-ປຸກ
-ປຸກໃຈ
-ປຸງ
-ປຸ້ງ
-ປຸງດ້ວຍ
-ປຸງຢາ
-ປຸ່ຍ
-ປຸ້ນ
-ປຸບ
-ປຸມ
-ປຸ່ມ
-ປຸມເປົ້າ
-ປຸໂລກົງດໍ
-ປູ
-ປູ່
-ປູ້
-ປູກ
-ປູກຝັງ
-ປູຊະກີນ
-ປູຊະນິຍະສະຖານ
-ປູ່ຍ່າ
-ປູດຊະກີນ
-ປູດສະກິນ
-ປູໂຕະ
-ປູ້ນ
-ປູພົມ
-ປູມ
-ປູສະກີນ
-ປົກ
-ປົກກະຕິ
-ປົກຄອງ
-ປົກປ້ອງ
-ປົກປິດ
-ປົງ
-ປົ່ງ
-ປົງໃຈ
-ປົງສົບ
-ປົດ
-ປົດປ່ອຍ
-ປົນ
-ປົ່ນ
-ປົ້ນ
-ປົນເຈືອ
-ປົນເປ
-ປົບ
-ປົມ
-ປົວ
-ປົວໂລກ
-ປຽກ
-ປ່ຽງ
-ປ້ຽງ
-ປຽງຢາງ
-ປ່ຽນ
-ປ່ຽນແປງ
-ປ່ຽນແແປງ
-ປຽບ
-ປຽບທຽບ
-ປ່ຽມ
-ປ່ຽວ
-ປ້ຽວ
-ເປ
-ເປ່
-ເປ້
-ເປ້ຍ
-ເປນນີ
-ເປນີເອນ
-ເປຣໂຕເຣຍ
-ເປຣີແມຕ
-ເປເຣອາ
-ເປັ່ງ
-ເປັຍ
-ເປັ້ຍ
-ເປັດ
-ເປັນ
-ເປັນຕາ
-ເປັນທຳ
-ເປັນທຸກ
-ເປາະ
-ເປາະແປະ
-ເປິ
-ເປິດ
-ເປິະ
-ເປີ
-ເປີກ
-ເປີງ
-ເປີເຊັນ
-ເປີດ
-ເປີດໂປ່ງ
-ເປີດເຜີຍ
-ເປີດໜ້າ
-ເປີ່ນ
-ເປີບ
-ເປີເປື້ອນ
-ເປີະ
-ເປືອກ
-ເປືອງ
-ເປືອຍ
-ເປື່ອຍ
-ເປື້ອນ
-ເປົ່າ
-ເປົ້າ
-ເປົ່າປ່ຽວ
-ເປົ້າໝາຍ
-ແປ
-ແປກ
-ແປງ
-ແປ້ງ
-ແປ້ງນໍ້າ
-ແປງລົດ
-ແປງວາດ
-ແປຊິມິສຕ໌
-ແປດ
-ແປດສິບ
-ແປນ
-ແປ້ນ
-ແປ້ນປ້າຍ
-ແປ້ນມ້າ
-ແປຣງ
-ແປວ
-ແປ້ວ
-ແປວໄຟ
-ແປະ
-ແປັ້ນ
-ໂປ
-ໂປ່
-ໂປ້
-ໂປງ
-ໂປ່ງ
-ໂປຊີຕິບ
-ໂປມ
-ໂປຣແກັມ
-ໂປຣແຄຣຊີອົງ
-ໂປຣແຕສຕັງ
-ໂປຣໂຕ
-ໂປລີ
-ໂປໂລຍ
-ໄປ
-ໄປສະນີ
-ຜວນ
-ຜອງ
-ຜ່ອງ
-ຜ່ອງໃສ
-ຜ່ອຍ
-ຜ່ອນ
-ຜ່ອນຜັນ
-ຜອມ
-ຜະຈົນ
-ຜະເດັດ
-ຜະເດັດການ
-ຜະແນກ
-ຜະລັກ
-ຜະລັດ
-ຜະລິດ
-ຜະລິດຕະພັນ
-ຜະລິດພັນ
-ຜະລຸ
-ຜະສົມ
-ຜະໜວກ
-ຜະອຶກ
-ຜະອືກ
-ຜະອົມ
-ຜັກ
-ຜັກກາດ
-ຜັກຂຽວ
-ຜັງ
-ຜັດ
-ຜັດກັນ
-ຜັດໄປ
-ຜັນ
-ຜັນສຽງ
-ຜາ
-ຜ່າ
-ຜ້າ
-ຜາກ
-ຜ້າກັ້ງ
-ຜາງ
-ຜ້າເຊັດ
-ຜາຍ
-ຜ່າຍ
-ຜ່າຍແພ້
-ຜາດໂຜນ
-ຜານ
-ຜ່ານ
-ຜ່ານພົ້ນ
-ຜາບ
-ຜ້າຜ່ອນ
-ຜ່າເຜີຍ
-ຜ້າແພ
-ຜາມ
-ຜາສຸກ
-ຜ້າຫົ່ມ
-ຜ່າອອກ
-ຜິດ
-ຜິດກັນ
-ຜິດຊອບ
-ຜິດຖຽງ
-ຜິດປະເວນີ
-ຜິດປົກກະຕິ
-ຜິດແຜກ
-ຜິດພາດ
-ຜິດຫວັງ
-ຜິປອງ
-ຜິວ
-ຜິວໜັງ
-ຜິວໜ້າ
-ຜີ
-ຜີຕາຍ
-ຜີບ້າ
-ຜີມານ
-ຜີວ
-ຜີສາດ
-ຜືນ
-ຜື່ນ
-ຜູ້
- #	ຜູ້ like ຜູ້ above but has wrong order of vowel & tone mark
-ຜູກ
-ຜູກຄຽນ
-ຜູກພັນ
-ຜູກມັດ
-ຜູ້ຄົນ
-ຜູ້ຈັດການ
-ຜູ້ຊ່ວຍ
-ຜູ້ຊາຍ
-ຜູ້ຍິງ
-ຜູດ
-ຜູ້ດີ
-ຜູ້ໃດ
-ຜູ້ຕິດຕໍ່
-ຜູ້ແຕ່ງ
-ຜູ້ຖື
-ຜູ້ແທນ
-ຜູ້ນັບ
-ຜູ້ບາດເຈັບ
-ຜູ້ບ່າວ
-ຜູ້ຟັງ
-ຜູ້ສາວ
-ຜູ້ໜຶ່ງ
-ຜູ້ໃຫຍ່
-ຜູ້ອື່ນ
-ຜູ້ຮັບ
-ຜົງ
-ຜົ້ງ
-ຜົງຊັກຟອກ
-ຜົນ
-ຜົ່ນ
-ຜົນປູກ
-ຜົນລະປູກ
-ຜົນສຳເລັດ
-ຜົມ
-ຜົມເປຍ
-ຜົມເປັຍ
-ຜົມຫລົ່ນ
-ຜົມຫຼົ່ນ
-ຜົວ
-ຜຽນ
-ຜ່ຽນ
-ເຜດ
-ເຜັດ
-ເຜີ້ງ
-ເຜີຍ
-ເຜີຍແຜ່
-ເຜີນ
-ເຜື່ຍ
-ເຜືອກ
-ເຜົາ
-ເຜົ່າ
-ແຜ
-ແຜ່
-ແຜງ
-ແຜດ
-ແຜນ
-ແຜ່ນ
-ແຜນການ
-ແຜ່ນດິນ
-ແຜ່ນດິນໄຫວ
-ແຜນທີ່
-ແຜ່ນທີ່
-ແຜ່ນຜ້າ
-ແຜນພາບ
-ແຜນພູມ
-ແຜ່ນສຽງ
-ໂຜ້ງ
-ໃຜ
-ຝຣັ່ງ
-ຝຣັ່ງເສດ
-ຝອຍ
-ຝຮັ່ງ
-ຝັກ
-ຝັ່ກ
-ຝັງ
-ຝັ່ງ
-ຝັງດິນ
-ຝັນ
-ຝັ້ນ
-ຝາ
-ຝ່າ
-ຝາກ
-ຝາກຝັງ
-ຝາຍ
-ຝ່າຍ
-ຝ້າຍ
-ຝາດ
-ຝານ
-ຝາປິດ
-ຝ່າຝືນ
-ຝາມ
-ຝາມື
-ຝິ່ນ
-ຝີ
-ຝີມື
-ຝຶກ
-ຝຶກງານ
-ຝຶກຫັດ
-ຝຶກແອບ
-ຝືກ
-ຝືກແອບ
-ຝືດ
-ຝືນ
-ຝືນໃຈ
-ຝຸງ
-ຝຸງຊົນ
-ຝຸ່ນ
-ຝູງ
-ຝູງຊົນ
-ຝູງສັດ
-ຝົດ
-ຝົນ
-ຝົນຮຳ
-ຝຼັ່ງ
-ຝຽນ
-ເຝິກ
-ເຝືກ
-ເຝື້ອ
-ເຝົ້າ
-ແຝງ
-ແຝດ
-ໄຝ່
-ໄຝ່ຝັນ
-ໄຝ່ສູງ
-ພໍ
-ພໍ່
-ພໍ້
-ພໍ່ຄ້າ
-ພໍ່ຄົວ
-ພໍໃຈ
-ພໍໃຈຮັກ
-ພໍດີ
-ພໍໄດ້
-ພໍ່ເຖົ້າ
-ພໍ່ນາ
-ພໍພັກ
-ພໍພຽງ
-ພໍ່ເມຍ
-ພໍ່ແມ່
-ພໍຢູ່
-ພຣະ
-ພຣະຄຣິສ
-ພຣະຄຳ
-ພຣະຄຳພີ
-ພຣະຄຸນ
-ພຣະຄູນ
-ພຣະເຄາະ
-ພຣະຈັນ
-ພຣະເຈົ້າ
-ພຣະຊົນ
-ພຣະທັມ
-ພຣະທຳ
-ພຣະໄທ
-ພຣະນິມິດ
-ພຣະບັນຍັດ
-ພຣະບິດາ
-ພຣະບຸດ
-ພຣະປະສົງ
-ພຣະເປັນເຈົ້າ
-ພຣະພັກ
-ພຣະພິໂລດ
-ພຣະພຸດ
-ພຣະພຸດທະເຈົ້າ
-ພຣະພຸດທະຮູບ
-ພຣະຣາຊວັງ
-ພຣະລືສີ
-ພຣະວັດຈະນະ
-ພຣະວິນຍານ
-ພຣະສັນຍາ
-ພຣະສີ
-ພຣະສົງ
-ພຣະອົງ
-ພຣະເອກ
-ພຣຸນ
-ພລຳ
-ພວກ
-ພວງ
-ພວງຊໍ່
-ພວງມາໄລ
-ພວມ
-ພໍສົມ
-ພອງ
-ພ້ອງ
-ພອຍ
-ພອນ
-ພອນທິບ
-ພ້ອມ
-ພ້ອມກັນ
-ພ້ອມແລ້ວ
-ພໍເຮັດ
-ພະ
-ພະຄຣິດ
-ພະຄຳ
-ພະຄຳພີ
-ພະຄຸນ
-ພະເຄາະ
-ພະຈັນ
-ພະຈິກ
-ພະຈົນໄພ
-ພະເຈົ້າ
-ພະຍັນຊະນະ
-ພະຍາ
-ພະຍາກອນ
-ພະຍາງ
-ພະຍາຍາມ
-ພະຍາດ
-ພະຍານ
-ພະຍານາກ
-ພະຍາບາດ
-ພະຍາບານ
-ພະຍຸ
-ພະດຸງ
-ພະເດດ
-ພະທັກ
-ພະທຳ
-ພະນັກງານ
-ພະນັງ
-ພະນັນ
-ພະນິມິດ
-ພະນົມເປັນ
-ພະເນຈອນ
-ພະແນກ
-ພະບັນຍັດ
-ພະບາດ
-ພະບິດາ
-ພະບຸດ
-ພະເປັນເຈົ້າ
-ພະພອນ
-ພະພິໂລດ
-ພະພຸດ
-ພະພຸດທະເຈົ້າ
-ພະມ້າ
-ພະເມຊີອາ
-ພະຢຸງ
-ພະເຢຊູ
-ພະຣາຊວັງ
-ພະລັງ
-ພະລັງງານ
-ພະລັນ
-ພະລາຊະ
-ພະລືສີ
-ພະລຸງ
-ພະວະນາ
-ພະວິນຍານ
-ພະສັນຍາ
-ພະສີ
-ພະສົງ
-ພະສົມ
-ພະເໝນ
-ພະຫັດ
-ພະຫຸຄຸນ
-ພະຫຸບົດ
-ພະຫຸພົດ
-ພະອົງ
-ພະເອກ
-ພັກ
-ພັກກະສັດ
-ພັກກາດ
-ພັກດີ
-ພັກຜ່ອນ
-ພັກພວກ
-ພັກອາໃສ
-ພັກຮົບ
-ພັງ
-ພັງລົງ
-ພັດ
-ພັດຕະນາການ
-ພັດຕາຄານ
-ພັດທະນາ
-ພັດລົມ
-ພັດສະດຸ
-ພັນ
-ພັ່ນ
-ພັນເຂົ້າ
-ພັນຄໍ
-ພັນທະ
-ພັນທະບັດ
-ພັນທະພາບ
-ພັນທະມິດ
-ພັນທະຫານ
-ພັນລະຍາ
-ພັນລະນາ
-ພັນລ້ານ
-ພັນສາ
-ພັນເອກ
-ພັບ
-ພັບຕາ
-ພັບພາ
-ພາ
-ພ້າ
-ພໍ່າ
-ພາກ
-ພາກຜະໜວກ
-ພາກພູມ
-ພາກພູມໃຈ
-ພາກສ່ວນ
-ພາກັນ
-ພາຄີ
-ພາງ
-ພາຊະນະ
-ພາຍ
-ພ່າຍ
-ພ້າຍ
-ພາຍໃຕ້
-ພາຍໃນ
-ພາຍໜ້າ
-ພາຍຫລັງ
-ພາຍຫຼັງ
-ພາຍເຮືອ
-ພາຍຸ
-ພາດ
-ພານ
-ພານິດ
-ພາບ
-ພາບພະຍົນ
-ພາບລໍ້
-ພາມ
-ພາມາ
-ພາລະ
-ພາລະກິດ
-ພາໂລ
-ພາໄລ
-ພ້າວ
-ພາວະ
-ພາວະນາ
-ພາສະນະ
-ພາສາ
-ພາສິດ
-ພາສີ
-ພາຫະນະ
-ພຳ
-ພ່ຳ
-ພິ
-ພິກ
-ພິກຕົວ
-ພິການ
-ພິເຄາະ
-ພິຈາລະນາ
-ພິຊິດ
-ພິດ
-ພິດສະຫວົງ
-ພິຖັນ
-ພິຖີ
-ພິທັກ
-ພິທີ
-ພິທີການ
-ພິທີລີຕອງ
-ພິນາດ
-ພິນິດ
-ພິໃນກຳ
-ພິໄນກຳ
-ພິບ
-ພິບັດ
-ພິພາກສາ
-ພິພິດ
-ພິພິດຕະພັນ
-ພິພິດທະພັນ
-ພິພິທະພັນ
-ພິພົບ
-ພິມ
-ພິລະ
-ພິລໍ້າ
-ພິລາບ
-ພິລິກ
-ພິລຶກ
-ພິລືກ
-ພິລຸດ
-ພິສຸດ
-ພິສູດ
-ພິເສດ
-ພີ
-ພີ່
-ພີ້
-ພີງ
-ພີນ
-ພີ່ນ້ອງ
-ພີມ
-ພີ່ລ້ຽງ
-ພຶດ
-ພຶດຕິການ
-ພຶດຕິກຳ
-ພຶດສະພາ
-ພຶ້ນ
-ພື
-ພືງ
-ພືດ
-ພືດຜົນ
-ພື້ນ
-ພື້ນຖານ
-ພື້ນທີ່
-ພື້ນນໍ້າ
-ພື້ນເມືອງ
-ພື້ນເຮືອ
-ພືມ
-ພືມພຳ
-ພຸ
-ພຸງ
-ພຸ່ງ
-ພຸ້ງ
-ພຸດ
-ພຸດທະຮູບ
-ພຸ່ນ
-ພຸ້ນ
-ພຸ່ມ
-ພຸ່ມໄມ້
-ພູ
-ພູ່
-ພູເຂົາ
-ພູເຂົາເລົາກາ
-ພູຄ້ຽວ
-ພູດດີງ
-ພູດອຍ
-ພູນ
-ພູຜາ
-ພູມ
-ພູ່ມ
-ພູມໃຈ
-ພູມປະເທດ
-ພູມພາກ
-ພູມສາດ
-ພູມິ
-ພູມີ
-ພູມີປະເທດ
-ພູມີພາກ
-ພູມີສາດ
-ພົກ
-ພົກຍ່ຽວ
-ພົງ
-ພົງຊີອົງ
-ພົງສາວະດານ
-ພົດ
-ພົດຈານານຸກົມ
-ພົນ
-ພົ່ນ
-ພົ້ນ
-ພົ້ນຜິດ
-ພົນລະ
-ພົນລະພັກ
-ພົນລະເມືອງ
-ພົນລະເຮືອນ
-ພົບ
-ພົບປະ
-ພົບພໍ້
-ພົມ
-ພົມມະຈາຣີ
-ພົມມະຈາລີ
-ພົມວິຫານ
-ພົລເມືອງ
-ພົວ
-ພົວພັນ
-ພຽງ
-ພຽງພໍ
-ພຽນ
-ເພ
-ເພງ
-ເພງຊາດ
-ເພງສະດຸດີ
-ເພງເສົ້າ
-ເພຊັດ
-ເພຊັດສະກອນ
-ເພຍ
-ເພດ
-ເພດານ
-ເພພັງ
-ເພັງ
-ເພັຍ
-ເພັດ
-ເພັດຊະຄາດ
-ເພັດພອຍ
-ເພັນ
-ເພັ້ນ
-ເພາະ
-ເພາະວ່າ
-ເພິກ
-ເພິ່ງ
-ເພິ່ງພໍໃຈ
-ເພິ່ງພາ
-ເພິຊັດສາດ
-ເພິ່ນ
-ເພີກ
-ເພີງ
-ເພີ່ງ
-ເພີດເພີນ
-ເພີນ
-ເພີ່ນ
-ເພີ່ມ
-ເພີ່ມຂຶ້ນ
-ເພີ່ມເຕີມ
-ເພີ້ມເຕີ່ມ
-ເພີ່ມພູນ
-ເພືອ
-ເພື່ອ
-ເພື່ອນ
-ເພືອນຊາຍ
-ເພື່ອນຍາກ
-ເພື່ອແຜ່
-ເພົາ
-ແພ
-ແພ່
-ແພ້
-ແພງ
-ແພ່ງ
-ແພດ
-ແພດສະຫຍາ
-ແພດສາດ
-ແພພົມ
-ແພຣງຊີບ
-ແພວ
-ແພ້ອາຫານ
-ໂພ
-ໂພກ
-ໂພງ
-ໂພງພອງ
-ໂພງອອກ
-ໂພຍ
-ໂພດ
-ໂພດຫລາຍ
-ໂພດຫຼາຍ
-ໂພດເຫລືອ
-ໂພດເຫຼືອ
-ໂພທິສັດ
-ໂພນ
-ໄພ
-ໄພ່
-ໄພ້
-ໄພພິບັດ
-ໄພ່ພົນ
-ໄພເຣາະ
-ໄພສານ
-ຟຣີທາວ
-ຟອກ
-ຟອງ
-ຟ້ອງ
-ຟອງນໍ້າ
-ຟອຍ
-ຟອຍນິເກ
-ຟອດ
-ຟ້ອນ
-ຟ້ອນລຳ
-ຟອຣມຸລ
-ຟັ
-ຟັກ
-ຟັງ
-ຟັ່ງ
-ຟັງໄດ້
-ຟັງທຳ
-ຟັນ
-ຟາ
-ຟ້າ
-ຟາກ
-ຟາງ
-ຟາຍ
-ຟ້າຍ
-ຟາດ
-ຟານ
-ຟ້າແມບ
-ຟາຣາໂອ
-ຟາຣິຊາຍ
-ຟ້າວ
-ຟິຈີ
-ຟີຈິ
-ຟີຊິກ
-ຟີຊິໂອໂລຊີ
-ຟີນີເຊຍ
-ຟີເນຫັດ
-ຟີມ
-ຟີ້ມ
-ຟີລາເດນເຟຍ
-ຟີລີບ
-ຟີລີບປອຍ
-ຟີລີບປີ່ນ
-ຟືນ
-ຟື້ນ
-ຟຸດ
-ຟຸນເຊ
-ຟຸ່ມ
-ຟຸມຟາຍ
-ຟຸ້ມເຟືອຍ
-ຟຸ່ມໄມ້
-ຟູ
-ຟູງ
-ຟູງຊົນ
-ຟູນາຟູຕີ
-ຟູມ
-ຟົງ
-ຟົ້ງ
-ຟົງຊີອົງ
-ຟົດ
-ເຟ
-ເຟດທັດ
-ເຟັ້ນ
-ເຟີ້
-ເຟືອ
-ເຟື້ອ
-ເຟືອງ
-ເຟື້ອງ
-ເຟື່ອງຟູ
-ເຟືອຍ
-ເຟືອນ
-ແຟງລັງ
-ແຟດ
-ແຟ້ນ
-ໂຟກ
-ໄຟ
-ໄຟຟ້າ
-ມໍ
-ມໍ່
-ມໍລະດົກ
-ມໍລະນະ
-ມໍລະນະກຳ
-ມໍລະນາ
-ມໍລະນາກຳ
-ມໍລຳ
-ມວກເຫລັກ
-ມວກເຫຼັກ
-ມ່ວງ
-ມວຍ
-ມວນ
-ມ່ວນ
-ມ້ວນ
-ມ່ວນຊື່ນ
-ມ້ວນທ້າຍ
-ມໝາຍ
-ມອງ
-ມອດ
-ມອນ
-ມ້ອນ
-ມອບ
-ມອບສະລະ
-ມອບໝາຍ
-ມອບໃຫ້
-ມອາຍ
-ມະຍ່ອຍ
-ມະຍິກ
-ມະຕິ
-ມະທຳ
-ມະນຶດ
-ມະນືງ
-ມະນື້ງ
-ມະນືດ
-ມະນຸດ
-ມະນຸດຊາດ
-ມະນຸດວານອນ
-ມະນຸດວິທະຍາ
-ມະໂນ
-ມະໂນຄະຕິ
-ມະລ້ວຍ
-ມະລອຍ
-ມະລຳ
-ມະລຸ້ມ
-ມະລົມ
-ມະສຸກ
-ມະຫັດສະຈັນ
-ມະຫັນ
-ມະຫາ
-ມະຫາກະສັດ
-ມະຫາຊົນ
-ມະຫາໄຊ
-ມະຫາດເລັກ
-ມະຫາບັນດິດ
-ມະຫາລາດ
-ມະຫາສະໝຸດ
-ມະຫາສານ
-ມະຫິວາ
-ມະຫືມາ
-ມະໂຫຖານ
-ມະໂຫລະສົບ
-ມະໂຫລານ
-ມະໂຫສົດ
-ມະໂຫຼະສົບ
-ມະໂຫຼານ
-ມັກ
-ມັກຄຸ້ນ
-ມັກໃຫຍ່
-ມັງ
-ມັ່ງ
-ມັງກອນ
-ມັ່ງຄັ່ງ
-ມັດ
-ມັດໄຂ່
-ມັດຕິ
-ມັດຕິດ
-ມັດທະຍັດ
-ມັດທະຍົມ
-ມັດທ້າຍ
-ມັດສະກັດ
-ມັນ
-ມັນຝຣັ່ງ
-ມາ
-ມ້າ
-ມາກ
-ມາກໂຊນ
-ມາກດາລີນ
-ມາກມາຍ
-ມາກ່ອນ
-ມາກາ
-ມ້າງ
-ມາຈາກ
-ມາຈູໂລ
-ມາເຊດວນ
-ມ້າເຊົ່າ
-ມາຍ
-ມາຍາ
-ມາດ
-ມາດຕະຖານ
-ມາດຕາ
-ມາດຕາການ
-ມາດຖານ
-ມາດຣິດ
-ມາດາກາສກາ
-ມາດີອານ
-ມາຕະຖານ
-ມາຕີ
-ມາຕຸພູມ
-ມາເຖິງ
-ມາເທັສ
-ມານ
-ມານຍາພາບ
-ມານດາ
-ມານດິວ
-ມານດີວ
-ມານຕ້າ
-ມານຮ້າຍ
-ມານະ
-ມານະຄະຕິ
-ມານະຈິດ
-ມານາກວາ
-ມານາມາ
-ມາບ
-ມາປູໂຕ
-ມາເປັນ
-ມາພໍ້
-ມາຟັງ
-ມ້າມ
-ມາຢາໂກວສະກີ
-ມາຣາໂກ
-ມາຣົກ
-ມາໂຣເມັດ
-ມ້າລໍ
-ມາລະຍາດ
-ມາລະພາບ
-ມາລາໂບ
-ມາລາວີ
-ມາລິຢາ
-ມາເລ
-ມາເລເຊຍ
-ມາສູ່
-ມາຫາ
-ມາຮອດ
-ມຳເຣ
-ມິ
-ມິກາເອນ
-ມິ່ງ
-ມິເຊຍ
-ມິດ
-ມິດຈີ່ລີ່
-ມິດຊັ່ນ
-ມິດຕະພາບ
-ມິດມີ່
-ມິດສະຈານ
-ມິດສະຫາຍ
-ມິຕິ
-ມິຖຸນາ
-ມິນໂຄນ
-ມິນສຄໍ
-ມິຣິອາມ
-ມິເລໂທ
-ມີ
-ມີ່
-ມີ້
-ມີໂກຣໂຟນ
-ມີຄ່າ
-ມີແຈ
-ມີຊາ
-ມີໄຊ
-ມີດ
-ມີດຕັດ
-ມີດແຖ
-ມີຕົນ
-ມີຕົວ
-ມີຕົວມີຕົນ
-ມີທາດປູນ
-ມີນ
-ມີນາ
-ມີປື້ມ
-ມີມາ
-ມີມູມ
-ມີລີ
-ມີລີກຣາມ
-ມີລີແມັດ
-ມີລີລິດ
-ມີວະໂນບ
-ມຶກ
-ມຶງ
-ມຶດ
-ມື
-ມື່
-ມື້
-ມື້ເກີດ
-ມືງ
-ມືດ
-ມືດຕຶດຕື
-ມືດຕື້
-ມື້ດທຶບ
-ມືດມົວ
-ມືນ
-ມື່ນ
-ມືນເມົາ
-ມື້ເວັນ
-ມຸກ
-ມຸງ
-ມຸ່ງ
-ມຸ້ງ
-ມຸງຄຸນ
-ມຸ່ງໝາຍ
-ມຸ້ງໝາຍ
-ມຸດ
-ມຸທະລຸ
-ມຸ່ນ
-ມຸນີ
-ມຸມ
-ມຸສາ
-ມູ້
-ມູກ
-ມູນ
-ມູນຖານ
-ມູນນິທິ
-ມູນເຫດ
-ມູບ
-ມູມ
-ມົກກະຣາ
-ມົກຣາ
-ມົກະຣາ
-ມົງກຸດ
-ມົງໂກລີ
-ມົງຄຸນ
-ມົງເຕວີເດໂອ
-ມົດ
-ມົດຍອບ
-ມົດລູກ
-ມົດສະກູ
-ມົນ
-ມົ່ນ
-ມົນດາວີ
-ມົນດາເວຍ
-ມົນຕີ
-ມົນທິນ
-ມົນທົນ
-ມົນໂຣວີອາ
-ມົມ
-ມົມທິນ
-ມົວ
-ມົ່ວ
-ມ້ຽນ
-ມຽນມາ
-ມຽນມ້າ
-ເມ
-ເມກ
-ເມການິກ
-ເມຊິອາ
-ເມເຊຣູ
-ເມໂຊໂປຕາເນຍ
-ເມຍ
-ເມດຕາ
-ເມດຕາຈິດ
-ເມດໄຕ
-ເມດີເຕລະເນ
-ເມດີອານ
-ເມຕຣີ
-ເມໂຕຣປົລ
-ເມນຄີເຊເດັກ
-ເມເປີນ
-ເມມຟີດ
-ເມຣິດຽງ
-ເມສາ
-ເມອາກາດ
-ເມັກຊິກ
-ເມັກຊິກໂກ
-ເມັດ
-ເມັດພືດ
-ເມັ້ນ
-ເມິກ
-ເມີຍ
-ເມີນ
-ເມືອ
-ເມື່ອ
-ເມືອງ
-ເມື່ອຍ
-ເມົາ
-ແມ
-ແມ່
-ແມ້
-ແມ່ຂາວ
-ແມ່ຄົວ
-ແມງ
-ແມງກະເບື້ອ
-ແມງຄັບດ້ວງ
-ແມງງ້ວງ
-ແມງດາ
-ແມງປໍ
-ແມງໄມ້
-ແມງວັນ
-ແມງສາບ
-ແມ່ຈ້າງ
-ແມ່ຍາຍ
-ແມ໊ດ
-ແມ່ຕູ້
-ແມ່ເຖົ້າ
-ແມ່ນ
-ແມ່ນວ່າ
-ແມ່ນໍ້າ
-ແມບ
-ແມ່ເຜີ້ງ
-ແມວ
-ແມ່ວ
-ແມ່ໝ້າຍ
-ແມັດ
-ໂມ
-ໂມ້
-ໂມກາດິດຊີໂອ
-ໂມຄະ
-ໂມງ
-ໂມງປຸກ
-ໂມງແລງ
-ໂມຊຳບິກ
-ໂມຍ
-ໂມດາວີ
-ໂມເຕີ
-ໂມທະນາ
-ໂມນດາວີ
-ໂມນໂຕບ
-ໂມນາໂກ
-ໂມໂນປົລ
-ໂມມາລີ
-ໂມແມ
-ໂມຣິດ
-ໂມຣິຕານີ
-ໂມໂຣນີ
-ໂມໂຫ
-ໄມ
-ໄມ້
-ໄມໂກຣໂຟນ
-ໄມ້ຂວາງ
-ໄມ້ຄ້ອນ
-ໄມຕຣີ
-ໄມຕີ
-ໄມຕີຈິດ
-ໄມ້ທູ່
-ໄມ້ເທົ້າ
-ໄມ້ໄຜ່
-ໄມ້ພືດ
-ໄມ້ມື
-ໄມລ໌
-ໄມ້ແສ້
-ຢໍ່
-ຢໍ້
-ຢໍດາເນ
-ຢວນ
-ຢອກ
-ຢອກເຊີທາວ
-ຢອງ
-ຢ່ອງ
-ຢອດ
-ຢ່ອນ
-ຢ້ອນ
-ຢ່ອນໃຈ
-ຢອມ
-ຢ່ອມ
-ຢັ່ງ
-ຢັ້ງ
-ຢັ້ງຢືນ
-ຢັນ
-ຢັບ
-ຢັບຢັ້ງ
-ຢາ
-ຢ່າ
-ຢໍ່າ
-ຢາກ
-ຢາກກິນ
-ຢາກໄດ້
-ຢາກາຕາ
-ຢາແກ້
-ຢາໂກວສະກີ້
-ຢາງ
-ຢ່າງ
-ຢ້າງ
-ຢາງກຸງ
-ຢ່າງດຽວກັນ
-ຢ່າງໃດ
-ຢ່າງນ້ອຍ
-ຢາງລຶບ
-ຢາໃຊ້
-ຢາຍ
-ຢາດ
-ຢາຖອນພິດ
-ຢານ
-ຢ້ານ
-ຢ້ານກົວ
-ຢາໂບກ
-ຢາພິດ
-ຢາມ
-ຢາມຸດຊູ
-ຢາຣີນ
-ຢາລ້າງ
-ຢາສັກ
-ຢາສີຟັນ
-ຢາອູນເດ
-ຢ່າຮ້າງ
-ຢຳ
-ຢ່ຳ
-ຢຳເກງ
-ຢິບ
-ຢິບຕາ
-ຢີນ
-ຢຶດ
-ຢຶດຄອງ
-ຢຶດໄດ້
-ຢຶດເອົາ
-ຢື້
-ຢືດ
-ຢືດໄວ
-ຢືດໝັ້ນ
-ຢືນ
-ຢື່ນ
-ຢືນຢັນ
-ຢືມ
-ຢຸກ
-ຢຸດ
-ຢຸດເຊົາ
-ຢຸດທະວິທີ
-ຢຸດທະວີທີ
-ຢຸດທະສາດ
-ຢຸດຢັ້ງ
-ຢຸຕິທຳ
-ຢຸໂຣບ
-ຢູ່
-ຢູໂກສະລາວີ
-ຢູ່ໃກ້ສິດ
-ຢູ່ຂ້າງ
-ຢູຈີນ
-ຢູໂດ
-ຢູ່ຕິດກັນ
-ຢູ່ໃນ
-ຢູ່ພີ້
-ຢູຟາເຕ
-ຢູ່ມິດ
-ຢູລີ
-ຢູ່ລົດໄຟ
-ຢູ່ແລ້ວ
-ຢູ່ວັດ
-ຢູ່ໃສ
-ຢູ່ໜ້າ
-ຢົກ
-ຢົ້ວ
-ຢົ້ວຢວນ
-ຢຽດ
-ຢຽບ
-ຢ້ຽມ
-ຢ້ຽມຢາມ
-ຢ່ຽວ
-ເຢຊ
-ເຢຊາເບັນ
-ເຢຍລະມັນ
-ເຢຍເລນາ
-ເຢນເນຊາເລດ
-ເຢຟິໂມວິດ
-ເຢເມນ
-ເຢແມນ
-ເຢໂຣໂບອຳ
-ເຢລູຊາແລມ
-ເຢສະເຣເອນ
-ເຢອາລີມ
-ເຢໂຮຢາຄີມ
-ເຢໂຮວາ
-ເຢັຍລະມັນ
-ເຢັນ
-ເຢັບນາ
-ເຢາະ
-ເຢີ້ຍ
-ເຢືອກ
-ເຢົາ
-ແຢ້ງ
-ແຢ້ມ
-ໂຢຊີຢາ
-ໂຢບປາ
-ຣ້ອຍ
-ຣັດຊະການ
-ຣັດເຊຍ
-ຣາຄະ
-ຣາຊການ
-ຣາຊທູດ
-ຣາຊວັງ
-ຣາຊສົມບັດ
-ຣາຊະການ
-ຣາຊະກິດ
-ຣາຊະດອນ
-ຣາຊະທິດາ
-ຣາຊະວັງ
-ຣາຊະສຳນັກ
-ຣາຊະອະນາຈັກ
-ຣາຊະອານາຈັກ
-ຣາຊາ
-ຣາຊິນີ
-ຣາເຊັນ
-ຣາດ
-ຣາດຊະທິດາ
-ຣາຕີການ
-ຣາບັດ
-ຣາເມເຊັດ
-ຣາລແຕຣ
-ຣິກາ
-ຣິຢັດ
-ຣຸກ
-ຣຸງໂຣດ
-ຣົດ
-ຣົນ
-ເຣປູຍລີແກງ
-ເຣຟາອີມ
-ເຣໂຮໂບອຳ
-ເຣັກຈາວິກ
-ເຣິກໍ
-ໂຣກ
-ໂຣຄ
-ໂຣຄາ
-ໂຣໂຊ
-ໂຣມັງຕິກ
-ໂຣມັນ
-ລໍ
-ລໍ່
-ລໍ້
-ລກ
-ລໍຄອຍ
-ລໍ້ໃຈ
-ລໍຖ້າ
-ລວກ
-ລວງ
-ລ່ວງ
-ລວງໃຈ
-ລ່ວງປະເວນີ
-ລ່ວງໄປ
-ລ່ວງລ້ຳ
-ລ່ວງເລີຍ
-ລ່ວງແລ້ວ
-ລວງໜ້າ
-ລ່ວງໜ້າ
-ລວຍ
-ລວດ
-ລວດລາຍ
-ລວນ
-ລ້ວນ
-ລວບ
-ລວບລວມ
-ລວບເລື່ອງ
-ລວມ
-ລວມກັນ
-ລວມເປັນ
-ລວມພວກ
-ລວາດ
-ລອກ
-ລ໋ອກ
-ລອງ
-ລ່ອງ
-ລ້ອງ
-ລອງໃຈ
-ລອຍ
-ລ່ອຍ
-ລອດ
-ລອດຕະກຽງ
-ລ່ອນ
-ລອນດອນ
-ລອບ
-ລອບກັດ
-ລອບຂ້າ
-ລອບຄອບ
-ລອບທຳລາຍ
-ລ້ອມ
-ລ້ອມໄວ້
-ລະ
-ລະຄອນ
-ລະຄອນສັດ
-ລະຄັງ
-ລະງັບ
-ລະງັບປວດ
-ລະງັບໄວ້
-ລະຊະດອນ
-ລະຍະ
-ລະດ
-ລະດັບ
-ລະດູ
-ລະດູການ
-ລະດູບານ
-ລະດົມ
-ລະທົມທຸກ
-ລະນ້ອຍ
-ລະນາດ
-ລະນຶກ
-ລະນຶກເຖິງ
-ລະແນວ
-ລະບອບ
-ລະບັດ
-ລະບາຍ
-ລະບາດ
-ລະບຳ
-ລະບຸ
-ລະບົບ
-ລະບຽງ
-ລະບຽບ
-ລະເບີດ
-ລະປູກ
-ລະມອມ
-ລະມັດ
-ລະເມີ
-ລະເມີດ
-ລະເມີນ
-ລະເມືອງ
-ລະແມມ
-ລະຢ່າງ
-ລະລາຍ
-ລະລຶກ
-ລະເລີງ
-ລະເລີຍ
-ລະວັງ
-ລະເວັ້ນ
-ລະແວງ
-ລະສໍ່າ
-ລະສາຍ
-ລະສີ
-ລະໜ່ານ
-ລະຫລົນ
-ລະຫລົມ
-ລະຫວ່າງ
-ລະຫັດ
-ລະຫຼົນ
-ລະຫຼົມ
-ລະເຫລີງ
-ລະເຫຼີງ
-ລະອໍ
-ລະອອງ
-ລະອາຍ
-ລະອິດ
-ລະອຽດ
-ລະອ້ຽວ
-ລັກ
-ລັກໂຈມຕີ
-ລັກພາຕົວ
-ລັກສະນະ
-ລັກສະໜີ
-ລັກຫົວ
-ລັງ
-ລັ່ງ
-ລັງກາ
-ລັງກຽດ
-ລັງແກ
-ລັງເລ
-ລັ່ງເລ
-ລັງວັດ
-ລັງສີ
-ລັດ
-ລັດຊະການ
-ລັດເຊຍ
-ລັດຖະ
-ລັດຖະການ
-ລັດຖະທຳມະນຸນ
-ລັດຖະທຳມະນູນ
-ລັດຖະທູດ
-ລັດຖະບານ
-ລັດຖະບຸລຸດ
-ລັດຖະມົນຕີ
-ລັດຖະສະພາ
-ລັດທະ
-ລັດທິ
-ລັດທິການ
-ລັດທິລົ້ມເລີກ
-ລັດວີ
-ລັດເວຍ
-ລັດສະໜີ
-ລັດສະໝີ
-ລັນ
-ລັ່ນ
-ລັນເຕົາ
-ລັບ
-ລັບລີ້
-ລັບສັດ
-ລາ
-ລ່າ
-ລ້າ
-ລໍ່າ
-ລໍ້າ
-ລາກ
-ລາກ່ອນ
-ລາກົດສ໌
-ລາຄາ
-ລາງ
-ລ່າງ
-ລ້າງ
-ລ້າງຕີນ
-ລ້າງບາບ
-ລາງວັນ
-ລາງຮ້າຍ
-ລ້າງຮູບ
-ລາຊະ
-ລາຊະການ
-ລາຊະດອນ
-ລາຊະທິດາ
-ລາຊະບັນລັງ
-ລາຊະໂລ
-ລາຊະວັງ
-ລາຊະວົງ
-ລາຊະອານາຈັກ
-ລາຊະອົງການ
-ລາຊາທິປະໄຕ
-ລາຊິນີ
-ລາຍ
-ລ້າຍ
-ລາຍການ
-ລາຍງານ
-ລາຍຈ່າຍ
-ລາຍຊື່
-ລາຍຕາ
-ລາຍນູນ
-ລາດ
-ລາດຊະ
-ລາດຊະກິດ
-ລາດຊະທູດ
-ລາດຊະສຳນັກ
-ລາດຊະສົມບັດ
-ລາດຊະອານາຈັກ
-ລາດຕະເວນ
-ລາດສະດອນ
-ລາຕິຕຸດ
-ລາຕີ
-ລາແຕງ
-ລານ
-ລ້ານ
-ລານໍ້າ
-ລາບ
-ລາປາດສ໌
-ລາໄປ
-ລາມ
-ລ່າມ
-ລາໂມດ
-ລໍ້າເລິກ
-ລ່າເລີງ
-ລ້າເລີງ
-ລໍ້າໄລ
-ລາວ
-ລາເວນລາ
-ລາສະດອນ
-ລາສີ
-ລາຫັບ
-ລາຮາວານ
-ລຳ
-ລ່ຳ
-ລ້ຳ
-ລຳຄອງ
-ລຳຄານ
-ລຳເຊ
-ລຳດັບ
-ລຳໂຕ
-ລຳເນົາ
-ລຳບາກ
-ລຳພັງ
-ລຳພຶງ
-ລຳພືງ
-ລ່ຳລວຍ
-ລຳລຶກ
-ລຳລຽງ
-ລຳເລື່ອງ
-ລຳແສງ
-ລຳໄສ້
-ລຳອຽງ
-ລິ
-ລິເກ
-ລິຂະສິດ
-ລິງ
-ລິງໂທນ
-ລິຊະທາ
-ລິດ
-ລິດເດດ
-ລິດຕະວາ
-ລິດຕົວນີ
-ລິນີນ
-ລິບລົງ
-ລິເລີ່ມ
-ລີ
-ລີ່
-ລີ້
-ລີງ
-ລີດ
-ລີຕາລີ
-ລີນ
-ລີ້ນ
-ລີ້ນໄກ
-ລີ້ນຊັກ
-ລີບ
-ລີບັງ
-ລີບີ
-ລີເບເຣັຍ
-ລີເບີຣວີນ
-ລີເບີເຣັຍ
-ລີ້ໄພ
-ລີລາ
-ລີລົງເວ
-ລີອຸຍປະ
-ລຶບ
-ລື
-ລື້ງ
-ລື້ງເຄີຍ
-ລື່ນ
-ລື້ນ
-ລືບ
-ລືມ
-ລື່ມ
-ລື້ມ
-ລຸ
-ລຸກ
-ລຸກຂຶ້ນ
-ລຸກຄະຊາດ
-ລຸກຊຳບວກ
-ລຸງ
-ລຸງໂລດ
-ລຸຍ
-ລຸ້ຍ
-ລຸດ
-ລຸດລົງ
-ລຸນ
-ລຸ່ນ
-ລຸ້ນ
-ລຸ້ນໜຸ່ມ
-ລຸມ
-ລຸ່ມ
-ລຸ້ມ
-ລຸ່ມລົງ
-ລູ
-ລູກ
-ລູກກຳພ້າ
-ລູກກົງ
-ລູກໄກ່
-ລູກຄວາມ
-ລູກຄ້າ
-ລູກຄຳຝາຍ
-ລູກຄິດ
-ລູກຄູ່
-ລູກເຄິ່ງ
-ລູກງົວ
-ລູກຈ້າງ
-ລູກແຕກ
-ລູກທະນູ
-ລູກນ້ອງ
-ລູກນ້ຳ
-ລູກປັດ
-ລູກປິ່ນລໍ້
-ລູກປືນ
-ລູກໄພ້
-ລູກແມວ
-ລູກສອນ
-ລູກສາວ
-ລູກເສືອ
-ລູກໜ້າ
-ລູກໜີ້
-ລູກຫົວປີ
-ລູກອ່ອນ
-ລູກອ້າຍ
-ລູເກຍ
-ລູຊາກາ
-ລູນ
-ລູບ
-ລູອັນດາ
-ລົກ
-ລົງ
-ລົ່ງ
-ລົງຊື່
-ລົງດັ່ງ
-ລົງທະບຽນ
-ລົງທຶນ
-ລົງໂທດ
-ລົງນາມ
-ລົງມາ
-ລົງມື
-ລົງລອຍ
-ລົດ
-ລົ້ດ
-ລົດຄ່າ
-ລົດຈັກ
-ລົດຊາດ
-ລົດຍົນ
-ລົດຖີບ
-ລົດໄຖ
-ລົດໄຟ
-ລົດມ້າ
-ລົດເມ
-ລົດລະ
-ລົດອູ່
-ລົດຮົບ
-ລົນ
-ລົ່ນ
-ລົ້ນ
-ລົນຊາ
-ລົ້ນເຫລືອ
-ລົ້ນເຫຼືອ
-ລົບ
-ລົບກວນ
-ລົບລ້າງ
-ລົບສະກີ້
-ລົບຫລີກ
-ລົບຫຼີກ
-ລົມ
-ລົ້ມ
-ລົມກັນ
-ລົ້ມເຈັບ
-ລົມບ້າໝູ
-ລົ້ມລົງ
-ລົ້ມເລີກ
-ລົມອ່ອນ
-ລົມແຮງ
-ລົມເ‍ຢັນ
-ລົວ
-ລຽງ
-ລ່ຽງ
-ລ້ຽງ
-ລ້ຽງງົວ
-ລ້ຽງດູ
-ລ້ຽງປາ
-ລ້ຽງສັດ
-ລຽດ
-ລຽນ
-ລ່ຽນ
-ລ່ຽນໄຫລ
-ລ່ຽນໄຫຼ
-ລຽບ
-ລຽບຕາມ
-ລຽບລຽງ
-ລ້ຽວ
-ເລ
-ເລ່
-ເລກ
-ເລກເຕນສະເຕນ
-ເລກທີ
-ເລກຫານ
-ເລກົນ
-ເລ່ກົນ
-ເລຂາ
-ເລຂາທິການ
-ເລຂານຸການ
-ເລງ
-ເລໂຊໂຕ
-ເລຍ
-ເລ່ຍ
-ເລ່ນ
-ເລນິນ
-ເລນິນກະລາດ
-ເລນີນ
-ເລນີນກະລາດ
-ເລປີນ
-ເລ່ມ
-ເລລອນ
-ເລ່ລ່ຽມ
-ເລວ
-ເລ່ວ
-ເລວຊາມ
-ເລ່ຫລັງ
-ເລ່ຫລ່ຽມ
-ເລ່ຫຼັງ
-ເລ່ຫຼ່ຽມ
-ເລະເທະ
-ເລັກ
-ເລັກນ້ອຍ
-ເລັງ
-ເລັ່ງ
-ເລັຍ
-ເລັ້ຍ
-ເລັດ
-ເລັດເວຍ
-ເລັ່ນ
-ເລັບ
-ເລັມ
-ເລັຽ
-ເລາະ
-ເລິກ
-ເລິກຫລາຍ
-ເລິກຫຼາຍ
-ເລິ່ມ
-ເລີ້
-ເລີກ
-ເລີກລົ້ມ
-ເລີແກ
-ເລີງ
-ເລີຍ
-ເລີດ
-ເລີດລ້ຳ
-ເລີ່ມ
-ເລີ້ມ
-ເລີ່ມຕົ້ນ
-ເລີະ
-ເລຶ່ອງ
-ເລືອ
-ເລືອກ
-ເລື່ອງ
-ເລື້ອງ
-ເລື່ອງລາວ
-ເລື່ອງລື
-ເລື່ອງຫຍິບຍ່ອຍ
-ເລື່ອຍ
-ເລື້ອຍ
-ເລືອດ
-ເລື່ອນ
-ເລືອນລາງ
-ເລື່ອມ
-ເລື້ອມ
-ເລົາ
-ເລົ່າ
-ເລົ້າ
-ເລົ້າເຂົ້າ
-ເລົາດີເຊຍ
-ແລ
-ແລ່
-ແລ້
-ແລກ
-ແລກປ່ຽນ
-ແລງ
-ແລ້ງ
-ແລງແຊງ
-ແລດ
-ແລ່ນ
-ແລ່ນນຳ
-ແລ່ນເຮືອ
-ແລບ
-ແລ້ວ
-ແລ້ວແຕ່
-ແລະ
-ແລັນ
-ໂລກ
-ໂລກເຮືອນ
-ໂລຄາ
-ໂລງ
-ໂລ່ງລ່ຽນ
-ໂລຈິກ
-ໂລ້ນ
-ໂລບ
-ໂລບມາກ
-ໂລພາ
-ໂລມ
-ໂລມັນ
-ໂລເມ
-ໂລໂມໂນຊົບ
-ໂລເລ
-ໂລວາ
-ໂລຫະ
-ໂລຫະສົດ
-ໂລຫິດ
-ໄລ
-ໄລ່
-ໄລຍະ
-ວໍ້
-ວໍຊິງຕັນ
-ວໍຊີງຕັນ
-ວໍໂລເດຍ
-ວອງ
-ວ່ອງ
-ວ່ອງໄວ
-ວອດລ້ອມ
-ວອນ
-ວະ
-ວະຈີ
-ວະນິລາ
-ວະລາດິໂວດສະຕົກ
-ວະລາດີມີນ
-ວະລີ
-ວັກ
-ວັງ
-ວັດ
-ວັດຈະນານຸກົມ
-ວັດຊີເລຍວະນາ
-ວັດຖຸ
-ວັດທະນະທຳ
-ວັດທະນາ
-ວັດແທກ
-ວັດວາ
-ວັນ
-ວັນເກີດ
-ວັນຄຣິສມາສ
-ວັນຄ້າຍ
-ວັນທີ
-ວັນນະ
-ວັນນະຄະດີ
-ວັນນະຍຸດ
-ວັນລຸນມາ
-ວັນສຸກ
-ວັບ
-ວາ
-ວ່າ
-ວ້າ
-ວ່າກ່າວ
-ວາງ
-ວ່າງ
-ວາງເງິນ
-ວາງໃຈ
-ວ່າງເປົ້າ
-ວາງເພີງ
-ວາງລົງ
-ວາຈາ
-ວາຍ
-ວາດ
-ວາດສະໜາ
-ວາດຸດສ໌
-ວາທີ
-ວານ
-ວ່ານ
-ວານອນ
-ວ່າເປັນ
-ວາຣີ
-ວາລະ
-ວາລະສານ
-ວາແລັດຕາ
-ວາວ
-ວ່າວ
-ວິກໂຕ
-ວິກໂຕເຣຍ
-ວິກິດ
-ວິກິດການ
-ວິເຄາະ
-ວິ່ງ
-ວິ້ງ
-ວິງວອນ
-ວິ່ງວອນ
-ວິ່ງວຽນ
-ວິຈາ
-ວິຈານ
-ວິໃຈ
-ວິຊາ
-ວິຊາການ
-ວິຊາຊີບ
-ວິດ
-ວິຕະຖານ
-ວິຕາມິນ
-ວິຕົກ
-ວິຖີ
-ວິຖີທາງ
-ວິທະຍາ
-ວິທະຍາການ
-ວິທະຍາຄານ
-ວິທະຍາໄລ
-ວິທະຍາສາດ
-ວິທະຍຸ
-ວິທາຍາໄລ
-ວິທີ
-ວິທີການ
-ວິທີໃຊ້
-ວິນ
-ວິນຍານ
-ວິນວຽນ
-ວິນສັນ
-ວິນຫົວ
-ວິນາດ
-ວິນາທີ
-ວິໃນ
-ວິໄນ
-ວິພາກ
-ວິພາກສາດ
-ວິລະ
-ວິລະກຳ
-ວິລະກິດ
-ວິລະຊົນ
-ວິລະນິພົນ
-ວິລະບູລຸດ
-ວິລະສັດຕຣີ
-ວິລິຍະ
-ວິວາ
-ວິວາດ
-ວິວາຫະ
-ວິສະກີ
-ວິສະວະກອນ
-ວິສະວະກຳ
-ວິສັດສະນາ
-ວິສາມັນ
-ວິສາວະກອນ
-ວິສາຫະກິດ
-ວິເສດ
-ວິໃສ
-ວິໄສ
-ວິຫານ
-ວີ
-ວີ່
-ວີ້
-ວີກໂຕ
-ວີເຄາະ
-ວີ່ງ
-ວີທະຍາ
-ວີທີ
-ວີນດົກ
-ວີນນະວິດ
-ວີລາ
-ວີໂອ
-ວື່ງ
-ວຸດທິ
-ວຸ່ນ
-ວຸ້ນ
-ວຸ້ນວາຍ
-ວົງ
-ວົງການ
-ວົງກົມ
-ວົງແຂນ
-ວົງຈອນ
-ວົງຕະກູນ
-ວົງມົນ
-ວົງລ້ອມ
-ວົງເລັບ
-ວົງວຽນ
-ວົງສານຸວົງ
-ວົນ
-ວົ້າ
-ວຽກ
-ວຽກການ
-ວຽກງານ
-ວຽກໜັກ
-ວຽກເຮືອນ
-ວຽງຈັນ
-ວຽນ
-ວຽນນາ
-ວຽນມາ
-ວຽວ
-ເວດ
-ເວດທະນາ
-ເວດມົນ
-ເວທະນາ
-ເວທີ
-ເວນ
-ເວນຍາມ
-ເວເນຊູເອລາ
-ເວລາ
-ເວລານານ
-ເວຫາ
-ເວັນ
-ເວັ້ນ
-ເວີ້
-ເວີຍ
-ເວີ່ນ
-ເວົ້າ
-ເວົ້າຈາ
-ແວ່
-ແວ້
-ແວກ
-ແວງ
-ແວດ
-ແວດລ້ອມ
-ແວ່ນ
-ແວ່ນຕາ
-ແວນລິງຕັນ
-ແວບ
-ແວວ
-ແວວວາວ
-ແວັບ
-ໂວກ
-ໂວທານ
-ໂວນກາ
-ໂວນເລບານ
-ໂວເລ
-ໂວຫານ
-ໄວ
-ໄວ້
-ໄວຂຶ້ນ
-ໄວ້ເຄື່ອງ
-ໄວ້ໃຈ
-ໄວຍະກອນ
-ໄວຍາກອນ
-ໄວ້ວາງໃຈ
-ໄວໜຸ່ມ
+ໃຈຮູ້
+ໄຈ້
+ໄຈກາ
+ໄຈ້ໄຈ້
 ສໍ
 ສໍ່
 ສໍ້
+ສກອບເຢ
 ສໍ້ໂກງ
 ສໍຂາວ
+ສໍສີ
+ສໍ້ສົນ
+ສໍດຳ
+ສທ
+ສໍພໍ
 ສໄມ
+ສຣິລັງກາ
+ສໍລະເສີນ
 ສໍ້ລາດ
+ສໍ້ລາດບັງຫຼວງ
+ສວງ
 ສ່ວງ
 ສ້ວງ
 ສວຍ
 ສ່ວຍ
 ສ້ວຍ
+ສ່ວຍເຂົ້າ
 ສວຍງາມ
 ສ່ວຍສາ
+ສ່ວຍສາອາກອນ
+ສ່ວຍມື
+ສ່ວຍລ້ວຍ
+ສ່ວຍໜ້າ
+ສວຍໂອກາດ
 ສວດ
 ສວດມົນ
 ສວນ
 ສ່ວນ
+ສວນກັບ
 ສ່ວນກາງ
+ສວນຄວາມ
+ສວນສະໜາມ
 ສ່ວນຕົວ
 ສ່ວນເທິງ
+ສ່ວນນ້ອຍ
+ສ່ວນແບ່ງ
 ສ່ວນປະກອບ
+ສ່ວນລັບ
+ສ່ວນລຸ່ມ
+ສວນໄລ
+ສ່ວນວ່າ
+ສ່ວນຫນຶ່ງ
+ສ່ວນໜຶ່ງສ່ວນໃດ
+ສ່ວນຫຼາຍ
 ສ່ວນໃຫຍ່
+ສວນອະງຸ່ນ
+ສ່ວນອາກອນ
 ສ່ວນຮ່ວມ
 ສ່ວນຮ້ອຍ
 ສວບ
 ສວມ
+ສ່ວມ
 ສ້ວມ
+ສວມໃສ່
+ສວມຮອຍ
 ສວັນ
+ສວາກສະເໜ
+ສວ່າງ
 ສວາຍ
+ສວ່າຍ
 ສວ່ານ
 ສວາບ
+ສໍ້ຫຼໍ້
 ສອກ
+ສອກແສກ
+ສອກຫຼີກ
 ສອງ
 ສ່ອງ
+ສ້ອງ
+ສ່ອງກ້ອງ
+ສອງຈິດສອງໃຈ
+ສອງໃຈ
+ສ່ອງສະຫວ່າງ
+ສ່ອງແສງ
+ສ້ອງແສ້ງ
+ສອງແສນ
 ສ່ອງໃສ
+ສອງຕໍ່ສອງ
+ສອງເທົ່າ
+ສອງພັນ
+ສອງພີ່ນ້ອງ
+ສອງໄມ້ສອງມື
+ສ່ອງໜ້າ
+ສອງໝື່ນ
+ສອງຮ້ອຍ
+ສອງຮ້ອຍລ້ານ
 ສອຍ
 ສ້ອຍ
 ສ້ອຍແຂນ
+ສອຍດາວ
+ສ້ອຍມຸກ
+ສອຍລອຍ
+ສອຍວອຍ
 ສອດ
 ສອດຄ່ອງ
+ສອດຄ້ອງ
+ສອດສ່ອງ
+ສອດສອດ
+ສອດແສ້ວ
+ສອດໃສ່
 ສອດແຊກ
+ສອດແນມ
 ສອນ
+ສ່ອນ
+ສ້ອນ
+ສ້ອນຂວັນ
+ສອນຄວາມ
 ສອນງ່າຍ
+ສອນໃຈ
+ສອນສາວ
+ສອນບ່າວ
+ສອນປາກ
+ສອນລອນ
+ສອນໃຫຍ່
 ສອບ
-ສອບຖາມ
+ສອບສວນ
 ສອບເສັງ
+ສອບຖາມ
+ສອບປາກຄຳ
+ສອບລອບ
 ສ້ອມ
+ສ້ອມແຊມ
 ສ້ອມແປງ
+ສອມລອມ
 ສະ
+ສະກອຍ
+ສະກັດ
+ສະກັດຫີນ
 ສະກັນ
+ສະກັອດແລັນແລະເວັນ
+ສະກາ
 ສະການ
+ສະກາວາທີ
+ສະກຳມະກິລິຍາ
+ສະກຳມະທາດ
+ສະກິດ
 ສະກີ
 ສະກີ້
 ສະກີນ
 ສະກຸດ
 ສະກຸນ
+ສະກຸນາ
+ສະກຸນີ
 ສະກົດ
+ສະກົດຈິດ
+ສະກົນ
+ສະກົນລະຈັກກະວານ
+ສະກົນລະພິພົບ
+ສະກົນລະໂລກ
 ສະເກນ
 ສະເກັດ
 ສະໂກຟີເຢີ
+ສະຂິ
+ສະຄ່າງ
+ສະຄ່ານ
+ສະຄິວ
 ສະແຄງ
 ສະງັກ
 ສະງ່າ
+ສະງ້າ
+ສະງາບ
+ສະງາບສະເງີຍ
+ສະງາວ
 ສະງົບ
+ສະງຽບ
 ສະເງີ້
+ສະສວຍ
+ສະສະ
+ສະສະວີເດັນ
+ສະສາງ
+ສະສິ
+ສະສິທອນ
+ສະສິນ
+ສະສົມ
+ສະເສດສຸມ
 ສະຊາຍ
+ສະຍະ
+ສະຍະນະ
 ສະຍານ
+ສະຍຳພູ
 ສະຍົດ
 ສະດວກ
+ສະດວງ
+ສະດັບ
+ສະດັບຮັບຟັງ
+ສະດາງ
 ສະດຸ້ງ
+ສະດຸ້ງຢ້ານ
 ສະດຸດ
+ສະດຸດໃຈ
 ສະດຸດີ
 ສະດົມ
 ສະເດັດ
+ສະເດັດພໍ່
+ສະເດັດແມ່
 ສະເດັນ
+ສະເດາະ
+ສະເດີດ
 ສະເດືອກ
+ສະແດ
 ສະແດງ
 ສະແດງວ່າ
+ສະແດງອອກ
+ສະຕະ
+ສະຕະນາຄະນະຫຸດ
 ສະຕະວັດ
 ສະຕັງ
+ສະຕັອກໂຮມ
 ສະຕາງ
 ສະຕິ
 ສະຕິກ
 ສະຕິກເກີ
+ສະຕິສຳປະຊັນຍະ
+ສະຕິສໍາປັດຊະຍະ
+ສະຕິປັດຖານ
+ສະຕິປັນຍາ
+ສະຕິປັນຍາທີ່ດີ
+ສະຕິອາລົມ
 ສະຕີ
+ສະຕູ
+ສະຕູບ
 ສະຕົກໂຮມ
+ສະເຕຟານາ
+ສະເຕຟາໂນ
+ສະແຕກ
 ສະແຕມ
 ສະແຕັມ
 ສະໂຕຍ
 ສະໂຕຟ
+ສະໂຕອີໂກ
+ສະຖັດ
 ສະຖາ
 ສະຖານ
 ສະຖານທີ່
+ສະຖານທີ່ສູງສໍາຄັນ
+ສະຖານທີ່ບໍລິສຸດ
 ສະຖານທູດ
+ສະຖານນະການ
+ສະຖານບໍລິສຸດ
+ສະຖານປະຊຸມ
+ສະຖານະ
 ສະຖານະການ
 ສະຖານະພາບ
 ສະຖານີ
 ສະຖາບັນ
+ສະຖາບັນຄົ້ນຄວ້າ
 ສະຖາປະນາ
 ສະຖາປະນິກ
 ສະຖາປັດຕະຍະກຳ
 ສະຖາປານາ
 ສະຖາປານິກ
+ສະຖາພອນ
+ສະຖາວອນ
 ສະຖິດ
 ສະຖິຕິ
+ສະຖິຕິສາດ
+ສະຖູບ
+ສະຖົນລະມາກ
+ສະຖຽນ
+ສະຖຽນລະພາບ
+ສະເຖຍລະພາບ
 ສະທ້ອນ
 ສະທ້ານ
+ສະທ້ານຢ້ານກົວ
 ສະທາລະນະ
+ສະທຶງ
 ສະທົກ
+ສະທົກສະທ້ານ
 ສະທົດ
 ສະທົບ
+ສະເທີນ
 ສະເທີ້ນ
 ສະເທືອນ
 ສະນວນ
+ສະນອນ
 ສະນັ່ນ
 ສະນັ້ນ
+ສະນາ
 ສະນໍ້າ
+ສະນາມ
 ສະນິຍະບັດ
 ສະນິດ
 ສະນຸກເກີ
 ສະເນ່
+ສະເນງ
 ສະເນືອນ
+ສະແນນ
+ສະໂນ
+ສະໄນ
 ສະບັດ
+ສະບັດໄຊ
+ສະບັ້ນ
 ສະບັບ
+ສະບາ
 ສະບາຍ
+ສະບາຍໃຈ
 ສະບາຍດີ
+ສະບາຍພຣະໄທ
 ສະບາໂຕ
 ສະບານ
+ສະບາບ
 ສະບູ
 ສະບູ່
- #	ສະບູ່ like ສະບູ່ above but has wrong order of vowel & tone mark
+ສະບູໄຊ
+ສະບູເລືອດ
 ສະບົງ
 ສະບົດ
 ສະບຽງ
+ສະບຽງອາຫານ
+ສະເບັງ
+ສະເບີຍ
+ສະແບງ
+ສະປອດ
 ສະປາ
+ສະປາເກັດຕີ
 ສະປິງ
 ສະປີງ
+ສະເປນ
 ສະຜົມ
+ສະພອຍ
 ສະພະເກຕີ
+ສະພັງ
+ສະພັ່ງ
+ສະພັ້ງ
 ສະພັດ
+ສະພັນ
 ສະພາ
+ສະພາກ
+ສະພາກາແດງ
+ສະພາຈານ
+ສະພາຍ
+ສະພາດ
 ສະພານ
+ສະພານາຍົກ
 ສະພາບ
 ສະພາບການ
+ສະພາບທຳມະຊາດ
+ສະພາລັດຖະມຸນຕີ
+ສະພາລາສະດອນ
+ສະພາລາຊະມົນຕີ
 ສະພາວະ
+ສະພາວະການ
+ສະພາແຫ່ງຊາດ
+ສະພຶກ
+ສະພຶບ
+ສະພຽບ
 ສະເພາະ
+ສະເພາະຕົວ
+ສະເພາະພຣະພັກ
+ສະເພືອກ
 ສະເພົາ
 ສະໂພກ
+ສະໃພ້
 ສະໄພ້
+ສະມະຍາ
+ສະມະຖະ
+ສະມະຖາວິປັດສະນາ
+ສະມະນະ
 ສະມັກ
 ສະມັກຄີ
+ສະມັກໃຈ
 ສະມັດ
 ສະມັດຊາ
 ສະມັດຕະພາບ
+ສະມັດຖະ
 ສະມັດຖະພາບ
 ສະມັດທະພາບ
+ສະມັນຍາ
 ສະມາ
 ສະມາຄົມ
+ສະມາຈານ
 ສະມາຊິກ
 ສະມາດ
+ສະມາທານ
 ສະມາທິ
+ສະມາບັດ
+ສະມິ່ງ
+ສະມິ້ງ
 ສະມິດ
 ສະມຸດ
+ສະມຸດໄຈ
+ສະມຸດເສດ
+ສະມຸດເສທະປະທານ
+ສະມຸດຖານ
+ສະມຸໄທ
+ສະມູເອນ
+ສະແມ່ງ
 ສະໂມສອນ
+ສະໂມທານ
 ສະຢອງ
+ສະລອຍ
+ສະລອດ
+ສະລອນ
 ສະລະ
+ສະລະນະ
+ສະລະນະຄົມ
+ສະລະພັນ
 ສະລັກ
 ສະລັດ
 ສະລັບ
+ສະລ້າງ
+ສະລາຍ
+ສະລິບ
+ສະລິລະ
+ສະລິລະສາດ
+ສະລິລະທາດ
+ສະລີລະກິດ
+ສະລູຮີມ
+ສະລົດ
+ສະລົດໃຈ
+ສະລົວ
 ສະເລ່ຍ
 ສະເລັ່ຍ
 ສະໂລ່ງ
+ສະໂລດ
 ສະໂລໂປ
 ສະໂລວາກີ
 ສະໂລເວນີ
+ສະວະນະ
+ສະວະນີ
+ສະວັ່ນ
 ສະວາຊີແລນ
 ສະວິດ
 ສະວິດເຊີແລນ
-ສະສວຍ
-ສະສະວີເດັນ
-ສະສາງ
-ສະສົມ
+ສະວິດເຊີແລັນ
+ສະວິເດັນ
+ສະເວີຍ
 ສະຫງວນ
+ສະຫງວນກຳລັງ
+ສະຫງວນຄວາມຮັກ
+ສະຫງວນເງິນຕາຕ່າງປະເທດ
+ສະຫງວນທ່າທີ
+ສະຫງວນລິຂະສິດ
+ສະຫງວນອາຊີບ
 ສະຫງັດ
+ສະຫງັນງັນ
 ສະຫງ່າ
 ສະຫງ່າງາມ
+ສະຫງ່າຜ່າເຜີຍ
+ສະຫງ່າລາສີ
 ສະຫງົບ
+ສະຫງົບງຽບ
+ສະຫງົບໃຈ
+ສະຫງົບສະຫງ່ຽມ
+ສະຫງົບສຸກ
 ສະຫງຽບ
 ສະຫງຽມ
 ສະຫງ່ຽມ
+ສະຫງ່ຽມຈຽມຕົວ
 ສະຫຍອງ
+ສະຫຍາຍ
 ສະຫຍາມ
 ສະຫຍົດ
+ສະຫຍົບ
+ສະໜໍລະພູມ
 ສະໜອງ
+ສະໜອງພະໂອດ
+ສະໜ່ອຍ
 ສະໜັກ
+ສະໜັດ
 ສະໜັ່ນ
 ສະໜັບ
+ສະໜັບແຄ່ງ
 ສະໜັບສະໜູນ
+ສະໜັບມື
 ສະໜານ
 ສະໜາມ
 ສະໜາມບິນ
+ສະໜາມຫຼວງ
+ສະໜາມຮົບ
 ສະໜິດ
 ສະໜິດສະໜົມ
+ສະໜິມ
 ສະໜຸກ
+ສະໜຸກສະບາຍ
+ສະໜຸກສະໜານ
 ສະໜຸນ
 ສະໜູນ
+ສະໜົງ
 ສະໜົມ
+ສະໜຽດ
+ສະເໜ
 ສະເໜ່
+ສະເໜຫາ
+ສະເໜໂຫ
 ສະເໜີ
 ສະແໜງ
 ສະໄໜ
 ສະໝໍ
+ສະໝໍລະພູມ
+ສະຫມອງ
 ສະໝອງ
+ສະໝອນ
+ສະໝອນພູມ
 ສະໝັກ
 ສະໝັກງານ
+ສະໝັກສະໝານ
+ສະໝັກພັກພວນ
 ສະໝໍ່າ
+ສະໝໍ່າສະເໝີ
+ສະໝາດ
+ສະໝານ
+ສະໝານຄະຕິ
+ສະໝານສັງວາດ
+ສະໝານສັນ
+ສະໝີ
+ສະໝຸ
 ສະໝຸດ
 ສະໝຸດບັນຊີ
 ສະໝຸນ
+ສະໝຸນໄພ
+ສະໝຸບັນຊີ
 ສະໝູນ
-ສະຫມຽນ
 ສະໝຽນ
+ສະຫມຽນ
+ສະເໝນ
+ສະເໝັ່ນ
 ສະເໝີ
 ສະເໝີກັນ
+ສະເໝີໄປ
+ສະເໝີພາກ
 ສະເໝີພາບ
+ສະເໝີມາ
 ສະໃໝ
 ສະໄໝ
+ສະໄໝກ່ອນ
+ສະໄໝເກົ່າ
+ສະໄໝເກົ່າກ່ອນ
+ສະໄໝໃໝ່
 ສະຫລອກ
 ສະຫລອງ
 ສະຫລະ
@@ -9216,728 +8164,17976 @@
 ສະຫລົດໃຈ
 ສະຫລົບ
 ສະຫລຽວ
+ສະຫວອຍ
+ສະຫວັດສະດີ
+ສະຫວັດສະຕິກະ
 ສະຫວັດດິພາບ
+ສະຫວັດດີ
+ສະຫວັດດີການ
+ສະຫວັດດີການສັງຄົມ
 ສະຫວັດດີພາບ
 ສະຫວັດຕິພາບ
 ສະຫວັນ
+ສະຫວັ່ນ
+ສະຫວັນສະຖານ
+ສະຫວັນນະເຂດ
+ສະຫວັນນະຄົດ
+ສະຫວັນນາຄົດ
+ສະຫວັນລະຄົດ
+ສະຫວັນວິມານ
 ສະຫວ່າງ
+ສະຫວ່າງສະໄຫວ
+ສະຫວາງຫໍລະຄຸນ
 ສະຫວາດ
 ສະຫວ່ານ
+ສະຫວາມີ
+ສະຫວາມີພັກ
+ສະຫວາຫະ
+ສະຫວິດສະຫວອຍ
+ສະຫວີ
 ສະຫະ
 ສະຫະກອນ
+ສະຫະຈອນ
+ສະຫະສືກສາ
+ສະຫະຊາດ
+ສະຫະທຳ
+ສະຫະທຳມິກ
+ສະຫະບານ
+ສະຫະປະຊາຊາດ
 ສະຫະພັນ
+ສະຫະພັນທະລັດ
+ສະຫະພັນແມ່ຍິງ
 ສະຫະພາບ
+ສະຫະພາບອາຣັບ
+ສະຫະພາບແຮງງານ
+ສະຫະມິດ
 ສະຫະລັດ
+ສະຫະລັດອາເມຣິກາ
+ສະຫະວາດ
+ສະຫັດ
+ສະຫັດສະເນດ
+ສະຫັດສະລັງສີ
 ສະຫາຍ
 ສະຫາວ
 ສະຫົວ
+ສະຫຼໍ
+ສະຫຼວຍ
 ສະຫຼອກ
+ສະຫຼອກກອກ
 ສະຫຼອງ
+ສະຫຼອງປີກ
+ສະຫຼອງວັນເກີດ
+ສະຫຼອດ
+ສະຫຼອມ
 ສະຫຼະ
+ສະຫຼະສິດ
+ສະຫຼະຫຼັກ
 ສະຫຼັກ
+ສະຫຼັກສະເຫຼົາ
+ສະຫຼັກສຳຄັນ
+ສະຫຼັກຫຼັງ
+ສະຫຼັກແອກ
+ສະຫຼັ້ງ
+ສະຫຼັງຫຼັງ
 ສະຫຼັດ
+ສະຫຼັດໄດ
 ສະຫຼັບ
+ສະຫຼາ
 ສະຫຼາກ
+ສະຫຼາກກິນແບ່ງ
+ສະຫຼາກປະຢັດ
+ສະຫຼາກພັດ
+ສະຫຼາງ
+ສະຫຼ້າງ
 ສະຫຼາຍ
 ສະຫຼາດ
+ສະຫຼາດພັດ
+ສະຫຼາຕັນ
 ສະຫຼາມ
 ສະຫຼິບ
 ສະຫຼຶງ
 ສະຫຼືງ
 ສະຫຼຸບ
 ສະຫຼຸບຄວາມ
+ສະຫຼຸບເນື້ອໃນ
 ສະຫຼູບ
 ສະຫຼົດ
 ສະຫຼົດໃຈ
 ສະຫຼົບ
+ສະຫຼົບເປັນລົມ
+ສະຫຼຽງ
+ສະຫຼ່ຽງ
 ສະຫຼຽວ
+ສະຫຼຽວສະຫຼາດ
+ສະເຫລິມ
 ສະເຫລີມ
+ສະເຫວດ
+ສະເຫວດຕະສັດ
 ສະເຫວີຍ
 ສະເຫວີຍຣາຊ
 ສະເຫວີຍຣາດ
 ສະເຫວີຍລາດ
+ສະເຫຼດ
+ສະເຫຼີຍ
 ສະເຫຼີມ
+ສະເຫຼົາ
 ສະແຫວງ
+ສະແຫວງຫາ
+ສະແຫຼງ
+ສະແຫຼ່ງ
+ສະໂຫຼກ
+ສະໄຫວ
 ສະອອນ
+ສະອາງ
 ສະອາດ
+ສະອາດງາມຕາ
+ສະອິກສະອ້ອຍ
 ສະອິດ
 ສະອິວ
 ສະອຶກ
+ສະອຶກສະອື້ນ
 ສະອື້ນ
 ສະອຽນ
+ສະເອັງ
+ສະເອິ
+ສະເອືອນ
 ສັກ
+ສັກກະ
+ສັກກະຍະ
+ສັກກະຍະລາດ
+ສັກກະໂຍງ
+ສັກກະບັນ
 ສັກກະລະ
+ສັກກະລະບູຊາ
+ສັກກະລັນ
 ສັກກະລາດ
+ສັກກະລິນ
 ສັກກະຫລາດ
 ສັກກະຫຼາດ
+ສັກກັດຈະ
+ສັກກາຍາທິຖິ
 ສັກກາລະ
+ສັກກາລະບູຊາ
+ສັກກຸນາ
+ສັກໂກ
 ສັກຂະໂຍງ
-ສັກດີນາ
-ສັກຕາ
+ສັກຂີ
+ສັກຂີພິຍານ
+ສັກສະ
+ສັກສາດ
 ສັກສິດ
 ສັກສີ
+ສັກດາ
+ສັກດານຸພາບ
+ສັກດີນາ
+ສັກຕາ
+ສັກຫຼາດ
 ສັງ
 ສັ່ງ
+ສັງກອນ
 ສັງກະສີ
 ສັງກັດ
+ສັງກັດລັດ
+ສັງກັບປະ
+ສັງກາ
+ສັງກາດ
 ສັ່ງການ
+ສັງກາລີ
+ສັງກິເລດ
+ສັງກິເຫຼດ
+ສັງກົດ
 ສັງເກດ
+ສັງເກດການ
 ສັງຂອນ
+ສັງຂະຕະ
+ສັງຂະຕະທຳ
+ສັງຂະຫຍາ
+ສັງຂາ
 ສັງຂານ
+ສັງຂານທຳ
+ສັງຂານລ່ວງ
+ສັງຂານໂລກ
 ສັງເຂບ
+ສັງຄະ
+ສັງຄະກາລີ
+ສັງຄະກຳ
+ສັງຄະສະພາ
+ສັງຄະສາ
+ສັງຄະສີ
+ສັງຄະຍະນາ
+ສັງຄະຍາດ
+ສັງຄະເຖລະ
+ສັງຄະທານ
 ສັງຄະນາຍົກ
+ສັງຄະພັດ
+ສັງຄະເພດ
+ສັງຄະມົນທົນ
 ສັງຄະລາດ
+ສັງຄະຫະ
+ສັງຄາ
+ສັງຄາທິເສດ
+ສັງຄານະຍາ
+ສັງຄາປະໂມກ
+ສັງຄີດ
+ສັງຄີຕິ
 ສັງຄົມ
+ສັງຄົມສາດ
+ສັງຄົມສຶກສາ
+ສັງຄົມສົງເຄາະ
 ສັງຄົມນິຍົມ
-ສັງທາຣີນມະສົບ
-ສັງລວມ
+ສັງຄົມວິທະຍາ
+ສັງເຄາະ
 ສັ່ງສອນ
+ສັງສັນ
+ສັ່ງສົມ
+ສັງໂຍກ
+ສັງໂຍດ
+ສັງທາຣີນມະສົບ
+ສັ່ງນ້ອງ
+ສັງບອນ
+ສັງລວມ
+ສັ່ງລັ່ງ
+ສັງລາລະວັດ
+ສັງວອນ
+ສັງວັນນະນາ
+ສັງວາດ
+ສັງວານ
+ສັງວຽນ
+ສັງເວດ
+ສັງເວີຍ
 ສັງຫອນ
 ສັງຫານ
 ສັ່ງຫ້າມ
+ສັງຫາລິມະ
+ສັງຮວມ
+ສັງຮອມ
+ສັງຮອມທາດ
 ສັດ
+ສັດຄ້ຽວເອື້ອງ
 ສັດຈະ
+ສັດຈະກິລິຍາ
+ສັດຈະຍານ
+ສັດຈະທັດ
+ສັດຈະທັດສັງຄົມນິຍົມ
 ສັດຈະທຳ
+ສັດຈະວາຈາ
 ສັດຈະວິພາກ
+ສັດຈິງ
+ສັດສະຍະ
+ສັດສະດີ
+ສັດສະຕະ
+ສັດສະຕະກຳ
+ສັດສະຕະສາດ
+ສັດສະຕະທິດຖີ
+ສັດສະຕາ
+ສັດສາ
+ສັດສີ່ຕີນ
+ສັດຊະກອນ
 ສັດຊື່
+ສັດຊຸ
+ສັດໃຊ້ແຮງງານ
+ສັດດອນ
+ສັດເດຍລະສານ
+ສັດຕໍ່
+ສັດຕະ
+ສັດຕະຍະ
+ສັດຕະຍາທິຖານ
 ສັດຕະຍາບັນ
+ສັດຕະນາຄະນະຫຸດ
+ສັດຕະນິກອນ
+ສັດຕະບໍລິພັນ
+ສັດຕະບັນ
+ສັດຕະບຸດ
+ສັດຕະບຸລຸດ
+ສັດຕະບົງ
+ສັດຕະບົດ
+ສັດຕະມະ
+ສັດຕະໂລກ
 ສັດຕະວະ
-ສັດຕະວະຊາດ
 ສັດຕະວະສາດ
+ສັດຕະວະຊາດ
+ສັດຕະວະບານ
+ສັດຕະວະແພດ
+ສັດຕະວະວິທະຍາ
 ສັດຕະວັດ
+ສັດຕະວານ
+ສັດຕະວິທະຍາ
+ສັດຕະຫວັດແຮກ
+ສັດຕະຫະ
+ສັດຕີ
+ສັດຕຸ
+ສັດຕຸ້ຍພີ
 ສັດຕູ
+ສັດຕູພືດ
+ສັດຖັນດອນ
+ສັດຖາ
+ສັດຖຸ
+ສັດຖຸສາສະໜາ
+ສັດທະ
+ສັດທະສັນຍາ
+ສັດທະສາດ
+ສັດທະເລປະຫຼາດ
 ສັດທາ
+ສັດທາຈະລິດ
+ສັດທຳ
+ສັດທິວິຫາລິກ
 ສັດນ້ອຍ
 ສັດນໍ້າ
+ສັດບ້ານ
+ສັດບູຊາ
+ສັດບົກ
 ສັດປ່າ
+ສັດປ່າທົ່ງ
 ສັດປີກ
+ສັດປີນໄຕ່
 ສັດເຜືອກ
+ສັດມະຮືມາ
 ສັດລ້ຽງ
+ສັດເລືອຄານ
+ສັດໃຫຍ່
+ສັດອາໄສຢູ່ທົ່ງ
 ສັດຮ້າຍ
 ສັນ
 ສັ່ນ
 ສັ້ນ
 ສັນຈອນ
+ສັນໂຈເຊ
+ສັນສະກິດ
+ສັ່ນສະທ້ານ
+ສັ່ນສະເທືອນ
+ສັນສັນນາ
+ສັ່ນສາຍ
+ສັນເສີນ
 ສັນຊາດ
 ສັນຊາດຍານ
 ສັນຊາດຕະຍານ
+ສັນຊານວາດໍ
+ສັ່ນເຊັນ
+ສັນຍະກຳ
+ສັນຍະຊາດ
+ສັນຍະປະກາດ
+ສັນຍະລັກ
 ສັນຍາ
 ສັນຍາກັນ
+ສັນຍາຂັນ
 ສັນຍານ
 ສັນຍາບັດ
+ສັນຍາຜູກມັດ
+ສັນຍາໄມຕີ
 ສັນຍາລັກ
+ສັນຍາວິປະຫຼາດ
+ສັນຍາຮັກ
+ສັນຍີ
 ສັນດອນ
 ສັນດານ
+ສັນດີ້ນ
+ສັນໂດດ
 ສັນໃດ
+ສັນຕະຕິ
+ສັນຕະຕິວົງ
+ສັນຕະປາປາ
 ສັນຕິ
+ສັນຕິສຸກ
 ສັນຕິບານ
+ສັນຕິບູຊາ
 ສັນຕິພາບ
 ສັນຕິລາດ
-ສັນຕິສຸກ
+ສັ່ນຕີນ
+ສັນເຕຍໂກ
+ສັນໂຕໂດມິນໂກ
+ສັນຖະວະ
 ສັນຖະວະໄມຕີ
+ສັນຖັດ
 ສັນຖານ
+ສັນທະ
+ສັນທະສາດ
+ສັນທະລັກສະນະ
 ສັນທັດ
+ສັນທາ
+ສັນທາຄະຕິ
 ສັນທານ
+ສັນທານມັດ
+ສັນທາບ
+ສັນນດິຖານ
+ສັນນັ້ນ
 ສັນນິຍະບັດ
 ສັນນິຖານ
+ສັນນິທິ
 ສັນນິບາດ
+ສັນນິວາດ
+ສັນບັນລັດ
+ສັນປັນນໍ້າ
+ສັນພ້າ
 ສັນພູ
+ສັນມາຍ
+ສັນມາຣີໂນ
+ສັ່ນມື
 ສັນລະສູດ
 ສັນລະເສີນ
-ສັນເສີນ
+ສັນລະຍະ
+ສັນລູ
+ສັ່ນວັກວັກ
 ສັ່ນໜາວ
 ສັນຫລັງ
+ສັນຫາ
 ສັນຫຼັງ
+ສັນເອກາ
 ສັນເຮດິນ
 ສັບ
 ສັບກັນ
+ສັບກຽວ
+ສັບສໍ່
+ສັບສົນ
 ສັບຊ້ອນ
+ສັບຕາ
+ສັບເຕກາ
+ສັບປະຍຸດ
 ສັບປະດາ
+ສັບປະທົນ
+ສັບປະປິ
+ສັບປັບ
+ສັບປີ
+ສັບປີຍາຄູ
+ສັບປຸລີສະ
+ສັບປຸລົດ
 ສັບປ່ຽນ
 ສັບພະ
-ສັບພະນາມ
+ສັບພະສັດ
+ສັບພະສັນ
+ສັບພະສາມິດ
+ສັບພະສິງ
 ສັບພະສິ່ງ
-ສັບສົນ
+ສັບພະຍ
+ສັບພະນາມ
+ສັບພັນຍູ
+ສັບພັນນະລັງສີ
+ສັບພາກອນ
+ສັບລາຍ
 ສາ
 ສ່າ
+ສ້າ
 ສໍ່າ
 ສາກ
+ສາກກະເບືອ
+ສາກຄົກມື
+ສາກສິ
+ສາກຊ້ອມ
+ສາກຕ່າວ
+ສາກຕຳ
+ສາກມອງ
+ສາກະຍະ
+ສາກັດສາ
+ສາກາ
+ສາກິຍະ
+ສາກິຍະບຸດ
+ສາກິຍະມຸນີ
 ສາກົນ
+ສາກົນຈັກກະວານ
+ສາກົນໄປສະນີ
+ສາກົນລະໂລກ
+ສາໂກນ
+ສາຂະເລດ
 ສາຂາ
+ສາຂານໍ້າ
+ສາຂີ
+ສ່າໄຂ້
+ສາຄອນ
+ສາຄະເລດ
+ສາຄູ
 ສາງ
+ສ່າງ
 ສ້າງ
 ສ້າງຂຶ້ນ
+ສ້າງຄູ
+ສາງເຄື່ອງ
+ສ້າງຈັ້ນ
 ສ້າງສັນ
 ສ້າງສາ
+ສ້າງແຊ່ງ
+ສ້າງຕັ້ງ
+ສ້າງນໍ້າ
+ສ້າງແພດ
+ສາງຫຼາງ
+ສາງຮ່າ
+ສາສະດາຈານ
+ສາສະນິກະຊົນ
+ສາສະນູປະຖຳ
+ສາສະນູປະຖຳພົກ
+ສາສະໂນວາດ
+ສາສະໜາ
+ສາສົມ
+ສາເສກີມ
 ສາຍ
+ສ່າຍ
+ສາຍກະໄດ
+ສາຍການຈັດຕັ້ງ
+ສາຍກາບ
+ສາຍເກີບ
+ສາຍຂວາງ
+ສາຍຄໍ
+ສາຍໃຈ
+ສາຍສ້ອຍ
+ສາຍສະພັດ
+ສາຍສະໝອນ
+ສາຍສະຫວາດ
+ສາຍສະເອງ
+ສາຍສາພາຍ
+ສາຍສິນ
+ສາຍໂສ້
+ສາຍໃຍການຈັດຕັ້ງ
+ສາຍດິ່ງ
+ສາຍຕັ້ງ
 ສາຍຕາ
+ສາຍຕາສັ້ນ
+ສາຍຕາຍາວ
+ສາຍຕາພິການ
 ສາຍນໍ້າ
+ສາຍແນນ
+ສາຍບື
+ສາຍບົວ
+ສາຍປະຄົດ
+ສາຍພຣະເນດ
 ສາຍພວນ
+ສາຍພາຍ
+ສາຍພານ
 ສາຍຟ້າ
 ສາຍໄຟ
 ສາຍລວດ
+ສາຍລະໝອນ
+ສາຍລັບ
 ສາຍເລືອດ
-ສາຍໂສ້
+ສາຍໄໝ
+ສາຍຫ້ອຍ
 ສາຍເຫດ
+ສາຍແຫ່
+ສາຍອິ້ງ
+ສາຍເອກ
+ສາຍເອັນ
 ສາຍແອວ
 ສາຍຮັດ
+ສາຍຮັດແອວ
+ສາຍັນ
+ສາຍາ
 ສາດ
+ສາດສະດາ
 ສາດສະດາຈານ
+ສາດສະຫນາ
 ສາດສະໜາ
+ສາດຕະສິນ
+ສາດຕະແພດ
+ສາດຕາ
+ສາດຟູກ
+ສາດົກ
+ສາທອນ
+ສາທະຍາຍ
 ສາທະລະນະ
-ສາທະລະນະລັດ
 ສາທະລະນະສຸກ
+ສາທະລະນະລັດ
+ສາທານ
 ສາທາລະນະ
+ສາທາລະນະສຸກ
+ສາທາລະນະໄພ
 ສາທາລະນະລັດ
 ສາທາລະນະລັດສັງຄົມ
+ສາທາລະນຸປະໂພກ
+ສາທາລະນູປະການ
 ສາທິດ
 ສາທຸ
+ສາທຸການ
+ສາທຸສາ
+ສາທຸຊົນ
+ສາທົກ
 ສາເທາະ
+ສາໂທ
 ສານ
 ສ່ານ
 ສານກາ
+ສານຂັ້ນຕົ້ນ
+ສານເຈົ້າ
+ສານສູງ
+ສານດີກາ
+ສານມາ
+ສານໂລກ
+ສານໜູ
+ສານຸ
+ສານຸສິດ
 ສາບ
 ສາບແຊ່ງ
 ສາບານ
 ສາບົດ
+ສາເຟ
 ສາມ
+ສ້າມ
+ສາມຂາ
+ສາມຂຸມ
+ສາມງ່າມ
+ສາມສິບ
+ສາມສິບກີບ
+ສາມສິບເກົ້າ
+ສາມສິບເຈັດ
+ສາມສິບສອງ
+ສາມສິບສາມ
+ສາມສິບສີ່
+ສາມສິບປີ
+ສາມສິບແປດ
+ສາມສິບຫ້າ
+ສາມສິບຫົກ
+ສາມສິບຫຼືບ
+ສາມສິບເອັດ
+ສາມແສນ
 ສາມຊັ້ນ
 ສາມແຍກ
+ສາມພັນ
+ສາມລາ
+ສາມໝື່ນ
+ສາມຫາວ
+ສາມຮ້ອຍ
 ສາມະຄົມ
+ສາມະເນນ
+ສາມະເນລີ
 ສາມັກຄີ
 ສາມັກຄີທຳ
+ສາມັດສໍານຶກ
 ສາມັດຖະພາບ
 ສາມັນ
+ສາມັນສຳນຶກ
 ສາມັນຊົນ
 ສາມາດ
 ສາມານ
+ສາມາລະນູປະການ
+ສາມິພັກ
 ສາມີ
+ສາມີຈິກຳ
+ສາມີພັນລະຍາ
+ສາມົນ
+ສາຣາເຈໂວ
+ສາຣາຍ
+ສາຣາບ
+ສາຣິດ
+ສາລອຍ
 ສາລະ
 ສາລະຄະດີ
-ສາລະບານ
-ສາລະພັດ
-ສາລະພາບ
-ສາລະວັດ
-ສາລະເວ
 ສາລະສານ
+ສາລະຖີ
+ສາລະທະ
+ສາລະທະການ
+ສາລະທຳ
+ສາລະທິດ
+ສາລະແນ
+ສາລະບັນ
+ສາລະບານ
+ສາລະປະໂຫຍດ
+ສາລະພັດ
+ສາລະພັນ
+ສາລະພາງ
+ສາລະພາບ
+ສາລະພີ
+ສາລະວັດ
+ສາລະວັນ
+ສາລະວົນ
+ສາລະເວ
+ສາລັດຖະ
 ສາລາ
+ສາລາກາງບ້ານ
+ສາລາຍ
+ສາລານິຍະ
+ສາລານິຍະກອນ
+ສາລານິຍະທຳ
+ສາລານຸກົມ
+ສາລາວັດ
+ສາລາໂຮງທຳ
+ສາລິນີ
+ສາລິບຸດ
 ສາລີ
 ສາລີມ
+ສາລີລິກະທາດ
+ສາລູ
+ສາເລກາ
+ສ້າເລືອດ
+ສາໂລກ
+ສາໂລຫິດ
 ສາວ
 ສ່າວ
 ສ້າວ
+ສາວກົບ
+ສາວແກ່
+ສາວແສ້
+ສາວໄສ້
+ສາວໄສ້ໃຫ້ກາກິນ
+ສາວໃຊ້
+ສາວດິ້ງ
+ສາວໂຕມເມ
+ສາວປອດ
+ສາວຫຼອກ
+ສາວອາກາດ
+ສາວະກະ
 ສາວະດານ
+ສາວະນະ
+ສາວິກາ
 ສາວົກ
-ສາສະດາຈານ
-ສາສະນິກະຊົນ
-ສາສະໜາ
+ສ້າໝູ
 ສາຫລ່າຍ
 ສາຫັດ
 ສາຫຼ່າຍ
 ສາເຫດ
+ສ່າເຫຼົ້າ
+ສາໂຫດ
+ສາອິ້ງ
+ສາຮູບ
 ສຳ
+ສຳກາເນໂບ
 ສຳຄັນ
+ສໍາຄັນຍິ່ງ
+ສຳສາ
 ສຳແດງ
 ສຳນວນ
 ສຳນັກ
 ສຳນັກງານ
 ສຳນຶກ
+ສຳນຶກວ່າ
 ສຳນຽງ
 ສຳເນົາ
+ສຳບວນ
+ສຳບັດ
 ສຳບາຍ
+ສຳປະຊັນຍະ
+ສຳປະຊັນຍາ
+ສຳປະຍຸດ
+ສຳປະໂຍກ
+ສຳປະທາ
+ສຳປະທານ
+ສຳປະປິ
+ສຳປະລາຍະພົບ
+ສຳປະຫານ
+ສຳປັດຕິ
+ສຳປັດຕິຍົດ
+ສຳປິລາຍິກະພົບ
 ສຳຜັດ
+ສຳຜັດນອກ
+ສຳຜັດໃນ
+ສຳຜັບປະລາບ
+ສຳພະວະ
+ສຳພະເວສີ
 ສຳພັດ
+ສຳພັດສອນ
 ສຳພັນ
 ສຳພັນທະ
 ສຳພັນທະພາບ
 ສຳພັນທະມິດ
+ສຳພັນທະໄມຕີ
 ສຳພາດ
 ສຳພາລະ
+ສຳພຸດ
 ສຳເພົາ
+ສຳໂພທິ
+ສຳມະນາ
+ສຳມະນາກອນ
 ສຳມະເນນ
+ສຳມະໂນ
 ສຳມະໂນຄົວ
+ສຳມະປິ
+ສຳມະເລເທເມົາ
+ສຳມາ
+ສຳມາກຳມັນຕະ
+ສຳມາຈະລິຍາ
+ສຳມາສະຕິ
+ສຳມາສະມາທິ
+ສຳມາຊີບ
+ສຳມາທິດຖິ
+ສຳມາວາຈາ
+ສຳມາວາຍະມະ
+ສຳໂມທະນິຍະກະຖາ
 ສຳລວມ
 ສຳລອງ
 ສຳລັບ
 ສຳລານ
+ສໍາລານໃຈ
 ສຳລິດ
+ສຳລິດທິສົກ
+ສຳລີ
 ສຳລຸດ
 ສຳລົງ
 ສຳເລັດ
+ສຳເລັດເສັດສິ້ນ
+ສໍາເລັດໂທດ
 ສຳເລັດຜົນ
 ສຳເລັບ
 ສຳເລົາ
+ສໍາໜັກ
 ສຳຫລວດ
 ສຳຫລັບ
+ສຳຫາວ
 ສຳຫຼວດ
 ສຳຫຼັບ
+ສຳອອຍ
 ສຳອາງ
 ສຳຮອງ
 ສຳຮັກ
+ສຳຮານ
+ສິກ
+ສິກຂະມານາ
+ສິກຂາ
+ສິກຂາບົດ
+ສິງ
 ສິ່ງ
+ສິ້ງ
+ສິ່ງກໍ່ສ້າງ
 ສິງກະໂປ
 ສິ່ງຂອງ
+ສິງຂອນ
+ສິ່ງຂົມ
+ສິງຄານ
+ສິ່ງໃຈ
+ສິງສິລິ
+ສິ່ງຍິ່ງໃຫຍ່
+ສິ່ງໃດກໍຕາມ
+ສິ່ງໃດສິ່ງໜຶ່ງ
+ສິ່ງທີ່ມີຊີວິດ
+ສິ່ງທີ່ມີຊີວິດຢູ່
+ສິ່ງນັ້ນ
+ສິ່ງນັ້ນສິ່ງນີ້
+ສິ່ງມີຊິວິດຢູ່
+ສິ່ງມີຊີວິດ
 ສິ່ງແວດລ້ອມ
+ສິ່ງຫວງຫ້າມ
+ສິງຫະ
+ສິງຫະນາດ
+ສິງຫະລາດ
 ສິງຫາ
+ສິງຫາດ
+ສິງຫານ
+ສິງຫ້າວ
+ສິງຫົນ
+ສິ່ງເຫລົ້ານີ້
+ສິ່ງອະນິຈັງ
 ສິ່ງອັນໃດ
+ສິ່ງອັນມີຄ່າ
+ສິ່ງໄຮ້
+ສິ່ງໄຮ້ສາລະ
+ສິສະມາຍ
 ສິດ
+ສິດຂາດ
+ສິດສະຍານຸສິດ
 ສິດຍາພິບານ
+ສິດດີມ
+ສິດທັດຖະ
+ສິດທາ
+ສິດທາຈານ
 ສິດທິ
+ສິດທິກອນ
+ສິດທິການ
+ສິດທິກາລິຍະ
+ສິດທິຄອບຄອງ
+ສິດທິຈານ
+ສິດທິໂຊກ
+ສິດທິໄຊ
+ສິດນາ
+ສິດເປັນເຈົ້າ
 ສິດພິເສດ
+ສິດຣີ
+ສິດລູກຫົວປີ
+ສິດອໍານາດ
+ສິນ
 ສິ້ນ
+ສິນຄວນ
 ສິນຄ້າ
+ສິນຄ້າຂາເຂົ້າ
+ສິນຄ້າຂາອອກ
+ສິນຄ້າເຂົ້າ
+ສິນຈ້າງ
+ສິ້ນໃຈ
+ສິນສອດ
+ສິ້ນສຸດ
+ສິ້ນສຸດໃຈ
+ສິ້ນສຸດລົງ
+ສິນສົມສ້າງ
+ສິນສົມລົດ
+ສິ້ນຊີບ
+ສິ້ນຊີວິດ
 ສິ້ນເຊີງ
+ສິນເຊື່ອ
+ສິນເດີມ
+ສິ້ນຕາມືດ
+ສິນໄຖ່
 ສິນທຳ
+ສິນທຸວາ
+ສິນນໍ້າໃຈ
+ສິ້ນເນື້ອປະດາໂຕ
 ສິນບົນ
+ສິ້ນເປືອງ
+ສິ້ນພຣະຊົນ
+ສິ້ນພະຊົນ
+ສິນລະທຳ
 ສິນລະປະ
 ສິນລະປະກອນ
 ສິນລະປິນ
-ສິນສອດ
-ສິ້ນສຸດ
+ສິນລາ
+ສິ້ນລົມຫາຍໃຈ
+ສິນໃໝ
 ສິ້ນຫວັງ
 ສິບ
+ສິບເກົ້າ
+ສິບເຈັດ
+ສິບສອງ
+ສິບສາມ
+ສິບສີ່
+ສິບເບກາຍ
+ສິບໂບເລັດ
+ສິບປາຍ
+ສິບແປດ
+ສິບມາ
+ສິບຣາຢິມ
+ສິບຫ້າ
+ສິບຫົກ
+ສິບເອັດ
+ສິຟະໂມດ
 ສິມ
+ສິ່ມ
+ສິມນໍ້າ
 ສິລປະ
+ສິລະເສີນ
+ສິລະທຳ
 ສິລະປະ
 ສິລະປະກອນ
 ສິລະປະກຳ
+ສິລະປະສາດ
+ສິລະປະວິທະຍາ
+ສິລະປະຫັດຖະກຳ
 ສິລະປາກອນ
 ສິລະປິນ
 ສິລະປີນ
-ສິລະເສີນ
 ສິລາ
+ສິລາເລກ
+ສິລາເລິກ
 ສິວ
 ສິ່ວ
 ສີ
 ສີ່
+ສີ້
+ສີກ
+ສີກາ
 ສີກາກີ
+ສີກໍາມະຖັນ
+ສີໄກລາດ
+ສີຂອນ
+ສີຂະເລດ
+ສີຂາ
+ສີຂ້າງ
+ສີຂາວ
 ສີຂ່າວ
+ສີຂິ
+ສີຂິນ
 ສີຂຽວ
+ສີຂຽວອ່ອນ
+ສີແຂ້ວ
+ສີຄານ
 ສີຄາມ
+ສີຄາລະ
 ສີງ
 ສີ່ງ
 ສີ່ແຈ
+ສີສະນວນ
+ສີສະຫວັນ
+ສີສັນ
+ສີ່ສິບ
+ສີ່ສິບເກົ້າ
+ສີ່ສິບເຈັດ
+ສີ່ສິບສອງ
+ສີ່ສິບສາມ
+ສີ່ສິບປີ
+ສີ່ສິບແປດ
+ສີ່ສິບພັນ
+ສີ່ສິບຫ້າ
+ສີ່ສິບຫົກ
+ສີສຸກ
+ສີສຽດ
+ສີເສຣາ
+ສີແສດ
+ສີ່ແສນ
+ສີຊໍ
+ສີຍາຍອນ
+ສີ່ແຍກ
 ສີດ
+ສີດາ
+ສີດ່າງ
+ສີແດງ
+ສີແດງເຂັ້ມ
+ສີແດງສົດ
+ສີຕ່າງໆ
+ສີແຕ້ມ
+ສີໂຕ່ນ
 ສີທອງ
+ສີທັນດອນ
+ສີທາດ
+ສີທູດ
+ສີເທົາ
 ສີນ
 ສີ້ນ
 ສີນຄ້າ
+ສີ້ນສຸດ
 ສີນລະປະ
 ສີນລະປີນ
+ສີນວດ
+ສີນາດ
+ສີນໍ້າມວກ
+ສີນີ
+ສີນີມ
+ສີເນລຸ
+ສີເນຫາ
 ສີບ
+ສີໃບລານ
+ສີປາກ
+ສີເຜືອກ
+ສີພຣະຫັດ
+ສີພອຍ
+ສີ່ພັນ
 ສີຟ້າ
+ສີໄຟ
 ສີ່ມ
+ສີມ່ວງ
 ສີມັງ
+ສີມັນ
+ສີມາ
 ສີມື
+ສີມຸ່ຍ
+ສີມຸມ
+ສີຣາ
+ສີຣີໂອນ
 ສີລະ
 ສີລັງກາ
 ສີລາ
 ສີລາຍ
+ສີລາມຸມເອກ
+ສີລິ
+ສີລິມຸງຄຸນ
+ສີເລືອດ
+ສີໂລກ
+ສີວ
 ສີ່ວ
+ສີ້ວ
+ສີວຊ້າງ
+ສີວະ
+ສີວະໂມກ
+ສີວະລິງ
+ສີວະລິງຄະ
+ສີວະໄລ
+ສີວະເວດ
+ສີວານ
+ສີວິກາ
 ສີວິໄລ
-ສີສະນວນ
-ສີສັນ
 ສີໜ້າ
+ສີໝອກ
 ສີ່ຫລຽມ
+ສີຫະ
+ສີຫະລາດ
+ສີຫົນ
 ສີ່ຫຼຽມ
+ສີ່ຫຼ່ຽມ
+ສີ່ຫຼ່ຽມຈະຕຸລັດ
+ສີເຫຼືອງ
+ສີອອນ
+ສີອາ
+ສີອາຮາ
+ສີເອເນ
+ສີໂອນ
+ສີ່ຮ້ອຍ
+ສີໂຮນ
 ສຶກ
 ສຶກສາ
 ສຶກສາທິການ
+ສຶ້ງ
+ສຶງຫຼຶ້ງ
 ສຶບ
+ສຶ່ມ
 ສື
 ສື່
 ສືກສາ
+ສື່ການສຶກສາ
+ສື່ຂ່າວ
+ສື່ສານ
+ສື່ສານມວນຊົນ
 ສືບ
-ສືບພັນ
 ສືບສວນ
+ສືບສັນດານ
+ສືບສາສະໜາ
+ສືບສາວ
+ສືບເສາະ
+ສືບເຊື້ອສາຍ
+ສືບຕໍ່
+ສືບຖາມ
+ສືບທອດ
+ສືບເນື່ອງ
+ສືບບາຍ
+ສືບໄປ
+ສືບພະຍານ
+ສືບພັນ
+ສືບລາສະສັນຕະຕິວົງ
+ສືບລາຊະສົມບັດ
 ສືບຫາ
 ສືບຫ້າ
+ສືບຫູກ
+ສື່ມວນຊົນ
+ສື່ເມືອງ
 ສຸ
 ສຸກ
+ສຸກກ່ອນເຫີ່ມ
+ສຸກກະເສີມ
+ສຸກກະຜາມ
 ສຸກກາຍ
-ສຸກຂະພາບ
+ສຸກກີ
+ສຸກໂກດ
+ສຸກໂກດເບໂນດ
 ສຸກຂະເສີມ
+ສຸກຂະພາບ
+ສຸກງອມ
+ສຸກໃຈ
 ສຸກສະບາຍ
+ສຸກສະຫງົບ
+ສຸກສາລາ
 ສຸກສຳລານ
+ສຸກສຸກດິບດິບ
+ສຸກສົມບູນ
 ສຸກເສີນ
 ສຸກໃສ
+ສຸກອນ
+ສຸກເອົາເຜົາກິນ
 ສຸກະພາບ
+ສຸຂະ
+ສຸຂະສຶກສາ
+ສຸຂະເສີມ
+ສຸຂະຕິ
 ສຸຂະທັດ
+ສຸຂະພັນ
 ສຸຂະພາບ
 ສຸຂະພາບດີ
 ສຸຂະພິບານ
-ສຸຂະເສີມ
+ສຸຂະລັກສະນະ
+ສຸຂະວິທະຍາ
+ສຸຂາ
 ສຸຂາພິບານ
+ສຸຂາລົມ
+ສຸຂາວະດີ
+ສຸຂີ
 ສຸຂຸມ
+ສຸຂຸມຮອບຄອບ
+ສຸຂຸມານ
+ສຸຄັນທາ
+ສຸຄົດ
+ສຸຄົນ
+ສຸຄົນທະລົດ
+ສຸ່ງ
+ສຸງກາ
 ສຸຈະຣິດ
 ສຸຈະລິດ
+ສຸຈິ
+ສຸຈິກຳ
+ສຸຈິດ
+ສຸສາ
+ສຸສານ
+ສຸສິລະ
+ສຸຊາດາ
+ສຸຊຳບໍ່ດີ
+ສຸຊົນ
+ສຸຍ
+ສຸ້ຍ
 ສຸດ
+ສຸດກຳລັງ
+ສຸດຂີດ
+ສຸດຄິດ
 ສຸດຈະລິດ
 ສຸດຈະຫລິດ
 ສຸດຈະຫຼິດ
+ສຸດຈິດ
+ສຸດໃຈ
+ສຸດສະແນນ
+ສຸດຍອດ
+ສຸດຕັນຕະ
+ສຸດຕາ
+ສຸດແຕ່
+ສຸດທ້ອງ
 ສຸດທ້າຍ
+ສຸດທາວາດ
 ສຸດທິ
+ສຸດທິເດດ
 ສຸດແທ້ແຕ່
+ສຸດລູກ
 ສຸດແລ້ວ
 ສຸດວິໄສ
 ສຸດເຫດ
+ສຸດາ
+ສຸຕະ
+ສຸທັດ
+ສຸທາ
+ສຸທາການ
+ສຸທາສີນີ
+ສຸທາບົດ
+ສຸທາໂພດ
+ສຸທີ
 ສຸນ
+ສຸນຄົນ
+ສຸນທອນ
+ສຸນທອນສາດ
 ສຸນທອນພົດ
+ສຸນທະລາ
+ສຸນທະລີ
+ສຸນທະລີຍະ
+ສຸນທະລີຍະສາດ
+ສຸນທະລີຍະພາບ
 ສຸນັກ
+ສຸນັກທາ
+ສຸນິສາ
 ສຸບ
-ສຸພາບ
+ສຸບັນ
+ສຸບິນ
+ສຸປານີ
+ສຸພະ
+ສຸພະຜົນ
+ສຸພະມັງຄະລະ
+ສຸພະມັດສະດຸ
+ສຸພະມຸງຄຸນ
+ສຸພະອັກສອນ
+ສຸພັນ
+ສຸພັນສະນີ
+ສຸພັນນະບັດ
+ສຸພັນນະບົດ
+ສຸພັນນະພາດ
+ສຸພັນນະລາດ
+ສຸພາ
 ສຸພາສິດ
+ສຸພາບ
+ສຸພາບສະຕີ
+ສຸພາບຊົນ
+ສຸພາບບູລຸດ
 ສຸມ
+ສຸ່ມ
+ສຸ້ມ
+ສຸມຂອນ
+ສຸມຄວັນ
+ສຸ່ມຈັບ
+ສຸມຈິດສຸມໃຈ
+ສຸມທຸມ
+ສຸມມາ
+ສຸມຫົວ
+ສຸມະນະ
+ສຸມານາ
+ສຸມາລີ
+ສຸມຸນທາ
+ສຸເມລຸ
 ສຸຣາ
+ສຸຣິນາເມ
+ສຸລະ
+ສຸລະກະ
+ສຸລະກາລັກ
+ສຸລະຄົດ
+ສຸລະສີຫະນາດ
+ສຸລະສຽງ
+ສຸລະຕ່ານ
+ສຸລະພາ
+ສຸລະພີ
 ສຸລາ
+ສຸລາງ
+ສຸລາບານ
+ສຸລາລັກ
+ສຸລາລູກມິ່ງ
+ສຸລາໄລ
+ສຸລິ
 ສຸລິຍະ
+ສຸລິຍະການ
+ສຸລິຍະຄະຕິ
 ສຸລິຍະຄາດ
-ສຸສາ
-ສຸສານ
+ສຸລິຍະມົນທົນ
+ສຸລິຍັງ
+ສຸລິຍັນ
+ສຸລິຍຸປະລາຄາ
+ສຸລິນ
+ສຸເລດ
+ສຸວັນ
+ສຸວັນນະພູມ
+ສຸວັນນະລາດ
+ສຸວິໄນ
+ສຸວິມົນ
 ສຸໜັດ
+ສຸເຫຼົາ
+ສຸອາ
 ສູ
 ສູ່
 ສູ້
+ສູກາ
+ສູ່ກິນກັນ
+ສູ່ຂໍ
+ສູ່ຂວັນ
+ສູ່ຂວັນກວຽນ
+ສູ່ຂວັນເຂົ້າ
+ສູ້ຄວາມ
+ສູ້ຄະດີ
 ສູງ
 ສູງຂຶ້ນ
 ສູງສຸດ
+ສູງສົ່ງ
+ສູງໂນນ
 ສູງໜັກເບົາຕໍ່າ
+ສູງອາຍຸ
+ສູຈິບັດ
+ສູເຈົ້າ
+ສູສີ
+ສູ່ສົມ
+ສູ້ຊົນ
+ສູຍ
 ສູດ
+ສູດເຄມີ
+ສູດດົມ
+ສູ້ຕາຍ
+ສູຕິ
+ສູຕິກຳ
+ສູຕິສາດ
+ສູຕິບັດ
+ສູຕິແພດ
+ສູທະ
+ສູທະກຳ
+ສູທະສາດ
+ສູ້ທົນ
 ສູນ
+ສູນກ້າ
 ສູນກາງ
+ສູນການຄ້າ
+ສູນສິ້ນ
+ສູນສູດ
+ສູນເສຍ
+ສູນຍະຕາ
+ສູນຍະນິຍົມ
 ສູນຍາກາດ
+ສູນໂຍ
 ສູນທອນພົດ
 ສູນພັນ
 ສູນຫາຍ
+ສູນຫາຍໄປ
 ສູບ
+ສູປະ
 ສູມ
+ສູເມີ
+ສູເຣ
+ສູລະ
+ສູລະຍະ
+ສູລະຍະການ
+ສູລີ
+ສູວາ
+ສູ້ໜ້າ
+ສູ່ຫາ
+ສູອາ
+ສູ້ຮົບ
+ສູ້ຮົບຕົບຕີ
 ສົກ
 ສົກກະປົກ
 ສົງ
 ສົ່ງ
 ສົ້ງ
+ສົງກາ
+ສົງກາສົງເກີ້ງ
+ສົງການ
+ສົ່ງກິ່ນ
+ສົ່ງຂ່າວ
 ສົ່ງຂ່ຽນ
 ສົງຄາມ
 ສົງເຄາະ
-ສົ່ງໄປ
-ສົ່ງມາ
+ສົ່ງສະການ
 ສົງສານ
 ສົ່ງສຽງ
 ສົ່ງເສີມ
 ສົງໃສ
 ສົງໄສ
+ສົ່ງຕົວ
+ສົ່ງທ້າຍ
+ສົ່ງທຸກ
+ສົ່ງໄປ
+ສົ່ງມາ
 ສົ່ງໃຫ້
 ສົ່ງອອກ
 ສົດ
-ສົດຊື່ນ
 ສົດໃສ
+ສົດຊື່ນ
 ສົນ
 ສົ້ນ
+ສົນເຄົາ
 ສົນໃຈ
+ສົນແສ້ວ
 ສົນຕິຖານ
+ສົ້ນຕີນ
+ສົນທະຍາ
 ສົນທະນາ
 ສົນທິ
 ສົນທິສັນຍາ
+ສົນເທ
+ສົນເທດ
+ສົນພຣະໄທ
 ສົນລະວົນ
+ສົນລົນສົນລ້າວ
 ສົບ
+ສົບໄຖ
 ສົບນົກ
 ສົມ
 ສົ້ມ
+ສົມກັນ
+ສົ້ມກຸ້ງ
+ສົ້ມກົບ
+ສົມກຽດ
+ສົ້ມໂກ
 ສົມຄວນ
+ສົມຄະເນ
+ສົມຄູ່
+ສົມຄົບ
+ສົ້ມງົວສົ້ມຄວາຍ
+ສົມຈິງ
 ສົມຈີນ
-ສົມຍອມ
-ສົມເດັດ
-ສົມທົບ
-ສົມບັດ
-ສົມບູນ
-ສົມຜົນ
-ສົມພັນ
-ສົມພານ
-ສົມເພດ
-ສົມມະຕິຖານ
-ສົມມຸດ
-ສົມລົດ
+ສົມໃຈ
 ສົມສ່ວນ
+ສົມສັກສີ
+ສົມສ້າງ
+ສົມສູ່
+ສົ້ມສ້ຽວ
+ສົ້ມເຊົ້າ
+ສົມຍອມ
+ສົມດຸນ
+ສົມເດັດ
+ສົ້ມໂດ້ເດ້
+ສົມທະນາ
+ສົມທົບ
+ສົມນໍ້າສົມຕ່ອນ
+ສົມນໍ້າໜ້າ
+ສົມນຶກ
+ສົມບັດ
+ສົມບັດຄູນເມືອງ
+ສົມບັດນັກເລງ
+ສົມບັດຜູ້ດີ
+ສົມບູນ
+ສົມບູນພູນສຸກ
+ສົມບູນລະນາຍາສິດທິລາດ
+ສົ້ມປ່ອຍ
+ສົມປະກອບ
+ສົມປະສົງ
+ສົ້ມປາ
+ສົ້ມປານ້ອຍ
+ສົ້ມຜັກ
+ສົມຜຸດ
+ສົມຜົນ
+ສົ້ມພໍດີ
+ສົມພອນປາກ
+ສົມພັນ
+ສົມພາດ
+ສົມພານ
+ສົມພົງ
+ສົມພົນ
+ສົມພົບ
+ສົມເພດ
+ສົມໂພດ
+ສົ້ມມໍ
+ສົ້ມມໍບີງູ
+ສົ້ມມໍໃຫຍ່
+ສົມມະຕິຖານ
+ສົມມາ
+ສົມມຸດ
+ສົມມຸດທິຖານ
+ສົມລົດ
+ສົ້ມລົມ
+ສົມໄວ
+ສົ້ມໝູ
+ສົມຫວັງ
 ສົມເຫດ
+ສົມເຫດສົມຜົນ
+ສົ້ມອອບແອບ
+ສົ້ມໂອ
 ສົມຮູ້
+ສົ້ມໂຮງ
+ສົວະ
+ສຽກ
 ສຽງ
 ສ່ຽງ
 ສ້ຽງ
+ສຽງກ້ອງ
+ສຽງໂຄ
+ສຽງສຽດແຊກ
+ສ່ຽງຊີວິດ
+ສຽງແຕກ
+ສ່ຽງໃຕ້
+ສຽງປະຊິດ
 ສ່ຽງໄພ
+ສ່ຽງເໜືອ
+ສຽງໝືບ
+ສຽງຮ້ອງ
 ສຽງຮື້ມ
 ສຽດ
+ສຽດສີ
+ສຽນ
 ສ່ຽນ
 ສ້ຽນ
+ສ້ຽນດິນ
+ສ້ຽນຜີ
 ສຽບ
+ສຽບດັງພັບ
+ສຽບແທງ
 ສຽມ
+ສ້ຽມ
 ສຽວ
 ສ່ຽວ
+ສ້ຽວ
+ສ້ຽວເຄືອ
+ສຽວສະຫວາດ
+ສ້ຽວວິນາທີ
+ສ້ຽວໜຶ່ງ
+ເສ
 ເສກ
+ເສກຂະບຸກຄົນ
 ເສກສັນ
+ເສກເລກ
+ເສກາກາ
 ເສກາຣິຢາ
+ເສກຸນໂດ
+ເສກຸບ
+ເສກູ
+ເສກູນໂດ
 ເສເຂດ
 ເສງ
+ເສ້ງ
 ເສຍ
+ເສຍກ່ອນ
+ເສຍການ
+ເສຍກຳລັງໃຈ
+ເສຍກົນ
+ເສຍກຽດ
+ເສຍຄົນ
+ເສຍຈິດ
 ເສຍໃຈ
-ເສຍດາຍ
+ເສຍສະຫຼະ
+ເສຍເສັ້ນ
 ເສຍໂສມ
+ເສຍຊື່
+ເສຍດາຍ
+ເສຍໂຕ
+ເສຍທ່າ
+ເສຍທາດ
+ເສຍທ່າທີ
+ເສຍປຽບ
+ເສຍລ້າ
+ເສຍວຽກ
+ເສຍໜ້າ
+ເສຍຫວັງ
 ເສຍຫາຍ
 ເສດ
+ເສດຂີ້ເຫຍື້ອ
+ເສດສ່ວນ
+ເສດສະຫຼໍ
+ເສດສິບ
+ເສດຕະການ
+ເສດຕະສັດ
 ເສດຖະ
+ເສດຖະກອນ
 ເສດຖະກຳ
 ເສດຖະກິດ
+ເສດຖະກິດຕົກຕໍ່າ
 ເສດຖະສາດ
+ເສດຖະສາດຈຸລະພາກ
+ເສດຖະສາດມະຫາພາກ
+ເສດຖະໄພ
 ເສດຖີ
 ເສດໄມ້
-ເສດສ່ວນ
+ເສດອາຫານ
+ເສຕະ
+ເສຕະສັດ
+ເສທູເຣ
+ເສໂທ
+ເສໂທດ
 ເສນາ
+ເສນາຄະນິກອນ
+ເສນາສະນະ
 ເສນາທິການ
+ເສນານີ
+ເສນາບໍດີ
 ເສນາໃຫຍ່
+ເສນາອາ
+ເສນາອາມາດ
+ເສນີ
+ເສນູອາ
+ເສເນ
+ເສເນດ
 ເສບ
+ເສບສຸລາ
 ເສບຕິດ
+ເສບາ
+ເສບາມ
 ເສເພ
+ເສຟາ
 ເສຟານີຢາ
+ເສຟາຣາດ
+ເສຟາວາຢິມ
+ເສມຫະ
+ເສມາ
+ເສຣາ
+ເສຣາຢາ
+ເສຣຸກ
+ເສເຣັດ
+ເສລຮາມາເລກົດ
+ເສລາ
+ເສລາຮາມາເລກົດ
 ເສລີ
+ເສລີຊົນ
+ເສລີນິຍົມ
 ເສລີພາບ
+ເສເລັດ
+ເສໂລ
+ເສ້ວເລ້ວ
+ເສ່ວເຫຼ່ວ
+ເສວະກາມາດ
+ເສວະນາ
+ເສອີ
+ເສອີຣາ
+ເສອືມລົງ
+ເສໂອຣີມ
+ເສະ
 ເສັງ
+ເສັງຕາຍ
 ເສັຍ
+ເສັຍຊີວິດ
 ເສັດ
+ເສັດສິ້ນ
 ເສັ້ນ
+ເສັ້ນຂວາງ
 ເສັ້ນໂຄ້ງ
-ເສັ້ນທາງ
+ເສັ້ນສາຍ
 ເສັ້ນສູນສູດ
+ເສັ້ນໃຍແກ້ວ
+ເສັ້ນດ້າຍ
+ເສັ້ນຕາຍ
+ເສັ້ນທາງ
+ເສັ້ນນາກີຣິບ
+ເສັນນາເກຣິບ
+ເສັ້ນຜົມ
+ເສັ້ນຢືນ
+ເສັ້ນເອັນ
 ເສາະ
+ເສາະສະຫວາງ
+ເສາະໃສ
+ເສາະຫາ
 ເສິກ
+ເສິກສົງຄາມ
+ເສິກເສີນ
+ເສິງ
+ເສິງສາງ
 ເສີກ
 ເສີຍ
+ເສີຍຊາ
+ເສີຍເມີຍ
 ເສີດ
+ເສີນ
+ເສີບ
 ເສີມ
+ເສີມກໍາລັງ
+ເສີມຂະຫຍາຍ
 ເສີມສວຍ
+ເສີມສ້າງ
+ເສີມໃສ່
 ເສືອ
 ເສື່ອ
 ເສື້ອ
+ເສືອກ
+ເສື້ອກະບັ້ງ
+ເສື້ອກະແຫຼ່ງ
+ເສື້ອກັນ
+ເສື້ອກ້າມ
+ເສືອກິນໝູ
+ເສື້ອເກາະ
+ເສືອຂ້ຽວ
 ເສື່ອຄຸມ
 ເສື້ອຄຸມ
+ເສື້ອຄຸມສັ້ນ
+ເສືອໂຄ່ງ
 ເສື້ອງ
+ເສືອເຈ້ຍ
+ເສືອສະໝິງ
+ເສື້ອຍົດ
+ເສືອດ
+ເສືອດາວ
+ເສືອດຳ
+ເສືອຕະກືດ
+ເສື້ອຖັກ
+ເສືອເຖົ້າຈຳສິນ
+ເສືອນອນກິນ
 ເສືອປ່າ
 ເສື້ອຜ້າ
+ເສື້ອຝ້າຍ
+ເສືອໄຟ
 ເສື່ອມ
+ເສື່ອມກຳລັງ
+ເສື່ອມຄວາມຈຳ
+ເສື່ອມຄຸນະພາບ
+ເສື່ອມສະຫຼາຍ
+ເສື່ອມສັດທາ
+ເສື່ອມສິລະທຳ
+ເສື່ອມສູນ
+ເສື່ອມເສຍ
 ເສື່ອມຊາມ
+ເສື່ອມໂຊມ
+ເສື່ອມຖອຍ
+ເສືອແມງວັນ
+ເສືອແມວ
+ເສືອເຫຼືອງ
+ເສື້ອອິ້ງ
+ເສື້ອເອເຟດ
 ເສົາ
+ເສົ່າ
 ເສົ້າ
+ເສົາກະໂດງ
+ເສົາຂວັນ
+ເສົາເຂດ
+ເສົາເຂັມ
+ເສົາຄໍ້າ
+ເສົາໂຄນ
 ເສົ້າໃຈ
+ເສົ້າສະລົດ
+ເສົາສັກສິດ
+ເສົາສໍາຄັນ
+ເສົ້າໂສກ
+ເສົາດັ້ງ
+ເສົາທຸງ
+ເສົາເພີງ
+ເສົາໄຟ
+ເສົາວະ
+ເສົາວະຄົນ
+ເສົາວະທານ
+ເສົາວະນາ
+ເສົາວະນີ
+ເສົາວະພາ
+ເສົາວະພາກ
+ເສົາວະລັກ
+ເສົາວະລົດ
 ເສົ້າໝອງ
+ເສົາຫີນ
+ເສົາຫຼາ
+ເສົາຮູບເຄົາລົບ
+ເສົາເຮືອ
+ເສົາແຮກ
 ແສ
 ແສ້
+ແສກ
 ແສງ
+ແສ່ງ
 ແສງເງິນ
+ແສງສະທ້ອນ
+ແສງສະຫວ່າງ
+ແສງແດດ
 ແສງທອງ
+ແສງທຽນ
+ແສງເບື່ອ
 ແສງໄຟ
+ແສງອະລຸນ
+ແສງອາທິດ
+ແສງອາລຸນ
 ແສດ
+ແສ້ຕະພົດ
+ແສ້ຕີງົວ
 ແສນ
+ແສນຍະ
+ແສນຍາກອນ
+ແສນຍານຸພາບ
+ແສນແພນ
+ແສນເມືອງ
+ແສນລະທົມ
 ແສບ
+ແສມແລມ
+ແສວ
 ແສ່ວ
+ແສ້ວ
+ແສ້ຫວາຍ
+ແສະ
+ໂສ
 ໂສ້
 ໂສກ
+ໂສກສະລົດ
 ໂສກເສົ້າ
+ໂສກນາຕະກຳ
+ໂສກະດຸນ
+ໂສກາ
+ໂສກາໄລ
+ໂສກີ
+ໂສໂກ
 ໂສໂຄກ
+ໂສງ
 ໂສ້ງ
+ໂສ້ງຂາກົບ
 ໂສດ
+ໂສດສະເທນ
+ໂສດຖີ
 ໂສດາ
+ໂສດາບັນ
+ໂສດາປັດຕິຜົນ
+ໂສດາປັດຕິມັກ
+ໂສດີ
 ໂສດົມ
 ໂສໂດມ
+ໂສຕະ
+ໂສຕະປະສາດ
+ໂສຕະວິນຍານ
+ໂສຕາຍ
+ໂສນະ
+ໂສນະທຸຈະລິດ
+ໂສບ
+ໂສປາໂທ
+ໂສພະ
+ໂສພະນະ
+ໂສພາ
+ໂສພາບ
+ໂສພິນີ
 ໂສເພນີ
+ໂສຟາ
+ໂສເຟເຣດ
 ໂສມ
 ໂສມໜ້າ
+ໂສມະນັດ
+ໂສເຣັກ
+ໂສລະສະ
+ໂສລາ
+ໂສ້ລ່າມ
+ໂສຫຸ້ຍ
 ໃສ
 ໃສ່
 ໃສ້
+ໃສ່ກະແຈ
 ໃສ່ກັນ
+ໃສ່ຄວາມ
+ໃສ່ໃຈ
+ໃສ່ໂທດ
+ໃສ່ລະບຽບ
+ໃສ່ຮ້າຍ
 ໄສ
 ໄສ່
 ໄສ້
+ໄສກົບ
+ໄສ້ໄກ່
+ໄສ້ເສິກ
+ໄສ້ເສືອ
 ໄສຍະສາດ
+ໄສຍາ
+ໄສຍາດ
+ໄສໄຍ
+ໄສ້ຕະກຽງ
+ໄສ້ຕັນ
 ໄສ້ຕິ່ງ
 ໄສປາຍ
+ໄສ້ປາຍ
+ຊໍ
+ຊໍ່
+ຊໍດ້ວງ
+ຊໍ່ດອກໄມ້
+ຊໍບັ້ງ
+ຊໍ່ຟ້າ
+ຊໍລໍ
+ຊວງ
+ຊ່ວງ
+ຊ່ວງຊີງ
+ຊ່ວງທ້ອງ
+ຊວຍ
+ຊ່ວຍ
+ຊ່ວຍທູດ
+ຊວຍມື
+ຊ່ວຍເຫລືອ
+ຊ່ວຍເຫລື່ອ
+ຊ່ວຍເຫຼືອ
+ຊ່ວຍເຫຼື່ອ
+ຊ່ວຍໃຫ້ພົ້ນ
+ຊ່ວຍໃຫ້ລອດ
+ຊວດ
+ຊວດນໍ້າ
+ຊວດລວດ
+ຊວນ
+ຊ້ວນ
+ຊວນເຊີນ
+ຊວນເຊື່ອ
+ຊ້ວນເອົາ
+ຊວາຊີແລນ
+ຊວາດ
+ຊວ້ານ
+ຊອກ
+ຊອກຊໍ້າ
+ຊອກຊໍ້າລະກໍາໃຈ
+ຊອກເຊີ
+ຊອກແຊກ
+ຊອກດານີ
+ຊອກລອກ
+ຊອກຫາ
+ຊອກຮູ້
+ຊອງ
+ຊ່ອງ
+ຊ້ອງ
+ຊ່ອງຄອດ
+ຊ່ອງແຄບ
+ຊ້ອງຊໍ່
+ຊ່ອງທາງ
+ຊ່ອງທາງສື່ສານ
+ຊອງພູ
+ຊອງລອງ
+ຊ່ອງລ່ອງ
+ຊ່ອງໜ່ວຍ
+ຊ່ອງຫວ່າງ
+ຊ່ອງຫວ່າງກົດໝາຍ
+ຊອຍ
+ຊ່ອຍ
+ຊ້ອຍ
+ຊອດ
+ຊອນ
+ຊ່ອນ
+ຊ້ອນ
+ຊອນລອນ
+ຊອບ
+ຊອບໃຈ
+ຊອບຊອບ
+ຊອບທຳ
+ຊອບພໍ
+ຊອບພຣະໄທ
+ຊອບລອບ
+ຊອມ
+ຊ່ອມ
+ຊ້ອມ
+ຊອມຊໍ່
+ຊໍອູ້
+ຊໍໂອ້
+ຊະ
+ຊະກີລາ
+ຊະເກວາ
+ຊະຄາດ
+ຊະງັກ
+ຊະງາຍຊະເງີຍ
+ຊະເງີ້
+ຊະຊ່ອນ
+ຊະຊະ
+ຊະຊາຍ
+ຊະໂຍ
+ຊະດາ
+ຊະດິນ
+ຊະຕາຂີ
+ຊະເຕຟາໂນ
+ຊະນະ
+ຊະນະກະກຳ
+ຊະນະກາທິບໍດີ
+ຊະນະກາທິລາດ
+ຊະນະເລີດ
+ຊະນາ
+ຊະນິກາ
+ຊະນິດ
+ຊະນິດຄຳ
+ຊະນີ
+ຊະນົກ
+ຊະໂນດ
+ຊະບາ
+ຊະບາໂຕ
+ຊະບາໜູ
+ຊະຟີຣາ
+ຊະມ້ອຍ
+ຊະມັດ
+ຊະມິນາ
+ຊະມີນາ
+ຊະມູເອນ
+ຊະລັກຫັກພັງ
+ຊະລາ
+ຊະລາໄສ
+ຊະລາທຳ
+ຊະລາພາບ
+ຊະລາພຸ
+ຊະລາພຸຊະ
+ຊະລາລັກ
+ຊະລາໄລ
+ຊະລີ
+ຊະເລ
+ຊະເລຈອນ
+ຊະເລເຕ
+ຊະເລີຍ
+ຊະເລີຍເສິກ
+ຊະແລງ
+ຊະແລ້ມ
+ຊະໂລທອນ
+ຊະໂລມ
+ຊະວະ
+ຊະວະລິດ
+ຊະວະເລກ
+ຊະວາລະ
+ຊະແຫຼບ
+ຊະອາຣາຢິມ
+ຊະອາລັບບິນ
+ຊັກ
+ຊັກກາຍ
+ຊັກຂາຍ
+ຊັກຈູງ
+ຊັກສັ່ນ
+ຊັກຊວນ
+ຊັກຊ້າ
+ຊັກໄຊ້
+ຊັກຖາມ
+ຊັກນຳ
+ຊັກຟອກ
+ຊັກໄຫຍ້
+ຊັງ
+ຊັ່ງ
+ຊັ້ງ
+ຊັງໂຈເຊ
+ຊັ່ງຊາ
+ຊັງຊານວາດໍ
+ຊັງດານ
+ຊັງຕີກຣາມ
+ຊັງຕີແມັດ
+ຊັງຕີອາໂກ
+ຊັງມາລີໂນ
+ຊັ້ງລັ້ງ
+ຊັດ
+ຊັ້ດ
+ຊັດເຈນ
+ຊັດເຈັນ
+ຊັດແຈ້ງ
+ຊັດຊະວານ
+ຊັດເຊ
+ຊັດຕຸ
+ຊັດໄປຊັດມາ
+ຊັດຣັກ
+ຊັນ
+ຊັ້ນ
+ຊັ້ນກາງ
+ຊັນສາ
+ຊັ້ນສູງ
+ຊັ້ນເຊີງ
+ຊັ້ນດຽວ
+ຊັນໂຕໂດມິງໂກ
+ຊັ້ນທາງສັງຄົມ
+ຊັ້ນເທິງ
+ຊັ້ນໂທ
+ຊັ້ນນອກ
+ຊັນນະສູດ
+ຊັ້ນໃນ
+ຊັນມັນ
+ຊັນມັນເນເສ
+ຊັນມັນເນເຊ
+ຊັນມຸນນາ
+ຊັນໂມນ
+ຊັນໂມນາ
+ຊັນໂມເນ
+ຊັ້ນລ່າງ
+ຊັ້ນລຸ່ມ
+ຊັນລູ
+ຊັນລູນ
+ຊັນເລເກັດ
+ຊັ້ນເອກ
+ຊັບ
+ຊັບສິນ
+ຊັບສົມບັດ
+ຊັບຊ້ອນ
+ຊັບດີ
+ຊັບດີເອນ
+ຊັບໃນດິນສິນໃນນໍ້າ
+ຊັບບາຍ
+ຊັບເບທາຍ
+ຊັບພະສິ່ງ
+ຊັບພະຍາກອນ
+ຊັບພະຍາກອນທໍລະນີ
+ຊັບພະຍາກອນທຳມະຊາດ
+ຊັບພະຍາກອນມະນຸດ
+ຊາ
+ຊ່າ
+ຊ້າ
+ຊໍ້າ
+ຊໍ້າໆ
+ຊາກ
+ຊາກສົບ
+ຊາກຫັກພັງ
+ຊາກະເຣັບ
+ຊາກີ
+ຊາກູເຣ
+ຊາແກຣບ
+ຊາໂກນ
+ຊາຂາຣີຢາ
+ຊາຂາລີຢາ
+ຊາຄະລິຍານຸໂຍກ
+ຊາຄະລີນ
+ຊາເຄຍ
+ຊາງ
+ຊ່າງ
+ຊ້າງ
+ຊ່າງກໍ່
+ຊ່າງກໍ່ສ້າງ
+ຊ່າງຄໍາ
+ຊ່າງເງິນ
+ຊ່າງສະກັດຫີນ
+ຊ່າງສະຫຼັກຫີນ
+ຊ້າງສານ
+ຊ່າງແສ່ວ
+ຊ່າງຊັກຟອກ
+ຊ້າງດໍ
+ຊ່າງດ້າຍສີ
+ຊ່າງຕັດຜົມ
+ຊ່າງຕໍ່າ
+ຊ້າງຕົກມັນ
+ຊ່າງທອງສໍາລິດ
+ຊ່າງທອງແດງ
+ຊ້າງນໍ້າ
+ຊ່າງນໍ້າຫອມ
+ຊ່າງປັກ
+ຊ່າງປັ້ນ
+ຊ່າງປັ້ນໝໍ້
+ຊ່າງປູນ
+ຊ້າງເຜືອກ
+ຊ່າງຝັນ
+ຊ່າງຝີມື
+ຊ້າງພັງ
+ຊ້າງພາຍ
+ຊ່າງໄມ້
+ຊ່າງເວົ້າ
+ຊ່າງໝໍ້
+ຊ່າງຫຼອມ
+ຊ່າງຫຼອມເງິນ
+ຊ່າງເຫລັກ
+ຊ່າງເຫຼັກ
+ຊ່າງອອກແບບ
+ຊ່າງອົບ
+ຊ່າງເຮັດຂັນ
+ຊ່າງເຮັດເຕັ້ນ
+ຊໍ້າໃຈ
+ຊໍ້າຊອກ
+ຊໍ້າຊ້ອນ
+ຊາຊັກ
+ຊາຊາ
+ຊາຊາຍ
+ຊາຍ
+ຊ້າຍ
+ຊາຍຄາ
+ຊາຍຊະກັນ
+ຊາຍຊູ່
+ຊາຍຊູ້
+ຊາຍຍິງ
+ຊາຍແດນ
+ຊາຍຝັ່ງ
+ຊາຍໜຸ່ມ
+ຊາຍໜຸ່ມແໜ້ນ
+ຊາຍເຫີນ
+ຊາຍອັນຕະພານ
+ຊາຍາ
+ຊາຍາຊີບ
+ຊາຍານຸຊີບ
+ຊາຍິກາ
+ຊາເຍດ
+ຊາດ
+ຊ້າດ
+ຊາດຊາດອິສະຣາເອນ
+ຊາດທຳ
+ຊາດນິຍົມ
+ຊາດພັນ
+ຊາດພັນວັນນະນາ
+ຊາດພັນວິທະຍາ
+ຊາດພູມ
+ຊາດມາລາ
+ຊາດໝາ
+ຊາດເອໂດມ
+ຊາດູກາຍ
+ຊາດົກ
+ຊາເດ
+ຊາໂດກ
+ຊາຕະ
+ຊາຕະກະ
+ຊາຕະກະລະ
+ຊາຕະສີລາ
+ຊາຕະບຸດ
+ຊາຕະລະ
+ຊາຕະວິທະຍາ
+ຊາຕະຮູບ
+ຊາຕາ
+ຊາຕາກຳ
+ຊາຕານ
+ຊາຕິ
+ຊາຕິທຳ
+ຊາຕິພູມ
+ຊາຕິມາລາ
+ຊາຕີ
+ຊໍ້າເຕີມ
+ຊານ
+ຊ່ານ
+ຊານເມືອງ
+ຊານໂມນ
+ຊານລູມ
+ຊານາ
+ຊານຸ
+ຊານຸມົນທົນ
+ຊາໂນອາ
+ຊາບ
+ຊາບຊາບ
+ຊາບຊຶມ
+ຊາບຊື້ງ
+ຊາບລາບ
+ຊາບັກທານີ
+ຊາບາດ
+ຊາບຸດ
+ຊາປະນະກິດ
+ຊາປະນະສະຖານ
+ຊ້າພັງ
+ຊໍ້າພັດ
+ຊາຟາດ
+ຊາຟານ
+ຊາຟາມ
+ຊາຟີ
+ຊາເຟນາດ
+ຊາເຟນາດປາເນອາ
+ຊາໂຟນ
+ຊາມ
+ຊ່າມ
+ຊ້າມ
+ຊາມຊະ
+ຊາມຊາ
+ຊາມເຊຣາຍ
+ຊາມມາ
+ຊາມມາຍ
+ຊາມມູອາ
+ຊາມໂມດ
+ຊາມລາຍ
+ຊາມອນ
+ຊາມຮູດ
+ຊາມາ
+ຊາມາເຣຍ
+ຊາມີ
+ຊາມູເອນ
+ຊາມົດ
+ຊາມົວ
+ຊາໂມ
+ຊາໂມທາເກ
+ຊາຢາ
+ຊາຣາ
+ຊາຣາຍ
+ຊາຣານ
+ຊາຣາເຢໂວ
+ຊາຣູເຮັນ
+ຊາເຣທານ
+ຊາເຣຟັດ
+ຊາເຣັດເຊ
+ຊາໂຣນ
+ຊາລະ
+ຊາລະກຳ
+ຊາລາ
+ຊາລາບ
+ຊາລາມີ
+ຊາລາອິມ
+ຊາລາອີມ
+ຊາລິຊາ
+ຊາລີ
+ຊາລີຊາ
+ຊາລື
+ຊ່າລື
+ຊາເລັມ
+ຊໍ້າແລ້ວຊໍ້າອີກ
+ຊາໂລມົງ
+ຊາໂລເມ
+ຊາວ
+ຊ່າວ
+ຊາວກຣິກ
+ຊາວກັດ
+ຊາວກັນລີມ
+ຊາວກາຊາ
+ຊາວການາອານ
+ຊາວກາມັດ
+ຊາວກາເມນ
+ຊາວກິເບໂອນ
+ຊາວກິເລອາດ
+ຊາວກີເບອາ
+ຊາວກີຣີຢາດເຢອາຣີມ
+ຊາວກີໂລ
+ຊາວກຸທາ
+ຊາວເກດາ
+ຊາວເກນິດ
+ຊາວເກບາ
+ຊາວເກຟີຣາ
+ຊາວເກອີລາ
+ຊາວເກາະ
+ຊາວເກາະກະເຣເຕ
+ຊາວເກາະໄຊປຣັດ
+ຊາວເກົ້າ
+ຊາວໂກມໍ
+ຊາວໂກຣິນໂທ
+ຊາວໂກໂລຊາຍ
+ຊາວຄັນເດອາ
+ຊາວຄາລາເຕຍ
+ຊາວຄາລີເລ
+ຊາວເຄຣາຊາ
+ຊາວເຈັດ
+ຊາວສວນ
+ຊາວສອງ
+ຊາວສະຫວັນ
+ຊາວສາມ
+ຊາວສີ່
+ຊາວສີເທຍ
+ຊາວເສຟາວາຢິມ
+ຊາວຊະອາຣາຢີມ
+ຊາວຊະອາລັບບິນ
+ຊາວຊາມາເຣຍ
+ຊາວຊາໂຣນ
+ຊາວຊາວກິເຣເນ
+ຊາວຊາວະຊາ
+ຊາວຊາອັດຊະກັດ
+ຊາວຊາອານບີມ
+ຊາວຊາອານໂບນ
+ຊາວຊາອາບ
+ຊາວຊາອາລິມ
+ຊາວຊາຮາຊູມາ
+ຊາວຊາຮາຣາຢີມ
+ຊາວຊິເຟ
+ຊາວຊີໂດນ
+ຊາວຊີເຣຍ
+ຊາວຊີໂລ
+ຊາວຊີໂອນ
+ຊາວຊູຊາ
+ຊາວຊູຊີມ
+ຊາວຊູເນມ
+ຊາວຊູເລມ
+ຊາວເຊເຄັມ
+ຊາວເຊຟາມ
+ຊາວໂຊບາ
+ຊາວໂຊຣາດ
+ຊາວດີນາ
+ຊາວເດດານ
+ຊາວແດນຄົນຕາຍ
+ຊາວແດນຜູ້ຕາຍ
+ຊາວຕຣິນີດັດ
+ຊາວຕ່າງປະເທດ
+ຊາວຕີສະເບ
+ຊາວຕີເຊ
+ຊາວຕີມນາ
+ຊາວຕີເຣ
+ຊາວຕຸຍນີຊີ
+ຊາວເຕໂກອາ
+ຊາວເຕມານ
+ຊາວໂຕເມ
+ຊາວໂຕເມເອແປຣຊີບ
+ຊາວທົ່ງຮາມ
+ຊາວເທສະໂລນິກ
+ຊາວນະຄອນຊູຊາ
+ຊາວນາ
+ຊາວນາຊາເຣັດ
+ຊາວນາອານາ
+ຊາວນີເນເວ
+ຊາວເນໂຕຟາ
+ຊາວເນເຮລາມ
+ຊາວບ້ານ
+ຊາວບາບີໂລນ
+ຊາວບາຮຸມ
+ຊາວເບໂຣທາຍ
+ຊາວເບັດເຊເມັດ
+ຊາວເບັດເອນ
+ຊາວເບັດໂຮໂຣນ
+ຊາວໂບຊະກາດ
+ຊາວປະມົງ
+ຊາວປ່າ
+ຊາວປາເທຍ
+ຊາວແປດ
+ຊາວຜູ້ອອກແຮງງານ
+ຊາວພິພົບ
+ຊາວພຸດ
+ຊາວພູດອຍ
+ຊາວຟີລິດສະຕິນ
+ຊາວຟີລິບປອຍ
+ຊາວມັກດາລາ
+ຊາວມາເກໂດເນຍ
+ຊາວມາອາກາ
+ຊາວມາໂອນ
+ຊາວມີດີອານ
+ຊາວເມໂຣໂນດ
+ຊາວເມໂຮລາດ
+ຊາວເມືອງ
+ຊາວໂມອາບ
+ຊາວຢິວ
+ຊາວຢູດາ
+ຊາວຢູດາຍ
+ຊາວເຢດຊະເຣເອນ
+ຊາວເຢບຸດ
+ຊາວເຢຣູຊາເລັມ
+ຊາວຣາມາທາຢີມໂຊຟີມ
+ຊາວຣູເຮັນ
+ຊາວໂຣມ
+ຊາວລິບນາ
+ຊາວລີເບຍ
+ຊາວໂລກ
+ຊາວໂລເດບາ
+ຊາວໜຸ່ມ
+ຊາວຫ້າ
+ຊາວຫົກ
+ຊາວອະໂມຣີດ
+ຊາວອັດຊະຕະໂຣດ
+ຊາວອັດຊີເຣຍ
+ຊາວອາຄີ
+ຊາວອາຊະໂດດ
+ຊາວອາຊະໂດນ
+ຊາວອາແຖນ
+ຊາວອານາໂທດ
+ຊາວອາເບັນເມໂຮລາ
+ຊາວອາຣາບ
+ຊາວອາຣາມ
+ຊາວອາເລັກຊັນເດຍ
+ຊາວອາວາ
+ຊາວອາວາດ
+ຊາວອາຫຼັບ
+ຊາວອາອີ
+ຊາວອາໂຮອາ
+ຊາວອິດສະຣາເອນ
+ຊາວອີຕາລີ
+ຊາວອີຣີເຕຣຍ
+ຊາວເອຊະຕາໂອນ
+ຊາວເອທີໂອເປຍ
+ຊາວເອຟຣາທາ
+ຊາວເອຟຣາຢິມ
+ຊາວເອເຟໂຊ
+ຊາວເອຢິບ
+ຊາວເອລາມ
+ຊາວເອັດ
+ຊາວໂອໂນ
+ຊາວໂອມັນ
+ຊາວຮັກຣີ
+ຊາວຮາດິດ
+ຊາວຮາມັດ
+ຊາວຮາມາດ
+ຊາວຮາຣາ
+ຊາວຮູມາ
+ຊາວເຮັບເຣີ
+ຊາວໂຮຣີ
+ຊາວະຊາ
+ຊາເວ
+ຊ້າແຫຼກ
+ຊາອັດຊະກັດ
+ຊາອັນອັນນີມ
+ຊາອານບີມ
+ຊາອານໂບນ
+ຊາອານານ
+ຊາອາບ
+ຊາອາລີມ
+ຊາອາວານ
+ຊາອີ
+ຊໍ້າອີກ
+ຊາອຸນ
+ຊາອູດິດ
+ຊາອູດິອາຣັບບີ
+ຊາອູດີອາຣັບບີ
+ຊາອູນ
+ຊາເອັຍ
+ຊາຮາຊູມາ
+ຊາຮາຣາ
+ຊາຮາຣາຢິມ
+ຊາຮຳ
+ຊຳ
+ຊຳຄາ
+ຊຳຊູມ
+ຊຳນານ
+ຊຳນິ
+ຊຳນິຊຳນານ
+ຊຳບີ
+ຊຳເບຍ
+ຊຳລະ
+ຊໍາລະຄວາມ
+ຊໍາລະລ້າງ
+ຊຳລາ
+ຊຳລຸດ
+ຊຳຮະ
+ຊຳເຮື້ອ
+ຊິ
+ຊິກ
+ຊິກກາຍໂຢນ
+ຊິກກາໂຢນ
+ຊິກເກໂຣນ
+ຊິກຣີ
+ຊິກລັກ
+ຊິກາ
+ຊິງ
+ຊິງກຳ
+ຊິງກິໂລ
+ຊິງຊັ່ງ
+ຊິງຊ້າ
+ຊິງມູນ
+ຊິຊາ
+ຊິດ
+ຊິດດີມ
+ຊິດຕະມານ
+ຊິດຕີມ
+ຊິດຣາຍ
+ຊິຕະ
+ຊິນ
+ຊິ້ນ
+ຊິນເຄີຍ
+ຊິນຊາ
+ຊິນຕີເຂ
+ຊິນໂຕ
+ຊິນນະ
+ຊິນນະບຸດ
+ຊິນລາ
+ຊິນເລທາຍ
+ຊິນເລັມ
+ຊິນຮີ
+ຊິນຮີມ
+ຊິນະ
+ຊິນະສາ
+ຊິນະບຸດ
+ຊິນາບ
+ຊິເນ
+ຊິເນມາ
+ຊິໂນລົດ
+ຊິບ
+ຊິບຕານ
+ຊິບໂບເລັດ
+ຊິບໂປ
+ຊິບໂປຣາ
+ຊິບຟີ
+ຊິບມີ
+ຊິບີຢາ
+ຊິຟຣາ
+ຊິຟີໂອນ
+ຊິເຟ
+ຊິໂຟຣນ
+ຊິມ
+ຊິ່ມ
+ຊິ່ມກັນ
+ຊິ່ມຄ່ອຍໆ
+ຊິມຊາຍ
+ຊິມບັບເວ
+ຊິມມາ
+ຊິມຣາດ
+ຊິມຣານ
+ຊິມຣີ
+ຊິມຣີດ
+ຊິມໂຣນ
+ຊິມໂຣນເມໂຣນ
+ຊິມໂອນ
+ຊິເມອັດ
+ຊິເມອາ
+ຊິເມອາດ
+ຊິເມອາມ
+ຊິເມອີ
+ຊິເມໂອນ
+ຊິໂຣນ
+ຊິໂລ
+ຊິວຫາ
+ຊິວຫາສຳຜັດ
+ຊິວະວິໄສ
+ຊິວິດ
+ຊິວິໄລ
+ຊີ
+ຊີ່
+ຊີ້
+ຊີກ
+ຊີການປາ
+ຊີກຸລີ
+ຊີຂາ
+ຊີ້ຂາດ
+ຊີເຄັມ
+ຊີງ
+ຊີງກັນ
+ຊີງໄຊ
+ຊີ້ແຈງ
+ຊີສົມ
+ຊີຊາ
+ຊີຊາກ
+ຊີດ
+ຊີດດີມ
+ຊີດີ
+ຊີດີຣອມ
+ຊີໂດນ
+ຊີໂດມ
+ຊີຕົ້ນ
+ຊີນ
+ຊີ້ນ
+ຊີ້ນກົກຂາ
+ຊີ້ນແກ້ມ
+ຊີ້ນຂາລາຍ
+ຊີ້ນສ່ວນ
+ຊີ້ນສັດ
+ຊີ້ນສັນຂາໜ້າ
+ຊີ້ນເສືອຮ້ອງໄຫ້
+ຊີ້ນທ້ອງ
+ຊີນເລທາຍ
+ຊີ້ນອ່ອນ
+ຊີ້ນເອິກ
+ຊີນາ
+ຊີນາຍ
+ຊີນາບ
+ຊີ້ນຳ
+ຊີເນ
+ຊີເນມາ
+ຊີບ
+ຊີບພະຈອນ
+ຊີບາ
+ຊີບຳເວ
+ຊີບີຢາ
+ຊີເບໂອນ
+ຊີ້ປົ່ງ
+ຊີຜ້າຂາວ
+ຊີພະຈອນ
+ຊີພິຕັກໄສ
+ຊີໄພ
+ຊີຟຣາ
+ຊີຟາ
+ຊີຟີໂອນ
+ຊີເຟ
+ຊີໂຟຣນ
+ຊີມ
+ຊີ່ມ
+ຊີມລົດ
+ຊີມັງ
+ຊີເມອາດ
+ຊີເມອາມ
+ຊີເມອີ
+ຊີເມໂອນ
+ຊີເມັນ
+ຊີໂມນ
+ຊີຣະກູຊາຍ
+ຊີຣະຕີ
+ຊີຣິ
+ຊີຣີ
+ຊີເຣຍ
+ຊີເຣຍຟອຍນີເກ
+ຊີລະປາ
+ຊີລາ
+ຊີລາວານ
+ຊີໂລ
+ຊີໂລອາ
+ຊີໂລອາມ
+ຊີວະ
+ຊີວະຄົດ
+ຊີວະເຄມີ
+ຊີວະທັດ
+ຊີວະນານາພັນ
+ຊີວະນິກາຍ
+ຊີວະປະຫວັດ
+ຊີວະໂລກ
+ຊີວະວິທະຍາ
+ຊີວະຫິງສາ
+ຊີວັນ
+ຊີວັນຕະລາຍ
+ຊີວາ
+ຊີວາໄລ
+ຊີວິດ
+ຊີວິດຊີວາ
+ຊີວິດໃຫມ່
+ຊີວິຕັກໄສ
+ຊີວິນ
+ຊີວີ
+ຊີວີນ
+ຊີວົງຄົດ
+ຊີອອມ
+ຊີອາ
+ຊີອາຍໂອ
+ຊີເອພີ
+ຊີໂອ
+ຊີໂອນ
+ຊີຮາ
+ຊີໂຮ
+ຊີໂຮລິບນາດ
+ຊີໂຮລີບນາດ
+ຊີາບະເວ
+ຊຶກ
+ຊຶກຊາກ
+ຊຶງ
+ຊຶ່ງ
+ຊຶງກັນ
+ຊຶງມິດ
+ຊຶງລຶງ
+ຊຶ້ນສ່ວນ
+ຊຶບ
+ຊຶມ
+ຊຶ່ມ
+ຊື
+ຊື່
+ຊື້
+ຊື່ກົງ
+ຊື້ຂາຍ
+ຊື່ງ
+ຊື້ຈ້າງ
+ຊື່ຈິງ
+ຊື່ສັດ
+ຊື່ສຽງ
+ຊື່ຊື່
+ຊື່ຕົງ
+ຊືນ
+ຊື່ນ
+ຊື່ນໃຈ
+ຊື່ນຊົມ
+ຊື່ນຊົມຍິນດີ
+ຊື່ນບານ
+ຊື່ນບານໃຈ
+ຊືເປືອຍ
+ຊື່ໄປຫາ
+ຊືມ
+ຊື່ມ
+ຊື່ວ່າ
+ຊື່ຫຍໍ້
+ຊື່ຫຼິ້ນ
+ຊື່ເຮືອ
+ຊຸ
+ຊຸກ
+ຊຸກເຊື່ອງ
+ຊຸກຍູ້
+ຊຸກຕີ
+ຊຸງ
+ຊຸ່ງ
+ຊຸ້ງ
+ຊຸ່ຍ
+ຊຸດ
+ຊຸດໂຊມ
+ຊຸນ
+ຊຸ່ນ
+ຊຸນລະມຸນ
+ຊຸບ
+ຊຸບຊິບ
+ຊຸບປີມ
+ຊຸບເປຣີເອີ
+ຊຸບລ້ຽງ
+ຊຸມ
+ຊຸ່ມ
+ຊຸ້ມ
+ຊຸມເຂົ້າ
+ຊຸ່ມຊື່ນ
+ຊຸມຊົນ
+ຊຸມຊົນພາສາ
+ຊຸມນຸມ
+ຊຸມນຸມຊົນ
+ຊຸມພອນ
+ຊຸມພູ
+ຊຸ່ມເຢັນ
+ຊຸມລຸມ
+ຊຸລີ
+ຊູ
+ຊູ່
+ຊູ້
+ຊູກໍາລັງ
+ຊູກຽດ
+ຊູ້ຂິ່ນ
+ຊູຂຶ້ນ
+ຊູໃຈ
+ຊູ້ສາວ
+ຊູຊັນນາ
+ຊູຊາ
+ຊູຊີ
+ຊູຊີບ
+ຊູຊີມ
+ຊູຊົກ
+ຊູດ
+ຊູດຊົມ
+ຊູດລູດ
+ຊູດັງ
+ຊູດານ
+ຊູເທລາ
+ຊູນ
+ຊູນີ
+ຊູເນມ
+ຊູບ
+ຊູບລູບ
+ຊູບາເອນ
+ຊູຟະ
+ຊູຟາມ
+ຊູມາ
+ຊູຣິນາມ
+ຊູຣີຊັດດາຍ
+ຊູຣີເອນ
+ຊູເຣ
+ຊູວາ
+ຊູໜ້າຊູຕາ
+ຊູອາ
+ຊູອານ
+ຊູເອ
+ຊູແອັດ
+ຊູຮາ
+ຊູຮາມ
+ຊົກ
+ຊົກມວຍ
+ຊົກລົກ
+ຊົກລົກຊົນລົນ
+ຊົງ
+ຊົ້ງ
+ຊົງກະທຳ
+ຊົງຄຸນວຸດທິ
+ຊົງນຳ
+ຊົງໂປດ
+ຊົງມົງ
+ຊົງຮູ້
+ຊົດ
+ຊົດຊື່ນ
+ຊົດເຊີຍ
+ຊົດໃຊ້
+ຊົດໄຊ້
+ຊົນ
+ຊົ້ນ
+ຊົນເຄົາ
+ຊົນຊັ້ນ
+ຊົນຊາດ
+ຊົນຊາດຊີເຣຍ
+ຊົນຊາດຕ່າງໆ
+ຊົນຊາດໂມອາບ
+ຊົນຊາດຢູດາ
+ຊົນຊາດອິດຊະມາເອນ
+ຊົນຕ່າງດ້າວ
+ຊົນນະບົດ
+ຊົນນີ
+ຊົນເຜົ່າ
+ຊົນເຜົ່າວິທະຍາ
+ຊົນມາຍຸ
+ຊົນລະ
+ຊົນລະທານ
+ຊົນລະທີ
+ຊົນລະເນດ
+ຊົນລະປະທານ
+ຊົນລະມາກ
+ຊົນຫຼວງ
+ຊົນເຮເບ
+ຊົບ
+ຊົບລົບ
+ຊົມ
+ຊົມຊອບ
+ຊົມຊື່ນ
+ຊົມເຊີຍ
+ຊົມລົມຊົນ
+ຊົລແຟ
+ຊົ່ວ
+ຊົ້ວ
+ຊົ່ວກາລະນານ
+ຊົ່ວຂະນະ
+ຊົ່ວຄາວ
+ຊົ່ວຄົນ
+ຊົ່ວຊ້າ
+ຊົວຊາມ
+ຊົ່ວຊ້າລາມົກ
+ຊົ່ວຊີວິດ
+ຊົ່ວໂມງ
+ຊົ່ວລາງ
+ຊົ່ວແລ່ນ
+ຊົ່ວອາຍຸ
+ຊົ່ວຮ້າຍ
+ຊົວະ
+ຊຽກ
+ຊຽງ
+ຊຽງຂວາງ
+ຊຽນ
+ຊ່ຽນ
+ຊຽນຈອນ
+ຊ່ຽວ
+ຊຽວຊານ
+ຊ່ຽວຊານ
+ເຊ
+ເຊກເລກ
+ເຊກອງ
+ເຊກະໝານ
+ເຊການີອາ
+ເຊກາຣີຢາ
+ເຊເກ
+ເຊເຂ
+ເຊຄາຣິຢາ
+ເຊຄາຣີຢາ
+ເຊຄີໂອ
+ເຊເຄັມ
+ເຊຈຳພອນ
+ເຊຊວນ
+ເຊຊັກ
+ເຊຊັດ
+ເຊຊາຍ
+ເຊຊ້າຍເຊຂວາ
+ເຊຊານ
+ເຊເຊັດ
+ເຊແຊນ
+ເຊຍ
+ເຊຍຣາລີໂອນ
+ເຊຍຣາເລອອນ
+ເຊດ
+ເຊດຕະວັນ
+ເຊດາດ
+ເຊເດກີຢາ
+ເຊເດຄີຢາ
+ເຊເດອູ
+ເຊໂດນ
+ເຊຕະວັນ
+ເຊທາ
+ເຊທານ
+ເຊທາໂບເຊນາຍ
+ເຊທາມ
+ເຊນ
+ເຊນຊຽດ
+ເຊນ້ອຍ
+ເຊນັດຊາ
+ເຊນາ
+ເຊນາການ
+ເຊນານ
+ເຊເນກາ
+ເຊເນການ
+ເຊເນຍ
+ເຊໂນ
+ເຊບເລບ
+ເຊບັ້ງໄຟ
+ເຊບັງຫຽງ
+ເຊບັດ
+ເຊບາ
+ເຊບາດີຢາ
+ເຊບານີຢາ
+ເຊບາຣີມ
+ເຊບີດາ
+ເຊບີນາ
+ເຊບູນ
+ເຊບູລູນ
+ເຊບູໂລນ
+ເຊບູເອນ
+ເຊເບ
+ເຊເບດາຍ
+ເຊໂບຢິມ
+ເຊຟະທາ
+ເຊຟັດ
+ເຊຟາຕີຢາ
+ເຊຟາທາ
+ເຊຟານີຢາ
+ເຊຟາມ
+ເຊຟີ
+ເຊຟູຟານ
+ເຊຟູຟາມ
+ເຊເຟ
+ເຊເຟລາ
+ເຊໂຟ
+ເຊໂຟນ
+ເຊມ
+ເຊ້ມເລ້ມ
+ເຊມາ
+ເຊມາກີຢາ
+ເຊມາຢາ
+ເຊມາຣາຢິມ
+ເຊມາຣີຢາ
+ເຊມາອາ
+ເຊມີດາ
+ເຊມີນິດ
+ເຊມີຣາ
+ເຊມີຣາໂມດ
+ເຊມູເອນ
+ເຊເມ
+ເຊເມເບ
+ເຊເມອີນ
+ເຊເມັດ
+ເຊຣາ
+ເຊຣາຟີມ
+ເຊຣາຮີຢາ
+ເຊຣິ
+ເຊຣີ
+ເຊຣູບາເບນ
+ເຊຣູບາເບັນ
+ເຊຣູຢາ
+ເຊຣູອາ
+ເຊເຣ
+ເຊເຣດ
+ເຊເຣດາ
+ເຊເຣບີຢາ
+ເຊເຣຣາ
+ເຊເຣັສ
+ເຊເຣັດ
+ເຊເຣັດຊາຮາ
+ເຊໂຣ
+ເຊລາ
+ເຊລາຟິມ
+ເຊລູມີເອນ
+ເຊເລບ
+ເຊເລມີຢາ
+ເຊເລັກ
+ເຊເລັດ
+ເຊເລັບ
+ເຊເລັມ
+ເຊໂລເຕ
+ເຊໂລເທ
+ເຊໂລເຟຂາດ
+ເຊໂລມິດ
+ເຊໂລມີ
+ເຊ້ວ
+ເຊວາ
+ເຊອັອກຊີ
+ເຊອັອກເຊຍ
+ເຊອານ
+ເຊອານຕີເອນ
+ເຊອາຣີຢາ
+ເຊອີອາ
+ເຊອຸນ
+ເຊອູນ
+ເຊເອບ
+ເຊເອຣາ
+ເຊໂອ
+ເຊຮາຣີຢາ
+ເຊັກ
+ເຊັກໂກ
+ເຊັກໂຊໂຟນ
+ເຊັງ
+ເຊັ່ງແຊະ
+ເຊັດ
+ເຊັດບັດຊາ
+ເຊັນ
+ເຊັ່ນ
+ເຊັ້ນ
+ເຊັ່ນກັນ
+ເຊັນຊາ
+ເຊັນຊື່
+ເຊັ່ນດຽວກັນ
+ເຊັ່ນດຽວກັນກັບ
+ເຊັ່ນໃດ
+ເຊັ່ນນັ້ນ
+ເຊັ່ນນີ້
+ເຊັ່ນວ່າ
+ເຊັບ
+ເຊັບນາ
+ເຊາະ
+ເຊາະຊອກໄຊ້
+ເຊາະແຊະ
+ເຊິ
+ເຊິງ
+ເຊິ່ງ
+ເຊິ່ງກັນແລະກັນ
+ເຊິຊະ
+ເຊິະ
+ເຊີ
+ເຊີ້
+ເຊີກ
+ເຊີກໜີ
+ເຊີງ
+ເຊີ່ງ
+ເຊີ້ງ
+ເຊີງສະກອນ
+ເຊີ້ງນາງແມວ
+ເຊີ້ຊ້າ
+ເຊີເຊີມ
+ເຊີຍ
+ເຊີດ
+ເຊີດຊູ
+ເຊີດເນື້ອ
+ເຊີນ
+ເຊີ່ນ
+ເຊີນຊວນ
+ເຊີບເຊີບ
+ເຊີມ
+ເຊີ້ມ
+ເຊຶ່ງ
+ເຊື່ອ
+ເຊື້ອ
+ເຊືອກ
+ເຊື້ອກ
+ເຊືອກກວຽນ
+ເຊືອກທາມ
+ເຊືອກແທກ
+ເຊືອກປະກຳ
+ເຊືອກມັດລ່າມ
+ເຊືອກໜວດ
+ເຊືອກໜັງ
+ເຊື້ອກະສັດ
+ເຊື່ອງ
+ເຊື້ອງ
+ເຊື່ອງຊ່ອນ
+ເຊື່ອໃຈ
+ເຊື້ອສາຍ
+ເຊື້ອຊາດ
+ເຊື້ອເຊີນ
+ເຊື່ອຍ
+ເຊືອດ
+ເຊື່ອຖື
+ເຊື່ອນ
+ເຊືອບ
+ເຊື້ອບ
+ເຊືອບຫລັບ
+ເຊືອບຫຼັບ
+ເຊື້ອເພີງ
+ເຊື່ອຟັງ
+ເຊື້ອໄຟ
+ເຊື່ອມ
+ເຊື່ອມຄ່າ
+ເຊື່ອມຊຶມ
+ເຊື້ອໂລກ
+ເຊື້ອວົງ
+ເຊື່ອໝັ້ນ
+ເຊື່ອຫມັ້ນວ່າ
+ເຊົາ
+ເຊົ່າ
+ເຊົ້າ
+ເຊົ້າຕູ່
+ເຊົ້ານີ້
+ເຊົ້າມືດ
+ເຊົາຢຸດ
+ເຊົາວະເລກ
+ແຊ
+ແຊ່
+ແຊກ
+ແຊກແຊງ
+ແຊກບີ
+ແຊກວາຕີ
+ແຊງ
+ແຊ່ງ
+ແຊ່ງແຊະ
+ແຊງມາຣິນ
+ແຊງຫູກ
+ແຊດ
+ແຊນ
+ແຊ້ນ
+ແຊນເລີຣີ
+ແຊບ
+ແຊບນົວ
+ແຊບແລບ
+ແຊມ
+ແຊມຊັນ
+ແຊ່ເຢັນ
+ແຊຣີ
+ແຊລູເກຍ
+ແຊວ
+ແຊ່ວ
+ແຊ້ວເຮືອ
+ແຊວາເຕີ
+ແຊະ
+ແຊະແງະ
+ແຊະແລະແຊນແລນ
+ແຊັກ
+ແຊັງ
+ແຊັງຈອນ
+ແຊັນຈໍເຈຍ
+ໂຊ
+ໂຊ່
+ໂຊ້
+ໂຊກ
+ໂຊກຊະຕາ
+ໂຊກຊາຕາ
+ໂຊກໄຊ
+ໂຊກໂລກ
+ໂຊໂກ
+ໂຊໂກເລັດ
+ໂຊໂກໂລບ
+ໂຊງໂລງ
+ໂຊຊີປາໂທ
+ໂຊຊີອາລິສຕ
+ໂຊເຊ
+ໂຊຍ
+ໂຊດ
+ໂຊດຕະການ
+ໂຊດໂລດ
+ໂຊດາ
+ໂຊດົກ
+ໂຊດົມ
+ໂຊດຽມ
+ໂຊໂດມ
+ໂຊຕິ
+ໂຊນ
+ໂຊ່ນ
+ໂຊ້ນ
+ໂຊບ
+ໂຊບາ
+ໂຊບາກ
+ໂຊບາຍ
+ໂຊບານ
+ໂຊບາບ
+ໂຊບີ
+ໂຊເບບາ
+ໂຊເບັກ
+ໂຊຟັນ
+ໂຊຟາ
+ໂຊຟາກ
+ໂຊຟາຍ
+ໂຊຟີມ
+ໂຊເຟຍ
+ໂຊເຟັຍ
+ໂຊມ
+ໂຊມໂຊ່
+ໂຊມອນ
+ໂຊມາລີ
+ໂຊເມ
+ໂຊຣາ
+ໂຊຣາດ
+ໂຊຣີ
+ໂຊລູຊີອົງ
+ໂຊໂລ
+ໂຊໂລໂມນ
+ໂຊວຽດ
+ໂຊຫວຽດ
+ໂຊອັນ
+ໂຊອາ
+ໂຊອານ
+ໂຊຮາ
+ໂຊຮາມ
+ໂຊເຮດ
+ໂຊເຮເລັດ
+ໂຊະ
+ໃຊ່
+ໃຊ້
+ໃຊ້ງານ
+ໃຊ້ສອຍ
+ໃຊ້ສິດ
+ໄຊ
+ໄຊ້
+ໄຊຄະໂລນ
+ໄຊສະໝໍລະພູມ
+ໄຊຊະນະ
+ໄຊຍະບູລີ
+ໄຊຍະພູມ
+ໄຊຍະເພລີ
+ໄຊໂຍ
+ໄຊບື
+ໄຊປຣັດສ໌
+ໄຊປຣາດ
+ໄຊປັຣດ໌
+ໄຊພູ
+ໄຊຣັດ
+ຍໍ
+ຍໍ່
+ຍໍ້
+ຍໍ້ທໍ້
+ຍວກ
+ຍວງ
+ຍ່ວງ
+ຍ່ວຍ
+ຍ້ວຍ
+ຍວດ
+ຍວດຍານ
+ຍວນ
+ຍວບ
+ຍອກ
+ຍອງ
+ຍ່ອງ
+ຍ້ອງ
+ຍ້ອງຍໍ
+ຍ່ອງຍ່ອງ
+ຍ່ອງແຍ່ງ
+ຍອງຝ້າຍ
+ຍອຍ
+ຍ່ອຍ
+ຍ້ອຍ
+ຍອດ
+ຍອດນໍ້າ
+ຍອດພູ
+ຍອດເພງ
+ຍອດມຸກ
+ຍອດຢ້ຽມ
+ຍອດຮັກ
+ຍອນ
+ຍ່ອນ
+ຍ້ອນ
+ຍ່ອນຍ້ານ
+ຍອບ
+ຍອມ
+ຍ່ອມ
+ຍ້ອມ
+ຍອມຈຳນົນ
+ຍ້ອມສີ
+ຍ໋ອມແຍ໋ມ
+ຍ່ອມໄດ້ມີ
+ຍອມຕາມ
+ຍອມນະມັດສະການ
+ຍ້ອມຜ້າ
+ຍ້ອມແມວ
+ຍອມຮັບ
+ຍະ
+ຍະກະນະ
+ຍະໂສ
+ຍະຊຸລະເວດ
+ຍະຕິ
+ຍະຕິທັງ
+ຍະຖາ
+ຍະຖາກຳ
+ຍະຖາພູຕະຍານ
+ຍະນະ
+ຍະໄປ
+ຍະມະກະປາຕິຫານ
+ຍະມົກ
+ຍະເຫີນ
+ຍັກ
+ຍັກກັນດານ
+ຍັກຂີນີ
+ຍັກຄີລີ
+ຍັກຍອກ
+ຍັກຍັກ
+ຍັກຍັ່ນ
+ຍັງ
+ຍັ່ງ
+ຍັງຄົງ
+ຍັ່ງຍ້ອຍ
+ຍັງມີ
+ຍັດ
+ຍັດຍຽດ
+ຍັດຕິ
+ຍັນ
+ຍັ່ນ
+ຍັນຕະ
+ຍັນຕະກຳ
+ຍັບ
+ຍັບຍັ້ງ
+ຍັບຍັບ
+ຍັບຍ່າງ
+ຍັບເນເອນ
+ຍັບຢັ້ງ
+ຍັອກ
+ຍາ
+ຍ່າ
+ຍໍ່າ
+ຍໍ້າ
+ຍາກ
+ຍາກເຂັນ
+ຍາກແຄ້ນ
+ຍາກຈົນ
+ຍາກເຢັນ
+ຍາກໄຣ້
+ຍາກລໍາບາກ
+ຍາຄູ
+ຍາງ
+ຍ່າງ
+ຍ່າງຊຳ
+ຍ່າງຍາຍ
+ຍ່າງຍ້າຍ
+ຍ່າງໄປ
+ຍ່າງໄປຍ່າງມາ
+ຍາງໄມ້ຫອມ
+ຍາງໝາກຕອຍ
+ຍາຈະນາ
+ຍາຈົກ
+ຍາຊະກະ
+ຍາຍ
+ຍ່າຍ
+ຍ້າຍ
+ຍ້າຍໄປ
+ຍໍ່າຍີ
+ຍາເຍີ
+ຍາດ
+ຍາດຊີງ
+ຍາດແຍ່ງ
+ຍາດໄດ້
+ຍາດຕິ
+ຍາດພີ່ນ້ອງ
+ຍາດມິດ
+ຍາດວົງ
+ຍາດໄຮ້
+ຍາດາ
+ຍາຕິ
+ຍາຕິກາ
+ຍ່າທວດ
+ຍານ
+ຍ່ານ
+ຍານກະ
+ຍານເກາະ
+ຍານພາຫະນະ
+ຍານມາດ
+ຍານວິຖີ
+ຍານອາວະກາດ
+ຍານະ
+ຍານະກະ
+ຍານະທັດສະນະ
+ຍານະວິຖີ
+ຍານີ
+ຍານຸພາບ
+ຍານຸມາດ
+ຍາບ
+ຍາບສ້ວງ
+ຍາບແຍ້
+ຍາປະນະ
+ຍາປະນະມັດ
+ຍາພໍ່
+ຍາມ
+ຍ່າມ
+ຍ້າມ
+ຍາມແຖ
+ຍາມແລ້ງ
+ຍາມໜາວ
+ຍາມະ
+ຍາມະກາລິກ
+ຍາມະໂຍກ
+ຍາມັກການ
+ຍາມາ
+ຍາມິກ
+ຍາວ
+ຍ່າວ
+ຍ້າວ
+ຍ່າວຍ່າວ
+ຍ້າວຍ້າວ
+ຍາວນານ
+ຍາວະກາລຶກ
+ຍາວະຊີວິດ
+ຍຳ
+ຍ່ຳ
+ຍຳເກງ
+ຍຳຍ່າງ
+ຍິກ
+ຍິກຍິກ
+ຍິກໜ້າ
+ຍິງ
+ຍິ່ງ
+ຍິ່ງກວ່າ
+ຍິ່ງກວ່ານັ້ນ
+ຍິ່ງຂຶ້ນ
+ຍິງຄົນໃຊ້
+ຍິງສັນຈອນ
+ຍິງສາວ
+ຍິງສາວປອດ
+ຍິງໂສເພນີ
+ຍິງຊົ່ວ
+ຍິງຊົ່ວຮ້າຍ
+ຍິ່ງຍ້ອຍ
+ຍິງປອດ
+ຍິງເປັນໝັນ
+ຍິ່ງຜະຫຍອງ
+ຍິງຜູ້ຮັບໃຊ້
+ຍິງໂມ້ແປ້ງ
+ຍິງລ່ວງປະເວນີ
+ຍິງລົ້ວ
+ຍິ່ງໃຫຍ່
+ຍິງອໍາມະພາດ
+ຍິຍອມ
+ຍິນ
+ຍິນຍອມ
+ຍິນດີ
+ຍິນດີທີ່ສຸດ
+ຍິນຮ້າຍ
+ຍິບ
+ຍິບຍັບ
+ຍິບຍິບ
+ຍິ້ມ
+ຍິ້ມໃສ່
+ຍີ
+ຍີ່
+ຍີກ
+ຍີງ
+ຍີ່ງ
+ຍີຍ່ອງ
+ຍີຍໍ່າ
+ຍີແຍ້ມ
+ຍີນ
+ຍີນດີ
+ຍີບ
+ຍີ່ບາ
+ຍີປຸ່ນ
+ຍີ່ປຸ່ນ
+ຍີ້ມ
+ຍີ່ຫໍ້
+ຍຶ
+ຍຶກ
+ຍຶ່ງ
+ຍຶດ
+ຍຶດກ້າມ
+ຍຶດເກາະ
+ຍຶດຄອງ
+ຍຶດຈ່ອງ
+ຍຶດຖື
+ຍຶດໝັ້ນ
+ຍຶດເອົາ
+ຍື່ງ
+ຍືດ
+ຍືດຍາວ
+ຍືດເຍືອ
+ຍືນ
+ຍື່ນ
+ຍືນຍາວ
+ຍືນຍົງ
+ຍື່ນຖວາຍ
+ຍື່ນມື
+ຍຸ
+ຍຸກ
+ຍຸກຄັນຕະ
+ຍຸກສະໄໜ
+ຍຸກສະໃໝ
+ຍຸກສະໄໝ
+ຍຸກມືດ
+ຍຸຄະ
+ຍຸຄັນທອນ
+ຍຸຄົນບາດ
+ຍຸງ
+ຍຸ່ງ
+ຍຸ້ງ
+ຍຸງກົ້ນຊີ
+ຍຸງກົ້ນໂລ່ງ
+ຍຸ້ງຍາກ
+ຍຸຍົງ
+ຍຸເຍົ້າ
+ຍຸແຍ່
+ຍຸດ
+ຍຸດຕິ
+ຍຸດຕິທຳ
+ຍຸດຕິບັ້ນ
+ຍຸດທະ
+ຍຸດທະການ
+ຍຸດທະກຳ
+ຍຸດທະສາດ
+ຍຸດທະນາ
+ຍຸດທະພັນ
+ຍຸດທະພູມ
+ຍຸດທະວິທິ
+ຍຸດທະວິທີ
+ຍຸດທະວິໄນ
+ຍຸດທະຫັດຖີ
+ຍຸດໂທ
+ຍຸດໂທບາຍ
+ຍຸດໂທປະກອນ
+ຍຸຕະ
+ຍຸຕິ
+ຍຸຕິທຳ
+ຍຸທະພັນ
+ຍຸນ
+ຍຸ້ນ
+ຍຸບ
+ຍຸບຍອບ
+ຍຸບພະດີ
+ຍຸບພະລາດ
+ຍຸບລົງ
+ຍຸບົນ
+ຍຸພະ
+ຍຸພະຍົງ
+ຍຸພະດີ
+ຍຸພະລາດ
+ຍຸພະເລດ
+ຍຸພາ
+ຍຸ່ມ
+ຍຸ້ມ
+ຍຸລະຍາດ
+ຍຸວະຊົນ
+ຍຸວະດີ
+ຍຸວະນາລີ
+ຍຸວະລາດ
+ຍຸວາ
+ຍຸແຫຍ່
+ຍູ
+ຍູ່
+ຍູ້
+ຍູກວາດ
+ຍູຍ
+ຍູ່ຍ
+ຍູ້ຍ
+ຍູ້ດັນ
+ຍູຖະ
+ຍູຖິກາ
+ຍູທ່າງ
+ຍົກ
+ຍົກຄູ
+ຍົກສູງ
+ຍົກຍໍ
+ຍົກຍ້ອງ
+ຍົກຍ້າຍ
+ຍົກທັບ
+ຍົກໂທດ
+ຍົກພື້ນ
+ຍົກມື
+ຍົກລະດັບ
+ຍົກເລີກ
+ຍົກເວັ່ນ
+ຍົກເວັ້ນ
+ຍົກໄວ້
+ຍົກໜຶ່ງ
+ຍົງ
+ຍົ້ງ
+ຍົດ
+ຍົດຍ້ອຍ
+ຍົດຖາ
+ຍົດຖາບັນດາສັກ
+ຍົນ
+ຍົ່ນ
+ຍົ້ນ
+ຍົນຂານົກຍາງ
+ຍົນເມ
+ຍົມ
+ຍົມມະຂັນ
+ຍົມມະທັນ
+ຍົມມະທູດ
+ຍົມມະນາ
+ຍົມມະບານ
+ຍົມມະລາດ
+ຍົມມະໂລກ
+ຍົວລະຍ້າຍ
+ຍົວລະຍາດ
+ຍົວລະແຍ້ມ
+ຍົວະ
+ຍົວະໃຈ
+ຍົວະເຍົ້າ
+ຍົວະໃຫ້ຮ້າຍ
+ຍຽດ
+ຍຽບ
+ຍ່ຽວ
+ເຍ້
+ເຍຊູ
+ເຍຍ
+ເຍຍລະມັນ
+ເຍນ
+ເຍພຸຍຍະ
+ເຍພຸຍຍະສິກາ
+ເຍພຸຍະໄນ
+ເຍັຍ
+ເຍັ້ນ
+ເຍາະ
+ເຍາະເຍີ້ຍ
+ເຍາະຫຍັນ
+ເຍີ້
+ເຍີງ
+ເຍີ້ຍ
+ເຍີ້ຍຫຍັນ
+ເຍີ້ນ
+ເຍີບເຍີບ
+ເຍືອ
+ເຍື່ອ
+ເຍື້ອ
+ເຍືອກ
+ເຍືອງ
+ເຍື່ອງ
+ເຍື້ອງ
+ເຍື່ອຍ
+ເຍື້ອໃຍ
+ເຍື່ອຕາ
+ເຍື້ອນ
+ເຍົາ
+ເຍົ່າ
+ເຍົ້າ
+ເຍົາວະ
+ເຍົາວະຊົນ
+ເຍົາວະຍອດ
+ເຍົາວະນະ
+ເຍົາວະພາ
+ເຍົາວະພານ
+ເຍົາວະມານ
+ເຍົາວະລັກ
+ເຍົາວະລາດ
+ເຍົາວະເລດ
+ແຍ່
+ແຍ້
+ແຍກ
+ແຍກຍ້າຍ
+ແຍກແຍະ
+ແຍກຕັ້ງໄວ້
+ແຍກທາງ
+ແຍກທາດ
+ແຍງ
+ແຍ່ງ
+ແຍ້ງ
+ແຍ້ງຍາດ
+ແຍນ
+ແຍ້ນ
+ແຍ້ມ
+ແຍວ
+ແຍັບນາ
+ໂຍກ
+ໂຍກເຍກ
+ໂຍຄະ
+ໂຍຄະເກນ
+ໂຍຄະຈັກສຸ
+ໂຍຄະນິດທາ
+ໂຍຄະວະຈອນ
+ໂຍຄິນ
+ໂຍຄີ
+ໂຍງ
+ໂຍ່ງ
+ໂຍງຢືດ
+ໂຍໂສ
+ໂຍຊ່ວຍ
+ໂຍຊະກະ
+ໂຍຊະນາ
+ໂຍ່ຍ
+ໂຍດ
+ໂຍຕິກາ
+ໂຍຖິກາ
+ໂຍທາ
+ໂຍທິກາ
+ໂຍເທດ
+ໂຍນ
+ໂຍນສະໝໍ
+ໂຍນາ
+ໂຍນິໂສ
+ໂຍນິໂສມະນະສິການ
+ໂຍນີ
+ໂຍນົກ
+ໂຍບ
+ໂຍມ
+ໂຍ໊ວ
+ໂຍະ
+ໂຍະຍານ
+ໃຍ
+ໄຍ
+ໄຍ່ໄຍ່
+ດໍ
+ດໍ່
+ດໍ້ແດ້
+ດຣີມ
+ດວກດວກ
+ດວງ
+ດ້ວງ
+ດ້ວງຂູລູ
+ດວງຈັນ
+ດວງຈິດ
+ດວງໃຈ
+ດວງສະໝອນ
+ດວງດາວ
+ດວງເດືອນ
+ດວງຕາ
+ດວງຕາເວັນ
+ດ້ວງເທືອງ
+ດວງປີ
+ດວງພອນ
+ດວງອາທິດ
+ດ້ວຍ
+ດ້ວຍກັນ
+ດ້ວຍວ່າ
+ດ້ວຍເຫດໃດ
+ດ້ວຍເຫດນີ້
+ດວດ
+ດວນ
+ດ່ວນ
+ດ້ວນ
+ດອກ
+ດອກກະເລັນ
+ດອກກຸຫຼາບ
+ດອກກຽງ
+ດອກເກດ
+ດອກແກ້ວ
+ດອກຂະໝຸດ
+ດອກເຂືອບ້າ
+ດອກຈຽງ
+ດອກສະເລເຕ
+ດອກຊ້ອນ
+ດອກດາວເຮືອງ
+ດອກດຳດວນ
+ດອກຕ້າງ
+ດອກຕູມ
+ດອກເຕີ
+ດອກທຽນຂາວ
+ດອກນາງກາຍ
+ດອກນາງອົ້ວ
+ດອກບານ
+ດອກບານຊື່ນ
+ດອກບານເດິກ
+ດອກບົວ
+ດອກເບ້ຍ
+ດອກໄມ້
+ດອກຫຍ້າ
+ດອກອັລມ໋ອນ
+ດອກເອັງຊັນ
+ດອງ
+ດ່ອງ
+ດ້ອງ
+ດ໋ອງໆ
+ດ່ອງດ່ອງ
+ດອງດຶງ
+ດ້ອງແດ້ງ
+ດອງເຕົ່າ
+ດ່ອງໄໝ
+ດອຍ
+ດ້ອຍ
+ດອດ
+ດອນ
+ດ່ອນ
+ດອນຊະວາ
+ດອນອັດ
+ດອມ
+ດ້ອມ
+ດ້ອມດ້ອມ
+ດະ
+ດະນະຍາ
+ດະນຸ
+ດະນຸດ
+ດະນຸນະ
+ດະໄນ
+ດະມິດລີອຸນຢາໂນບ
+ດະລຸນະ
+ດະລຸນາມັດ
+ດະລຸນີ
+ດັກ
+ດັກສຸ່ມ
+ດັກແດ້
+ດັງ
+ດັ່ງ
+ດັ້ງ
+ດັງກ້ອງ
+ດັ່ງກ່າວ
+ດັງແກັກ
+ດັງສະໜັ່ນ
+ດັ່ງເຊັ່ນ
+ດັ່ງດຽວ
+ດັ່ງເດີມ
+ດັ້ງເດີມ
+ດັ່ງຕໍ່ໄປນີ້
+ດັ່ງທີ່
+ດັ່ງນັ້ນ
+ດັ່ງນັ້ນແຫຼະ
+ດັ່ງນີ້
+ດັ່ງຮາ
+ດັດ
+ດັດກາ
+ດັດຊະນີ
+ດັດແປງ
+ດັນ
+ດັ້ນ
+ດັນມາເຕຍ
+ດັບ
+ດັບສູນ
+ດັບເບເຊັດ
+ດາ
+ດ່າ
+ດາກ
+ດາກະເດື່ອງ
+ດາກາ
+ດາໂກນ
+ດາຂາບ
+ດາງ
+ດ່າງ
+ດ້າງ
+ດ່າງດາວ
+ດ່າງພອຍ
+ດາງແຫ
+ດາຊັນເບ
+ດາຍ
+ດ້າຍ
+ດາຍດອກ
+ດາຍດູ້
+ດ້າຍລວງຍາວ
+ດາດ
+ດາດດາ
+ດາດຟ້າ
+ດາດາ
+ດາດາວ
+ດາທານ
+ດານ
+ດ່ານ
+ດ້ານ
+ດ່ານເກັບພາສີ
+ດ້ານຂ້າງ
+ດ່ານດ້າວ
+ດ້ານເທິງ
+ດ້ານນອກ
+ດານນາ
+ດ້ານໃນ
+ດານໂຟນ
+ດານມາກ
+ດານມານຸທາ
+ດ້ານລຸ່ມ
+ດ້ານໜ້າ
+ດ້ານຫຼັງ
+ດານີເອນ
+ດາບ
+ດາບໄຊ
+ດາບົດ
+ດາເບຣາດ
+ດາມ
+ດ້າມ
+ດາມັດ
+ດາມາສກັດ
+ດາມາເຊ
+ດາມາຣີ
+ດາເມນາ
+ດາຣາ
+ດາຣາສາດ
+ດາຣິກ
+ດາຣິອຸດ
+ດາຣີອຸດ
+ດາຣູຊາລາມ
+ດາລາ
+ດາລາສາດ
+ດາວ
+ດ້າວ
+ດາວກັດຕິກາ
+ດາວຄ່າງ
+ດາວຊ້າງນ້ອຍ
+ດາວໄຊ
+ດາວດັ້ງ
+ດາວດາດ
+ດ່າວດ່າວ
+ດາວຕາແຂ້
+ດາວຕ່າງໆ
+ດາວຕາສະເພົາ
+ດາວທະນູ
+ດາວນົບພະເຄາະ
+ດາວພະກາຍ
+ດາວພະເກດ
+ດາວພະເຄາະ
+ດາວພະຫັດ
+ດາວເພັກ
+ດາວໝູຊັງ
+ດາວຫາງ
+ດ່າວຫ່າວ
+ດາວຮຸ່ງເຊົ້າ
+ດາວະດິງ
+ດ່າວ່າ
+ດາວິດ
+ດາແອສສາລາມ
+ດ່າຮ້າຍ
+ດຳ
+ດໍາຄໍ້າ
+ດຳນາ
+ດຳນໍ້າ
+ດຳເນີນ
+ດໍາເນີນການ
+ດໍາເນີນຄະດີ
+ດຳປິກ
+ດໍາມືດ
+ດຳລັດ
+ດໍາລັດສັ່ງ
+ດຳລິ
+ດຳລິສະໜາ
+ດຳລີ
+ດຳລົງ
+ດໍາລົງຊີວິດ
+ດິກ
+ດິກລາ
+ດິກຼາ
+ດິ່ງ
+ດິ້ງ
+ດິດ
+ດິນ
+ດິ້ນ
+ດິນຂີ້ມອດ
+ດິນຈີ່
+ດິນສໍ
+ດິນຊາຍ
+ດິນດາກ
+ດິນແດນ
+ດິນຕໍ່ແຜ່ນ
+ດິນໄຖ
+ດິນທາ
+ດິນນາ
+ດິນບ໋ອກ
+ດິນພຽງ
+ດິນໜຽວ
+ດິນຮາບາ
+ດິ້ນຮົນ
+ດິບ
+ດິບດິບ
+ດິບດີ
+ດິບຣິ
+ດິບຣີ
+ດິບລາ
+ດິບລາຢິມ
+ດິບລາຢີມ
+ດິມນາ
+ດິເລອານ
+ດິ້ວ
+ດີ
+ດີ້
+ດີກວ່າ
+ດີງາມ
+ດີໃຈ
+ດີສົມບູນແບບ
+ດີຊານ
+ດີຊາຮັບ
+ດີໂຊນ
+ດີດ
+ດີດຝ້າຍ
+ດີດີ
+ດີຖີ
+ດີນ
+ດີ້ນ
+ດີນາ
+ດີນາມິກ
+ດີບຸກ
+ດີບຸດຕີ
+ດີໂບນ
+ດີໂບນກາດ
+ດີມນາ
+ດີໂມນ
+ດີໂມນາ
+ດີລະດີແລ້ວ
+ດີລີ
+ດີລົກ
+ດີເລອານ
+ດີເລີດ
+ດີ້ວ
+ດີຫຼີ
+ດີອາແລກຕິກ
+ດີອົກ
+ດີອົກຫຼືດີອົກດີໃຈ
+ດີແອມແຊດ
+ດີໂອເທເຟ
+ດີໂອນີຊີໂອ
+ດຶກ
+ດຶກດັກ
+ດຶກດຳບັນ
+ດຶກໃນ
+ດຶງ
+ດຶງຈ່ອງ
+ດຶງດູດ
+ດຶງລາກ
+ດຶ້ນດຶ້ນ
+ດຶບ
+ດຶມ
+ດຶ່ມ
+ດື້
+ດືກ
+ດື້ກະດ້າງ
+ດືງ
+ດື່ງ
+ດື້ດ້ານ
+ດື້ດຶງ
+ດື່ນ
+ດື່ມ
+ດຸ
+ດຸກ
+ດຸກດິກ
+ດຸກເດືອ
+ດຸ່ງ
+ດຸ້ງ
+ດຸ່ງດັ້ນ
+ດຸສິດ
+ດຸດ
+ດຸດສະດີ
+ດຸດສະດີນິຍົມ
+ດຸດສະນີ
+ດຸດັນ
+ດຸເດືອດ
+ດຸນ
+ດຸ່ນ
+ດຸນຍະຄົນ
+ດຸນຍະພາກ
+ດຸນຍະພາບ
+ດຸນຍະພິນິດ
+ດຸນຍະມູນ
+ດຸນລະຍາ
+ດຸມ
+ດຸມກວຽນ
+ດຸຣາ
+ດຸຣິຢາງ
+ດຸລິຍາງ
+ດຸລິຍາງຄະສາດ
+ດຸລິຍາງຄະສິນ
+ດຸລົງ
+ດຸໝັ່ນ
+ດູ
+ດູ້
+ດູ໋
+ດູກ
+ດູກຜ້າ
+ດູແຄນ
+ດູຊັງເບ
+ດູຊິນລາ
+ດູຊີນລາ
+ດູດ
+ດູດຊືມ
+ດູດດຶງ
+ດູດນໍ້າ
+ດູດນົມ
+ດູດາຍ
+ດູຕົນ
+ດູຖູກ
+ດູນການຄ້າ
+ດູນການຊຳລະເງິນ
+ດູນຍະພາບ
+ດູນອຳນາດ
+ດູບ
+ດູບລິນ
+ດູແບັຣງ
+ດູມ
+ດູມກິນ
+ດູມາ
+ດູຣາ
+ດູລາ
+ດູແລ
+ດູແລຮັກສາ
+ດູໜິ່ນ
+ດູໝິ່ນ
+ດູເອນ
+ດົກ
+ດົງ
+ດົ່ງ
+ດົ້ງ
+ດົງດັງ
+ດົ່ງດັງ
+ດົງໂດກ
+ດົນ
+ດົ້ນ
+ດົນໃຈ
+ດົນດານ
+ດົນດີ
+ດົນຕຣີ
+ດົນຕີ
+ດົນນານ
+ດົນພຣະໄທ
+ດົມ
+ດົມກິ່ນ
+ດົ້ວ
+ດົ້ວເດ້ຍ
+ດຽກ
+ດຽງ
+ດ່ຽງ
+ດ້ຽງ
+ດຽງສາ
+ດຽດ
+ດຽມ
+ດຽມຄີງ
+ດຽວ
+ດ່ຽວ
+ດຽວກັນ
+ດ່ຽວດອງ
+ດຽວດາຍ
+ດຽວນີ້
+ເດ
+ເດ່
+ເດກ
+ເດກາກຣາມ
+ເດກາໂປລີ
+ເດກາແມັດ
+ເດກາລິດ
+ເດກຸຍຊີ
+ເດເກ
+ເດຊະ
+ເດຊະບຸນ
+ເດຊາ
+ເດຊີກຣາມ
+ເດຊີແມັດ
+ເດຊີລິດ
+ເດຍໂບໂລ
+ເດຍລະສານ
+ເດຍລະດາດ
+ເດຍລະຖີ
+ເດດ
+ເດດຊີ
+ເດດານ
+ເດນ
+ເດນມາດ
+ເດບີ
+ເດໂບຣາ
+ເດມາ
+ເດມາຣີອົນ
+ເດເມທີໂອ
+ເດຣະເບ
+ເດລະສານ
+ເດລາຢາ
+ເດລີລາ
+ເດອິກ
+ເດຮາ
+ເດັກ
+ເດັກຊາຍ
+ເດັກຍິງ
+ເດັກແດງ
+ເດັກນ້ອຍ
+ເດັກຜູ້ຊາຍ
+ເດັກຜູ້ຍິງ
+ເດັກໜຸ່ມ
+ເດັ້ງ
+ເດັດ
+ເດັດຂາດ
+ເດັດດ່ຽວ
+ເດັນ
+ເດັ່ນ
+ເດັ້ນ
+ເດັ່ນຊັດ
+ເດາະ
+ເດິ
+ເດິກ
+ເດິ່ນ
+ເດິນທາງ
+ເດີ
+ເດີ່
+ເດີ້
+ເດີກ
+ເດີງເດີດ
+ເດີນ
+ເດີ່ນ
+ເດີນຂະບວນ
+ເດີ່ນຍົນ
+ເດີນທາງ
+ເດີ່ນທາງນອກ
+ເດີ່ນທາງໃນ
+ເດີ່ນນອກ
+ເດີ່ນບິນ
+ເດີ່ນບີນ
+ເດີ່ນຫຍ້າ
+ເດີນໜ້າ
+ເດີມ
+ເດີ້ມ
+ເດີມພັນ
+ເດຶອ
+ເດຶອນຍີ່
+ເດືອ
+ເດື່ອ
+ເດື່ອງ
+ເດື່ອງດ້າງ
+ເດືອຍ
+ເດືອດ
+ເດືອດຮ້ອນ
+ເດືອນ
+ເດືອນຈຽງ
+ເດືອນສອງ
+ເດືອນສິບເອັດ
+ເດືອນຍີ່
+ເດືອນດັບ
+ເດືອນພະຈິກ
+ເດືອນເພັງ
+ເດືອນໜຶ່ງ
+ເດືອນອີ່ເກີ້ງ
+ເດົາ
+ເດົ້າ
+ເດົາດາ
+ແດ່
+ແດກ
+ແດກງາ
+ແດກຮ່າ
+ແດງ
+ແດ້ງ
+ແດງແດງ
+ແດງຮອງ
+ແດດ
+ແດນ
+ແດນຄົນຕາຍ
+ແດນດິນ
+ແດ່ນແດ້
+ແດນຜູ້ຕາຍ
+ແດນພິນາດ
+ແດ່ວ
+ໂດ່
+ໂດກ
+ໂດ່ງ
+ໂດ່ງດັງ
+ໂດຍ
+ໂດຍຂ້ານ້ອຍ
+ໂດຍສະເພາະ
+ໂດຍສັງເຂບ
+ໂດຍສັດຊື່
+ໂດຍສານ
+ໂດ້ຍໂດ້ຍ
+ໂດຍທາງ
+ໂດຍທົ່ວໄປ
+ໂດຍພະຍັນຊະນະ
+ໂດຍໄວ
+ໂດຍອັດ
+ໂດດ
+ໂດດຈ້ອງ
+ໂດດດົ່ງ
+ໂດດດ່ຽວ
+ໂດດເດັ່ນ
+ໂດດາຍ
+ໂດດານີມ
+ໂດດາວາ
+ໂດດາວາຮູ
+ໂດ້ເດ້
+ໂດໂດ
+ໂດໂດມາ
+ໂດທານ
+ໂດນ
+ໂດນັດ
+ໂດບຟະກາ
+ໂດມິນິກ
+ໂດມິນີກັນ
+ໂດມີນິກ
+ໂດມີນີກັນ
+ໂດຣະກາ
+ໂດເຣ
+ໂດລາ
+ໂດເອັກ
+ໂດຮາ
+ໂດະ
+ໃດ
+ໄດ
+ໄດ້
+ໄດ໋
+ໄດ້ກັນ
+ໄດ້ການ
+ໄດ້ແກ່
+ໄດ້ໃຈ
+ໄດ້ຊື່
+ໄດ້ຍ້ອນ
+ໄດ້ຍິນ
+ໄດ້ເດີ້ມ
+ໄດ້ທ່າ
+ໄດນາໂມ
+ໄດໂນເສົາ
+ໄດ້ປຽບ
+ໄດ້ຜົນ
+ໄດອອກໄຊດ໌
+ໄດ້ຮັບ
+ໄດ້ຮັບເຄາະຮ້າຍ
+ຕໍ
+ຕໍ່
+ຕໍ້
+ຕໍ່ກອນ
+ຕໍ່ກິ່ງ
+ຕໍ່ຈາກນັ້ນ
+ຕໍ່ຈານນັ້ນ
+ຕໍ່ສູ້
+ຕໍ່ໃສ່
+ຕໍ່ແຍ
+ຕໍ່ຕ້ານ
+ຕໍ່ຕີ
+ຕໍ່ເຕີມ
+ຕໍ່ທ້າຍ
+ຕນາໂລ້
+ຕໍ່ນົກ
+ຕໍ່ເນື່ອງ
+ຕໍ້ປໍ້
+ຕໍ່ປາກ
+ຕໍ້ປາແດກ
+ຕໍ່ໄປ
+ຕໍ່ໄປນີ້
+ຕໍ້ມໍ້
+ຕໍ່ມາ
+ຕໍ່ເມື່ອ
+ຕຣັງສິສເຕີ
+ຕຣິນີດັດ
+ຕຣີ
+ຕຣີໂປລີ
+ຕຣີເອການຸພາບ
+ຕຣຸມໂບນ
+ຕຣຸມເປັດ
+ຕຣຽງ
+ຕລາດ
+ຕລົກ
+ຕວກກີ
+ຕວກຕ້ວຍ
+ຕວກເມນິດສະຕັງ
+ຕວກເມນີສຖານ
+ຕວກເອນິດສະຕັງ
+ຕວງ
+ຕ່ວງ
+ຕ້ວງ
+ຕວຍ
+ຕ້ວຍ
+ຕວຍຄຳ
+ຕ້ວຍຊ້ວຍ
+ຕ້ວຍຕ້ວຍ
+ຕວດ
+ຕວດຕວດ
+ຕ່ວນ
+ຕວະ
+ຕໍ່ວ່າ
+ຕວົະ
+ຕວຽກກີ
+ຕໍ່ໜ້າ
+ຕໍ່ໜ້າຕໍ່ຕາ
+ຕອກ
+ຕອກສະເນາະ
+ຕອກປີໂດ
+ຕອງ
+ຕ່ອງ
+ຕ້ອງ
+ຕ໋ອງ
+ຕອງກ້ວຍ
+ຕ້ອງການ
+ຕອງສູ້
+ຕ໋ອງໂສ້
+ຕ່ອງຊອນ
+ຕ່ອງຕ້ອຍ
+ຕ່ອງຕ້ອນ
+ຕ້ອງຕາ
+ຕ່ອງແຕ່ງ
+ຕອງທຶງ
+ຕ່ອງຢ່ອງ
+ຕ່ອງແລ່ງ
+ຕ້ອງຫຼ້ອງ
+ຕອງເຫຼືອງ
+ຕ່ອຍ
+ຕ້ອຍ
+ຕ້ອຍຕ້ອຍ
+ຕ້ອຍຕໍ່າ
+ຕ່ອຍຫອຍ
+ຕອດ
+ຕອດຕີ
+ຕອດປອດ
+ຕອດລອດ
+ຕອນ
+ຕ່ອນ
+ຕ້ອນ
+ຕອນເຊົ້າ
+ຕອນດິນ
+ຕ້ອນແຕ້ນ
+ຕອນທໍາອິດ
+ຕອນທ່ຽງ
+ຕອນເທິງ
+ຕອນນີ້
+ຕອນບ່າຍ
+ຕອນແລງ
+ຕ້ອນແລງ
+ຕອນຫຼັງ
+ຕ້ອນຮັບ
+ຕ້ອນຮັບການສະເດັດ
+ຕອບ
+ຕອບຂອບ
+ຕອບສະຫນອງ
+ຕອບຊອບ
+ຕອບແທນ
+ຕອບໝອບ
+ຕອມ
+ຕ່ອມ
+ຕ້ອມ
+ຕ່ອມງອກ
+ຕ່ອມຕ້ອຍ
+ຕະ
+ຕະກອນ
+ຕະການ
+ຕະກຸກ
+ຕະກຸນ
+ຕະກູນ
+ຕະກູນກິບບາ
+ຕະກົ່ວ
+ຕະກຽງ
+ຕະເກິງ
+ຕະໂກ
+ຕະໂກ້
+ຕະໂກນ
+ຕະຂວາງ
+ຕະຂິດຕະຂວາງ
+ຕະຂີດ
+ຕະເຂັບ
+ຕະຄອງ
+ຕະຄຽນ
+ຕະແຄງ
+ຕະຈະ
+ຕະຕັກ
+ຕະຕິຍະ
+ຕະຕິໂຍນເປັງ
+ຕະຖາຄະຕະ
+ຕະຖາຄົດ
+ຕະນຸ
+ຕະໂນມ
+ຕະບອງ
+ຕະບອງເພັດ
+ຕະບະ
+ຕະບີຊີລີ
+ຕະແບ່ນ
+ຕະໂບງ
+ຕະໃບ
+ຕະໄບ
+ຕະປະ
+ຕະປັນເຂດ
+ຕະປູ
+ຕະປູກ້າວ
+ຕະປູກຽວ
+ຕະຝັ່ງ
+ຕະພອງ
+ຕະພັງ
+ຕະພານ
+ຕະພຶດ
+ຕະພື
+ຕະພືດ
+ຕະໂພກ
+ຕະໂພນ
+ຕະລັນ
+ຕະລາການ
+ຕະລາງ
+ຕະລ່າງ
+ຕະລິ່ງ
+ຕະລຶງ
+ຕະລຶງພຶງເພີດ
+ຕະລືງ
+ຕະລຸຍ
+ຕະລຸມບອນ
+ຕະລູດ
+ຕະລົກ
+ຕະເລ່
+ຕະເວນ
+ຕະເວັນ
+ຕະເວັນສ່ອງແສງ
+ຕະເວັນອອກ
+ຕະໝວນ
+ຕະຫລອດ
+ຕະຫລາດ
+ຕະຫລົກ
+ຕະຫຼອດ
+ຕະຫຼອດການ
+ຕະຫຼອດໄປ
+ຕະຫຼັບ
+ຕະຫຼ່າງ
+ຕະຫຼາດ
+ຕະຫຼາດເສລີ
+ຕະຫຼາດມືດ
+ຕະຫຼາດຫຼັກຊັບ
+ຕະຫຼາດແຮງງານ
+ຕະຫຼິ່ງ
+ຕະຫຼຸ່ງ
+ຕະຫຼຸ່ຍ
+ຕະຫຼົກ
+ຕະຫຼົບ
+ຕະຫຼຽງ
+ຕະເຫຼີດ
+ຕະອານັດຊີໂລ
+ຕະໂອ້ຍ
+ຕັກ
+ຕັກກະ
+ຕັກກະສາດ
+ຕັກກະຍານ
+ຕັກກະແຕນ
+ຕັກກະແຕນໄວຄານ
+ຕັກກະແຕນໄວຍ່າງ
+ຕັກກະແຕນໄວເຕັ້ນໄດ້
+ຕັກກະແຕນໄວບິນ
+ຕັກກະວິທະຍາ
+ຕັກກິ່ນ
+ຕັກຄັນ
+ຕັກໄສ
+ຕັກຊິກ
+ຕັກຊິກິສະຖານ
+ຕັກຊີ
+ຕັກຕັກ
+ຕັກເຕືອນ
+ຕັກແຕນ
+ຕັກແຕນໂມ
+ຕັກນໍ້າ
+ຕັງ
+ຕັ່ງ
+ຕັ້ງ
+ຕັງການິກາ
+ຕັ້ງຂຶ້ນ
+ຕັ້ງໄຂ່
+ຕັ້ງຄ້າຍ
+ຕັ້ງຈິດຕັ້ງໃຈ
+ຕັ້ງໃຈ
+ຕັ້ງໃຈຟັງ
+ຕັ້ງສາກ
+ຕັ້ງຊັນ
+ຕັງຊານີ
+ຕັງຊາເນຍ
+ຕັ້ງຊື່
+ຕັ້ງຕິ
+ຕັງຕຸ່ນ
+ຕັ້ງຕົນ
+ຕັ້ງຕົ້ນ
+ຕັ້ງແຕ່
+ຕັ້ງແຕ່ງ
+ຕັ້ງໂຕ
+ຕັ້ງທ້ອງ
+ຕັ້ງທ່າ
+ຕັ່ງນອນ
+ຕັງບີ້
+ຕັງເມ
+ຕັ້ງໜ້າ
+ຕັ້ງໝັ້ນ
+ຕັ່ງອີ່
+ຕັ່ງອີ້
+ຕັ່ງອີ້ຍາວ
+ຕັ້ງອົກຕັ້ງໃຈ
+ຕັງໂອ
+ຕັດ
+ຕັດຂາດ
+ຕັດຈິກິສະຖານ
+ຕັດຈີກິດສະຕັງ
+ຕັດສະແກນ
+ຕັດສະຮູ້
+ຕັດສິນ
+ຕັດສິນໃຈ
+ຕັດສີນ
+ຕັດສີນຄະດີ
+ຕັດເຕນາຍ
+ຕັດທອນ
+ຕັດແບ່ງ
+ຕັດຜົມ
+ຕັດຫົວ
+ຕັນ
+ຕັ້ນ
+ຕັນຕະລະ
+ຕັນຕິ
+ຕັນຕິພາສາ
+ຕັນທຸລາ
+ຕັນປືນ
+ຕັນໂມນ
+ຕັນຫາ
+ຕັນຮູເມັດ
+ຕັນຮູ້ເມັດ
+ຕັບ
+ຕັບງົວ
+ຕັບຕອງ
+ຕັບບໍລະເມສວນ
+ຕັບບັດ
+ຕັບບາໂອດ
+ຕັບບີ
+ຕັບປົວ
+ຕາ
+ຕ້າ
+ຕໍ່າ
+ຕໍ້າ
+ຕາກ
+ຕາກໍ
+ຕາກະດ້າງ
+ຕາກ້າ
+ຕາກົບ
+ຕາໂກ້ງ
+ຕາໄກ່
+ຕາຂ່າຍ
+ຕາຂາວ
+ຕາເຂິງ
+ຕາຄ້າງ
+ຕໍ່າຄຳ
+ຕາເຄໂມນ
+ຕາງ
+ຕ່າງ
+ຕ້າງ
+ຕ່າງໆ
+ຕ້າງໄກ່
+ຕາງເງິນ
+ຕ່າງຊາດ
+ຕ່າງດາວ
+ຕ່າງດ້າວ
+ຕ່າງແດນ
+ຕ່າງປະເທດ
+ຕາງໜ້າ
+ຕ່າງຫາກ
+ຕ້າງຫູ
+ຕ້າງຫຼ້າງ
+ຕາຈາວ
+ຕາຈື້ນ
+ຕາສເກັນ
+ຕາສ່ອນ
+ຕາສາງ
+ຕາສານ
+ຕາເສື້ອງ
+ຕາແສງ
+ຕາຊອນ
+ຕາຊະແກນ
+ຕາຊະນິດສິນຄ້າ
+ຕາຊັງ
+ຕາຊັ່ງ
+ຕໍ່າຊ້າ
+ຕາຊາງ
+ຕາຊິ່ງ
+ຕາຊິດ
+ຕາຊົ້ນ
+ຕາຊົມ
+ຕາໂຊ
+ຕາຍ
+ຕ້າຍ
+ຕາຍຂີ
+ຕາຍຄາ
+ຕາຍຄືນ
+ຕາຍໃຈ
+ຕາຍຊາກ
+ຕາຍຕົວ
+ຕາຍໂຕ
+ຕາຍພາກ
+ຕາຍພາຍ
+ຕາຍຢືນ
+ຕາຍຫຸງ
+ຕາຍຮ່າ
+ຕາຍາຍ
+ຕາດ
+ຕາດໂມ
+ຕາດຫຼາດ
+ຕາດິນ
+ຕາແດງ
+ຕາຕໍ້
+ຕາຕໍ່ຕາ
+ຕໍ່າຕ້ອຍ
+ຕາຕະລາງ
+ຕາຕາກ
+ຕາຕານ
+ຕາຕີ່
+ຕາຕີນ
+ຕາເຕັງ
+ຕາເຕັງດຸລະພາບ
+ຕາຖໍ້າ
+ຕາຖົ້ວ
+ຕາເຖີ່
+ຕາທັບ
+ຕາເທີບ
+ຕານ
+ຕ້ານ
+ຕ້ານເຕີບ
+ຕ້ານທານ
+ຕານມາຍ
+ຕານລີນ
+ຕານາ
+ຕານາກ
+ຕານ່າງ
+ຕານາຍ
+ຕາແນງ
+ຕາບ
+ຕາບຂ້າງ
+ຕາບໃດ
+ຕາບນັ້ນ
+ຕາບຣິມໂມນ
+ຕາບອດ
+ຕາບອດແຈ້ງ
+ຕາບຮ້າງ
+ຕາບີທາ
+ຕາບີລີຊີ
+ຕາເບຣາ
+ຕາເບເອນ
+ຕາເບືອນ
+ຕາໂບ
+ຕາປະໂສ
+ຕາປາ
+ຕາປູ
+ຕາປຽກ
+ຕາເປເນັດ
+ຕາເປົ່າ
+ຕາຜ້າ
+ຕາຝັ່ງ
+ຕາຝາດ
+ຕາຟັດ
+ຕາມ
+ຕ້າມ
+ຕາມກະເຍີມ
+ຕາມໃຈ
+ຕາມໃຈສະໝັກ
+ຕາມໃຈຊອບ
+ຕາມຊ່າງ
+ຕາມຊົງ
+ຕ່າມຍ່າມ
+ຕ້າມຕ້າມ
+ຕາມແຕ່
+ຕາມເທາະ
+ຕາມລໍາພັງ
+ຕາມລໍາພັງໃຈ
+ຕາມວາດ
+ຕາມຫຼັງ
+ຕາມອໍາເພີໃຈ
+ຕາມາ
+ຕາມືດ
+ຕາມົວ
+ຕາເມັດ
+ຕາແມັດ
+ຕາຣະຊິດ
+ຕາຣາລາ
+ຕາຣາວາ
+ຕາເຣອາ
+ຕາລໍ
+ຕາລະບັດ
+ຕາລັນຕົນ
+ຕາລາ
+ຕາລາງ
+ຕາລິນ
+ຕາລີທາກຸມ
+ຕໍ່າລົງ
+ຕາໂລ້
+ຕາວ
+ຕ່າວ
+ຕ້າວ
+ຕາວແສງ
+ຕາວເຊັງ
+ຕາວແວງ
+ຕາເວັນ
+ຕາເວັນຂຶ້ນ
+ຕາເວັນຕົກ
+ຕາເວັນຕົກດິນ
+ຕາເວັນອອກ
+ຕາເວັນອອກໃກ້
+ຕາເວັນອອກໄກ
+ຕາເວັນອອກສ່ຽງໃຕ້
+ຕາໜາງ
+ຕາໜ່າງ
+ຕາໜ່າຍ
+ຕາໝາກເສິກ
+ຕາໝູ
+ຕາໝູສີ
+ຕາຫວານ
+ຕາຫິບ
+ຕໍ່າຫູກ
+ຕາຫຼີ່ວ
+ຕາເຫັນ
+ຕາເຫຼ່ວ
+ຕາເຫຼືອກ
+ຕາແຫ
+ຕາແຫວນ
+ຕາແຫຼວ
+ຕາອານັກ
+ຕາເອກ
+ຕາຮາດ
+ຕາຮານ
+ຕຳ
+ຕ່ຳ
+ຕຳກັນ
+ຕຳສົ້ມໝາກຮຸ່ງ
+ຕໍາແຍ
+ຕຳຕາ
+ຕຳນັກ
+ຕຳນານ
+ຕຳນິ
+ຕຳນິນ
+ຕຳນົກ
+ຕຳແຜ່ນ
+ຕຳມຸດ
+ຕຳລັບ
+ຕຳລາ
+ຕຳລຶງ
+ຕຳໜັກ
+ຕຳໜິ
+ຕໍາໜິຕິຕຽນ
+ຕຳແໜ່ງ
+ຕ່ຳແໜ່ງ
+ຕຳແໜ່ງງານ
+ຕຳຫລວດ
+ຕຳຫຼວດ
+ຕຳແຫລກ
+ຕຳແຫຼກ
+ຕຳອິດ
+ຕິ
+ຕິກ
+ຕິກນໍ້າ
+ຕິກຣິດ
+ຕິກລັດປິເລເສ
+ຕິກລາດ
+ຕິກລາດປີເລເຊ
+ຕິກວາ
+ຕິກຫຼິກ
+ຕິຄະນິງ
+ຕິງ
+ຕິ່ງ
+ຕິ້ງ
+ຕິ່ງຕ່ອງ
+ຕິ່ງຕິ້ນ
+ຕິ້ງຫຼິ້ງ
+ຕິຊົມ
+ຕິດ
+ຕິດໆ
+ຕິດກັນ
+ຕິດໃຈ
+ຕິດສິນບົນ
+ຕິດເຊີງ
+ຕິດຕໍ່
+ຕິດຕັ້ງ
+ຕິດຕາມ
+ຕິດຕົວ
+ຕິດໂຕ
+ຕິດນຳ
+ຕິດບາດ
+ຕິດປາກ
+ຕິດພັນ
+ຕິດມື
+ຕິດໜ້າ
+ຕິດແໜ້ນ
+ຕິດຫລັງ
+ຕິດຫຼັງ
+ຕິດເຫລົ້າ
+ຕິດເຫຼົ້າ
+ຕິຕຽນ
+ຕິຖະແຫຼງ
+ຕິຖີ
+ຕິ່ນ
+ຕິນນະ
+ຕິນນະຊາດ
+ຕິນະ
+ຕິບ
+ຕິບສາ
+ຕິບນວດ
+ຕິບນີ
+ຕິບຮາດ
+ຕິເບເຣຍ
+ຕິມນັດເຂເຣັດ
+ຕິມນາ
+ຕິມນາດ
+ຕິມນາດເຂເຣັດ
+ຕິມນາດເສຣາ
+ຕິລະສານ
+ຕິລັດ
+ຕິລົງ
+ຕິເຮັດ
+ຕີ
+ຕີ່
+ຕີ໊
+ຕີກັບ
+ຕີກູນ
+ຕີໂກນະມິຕິ
+ຕີໄກ່
+ຕີຂະນາ
+ຕີຂີໂກ
+ຕີຄໍ
+ຕີຄວາມ
+ຕີຄວາມໝາຍ
+ຕີງ
+ຕີສອນ
+ຕີສົກ
+ຕີເສິກ
+ຕີຊະນະ
+ຕີຊະເບ
+ຕີເຊ
+ຕີດານ
+ຕີຕາ
+ຕີຕີກາກາ
+ຕີໂຕ
+ຕີທູດ
+ຕີນ
+ຕີນກາ
+ຕີນໂກບ
+ຕີນສິ້ນ
+ຕີນຕະກຽງ
+ຕີນຕັ່ງ
+ຕີນເຕົ່າ
+ຕີນທຽນ
+ຕີນທຽມ
+ຕີນບາດ
+ຕີນເປັດ
+ຕີນເປົ່າ
+ຕີນຜາ
+ຕີນຜ້າ
+ຕີນຝັ່ງ
+ຕີນພູ
+ຕີເນດ
+ຕີບ
+ຕີບານ
+ຕີເບ
+ຕີເບຣິໂອ
+ຕີເບເຣຍ
+ຕີເຜິ້ງ
+ຕີຝາຍນາ
+ຕີຟາຍນາ
+ຕີມໍຕາເວັນອອກ
+ຕີມວຍ
+ຕີມາຍ
+ຕີໂມທຽວ
+ຕີໂມນ
+ຕີໂມືທຽວ
+ຕີຣນາ
+ຕີຣໂປລີ
+ຕີຣະຊາ
+ຕີຣາຊາ
+ຕີຣາດ
+ຕີຣານາ
+ຕີຣາໂນ
+ຕີເຣ
+ຕີເຣຍ
+ຕີລາຄາ
+ຕີໂລນ
+ຕີວ
+ຕີ່ວ
+ຕີຫລັງກາ
+ຕີຫຼັງກາ
+ຕີເຫລັກ
+ຕີເຫຼັກ
+ຕີເອການຸພາບ
+ຕີຮາກາ
+ຕຶ
+ຕຶກ
+ຕຶກຕອງ
+ຕຶກຕຶກ
+ຕຶກເບັດ
+ຕຶກປາ
+ຕຶກແຫ
+ຕຶງ
+ຕຶ້ງ
+ຕຶ໋ງ
+ຕຶງຕາງ
+ຕຶ່ງຕ່າງ
+ຕຶ່ງເຕັມ
+ຕຶດຕື້
+ຕຶບ
+ຕຶບໜາ
+ຕຶ່ມ
+ຕື່
+ຕື້
+ຕືກ
+ຕືງ
+ຕື່ງ
+ຕື່ນ
+ຕື້ນ
+ຕື່ນກາ
+ຕື່ນຂຶ້ນ
+ຕື່ນເຕັ້ນ
+ຕື່ນໂຕ
+ຕື່ນໜວກ
+ຕື່ນແຮ້ງ
+ຕືບ
+ຕື່ມ
+ຕື່ມໃສ່
+ຕຸ
+ຕຸກ
+ຕຸກກະຕາ
+ຕຸ໋ກກາຕາ
+ຕຸກການາ
+ຕຸກຕາ
+ຕຸກເມນ
+ຕຸກເມນີ
+ຕຸກເມເນຍ
+ຕຸກລຸກ
+ຕຸຍ
+ຕຸ້ຍ
+ຕຸ່ຍຕຸ່ຍ
+ຕຸຍນີຊີ
+ຕຸ້ຍພີ
+ຕຸດ
+ຕຸນ
+ຕຸ່ນ
+ຕຸ້ນ
+ຕຸນິສ
+ຕຸບ
+ຕຸບຕັບ
+ຕຸມ
+ຕຸ່ມ
+ຕຸ້ມ
+ຕຸ້ມກ່ອງ
+ຕຸ່ມຄ້ອງ
+ຕຸ້ມຄ້ອງ
+ຕຸ້ມເຕືອກ
+ຕຸ້ມນົກ
+ຕຸ່ມຝີ
+ຕຸ້ມລານ
+ຕຸ້ມວົງເດືອນ
+ຕຸ້ມຫອມ
+ຕຸ້ມຫູ
+ຕຸລາ
+ຕຸລາການ
+ຕຸລິຍະນັນທະການ
+ຕຸລິຍາ
+ຕຸລິຍາງ
+ຕຸລົງ
+ຕຸຫຼຸ
+ຕູ
+ຕູ້
+ຕູ້ເສື້ອ
+ຕູ້ໃສ່ເງິນ
+ຕູ້ໂຊ
+ຕູ້ຍ
+ຕູດ
+ຕູດຊ້າຍ
+ຕູດຕັ້ງ
+ຕູ້ຕໍ່າ
+ຕູນ
+ຕູ່ນ
+ຕູບ
+ຕູບຜ້າເຕັນ
+ຕູບໝາແຫງນ
+ຕູບໝູບ
+ຕູບຮ້ານ
+ຕູບາ
+ຕູບານ
+ຕູບານກາອິນ
+ຕູມ
+ຕູ່ມ
+ຕູ້ມ
+ຕູມກາ
+ຕູມປວກ
+ຕູວາລູ
+ຕູ່ຫາ
+ຕົກ
+ຕົກກະເທີນ
+ຕົກກ້າ
+ຕົກຄ້າງ
+ຕົກໃຈ
+ຕົກໃຈຢ້ານ
+ຕົກສະເງີ້
+ຕົກສີ
+ຕົກຕະກອນ
+ຕົກຕໍ່າ
+ຕົກຕາດ
+ຕົກແຕກ
+ຕົກແຕ່ງ
+ຕົກທອດ
+ຕົກທຸກ
+ຕົກປ່າ
+ຕົກລົງ
+ຕົກລົງໃຈ
+ຕົກວ່າ
+ຕົກໝາດ
+ຕົກຫລມ
+ຕົກຫຼມ
+ຕົກຫຼົ່ນ
+ຕົກອັບ
+ຕົງ
+ຕົ່ງ
+ຕົ້ງ
+ຕົງກັນ
+ຕົງກາ
+ຕົງສິນ
+ຕົ່ງຢົ່ງ
+ຕົດ
+ຕົນ
+ຕົ້ນ
+ຕົ້ນກຣິສມາດ
+ຕົ້ນກະດອມ
+ຕົ້ນກະດັນ
+ຕົ້ນກະດັນງາ
+ຕົ້ນກະດູກ
+ຕົ້ນກະໂດນ
+ຕົ້ນກະຕັງຕີ້ວ
+ຕົ້ນກະຖິນ
+ຕົ້ນກະຖິນເທດ
+ຕົ້ນກະຖົ່ມ
+ຕົ້ນກະໂທກ
+ຕົ້ນກະບອງເພັດ
+ຕົ້ນກະບາ
+ຕົ້ນກະບາກ
+ຕົ້ນກະບົກ
+ຕົ້ນກະເບົາ
+ຕົ້ນກະລະບູນ
+ຕົ້ນກະໜຸນ
+ຕົ້ນກັນນິກາ
+ຕົ້ນກັນໄພ
+ຕົ້ນກາກະເລົາ
+ຕົ້ນກາງຂອງ
+ຕົ້ນກ້າງປາ
+ຕົ້ນກາສັກ
+ຕົ້ນກ້ານຕົງ
+ຕົ້ນກ້າມປູ
+ຕົ້ນກາລະພຶກ
+ຕົ້ນກາວ
+ຕົ້ນກ້າວ
+ຕົ້ນກຳແພງ
+ຕົ້ນກຸງ
+ຕົ້ນກຸ້ງ
+ຕົ້ນກຸ່ມ
+ຕົ້ນກົກ
+ຕົ້ນກຽງໜ້າ
+ຕົ້ນເກັດລິ່ນ
+ຕົ້ນເກັນ
+ຕົ້ນແກ
+ຕົ້ນແກ່ນເທົ່າ
+ຕົ້ນແກ້ມອົ້ນ
+ຕົ້ນໂກທາ
+ຕົ້ນຂະໜູນ
+ຕົ້ນຂີ້ກາກ
+ຕົ້ນຂີ້ຊ້າງ
+ຕົ້ນຂີ້ມອດ
+ຕົ້ນຂີ້ມ້ອນ
+ຕົ້ນຂີ້ເໝັນ
+ຕົ້ນຂູລູ
+ຕົ້ນຂຽວສົດ
+ຕົ້ນເຂົ້າຈີ່
+ຕົ້ນເຂົ້າບາເລ່
+ຕົ້ນໄຂ່ເນົ່າ
+ຕົ້ນຄໍ້
+ຕົ້ນຄ້ອນກອງ
+ຕົ້ນຄອມ
+ຕົ້ນຄະນິງ
+ຕົ້ນຄັນຄາກ
+ຕົ້ນຄັນຈ້ອງ
+ຕົ້ນຄ້າ
+ຕົ້ນຄາງຄວາຍ
+ຕົ້ນຄາງເລື່ອຍ
+ຕົ້ນຄາງຮຸງ
+ຕົ້ນຄາມ
+ຕົ້ນຄຳໄກ່
+ຕົ້ນຄຸ້ມ
+ຕົ້ນຄູນ
+ຕົ້ນເຄັງ
+ຕົ້ນເຄືອອະງຸ່ນ
+ຕົ້ນແຄ
+ຕົ້ນແຄ້ງ
+ຕົ້ນແຄ່ນ
+ຕົ້ນແຄລ້າວ
+ຕົ້ນໄຄ້
+ຕົ້ນໄຄ້ນຸ່ນ
+ຕົ້ນງາ
+ຕົ້ນງົ້ວ
+ຕົ້ນງ່ຽງປາ
+ຕົ້ນເງາະ
+ຕົ້ນແງວ
+ຕົ້ນຈວງ
+ຕົ້ນຈອງ
+ຕົ້ນຈັນປ່າ
+ຕົ້ນຈາງຈືດ
+ຕົ້ນຈານ
+ຕົ້ນແຈ້ງ
+ຕົ້ນສະແກ
+ຕົ້ນສະຄໍ້າ
+ຕົ້ນສະທອນ
+ຕົ້ນສະໂນ
+ຕົ້ນສະບັບ
+ຕົ້ນສະແບງ
+ຕົ້ນສະເມັກ
+ຕົ້ນສະລາງໂມງ
+ຕົ້ນສັງ
+ຕົ້ນສາ
+ຕົ້ນສາກ
+ຕົ້ນສາເກ
+ຕົ້ນສານ
+ຕົ້ນສາມຂາ
+ຕົ້ນສົນ
+ຕົ້ນສົນຈີນ
+ຕົ້ນສົນຈູນີເປີ
+ຕົ້ນສົນສາມໃບ
+ຕົ້ນສົນຊີດາ
+ຕົ້ນສົນປ່າ
+ຕົ້ນສ້ຽວ
+ຕົ້ນເສນ
+ຕົ້ນຊະໂນ
+ຕົ້ນຊາຄາມ
+ຕົ້ນຊາຕີ
+ຕົ້ນຊີດາ
+ຕົ້ນຊຸມແສງ
+ຕົ້ນແຊວານ
+ຕົ້ນຍໍ
+ຕົ້ນເຍົາ
+ຕົ້ນດອກກຸຫຼາບ
+ຕົ້ນດອກຮັກ
+ຕົ້ນດາບເງືອກ
+ຕົ້ນດາວເຮືອງ
+ຕົ້ນເດື່ອ
+ຕົ້ນຕໍ
+ຕົ້ນຕອງທຶງ
+ຕົ້ນຕອງແພງ
+ຕົ້ນຕອງໜັງ
+ຕົ້ນຕັງເບື້ອ
+ຕົ້ນຕານ
+ຕົ້ນຕາວ
+ຕົ້ນຕ້າວ
+ຕົ້ນຕີນຈຳ
+ຕົ້ນຕີນນົກກົດ
+ຕົ້ນຕີນເປັດ
+ຕົນຕົວ
+ຕົ້ນທອງ
+ຕົ້ນທ່ອນ
+ຕົ້ນທັນ
+ຕົ້ນທູນ
+ຕົ້ນທົ່ມ
+ຕົ້ນເທືອງ
+ຕົ້ນເທົ້າສານ
+ຕົ້ນນໍ້າກ້ຽງ
+ຕົ້ນນາງແຊ່ງ
+ຕົ້ນນໍ້າມັນຂຽວ
+ຕົ້ນນໍ້າມັນສົນ
+ຕົ້ນນົມແມວ
+ຕົ້ນແນນ
+ຕົ້ນບົງ
+ຕົ້ນປະດົງ
+ຕົ້ນປ່ານ
+ຕົ້ນປາວ
+ຕົ້ນເປັ້ນ
+ຕົ້ນເປືອຍ
+ຕົ້ນແປກ
+ຕົ້ນຜັກ
+ຕົ້ນຜັກໜາມ
+ຕົ້ນຜາງຍອຍ
+ຕົ້ນຜາງໃຫຍ່
+ຕົ້ນຜີໝອບ
+ຕົ້ນຜຸຄາວ
+ຕົ້ນຜົງ
+ຕົ້ນຝ້າຍ
+ຕົ້ນແຝກຫອມ
+ຕົ້ນພອກ
+ຕົ້ນພັບ
+ຕົ້ນພ້າວ
+ຕົ້ນແພງ
+ຕົ້ນໂພ
+ຕົ້ນເຟື້ອງຖ້ວຍ
+ຕົ້ນມ່ວງ
+ຕົ້ນມອນ
+ຕົ້ນມັງຄຸດ
+ຕົ້ນມັນປາ
+ຕົ້ນມັນເປັດ
+ຕົ້ນມາຍ
+ຕົ້ນມີ້
+ຕົ້ນມູກ
+ຕົ້ນມູກເຈ້ຍ
+ຕົ້ນໂມງ
+ຕົ້ນໄມ້
+ຕົ້ນໄມ້ມະນີໂຄດ
+ຕົ້ນໄມ້ໃຫ້ຜົນ
+ຕົ້ນໄມ້ອັນງາມ
+ຕົ້ນຢາງພາລາ
+ຕົ້ນຢາງໄມ້ຫອມ
+ຕົ້ນລານ
+ຕົ້ນລີ້ນໄມ້
+ຕົ້ນໂລ່ງເລ່ງ
+ຕົ້ນຫຍ້າ
+ຕົ້ນໜັງ
+ຕົ້ນໜາດ
+ຕົ້ນໜາມ
+ຕົ້ນໜາມຄອງ
+ຕົ້ນໜາມຄີແຮດ
+ຕົ້ນໜາມຊະຄອງ
+ຕົ້ນໜາມແທ່ງ
+ຕົ້ນໜາມພິມານ
+ຕົ້ນໜາມພົມ
+ຕົ້ນໝັນ
+ຕົ້ນໝາກກໍ່
+ຕົ້ນໝາກກອກເທດ
+ຕົ້ນໝາກກອກປ່າ
+ຕົ້ນໝາກເກັນ
+ຕົ້ນໝາກເດື່ອ
+ຕົ້ນໝາກຕອດ
+ຕົ້ນໝາກຝ້າ
+ຕົ້ນໝາກພິລາ
+ຕົ້ນໝາກໄຟ
+ຕົ້ນໝາກໄມ້
+ຕົ້ນໝາກລີ້ນໄມ້
+ຕົ້ນໝາກຫວີດ
+ຕົ້ນໝາກຫຸ່ງ
+ຕົ້ນໝາກຫຸ່ງເທດ
+ຕົ້ນໝ້ຽງ
+ຕົ້ນເໝືອດແອ່
+ຕົ້ນເໝົ້າ
+ຕົ້ນຫາດ
+ຕົ້ນຫິ່ງຫາຍ
+ຕົ້ນຫູກ
+ຕົ້ນຫູກວາງ
+ຕົ້ນຫູສົບ
+ຕົ້ນຫູລາ
+ຕົ້ນເຫງືອກ
+ຕົ້ນເຫດ
+ຕົ້ນແຫນ
+ຕົ້ນອໍ້
+ຕົ້ນອະງຸ່ນ
+ຕົ້ນອັລມອນ
+ຕົ້ນອີ່ລໍ້າ
+ຕົ້ນອີ່ລ້ຽນ
+ຕົ້ນອີ່ຮຸມ
+ຕົນເອງ
+ຕົ້ນເອັນອ້າ
+ຕົ້ນເອັມ
+ຕົ້ນແອບເປິນ
+ຕົ້ນໂອ໊ກ
+ຕົ້ນໄຮ
+ຕົ້ນາຝ້າຍ
+ຕົບ
+ຕົບແສ່ງ
+ຕົບແຕ່ງ
+ຕົບຜ້າ
+ຕົບມື
+ຕົມ
+ຕົ້ມ
+ຕົ້ມກະທິ
+ຕົ້ມນົມສາວ
+ຕົວ
+ຕົ່ວ
+ຕົ້ວ
+ຕົວຄົນ
+ຕົວທີ
+ຕົວແທນ
+ຕົວຜູ້
+ຕົວເມືອງ
+ຕົວຢ່າງ
+ຕົວລະຄອນ
+ຕົວໜັງສື
+ຕົວຫານ
+ຕົວໃຫຍ່
+ຕົວະ
+ຕົວະລ່າຍ
+ຕຽງ
+ຕຽງນອນ
+ຕ້ຽງຫຼ້ຽງ
+ຕຽນ
+ຕຽມ
+ຕຽມແຕ່
+ຕ່ຽວ
+ຕ້ຽວກະຖຸນ
+ຕ້ຽວຊ້ອນ
+ຕ່ຽວປູ
+ເຕ
+ເຕກູຊີການປາ
+ເຕໂກອາ
+ເຕ້ງ
+ເຕຊະ
+ເຕໂຊທາດ
+ເຕ້ຍ
+ເຕຕູໂລ
+ເຕນເມລາ
+ເຕນອາບີບ
+ເຕນຮາຊາ
+ເຕບາ
+ເຕບາລີຢາ
+ເຕເບັດ
+ເຕມາ
+ເຕມານ
+ເຕເມນີ
+ເຕຣະຕຽວ
+ເຕຣາ
+ເຕຣາຕຽວ
+ເຕເຣບັງຕີນ
+ເຕເຣຣານ
+ເຕເຣັດ
+ເຕລັດຊາ
+ເຕລາ
+ເຕລາຢິມ
+ເຕເລັມ
+ເຕວກ້າ
+ເຕວເວວ
+ເຕໂອແຮມ
+ເຕຮິນນາ
+ເຕເຮຣານ
+ເຕະ
+ເຕະຊະ
+ເຕະເຊະ
+ເຕະໂດ່ງ
+ເຕະຕ່ຽວ
+ເຕັກ
+ເຕັກນິກ
+ເຕັກໂນໂລຢີ
+ເຕັງ
+ເຕັງກັນ
+ເຕັ້ຍ
+ເຕັນ
+ເຕັ້ນ
+ເຕັ້ນກະແຊ
+ເຕັ້ນສາກ
+ເຕັ້ນສູງ
+ເຕັ້ນໂດດ
+ເຕັ້ນຕຶກຕັກ
+ເຕັ້ນລຳ
+ເຕັມ
+ເຕັ້ມ
+ເຕັມກໍາລັງ
+ເຕັມແຂນ
+ເຕັມໃຈ
+ເຕັມໂຕ
+ເຕັມທີ
+ເຕັມທີ່
+ເຕັມບ້ານເຕັມເມືອງ
+ເຕັມປາກ
+ເຕັມປ່ຽມ
+ເຕັມໄປດ້ວຍ
+ເຕັມໄປໝົດ
+ເຕັມລົ້ນ
+ເຕັມໝົດ
+ເຕັມຫອບ
+ເຕັມອັດ
+ເຕາະ
+ເຕາະເຍາະ
+ເຕາະແຕະ
+ເຕາະເມາະ
+ເຕາະເຫຼາະ
+ເຕິ
+ເຕິເຕີ່ນ
+ເຕິນເຕິນ
+ເຕິປາກ
+ເຕີ
+ເຕີ້
+ເຕີງ
+ເຕີ່ງ
+ເຕີ່ງເຂີ່ງ
+ເຕີ່ງເຫຼີ້ງ
+ເຕີຍ
+ເຕີ້ຍ
+ເຕີ້ຍຫົວນົນຕານ
+ເຕີ່ນ
+ເຕີບ
+ເຕີບໂຕ
+ເຕີບໃຫຍ່
+ເຕີມ
+ເຕືອກ
+ເຕື້ອງ
+ເຕື້ອງຕໍ່
+ເຕື່ອຍ
+ເຕື້ອຍ
+ເຕືອນ
+ເຕືອນໃຈ
+ເຕືອນສະຕິ
+ເຕົ້ມ
+ເຕົາ
+ເຕົ່າ
+ເຕົ້າ
+ເຕົ່າກະ
+ເຕົ້າກາ
+ເຕົ່າກຸຍ
+ເຕົ່າກົນ
+ເຕົ້າຂ່ວງ
+ເຕົ່າຄຳ
+ເຕົ້າແຄນ
+ເຕົ້າຈັ່ນ
+ເຕົ່າສະກົນ
+ເຕົ່າສາມສັນ
+ເຕົ້ານໍ້າ
+ເຕົ້ານົມ
+ເຕົາປູນ
+ເຕົ່າເຜິ້ງ
+ເຕົາເຜົາ
+ເຕົາໄຟ
+ເຕົ້າແມ່ນາງຂ້ອງ
+ເຕົ້າແມ່ນາງດົ້ງ
+ເຕົ້າແມ່ນາງແມວ
+ເຕົາຣີດ
+ເຕົາໝໍ້
+ເຕົ່າຫວາຍ
+ເຕົາຫຼອມ
+ເຕົາເຫຼັກ
+ເຕົາໄຫ
+ເຕົາອົບ
+ເຕົ້າຮວຍ
+ເຕົາຮາງ
+ເຕົາຮີດ
+ເຕົ້າຮູ້
+ເຕົ້າໂຮມ
+ແຕ
+ແຕ່
+ແຕ້
+ແຕກ
+ແຕກຂາດ
+ແຕກເງິນ
+ແຕກຊະ
+ແຕກເຊັກ
+ແຕກແຍກ
+ແຕກດັບ
+ແຕກຕ່າງ
+ແຕກຕື່ນ
+ແຕກເຕີ
+ແຕກໂຕນ
+ແຕກທັບ
+ແຕກມຸ່ນ
+ແຕກຫັກ
+ແຕກແຫງ
+ແຕ່ກ່ອນ
+ແຕ່ເກົ່າ
+ແຕ່ໄກ
+ແຕງ
+ແຕ່ງ
+ແຕງກວາ
+ແຕ່ງກາຍ
+ແຕງກົວ
+ແຕ່ງງານ
+ແຕງຈິງ
+ແຕ່ງດອງ
+ແຕ່ງຕັ້ງ
+ແຕ່ງຕົວ
+ແຕ່ງໂຕ
+ແຕ່ງເພັງ
+ແຕ່ງໜັງສື
+ແຕ່ງໃຫ້
+ແຕສັ່ງ
+ແຕ່ເຊົ້າ
+ແຕແຊ
+ແຕດ
+ແຕ່ເດີມ
+ແຕ່ທໍາອິດ
+ແຕນ
+ແຕ໊ບ
+ແຕບແຕ້ງ
+ແຕບແໝບ
+ແຕ້ມ
+ແຕ່ຢ່າງໃດ
+ແຕແຢ
+ແຕ່ລະ
+ແຕ່ລະວັນ
+ແຕ່ວ່າ
+ແຕ້ຫູ
+ແຕ່ເຫດ
+ແຕະ
+ແຕະແຊະ
+ແຕະຕ້ອງ
+ແຕະແມະ
+ແຕະແລະ
+ແຕັບແຊັບ
+ແຕັມ
+ແຕັ້ມ
+ໂຕ
+ໂຕ່
+ໂຕ້
+ໂຕກ
+ໂຕກກວຽນ
+ໂຕກ້ວງ
+ໂຕການ
+ໂຕກາມາ
+ໂຕກຽວ
+ໂຕເກນ
+ໂຕໂກ
+ໂຕ່ງ
+ໂຕ່ງເຕ່ງ
+ໂຕ່ງໂຕ້ນ
+ໂຕ້ງໂຫຼ້ງ
+ໂຕເຈຍ
+ໂຕສະກົດ
+ໂຕສັ່ນ
+ໂຕສັ່ນສະທ້ານ
+ໂຕຊາຍ
+ໂຕຍ
+ໂຕເຍືອງ
+ໂຕ້ແຍ້ງ
+ໂຕດ້ວງ
+ໂຕ້ຕອບ
+ໂຕຕະຫຼົກ
+ໂຕຕັ້ງໂຕຕີ
+ໂຕ້ຕ້ານ
+ໂຕຕຸ່ນ
+ໂຕ້ຖຽງ
+ໂຕແທນ
+ໂຕແທນປະກັນໄພ
+ໂຕນ
+ໂຕ່ນ
+ໂຕ້ນ
+ໂຕນກັນ
+ໂຕນຈ້ອງ
+ໂຕ້ນຊິງ
+ໂຕ້ນເຕ້ນ
+ໂຕບ
+ໂຕບອາໂດນີຢາ
+ໂຕບາໂກ
+ໂຕບີຢາ
+ໂຕບົ້ງ
+ໂຕເປົ່າ
+ໂຕແປ
+ໂຕຜູ້
+ໂຕເພິ່ງ
+ໂຕເຟັດ
+ໂຕເຟັນ
+ໂຕມອນ
+ໂຕເມ
+ໂຕແມ່
+ໂຕຢ່າງ
+ໂຕໂຢ່ງໂຢະ
+ໂຕຣກີລ່ຽມ
+ໂຕເຣນ
+ໂຕລະຄອນ
+ໂຕລາ
+ໂຕລາດ
+ໂຕໂລຊີ
+ໂຕ່ວໂຕ້ນ
+ໂຕ້ວາທີ
+ໂຕເຫັບ
+ໂຕ້ໂຫຼ້ງ
+ໂຕອັກສອນ
+ໂຕອາ
+ໂຕອູ
+ໂຕອ່ຽນ
+ໂຕເອກ
+ໂຕເອງ
+ໂຕຮູ
+ໂຕເຮົາ
+ໂຕະ
+ໂຕະໂຢະ
+ໂຕະໂຫຼະ
+ໃຕ
+ໃຕ້
+ໃຕ້ດິນ
+ໃຕ້ລ່າງ
+ໄຕ
+ໄຕ່
+ໄຕ້
+ໄຕຈັກ
+ໄຕຈີວອນ
+ໄຕ່ສວນ
+ໄຕສະລະນະ
+ໄຕສະລະນາຄົມ
+ໄຕສິກຂາ
+ໄຕຍາງ
+ໄຕດາຍຸກ
+ໄຕ່ຕອງ
+ໄຕ່ເຕົ້າ
+ໄຕ່ຖາມ
+ໄຕທະບານ
+ໄຕທະວານ
+ໄຕທິບ
+ໄຕປີດົກ
+ໄຕເປ
+ໄຕພາຄີ
+ໄຕພູມ
+ໄຕພົບ
+ໄຕເພດ
+ໄຕມາດ
+ໄຕລັກ
+ໄຕລັດ
+ໄຕລົງ
+ໄຕໂລ
+ໄຕໂລກ
+ໄຕວະຕິງ
+ໄຕວັດ
+ໄຕວິຊາ
+ໄຕຫວັນ
+ຖໍ່
+ຖໍ້ຖອຍ
+ຖນົນ
+ຖ່ວງ
+ຖ່ວງດຶງ
+ຖ້ວຍ
+ຖ້ວຍຕວງ
+ຖ້ວຍລາງວັນ
+ຖ້ວຍອີ່ເລີ້ງ
+ຖ່ວນ
+ຖ້ວນ
+ຖ້ວນຖີ່
+ຖ້ວມ
+ຖ້ວມລົ້ນ
+ຖວາຍ
+ຖວາຍໂຕ
+ຖວາຍເນດ
+ຖວາຍພະພອນ
+ຖອກ
+ຖອງ
+ຖ້ອງ
+ຖອຍ
+ຖ່ອຍ
+ຖ້ອຍ
+ຖ້ອຍຄວາມ
+ຖ້ອຍຄໍາ
+ຖ້ອຍຄໍາພະຍານ
+ຖອຍໃຈ
+ຖອຍທັບ
+ຖອຍຫລັງ
+ຖອຍຫຼັງ
+ຖອຍຫຼັງເຂົ້າຄອງ
+ຖອດ
+ຖອດຖອນ
+ຖອດຖິ້ມ
+ຖອນ
+ຖ້ອນ
+ຖອນຄໍາເວົ້າ
+ຖອນເງິນ
+ຖອນໃຈ
+ຖອນໃຈໃຫຍ່
+ຖອນສະໝໍ
+ຖອນໂຕ
+ຖອນທຶນ
+ຖອນພິດ
+ຖອນຫາຍໃຈ
+ຖອນຮາກຖອນໂຄນ
+ຖ່ອມ
+ຖ່ອມໃຈ
+ຖ່ອມຕົນ
+ຖ່ອມໂຕ
+ຖະເກີງ
+ຖະນັດຖະໜິ່
+ຖະນຸ
+ຖະນຸຖະໜອມ
+ຖະພາບ
+ຖະລາຍ
+ຖະໄລ
+ຖະໜອມ
+ຖະໜັດ
+ຖະໜັດໃຈ
+ຖະໜັດປາກ
+ຖະໜັດມື
+ຖະໜິນ
+ຖະໜົນ
+ຖະໜົນຫົນທາງ
+ຖະໜົນຫຼວງ
+ຖະໄໜ
+ຖະໝັດ
+ຖະຫວາຍ
+ຖະຫວາຍຕົວ
+ຖະຫວາຍພຣະພອນ
+ຖະຫວິນ
+ຖະຫຼາ
+ຖະຫຼຳ
+ຖະຫຼິງ
+ຖະເຫລ
+ຖະເຫຼ
+ຖະເຫຼິງ
+ຖະແຫລງ
+ຖະແຫຼງ
+ຖະແຫຼງການ
+ຖະແຫຼງການຮ່ວມ
+ຖະແຫຼງຂ່າວ
+ຖະໄຫລ
+ຖະໄຫຼ
+ຖັກ
+ຖັກສານ
+ຖັກຖັ່ນ
+ຖັກແຖ່
+ຖັງ
+ຖັ່ງ
+ຖັງໄມ້
+ຖັດ
+ຖັດໄປ
+ຖັນ
+ຖັນຖັ່ນ
+ຖັບ
+ຖັບແຖບ
+ຖ້າ
+ຖໍ້າ
+ຖາກ
+ຖາງ
+ຖ່າຍ
+ຖ່າຍທອດ
+ຖ່າຍເທ
+ຖ່າຍເບົາ
+ຖ່າຍຢາ
+ຖ່າຍໜັກ
+ຖ່າຍຮູບ
+ຖ່າຍຮູບເງົາ
+ຖາດ
+ຖາດໃສ່ມີດຕັດ
+ຖາດທາ
+ຖາດຮອງໄຟ
+ຖານ
+ຖ່ານ
+ຖ້ານ
+ຖານກອນ
+ຖ່ານໄຟ
+ຖ່ານໄມ້
+ຖ່ານຫີນ
+ຖານຮອງ
+ຖານະ
+ຖານັນດອນ
+ຖານາ
+ຖານານຸສັກ
+ຖານານຸຮູບ
+ຖາບ
+ຖາປະນາ
+ຖາມ
+ຖ້າມກາງ
+ຖາມເຈາະຈີ້ມ
+ຖາມວ່າ
+ຖ່າວ
+ຖາວໍລະວັດຖຸ
+ຖາວອນ
+ຖາວະລະ
+ຖ້າຫາກ
+ຖ້າຫາກວ່າ
+ຖິດ
+ຖິ່ນ
+ຖິ່ນກັນດານ
+ຖິ່ນຖານ
+ຖິ່ນທຸຣະກັນດານ
+ຖິ່ນທຸລະກັນດານ
+ຖິ່ນແຫ້ງແລ້ງ
+ຖິ້ມ
+ຖິວ
+ຖີ່
+ຖີ່ຖ້ວນ
+ຖີ່ນ
+ຖີບ
+ຖີ້ມ
+ຖີວ
+ຖຶກໃຈ
+ຖື
+ຖືກ
+ຖືກຄຸກ
+ຖືກໃຈ
+ຖືກດາດ
+ຖືກຕ້ອງ
+ຖືກຕີ
+ຖືກປາກ
+ຖືກປຽບ
+ຖືກຫລອກ
+ຖືກຫຼອກ
+ຖືກັນ
+ຖືກໍາເນີດ
+ຖືກໍາມະສິດ
+ຖືກຽດ
+ຖືສາ
+ຖືສິດ
+ຖືສິນ
+ຖືຍົດ
+ຖືດ
+ຖືຕາມ
+ຖືໂຕ
+ຖືຖືກ
+ຖືທ້າຍ
+ຖືໂທດ
+ຖືນໍ້າ
+ຖືນາມ
+ຖືເບົາ
+ຖືພາ
+ຖືມື້ຖືຍາມ
+ຖືວ່າ
+ຖືຫາງ
+ຖືຫຸ້ນ
+ຖືຫຸ່ມ
+ຖືເອົາ
+ຖືໂອກາດ
+ຖືຮັກສາ
+ຖຸ
+ຖຸ້ງ
+ຖຸຍ
+ຖຸນ
+ຖຸລຽນ
+ຖູ
+ຖູ່
+ຖູກ
+ຖູຍ
+ຖູໄຖ
+ຖູປະ
+ຖູປະລະຫະບຸກຄົນ
+ຖົກ
+ຖົກຖຽງ
+ຖົງ
+ຖົ້ງ
+ຖົງຂາລີງ
+ຖົງເງິນ
+ຖົງຕີນ
+ຖົງໄຖ່
+ຖົງເປັ້ງ
+ຖົງມື
+ຖົງໜັງ
+ຖົດຖອຍ
+ຖົບ
+ຖົມ
+ຖົ່ມ
+ຖົມເຖ
+ຖົ່ມນໍ້າລາຍ
+ຖົມມະນາ
+ຖົວ
+ຖົ່ວ
+ຖົ້ວ
+ຖົ່ວງອກ
+ຖົ່ວຍາວ
+ຖົ່ວແດງ
+ຖົ່ວແດງຕົ້ມ
+ຖົ່ວເຕົ້າຈ້ຽວ
+ຖົ່ວແປບ
+ຖົ່ວແຮ
+ຖຽງ
+ຖຽງກັນ
+ຖຽງນາ
+ຖ້ຽວ
+ເຖ
+ເຖໄຖ
+ເຖນ
+ເຖໂນ
+ເຖລະ
+ເຖລະນຸເຖລະ
+ເຖລະພູມ
+ເຖລະລາດ
+ເຖລະວາດ
+ເຖລີ
+ເຖາະ
+ເຖິກ
+ເຖິກເຖີຍ
+ເຖິງ
+ເຖິງກັບ
+ເຖິງແກ່ກຳ
+ເຖິງແກ່ພິລາໄລ
+ເຖິງແກ່ມໍລະນະພາບ
+ເຖິງແກ່ອະສັນຍະກຳ
+ເຖິງແກ່ອະນິດຈະກຳ
+ເຖິງປານນັ້ນກໍຕາມ
+ເຖິງແມ່ນ
+ເຖິງແມ່ນວ່າ
+ເຖິງຢ່າງໃດກໍຕາມ
+ເຖິງຢ່າງນັ້ນ
+ເຖິງວ່າ
+ເຖີ່
+ເຖີກ
+ເຖີງ
+ເຖີ້ງເຫຼີ້ງ
+ເຖີດ
+ເຖີ້ນ
+ເຖີບ
+ເຖືອ
+ເຖືອກ
+ເຖືອດ
+ເຖືອນ
+ເຖື່ອນ
+ເຖົາ
+ເຖົ່າ
+ເຖົ້າ
+ເຖົ້າແກ່
+ເຖົາວັນ
+ແຖ
+ແຖງ
+ແຖນ
+ແຖບ
+ແຖມ
+ແຖແລ
+ແຖວ
+ແຖວໜ້າ
+ໂຖ
+ໂຖ່
+ໂຖ້
+ໂຖກ
+ໂຖກເຖກ
+ໂຖງ
+ໂຖນ
+ໂຖນໍ້າ
+ໂຖມະນາການ
+ໄຖ
+ໄຖ່
+ໄຖຍະຈິດ
+ໄຖຍະສັງວາດ
+ໄຖ່ຖອນ
+ໄຖນາ
+ໄຖ່ບາບ
+ທໍ
+ທໍ່
+ທໍ້
+ທຄລ
+ທໍ້ຖອຍ
+ທໍ່ນໍ້າ
+ທໍຣະຫົດອົດທົນ
+ທໍ້ລໍ້
+ທໍລະ
+ທໍລະກຳ
+ທໍລະຊາດ
+ທໍລະຊົນ
+ທໍລະຍົດ
+ທໍລະນິນ
+ທໍລະນິນທະ
+ທໍລະນີ
+ທໍລະນີກັນແສງ
+ທໍລະນີສາດ
+ທໍລະນີສານ
+ທໍລະນີສົງ
+ທໍລະນີປະຕູ
+ທໍລະນີວິທະຍາ
+ທໍລະພີ
+ທໍລະມານ
+ທໍລະຫົດ
+ທວກ
+ທວງ
+ທ່ວງ
+ທ້ວງ
+ທວຍ
+ທ່ວຍ
+ທ້ວຍ
+ທ້ວຍທ້ວຍ
+ທວຍທອດ
+ທວຍເຫີນ
+ທວດ
+ທວນ
+ທ່ວນ
+ທວນຄືນ
+ທວນໄຟ
+ທ້ວມ
+ທວາຍ
+ທວານ
+ທອກ
+ທອງ
+ທ່ອງ
+ທ້ອງ
+ທອງຂາວ
+ທ້ອງຂີ້ຮາກ
+ທອງແຂ
+ທອງຄຳ
+ທ້ອງສອດ
+ທອງສຳລິດ
+ທ້ອງຊ້າງ
+ທ້ອງດ້ອຍ
+ທອງດຳ
+ທອງແດງ
+ທ້ອງຖິ່ນ
+ທ້ອງຖີ່ນ
+ທ້ອງທີ່
+ທ້ອງທົ່ງ
+ທ່ອງທຽວ
+ທ່ອງທ່ຽວ
+ທ້ອງນ້ອຍ
+ທ້ອງບິດ
+ທ້ອງຜູກ
+ທອງພັນຊັ່ງ
+ທ້ອງຟ້າ
+ທ້ອງແລ້ງ
+ທອງຫ້າວ
+ທອງເຫລືອງ
+ທອງເຫຼືອງ
+ທ້ອງແຫ້ງ
+ທ້ອງອືດ
+ທ້ອງເຮືອ
+ທອຍ
+ທອດ
+ທອດກະຖິນ
+ທອດຂາ
+ທອດສະໝໍ
+ທອດຕາ
+ທອດຖວາຍ
+ທອດຖະເນີ້ງ
+ທອດທານ
+ທອດນອນ
+ທອດຜ້າປ່າ
+ທອດພຣະເນດ
+ທອດພະເນ
+ທອດຮຸ່ຍ
+ທອນ
+ທ່ອນ
+ທ້ອນ
+ທອນຊິນ
+ທ້ອນໄດ້
+ທອນທໍ້
+ທ້ອນຝຸ່ນ
+ທ່ອນໄມ້
+ທ່ອນຫີນ
+ທອບ
+ທອມ
+ທ່ອມທ່ອມ
+ທະ
+ທະໂຄນິດ
+ທະສະ
+ທະສະຊາດ
+ທະສະທິດ
+ທະສະນິຍົມ
+ທະສະເບນຈະກູລະ
+ທະສະພອນ
+ທະສະພິທະລາຊະທຳ
+ທະສະມາດ
+ທະສະວັດ
+ທະສາ
+ທະຍອຍ
+ທະຍາຄະຕິ
+ທະຍານ
+ທະເຍີ
+ທະແຍງ
+ທະທິ
+ທະທົກ
+ທະນະ
+ທະນະຄານ
+ທະນະສານ
+ທະນະສານສົມບັດ
+ທະນະສົມບັດ
+ທະນະທານີ
+ທະນະບໍດີ
+ທະນະບັດ
+ທະນັງ
+ທະນາຄານ
+ທະນາຄານໂລກ
+ທະນາຍ
+ທະນາຍຄວາມ
+ທະນານັດ
+ທະນາບັດ
+ທະນິດຖາ
+ທະນີ
+ທະນຸ
+ທະນຸຖະໝອມ
+ທະນຸລະມາກ
+ທະນຸລະເວດ
+ທະນູ
+ທະນູສອນ
+ທະນູສິນ
+ທະນູເຫມ
+ທະນົກ
+ທະນົງ
+ທະນົງໃຈ
+ທະນົງຕົວ
+ທະນົງໂຕ
+ທະແນມ
+ທະບວງ
+ທະບຸ
+ທະບຽນ
+ທະພີໂດ
+ທະມິນ
+ທະເມິນ
+ທະລວງ
+ທະລັກ
+ທະລັງ
+ທະລາ
+ທະລາຍ
+ທະລາທິບໍດີ
+ທະລຸ
+ທະລົງ
+ທະເລ
+ທະເລຂາວ
+ທະເລສາບ
+ທະເລຊາຍ
+ທະເລຊາຍອົສຕຣາລີ
+ທະເລຍີ່ປຸ່ນ
+ທະເລດ
+ທະເລດຳ
+ທະເລແດງ
+ທະເລາະ
+ທະວາຍ
+ທະວາທະສະການ
+ທະວາທະສະມາດ
+ທະວານ
+ທະວານຕູ
+ທະວານໜັກ
+ທະວາລະບານ
+ທະວິ
+ທະວິຊາ
+ທະວິຊາກອນ
+ທະວິຊາດ
+ທະວິດ
+ທະວິບາດ
+ທະວິບົດ
+ທະວິພາກ
+ທະວີ
+ທະວີຄູນ
+ທະວີບ
+ທະວີບົດ
+ທະໜອມ
+ທະຫະລະ
+ທະຫານ
+ທະຫານແຂງກ້າ
+ທະຫານຄຸ້ມກັນພຣະອົງ
+ທະຫານເສິກ
+ທະຫານຍາມ
+ທະຫານດາບ
+ທະຫານປະຈໍາປ້ອມ
+ທະຫານມັກກີ
+ທະຫານມ້າ
+ທະຫານລາດຕະເວນ
+ທະຫານຫອກ
+ທະຫານຫຸ່ນ
+ທະຫານໃຫຍ່
+ທະຫານອາລັກຂາ
+ທະຫານຮາບ
+ທະຫານຮົບ
+ທະຫານເຮືອ
+ທັກ
+ທັກຂິນ
+ທັກຂິນະບົດ
+ທັກຂິນາ
+ທັກຂິນາວັດ
+ທັກຂິໂນທົກ
+ທັກຂິໄນຍະບຸກຄົນ
+ທັກສະ
+ທັກສະນານຸປະທາ
+ທັກສາ
+ທັກສິນ
+ທັກສິນາ
+ທັກທ້ວງ
+ທັກທ່ອງທ່ຽວ
+ທັກທາຍ
+ທັງ
+ທັ່ງ
+ທັ້ງ
+ທັງຄູ່
+ທັງສອງ
+ທັງສິ້ນ
+ທັ່ງໃສ່
+ທັ່ງຕີເຫລັກ
+ທັ່ງຕີເຫຼັກ
+ທັງຕົວ
+ທັງທີ່
+ທັງນັ້ນ
+ທັງນີ້
+ທັງປວງ
+ທັງເປັນ
+ທັງມວນ
+ທັງເວັນທັງຄືນ
+ທັງໝົດ
+ທັງເໝັດ
+ທັງເໝິດ
+ທັງຫລາຍ
+ທັງຫຼາຍ
+ທັດ
+ທັດສະນະ
+ທັດສະນະຄະຕິ
+ທັດສະນະຈອນ
+ທັດສະນະສາດ
+ທັດສະນະສຶກສາ
+ທັດສະນະວິໄສ
+ທັດສະນາການ
+ທັດສະນາຈອນ
+ທັດສະນານຸດຕະລິຍະ
+ທັດສະນິຈອນ
+ທັດສະນິຍະພາບ
+ທັດສະນີ
+ທັດສະນີກອນ
+ທັດສະນີຍະພາບ
+ທັດສະນູປະກອນ
+ທັດທາ
+ທັດທ່ຽງ
+ທັນ
+ທັນກິນ
+ທັນໃຈ
+ທັນສະໃໝ
+ທັນສະໄໝ
+ທັນຍະຊາດ
+ທັນຍະພືດ
+ທັນຍາຫານ
+ທັນໃດ
+ທັນໃດນັ້ນ
+ທັນຕະຊະ
+ທັນຕະແພດ
+ທັນຕາ
+ທັນທີ
+ທັນທີທັນໃດ
+ທັນບັນ
+ທັນວາ
+ທັນເວລາ
+ທັບ
+ທັບຖົມ
+ທັບພະສຳພະລະ
+ທັມ
+ທັມມະ
+ທັອບພີ
+ທາ
+ທ່າ
+ທ້າ
+ທໍ່າ
+ທາກ
+ທາໂຄນິດ
+ທາງ
+ທ້າງ
+ທາງກ້ອງ
+ທາງການ
+ທາງໄກ
+ທາງຂ້າງ
+ທາງຂ້າມ
+ທາງເຂົ້າ
+ທາງເສຍ
+ທາງຍ່າງ
+ທາງຍາວ
+ທາງແຍກ
+ທາງເດີນ
+ທາງໃດ
+ທາງໄດ້
+ທາງຕາເວັນຕົກ
+ທາງຕາເວັນອອກ
+ທາງໃຕ້
+ທາງທາດ
+ທາງທິດ
+ທາງເທິງ
+ທາງເທີງ
+ທາງນອກ
+ທາງໃນ
+ທາງຜ່ານ
+ທາງຜິດ
+ທາງມ້າລາຍ
+ທາງລອດຊຸມ
+ທາງລັບ
+ທາງລຸ່ມ
+ທາງໜ້າ
+ທາງໜຶ່ງທາງໃດ
+ທາງເໜືອ
+ທາງຫຼວງ
+ທາງຫຼັງ
+ທາງຫຼັງສຸດ
+ທາງເຫນືອ
+ທາງອອກ
+ທາສາ
+ທາສີ
+ທາຍ
+ທ້າຍ
+ທ້າຍຕິດ
+ທາຍທັກ
+ທ້າຍປືນ
+ທ້າຍເຮືອ
+ທາຍາດ
+ທາຍິກາ
+ທາຍົກ
+ທາດ
+ທາດເກດແກ້ວຈຸລາມະນີ
+ທາດຄູ້ມກັນ
+ທາດເຄມີ
+ທາດດິນ
+ທາດທາດ
+ທາດແທ້
+ທາດນໍ້າເງິນ
+ທາດພະນົມ
+ທາດຫຼວງ
+ທາດາ
+ທາດາຍ
+ທາຕະວາກອນ
+ທາຕິມໂຮຊີ
+ທາຕີ
+ທ່າທາງ
+ທ້າທາຍ
+ທ້າທ້າຍ
+ທ່າທີ
+ທ່າທີ່
+ທານ
+ທ່ານ
+ທານຂວັນ
+ທ່ານຊາມູເອນ
+ທານຕາວັນ
+ທ່ານທີ່ນັບຖື
+ທານບົນ
+ທ່ານໝໍ
+ທ່ານອນ
+ທານະຂັນ
+ທານະປະລາມີ
+ທານີ
+ທາບທາມ
+ທ່າບຸກ
+ທາມ
+ທ່າມ
+ທ່າມກາງ
+ທາມມະລຸກ
+ທາລາ
+ທາລາເຄຫະ
+ທາລາທິກຸນ
+ທາລິກາ
+ທາລຸນ
+ທາລຸນກຳ
+ທາລຸນນະກຳ
+ທາລົກ
+ທ່າລົງຄ້ອຍ
+ທາວ
+ທ່າວ
+ທ້າວ
+ທ້າວກໍ່າກາດຳ
+ທາວໃຍ
+ທາໜ້າ
+ທ່າຮັບ
+ທ່າເຮືອ
+ທ່າແຮງ
+ທາາງນອກ
+ທຳ
+ທຳການ
+ທຳຄຸນ
+ທຳຕາມ
+ທຳທ່າ
+ທຳທານ
+ທຳນວຍ
+ທຳນວາຍ
+ທຳນອງ
+ທຳນອງສຽງ
+ທຳນາຍ
+ທຳນົບ
+ທຳນຽບ
+ທຳນຽບພາສາ
+ທຳນຽມ
+ທຳນຽມປະເພນີ
+ທຳບຸນ
+ທຳມະ
+ທຳມະກະຖາ
+ທຳມະກະຖືກ
+ທຳມະກາຍ
+ທຳມະການ
+ທຳມະຂວາງ
+ທຳມະຂັນ
+ທຳມະຄະຕິ
+ທຳມະຄຸນ
+ທຳມະຈະລິຍາ
+ທຳມະຈັກ
+ທຳມະຈັກຂຸ
+ທຳມະສະຖິຕິ
+ທຳມະສະພາ
+ທຳມະສະລີລະ
+ທຳມະສັງຄີຕິ
+ທຳມະສັງເວດ
+ທຳມະສາກັດສາ
+ທຳມະສາດ
+ທຳມະສານ
+ທຳມະສາມີ
+ທໍາມະສາລາ
+ທຳມະຊາດ
+ທຳມະຍຸດ
+ທຳມະດາ
+ທຳມະທັດສະນະ
+ທຳມະທາດາ
+ທຳມະທຳໂມ
+ທຳມະນາດ
+ທຳມະນິຍົມ
+ທຳມະນິດ
+ທຳມະນິເວດ
+ທຳມະນູນ
+ທຳມະບານ
+ທຳມະບຸດ
+ທຳມະປະຕິສຳພິທາ
+ທຳມະປະຕິຮູບ
+ທຳມະລັດ
+ທຳມະລາ
+ທຳມະລາຊາ
+ທຳມະໂລງ
+ທຳມະວັດ
+ທຳມັນເຕວາສິກ
+ທໍາມາຈານ
+ທຳມາດ
+ທຳມາທິດ
+ທຳມາທິປະໄຕ
+ທຳມານຸສານ
+ທຳມານຸທຳມະປະຕິບັດ
+ທຳມານຸທິດຖານ
+ທຳມາພິດສະໄໝ
+ທຳມາພິມຸກ
+ທຳມາລົມ
+ທຳມິກະ
+ທຳມິກະລາຊາ
+ທຳມິກະລາດ
+ທຳລາຍ
+ທຳລາຍລ້າງ
+ທຳເວນ
+ທຳໃຫ້
+ທຳອິດ
+ທຳຮ້າຍ
+ທິກ
+ທິການ
+ທິຄຳພອນ
+ທິຄິໂກ
+ທິສາ
+ທິສານຸທິດ
+ທິສາປາໂມກ
+ທິດ
+ທິດສະດີ
+ທິດຕາເວັນອອກ
+ທິດທັດ
+ທິດທາງ
+ທິດເໜືອ
+ທິດາ
+ທິຖິ
+ທິນນະກອນ
+ທິ້ນລິ້ນ
+ທິບ
+ທິບພະຂິ່ນ
+ທິບພະຈັກຂຸ
+ທິບພະສົມບັດ
+ທິບພະໂສດ
+ທິບພະຍານ
+ທິບພະເນດ
+ທິບພະລົດ
+ທິບພະອາດ
+ທິປະໄຕ
+ທິພະ
+ທິພາ
+ທິພາກອນ
+ທິພາບ
+ທິມພູ
+ທິຢາທິລາ
+ທິລາດ
+ທິວ
+ທິວທັດ
+ທິວະ
+ທິວະການ
+ທິວາກອນ
+ທິວົງຄົດ
+ທີ
+ທີ່
+ທີ່ເກິດຂື້ນ
+ທີຄະ
+ທີຄະຊາດ
+ທີຄະນິກາຍ
+ທີຄາຍຸ
+ທີຄິວຊີ
+ທີ່ຈັ້ງ
+ທີ່ຈິງ
+ທີ່ສຸດ
+ທີ່ດິນ
+ທີ່ໃດ
+ທີ່ຕັ້ງ
+ທີທີ
+ທີ່ແທ້
+ທີ່ນອນ
+ທີ່ນັ້ນທີ່ນີ້
+ທີບ
+ທີ່ປະຊຸມ
+ທີ່ປຶກສາ
+ທີ່ພັກ
+ທີໂຟຊາ
+ທີມ
+ທີມພູ
+ທີ່ມີ
+ທີ່ຢູ່
+ທີລະ
+ທີລະຄະ
+ທີ່ລະນຶກ
+ທີ່ລະນຶກເຖິງ
+ທີລາ
+ທີ້ລີ້
+ທີ່ລື່ນ
+ທີ່ຫ້າ
+ທີຫ້າສິບ
+ທີເອັນທີ
+ທີ່ຮັກ
+ທຶກ
+ທຶກທຶນ
+ທຶ່ງ
+ທຶ້ງ
+ທຶດໆ
+ທຶນ
+ທຶ້ນ
+ທຶນນິຍົມ
+ທຶນຮອນ
+ທຶບ
+ທືກ
+ທືບ
+ທືມ
+ທຸ
+ທຸກ
+ທຸກກໍ້າ
+ທຸກກິ
+ທຸກກີ
+ທຸກຂະສະມຸໄທ
+ທຸກຂະນະ
+ທຸກຂະນິໂລດ
+ທຸກຂະລາບ
+ທຸກຂະເວດ
+ທຸກຂະເວທະນາ
+ທຸກຂັງ
+ທຸກຂາ
+ທຸກຄົນ
+ທຸກໃຈ
+ທຸກສິ່ງທຸກຢ່າງ
+ທຸກສຸກ
+ທຸກໂສກ
+ທຸກຍາກ
+ທຸກຍາກລໍາບາກ
+ທຸກທໍລະມານ
+ທຸກເທື່ອ
+ທຸກບ່ອນ
+ທຸກຝ່າຍ
+ທຸກພາຍ
+ທຸກມື້
+ທຸກມື້ນີ້
+ທຸກເມື່ອ
+ທຸກລະທົມ
+ທຸກລໍາບາກ
+ທຸກເວທະນາ
+ທຸກຮ້ອນ
+ທຸກະ
+ທຸກະນິບາດ
+ທຸກົດ
+ທຸຄະຕິ
+ທຸງ
+ທຸ່ງ
+ທຸງກະດາດ
+ທຸງຊໍ່
+ທຸງໄຊ
+ທຸ້ງທາວ
+ທຸງປະຕາກ
+ທຸງຜ້າ
+ທຸງເຫຼັກ
+ທຸສິນ
+ທຸຊົນ
+ທຸ່ຍ
+ທຸ້ຍ
+ທຸດຈະລິດ
+ທຸດົງ
+ທຸດົງຄະວັດ
+ທຸຕະຕິ
+ທຸຕິຍະ
+ທຸທິດຖະຫວາຍ
+ທຸນ
+ທຸ່ນ
+ທຸ້ນ
+ທຸ່ນທ່ຽງ
+ທຸບ
+ທຸບຕີ
+ທຸປັນຍາ
+ທຸພົນລະພາບ
+ທຸມ
+ທຸ່ມ
+ທຸ້ມ
+ທຸ່ມເທ
+ທຸ້ມເທ
+ທຸມຜະລາ
+ທຸມພອນ
+ທຸມມະໂນ
+ທຸມມະລາ
+ທຸມະ
+ທຸມະເກດ
+ທຸລະ
+ທຸລະກັນດານ
+ທຸລະການ
+ທຸລະກິດ
+ທຸລະຊາດ
+ທຸລະຊົນ
+ທຸລະຍັດສະດີ
+ທຸລະພົນ
+ທຸລາຄົມ
+ທຸລາຈານ
+ທຸລາຍ
+ທຸລີ
+ທຸລົນ
+ທຸເລດ
+ທຸເລົາ
+ທຸວະດາລາ
+ທຸວະພາກ
+ທຸວະມົນທົນ
+ທູ່
+ທູ້
+ທູຍ
+ທູດ
+ທູດສະຫວັນ
+ທູດາ
+ທູຕາ
+ທູຕານຸທູດ
+ທູນ
+ທູນຂໍ
+ທູນບອກ
+ທູນວິງວອນ
+ທູບ
+ທູບມອງ
+ທູມ
+ທູມມີມ
+ທູລະ
+ທູເລດ
+ທົກ
+ທົງ
+ທົ່ງ
+ທົ່ງຊາໂຣມ
+ທົ່ງນາ
+ທົ່ງພຽງ
+ທົ່ງຫຍ້າ
+ທົ່ງຫຼວງ
+ທົ່ງຮາບ
+ທົດ
+ທົດໆ
+ທົດສອບ
+ທົດສະ
+ທົດສະກັນ
+ທົດສະວັດ
+ທົດທົດ
+ທົດແທນ
+ທົດລອງ
+ທົນ
+ທົ້ນ
+ທົນທໍລະມານ
+ທົນທານ
+ທົນທຸກ
+ທົນທຸກຍາກ
+ທົນທຸກລໍາບາກ
+ທົນທຸກເວທະນາ
+ທົນໂທ່
+ທົນລໍາບາກ
+ທົບ
+ທົບສອບ
+ທົບແທນ
+ທົບມວຍ
+ທົມ
+ທົມທົມ
+ທົ່ວ
+ທົວເຕຣາ
+ທົ່ວເຖີງ
+ທົ່ວທີບ
+ທົ່ວໄປ
+ທົ່ວໂລກ
+ທົະລວງ
+ທ່ຽງ
+ທ່ຽງຄືນ
+ທ່ຽງທຳ
+ທ່ຽງແທ້
+ທຽນ
+ທ່ຽນ
+ທ້ຽນ
+ທຽນກິ່ງ
+ທຽນຂາວ
+ທຽນສິງ
+ທຽນຍ່ອມ
+ທຽນແດງ
+ທຽບ
+ທຽບເທົ່າ
+ທຽມ
+ທຽມເທັດ
+ທຽວ
+ທ່ຽວ
+ທ່ຽວສາວ
+ທ່ຽວໄປ
+ທຽວໄປມາ
+ທ່ຽວມາ
+ເທ
+ເທເຄລ
+ເທ້ງ
+ເທສະ
+ເທສະການ
+ເທສະບັນຍັດ
+ເທສະບານ
+ເທສະມົນຕີ
+ເທສະໜາ
+ເທຊະໂລນິກ
+ເທຍລະຄາ
+ເທດ
+ເທດສະການ
+ເທດສະນາ
+ເທດສະບານ
+ເທດສະມູນຕີ
+ເທດສະໜາ
+ເທດແຫຼ
+ເທນນີສ
+ເທບ
+ເທບຜູ້ຄອງພິພົບ
+ເທບຜູ້ປົກຄອງ
+ເທບພະເຈົ້າ
+ເທບພະດາ
+ເທບອານາຈັກ
+ເທເບດ
+ເທໄປ
+ເທພາ
+ເທພີ
+ເທເລັກ
+ເທວະ
+ເທວະສະຖານ
+ເທວະສະພາບ
+ເທວະຊີບ
+ເທວະດາ
+ເທວະທັນ
+ເທວະທຳ
+ເທວະທິດາ
+ເທວະທູດ
+ເທວະນາຄີ
+ເທວະນິຍົມ
+ເທວະລາດ
+ເທວະໂລກ
+ເທວະວິທະຍາ
+ເທວາ
+ເທວາຄານ
+ເທວາໄລ
+ເທວີ
+ເທເວດ
+ເທໂວ
+ເທຫະວັດຖຸ
+ເທໂອຟີໂລ
+ເທັກນິກ
+ເທັກນິດ
+ເທັກໂນໂລຊີ
+ເທັກໂນໂລຢີ
+ເທັງ
+ເທັຍ
+ເທັດ
+ເທັນນິດ
+ເທັບ
+ເທາະ
+ເທິ
+ເທິງ
+ເທິະ
+ເທີງ
+ເທີ້ງ
+ເທີຍ
+ເທີດ
+ເທີດທູນ
+ເທີນ
+ເທີ້ນ
+ເທີນເທິ້
+ເທີນເທີ້
+ເທີບ
+ເທີ້ເລີ້
+ເທຶອ
+ເທື່ອ
+ເທື້ອ
+ເທື່ອທໍາອິດ
+ເທື່ອທີ
+ເທື້ອມ
+ເທື່ອລະ
+ເທື່ອລະເລັກເທື່ອລະໜ້ອຍ
+ເທື່ອໜຶ່ງ
+ເທົາ
+ເທົ່າ
+ເທົ້າ
+ເທົ່າກັນ
+ເທົ່າກັບ
+ເທົ່າໃດ
+ເທົ່າແຕ່
+ເທົ່າໂຕ
+ເທົ່າທີ່
+ເທົ່າທຽມ
+ເທົ່ານັ້ນ
+ເທົ່ານີ້
+ເທົ້າວັນເຖີ້ນ
+ເທົ່າວ່າ
+ແທ້
+ແທ້ໆ
+ແທກ
+ແທກຊີ
+ແທງ
+ແທ່ງ
+ແທ້ງ
+ແທ້ງລູກ
+ແທ້ຈິງ
+ແທດ
+ແທດເຖິງ
+ແທ້ໃດ໋
+ແທນ
+ແທ່ນ
+ແທ້ນໍ
+ແທນຕົວ
+ແທ່ນບູຊາ
+ແທ່ນພຽງ
+ແທ້ນາ
+ແທບ
+ແທບຜ້າ
+ແທ້ແລ້ວ
+ແທວ
+ແທະ
+ໂທ
+ໂທ້
+ໂທສະ
+ໂທສາ
+ໂທສາກອນ
+ໂທສາຄະຕິ
+ໂທສານຸໂທດ
+ໂທໂສ
+ໂທດ
+ໂທດໂທດ
+ໂທນ
+ໂທນໂທ້
+ໂທນະ
+ໂທບ
+ໂທຟີໂມ
+ໂທມ
+ໂທມະນັງ
+ໂທມະນັດ
+ໂທມະນາດ
+ໂທມາ
+ໂທລະ
+ໂທລະຄົມມະນາຄົມ
+ໂທລະສັບ
+ໂທລະສານ
+ໂທລະທັດ
+ໂທລະພາບ
+ໂທລະພິມ
+ໂທລະເລກ
+ໂທລາ
+ໂທເລ
+ໂທເລດ
+ໂທ້ໂລ້
+ໂທອາດ
+ໂທແອເຟິລ
+ໄທ
+ໄທ່
+ໄທ້
+ໄທກະເລິງ
+ໄທກີເຣເນ
+ໄທຍະທານ
+ໄທຍະທຳ
+ໄທຍາງ
+ໄທດຳ
+ໄທແດງ
+ໄທເປ
+ໄທລະເມັງ
+ໄທເໜືອ
+ໄທເຮືອນ
+ນໍ
+ນໍ່
+ນງລວງ
+ນໍ້ເຕົ້າ
+ນໍລະ
+ນໍລິນ
+ນໍເລດ
+ນວກຈອດ
+ນວກຊົດ
+ນວຍ
+ນວດ
+ນວນ
+ນ່ວນ
+ນວມ
+ນ່ວມ
+ນອກ
+ນອກກົດໝາຍ
+ນອກຄອກ
+ນອກຈາກ
+ນອກຈາກນັ້ນ
+ນອກຈາກນີ້
+ນອກໃຈ
+ນອກຕຳລາ
+ນອກທາງ
+ນອກທິດນອກທາງ
+ນອກນັ້ນ
+ນອກແຜນ
+ນອກເລື່ອງ
+ນອກແວ
+ນອກເໜືອ
+ນອກຮີດ
+ນອກຮີດນອກຄອງ
+ນອກເຮືອນ
+ນອງ
+ນ່ອງ
+ນ້ອງ
+ນ້ອງສາວ
+ນ້ອງຊາຍ
+ນ້ອງຍິງ
+ນອງເລືອດ
+ນ້ອຍ
+ນ້ອຍໆ
+ນ້ອຍກວ່າ
+ນ້ອຍໃຈ
+ນ້ອຍເທື່ອ
+ນ້ອຍເນື້ອຕໍ່າໂຕ
+ນ້ອຍລົງ
+ນ້ອຍໜ້າ
+ນອດ
+ນອນ
+ນອນກິນ
+ນອນຈົມ
+ນອນຍາມ
+ນອນຕາບໍ່ຫຼັບ
+ນອນມິດ
+ນອນລົງ
+ນອນເວັນ
+ນອນຫລັບ
+ນອນຫຼັບ
+ນອນຫຼັບທັບສິດ
+ນອນຫຼັບບໍ່ຮູ້ນອນຄູ້ບໍ່ຝັນ
+ນອບ
+ນອບນ້ອມ
+ນອມ
+ນ້ອມ
+ນ້ອມໃຈ
+ນ່ອມນ່ອມ
+ນ້ອມນໍາ
+ນະ
+ນະເກົ້າຫຼົງ
+ນະຂະ
+ນະຂະລະ
+ນະຂະເລຂາ
+ນະຂາ
+ນະຂາລິຂິດ
+ນະຄອນ
+ນະຄອນບານ
+ນະຄອນລັດ
+ນະຄອນລ້ານ
+ນະຄອນຫລວງ
+ນະຄອນຫຼວງ
+ນະຄອນຫຼວງວຽງຈັນ
+ນະຄະລະໂສເພນີ
+ນະຄະລະວາສີ
+ນະຄະລິນ
+ນະຄະເລດ
+ນະຊາເມັນນາ
+ນະຍະ
+ນະຍະນາ
+ນະໂຍບາຍ
+ນະຕະຍະພັດ
+ນະທານາເອັນ
+ນະທິ
+ນະນົບ
+ນະປຸງສະກະລີງ
+ນະພະ
+ນະພະຈອນ
+ນະພະດົນ
+ນະພະວິຖີ
+ນະພາ
+ນະມະ
+ນະມັດສະການ
+ນະມັດຖຸ
+ນະລະ
+ນະລາ
+ນະລາດ
+ນະລາທິບ
+ນະລິດ
+ນະລິນ
+ນະລິນີ
+ນະລີ
+ນະລຶ
+ນະລຶດົມ
+ນະລຶພານ
+ນະລຶມານ
+ນະລຶມິດ
+ນະລົກ
+ນະເລສວນ
+ນະເລສູນ
+ນະເລດ
+ນະໂລດົມ
+ນະວະ
+ນະວະກະ
+ນະວະກະພູມ
+ນະວະກຳມິກະ
+ນະວະໂກວາດ
+ນະວະຄຸນ
+ນະວະເຄາະ
+ນະວະທະວານ
+ນະວະນິຍາຍ
+ນະວະນິດ
+ນະວະລັດ
+ນະວະໂລຫະ
+ນະວະອະລະຫາທິຄຸນ
+ນະວັງຄະສັດຖຸສາດ
+ນະວາງ
+ນະຫາລຸ
+ນະຫຸດ
+ນະອາຣາ
+ນະຮົກ
+ນັກ
+ນັກກາຍ
+ນັກການ
+ນັກການຄ້າ
+ນັກການທູດ
+ນັກການເມືອງ
+ນັກກີລາ
+ນັກກົດໝາຍ
+ນັກຂັດຕະລືກ
+ນັກຂຽນ
+ນັກຄະເພດ
+ນັກຄະເລດ
+ນັກສະແດງກົນ
+ນັກສະໜົມ
+ນັກສັດຕະລະ
+ນັກສັດຕະລະວິທະຍາ
+ນັກສີດ
+ນັກສຶກສາ
+ນັກສືບ
+ນັກຍິງກັນຖຸນ
+ນັກດີດພິນ
+ນັກດື່ມ
+ນັກດົນຕີ
+ນັກເຕັ້ນ
+ນັກແຕ່ງ
+ນັກແຕ່ງບົດເພງສັນລະເສີນ
+ນັກໂຕ້ຕອບບັນຫາ
+ນັກຖື
+ນັກທະນູ
+ນັກທຳ
+ນັກເທດ
+ນັກໂທດ
+ນັກບວດ
+ນັກບິນ
+ນັກບຸນ
+ນັກປະພັນ
+ນັກປັດສະຍາ
+ນັກປາດ
+ນັກປຸ້ນ
+ນັກປົກຄອງ
+ນັກເປົ່າແກ
+ນັກເປົ່າປີ່
+ນັກມວຍ
+ນັກລຳ
+ນັກເລງ
+ນັກເລງເຫຼົ້າ
+ນັກເລງອັນທະພານ
+ນັກແລ່ນ
+ນັກວິທະຍາກົນ
+ນັກເວົ້າ
+ນັກໜາ
+ນັກຫລິ້ນ
+ນັກຫຼິ້ນ
+ນັກຫຼິ້ນມະໂຫລີ
+ນັກຮ້ອງ
+ນັກຮ້ອງເພງ
+ນັກຮົບ
+ນັກຮົບທະຫານ
+ນັກຮຽນ
+ນັ່ງ
+ນັ່ງກິນນອນກິນ
+ນັ່ງຂັດສະມາທິ
+ນັງຄັນ
+ນັ່ງຄູ້ເຂົ່າ
+ນັ່ງຊີມ
+ນັ່ງທຳ
+ນັງນາດ
+ນັ່ງພັບແພບ
+ນັ່ງເມືອງ
+ນັ່ງຢອງຢໍ້
+ນັ່ງລົງ
+ນັ່ງຫຼິ້ນ
+ນັດ
+ນັດໂຊ
+ນັດດາ
+ນັດພົບ
+ນັດໝາຍ
+ນັນ
+ນັ້ນ
+ນັນທະ
+ນັນທີ
+ນັນນອງ
+ນັ້ນແລ
+ນັ້ນແຫຼະ
+ນັ້ນເອງ
+ນັບ
+ນັບຕູຮີມ
+ນັບແຕ່
+ນັບຖື
+ນັບທາລີ
+ນັບບໍ່ຖ້ວນ
+ນັບວ່າ
+ນັຟຕາ
+ນາ
+ນ່າ
+ນ້າ
+ນໍ່າ
+ນໍ້າ
+ນາກ
+ນາກສະດຸ້ງ
+ນາກປົກ
+ນໍ້າກ້ອນ
+ນໍ້າກະດິງ
+ນໍ້າກາມ
+ນໍ້າກ້າມ
+ນໍ້າກ້າມແຂງ
+ນໍ້າກົດ
+ນໍ້າກ້ຽງ
+ນໍ້າແກງ
+ນາໂກນ
+ນໍ້າຂອງ
+ນໍ້າຂົມ
+ນໍ້າຂ້ຽວ
+ນໍ້າເຂົ້າ
+ນໍ້າແຂງ
+ນາຄະ
+ນາຄະບາດ
+ນາຄະລາດ
+ນໍ້າຄັນ
+ນາຄາ
+ນໍ້າຄ້າງ
+ນໍ້າຄານ
+ນໍ້າຄາວປາ
+ນາຄາວະໂລກ
+ນໍ້າຄຳ
+ນາຄິນ
+ນາຄີ
+ນາໂຄ
+ນາງ
+ນ່າງ
+ນາງກວັກ
+ນາງກະສິງ
+ນາງກຳນັນ
+ນາງຄານ
+ນາງງາມ
+ນາງສະໜອງພະໂອດ
+ນາງສະໜົມ
+ນາງສາວ
+ນາງຊຽງ
+ນາງທໍລະນີ
+ນາງທຽມ
+ນາງນວນ
+ນາງນາດ
+ນາງນົມ
+ນາງໃນ
+ນາງຜະດຸງຄັນ
+ນາງແຝດ
+ນາງພະກຳນັນ
+ນາງພະຍາ
+ນາງພາວ
+ນາງຟ້າ
+ນາງເມືອງ
+ນາງແມງ
+ນາງໄມ້
+ນາງຣຸດ
+ນາງລວງ
+ນາງວັນ
+ນາງອົ້ວ
+ນາງເອກ
+ນາງໄອ່
+ນາງຮາມ
+ນໍ້າງື່ມ
+ນໍ້າງຽບ
+ນໍ້າຈັນ
+ນໍ້າຈັ້ນ
+ນໍ້າຈືດ
+ນໍ້າໃຈ
+ນາສາ
+ນໍ້າສ້າງ
+ນ້າສາວ
+ນາສິກ
+ນາສູ
+ນໍ້າສົມ
+ນໍ້າສົ້ມ
+ນໍ້າສຽງ
+ນໍ້າໃສໃຈຈິງ
+ນາຊອນ
+ນໍ້າຊັນ
+ນາຊາ
+ນໍ້າຊາ
+ນາຊາເຣັດ
+ນາຊ່າວ
+ນໍ້າຊຳ
+ນໍ້າຊິວອິ້ວ
+ນໍ້າຊີ
+ນາຊີຣີ
+ນໍ້າເຊາະ
+ນ້າເຊືອງ
+ນໍ້າເຊືອງ
+ນາແຊງ
+ນາໂຊນ
+ນໍ້າໄຊຍະບານ
+ນາຍ
+ນາຍກອງທັບ
+ນາຍຄຸກ
+ນາຍຄຸມ
+ນາຍຄູ
+ນາຍສາງ
+ນາຍສິບ
+ນາຍຊ່າງ
+ນາຍທະຫານ
+ນາຍທ້າຍ
+ນາຍທໍາມະສາລາ
+ນາຍທຶນ
+ນາຍນັກການ
+ນາຍບ້ານ
+ນາຍຜູ້ຍິງ
+ນາຍພັນ
+ນາຍພານ
+ນາຍພົນ
+ນາຍໂຣບີ
+ນາຍໜ້າ
+ນາຍເໜືອຫົວ
+ນາຍຫ້າສິບ
+ນາຍຮ້ອຍ
+ນາຍເຮືອ
+ນາຍິກາ
+ນາຍົກ
+ນາຍົກລັດຖະມຸນຕີ
+ນາຍົກລັດຖະມົນຕີ
+ນາດ
+ນາດຕະກຳ
+ນາດຕະສິນ
+ນໍ້າດ່າງ
+ນາດາບ
+ນາດຳ
+ນໍ້າດີ
+ນໍ້າດື່ມ
+ນາຕະ
+ນາຕະກຳ
+ນາຕະສິນ
+ນາຕະດົນຕີ
+ນໍ້າຕັບ
+ນໍ້າຕາ
+ນໍ້າຕານ
+ນໍ້າຕານຖ້ານບົນ
+ນໍ້າຕົກຕາດ
+ນໍ້າເຕົ້າ
+ນໍ້າເຕົ້າປ່າ
+ນໍ້າເຕົ້າປຸງ
+ນໍ້າແຕ້ມ
+ນາໂຕ
+ນໍ້າຖ້ວມ
+ນາທະນ້ອງ
+ນາທັນ
+ນໍ້າທາ
+ນໍ້າທ່າ
+ນາທານ
+ນາທາມ
+ນາທີ
+ນາທົ່ງ
+ນານ
+ນານດາ
+ນໍ້ານອງ
+ນານາ
+ນານາປະການ
+ນໍ່ານີ
+ນໍ້ານີ
+ນໍ້ານົມ
+ນໍ້ານົມແມວ
+ນໍ້ານົມລາຊະສີ
+ນໍ້າເນີນ
+ນໍ້າແນ້
+ນາບ
+ນາບຂູ່
+ນໍ້າບາດານ
+ນາບານ
+ນ້າບ່າວ
+ນາບີ
+ນໍ້າບີ
+ນໍ້າບີໝີ
+ນໍ້າບຸ້ນ
+ນໍ້າແບ່ງ
+ນໍ້າແບ້ນ
+ນາໂບດ
+ນໍ້າປາ
+ນໍ້າປາກ
+ນາປີ
+ນໍ້າເຜິ້ງ
+ນໍ້າຝົນ
+ນໍ້າພຣະໄທ
+ນໍ້າພຣະເນດ
+ນາພີ
+ນໍ້າພຸ
+ນໍ້າຟ້າໄຫຼຫຼາກ
+ນາຟິດ
+ນາເຟືອງ
+ນາມ
+ນ້າມ
+ນາມຄຸນ
+ນາມສະກຸນ
+ນາມສັກ
+ນາມສາຍາ
+ນາມຍົດ
+ນາມທຳທະດາ
+ນາມບັດ
+ນາມປາກກາ
+ນາມແຝງ
+ນາມມະຄຸນ
+ນາມມະຍົດ
+ນາມມະທຳ
+ນາມມະບັດ
+ນໍ້າມວກ
+ນາມະກອນ
+ນາມະທຳ
+ນາມະໄທ
+ນໍ້າມັນ
+ນໍ້າມັນຂຽວ
+ນໍ້າມັນຈັນ
+ນໍ້າມັນດິບ
+ນໍ້າມັນເຕົາ
+ນໍ້າມັນເບີ
+ນໍ້າມັນພາຍ
+ນໍ້າມັນມົນ
+ນໍ້າມັນລະກຳ
+ນໍ້າມັນລື່ງ
+ນໍ້າມັນຫອມ
+ນໍ້າມ້າ
+ນໍ້າມາກ
+ນາມາພິໄທ
+ນາມີບີ
+ນໍ້າມື
+ນໍ້າມູກ
+ນໍ້າມົນ
+ນໍ້າເມິກ
+ນໍ້າເມົາ
+ນໍ້າຢັ່ນ
+ນໍ້າຢາ
+ນາໂຢດ
+ນາຣະກິດ
+ນາລາ
+ນາລາຍ
+ນໍ້າລາຍ
+ນາລິກາ
+ນາລີ
+ນໍ້າລີກ
+ນາລີເວດວິທະຍາ
+ນາລົກ
+ນໍ້າລ້ຽງ
+ນາເລດ
+ນາແລ້ງ
+ນາວ
+ນ້າວ
+ນາວາ
+ນາວິກ
+ນາວິກະ
+ນາວິກະໂຍທິນ
+ນາວີ
+ນາເວດ
+ນໍ້າເວີນ
+ນໍ້າໜັກ
+ນໍ້າໜ້າ
+ນໍ້າໜຶ່ງໃຈດຽວກັນ
+ນໍ້າໝອກ
+ນໍ້າຫມອກ
+ນໍ້າໝາກ
+ນໍ້າໝາກກ້ຽງ
+ນໍ້າໝາກພິລາ
+ນໍ້າໝາກໄມ້
+ນາຫວ່ານ
+ນໍ້າຫວານ
+ນໍ້າຫອມ
+ນໍ້າຫາງ
+ນໍ້າຫີນບູນ
+ນາຫຼົ້ງ
+ນໍ້າເຫື່ອ
+ນໍ້າເຫຼືອງ
+ນໍ້າໄຫລ
+ນໍ້າໄຫຼ
+ນໍ້າອອກບໍ່
+ນໍ້າອ້ອຍ
+ນໍ້າອະງຸ່ນ
+ນໍ້າອະງຸ່ນສົ້ມ
+ນໍ້າອະສຸຈິ
+ນາອາມ
+ນາອາມາ
+ນາອາມານ
+ນາອາຣາຍ
+ນາອິນ
+ນໍ້າອູ
+ນາອູຣູ
+ນໍ້າອົບ
+ນໍ້າແອດ
+ນາໂອມີ
+ນໍ້າຮ້ອນ
+ນາຮາດ
+ນາຮາມ
+ນາຮາມານີ
+ນາຮາຣາຍ
+ນາຮາລານ
+ນາຮາລີເອນ
+ນາຮູມ
+ນາຮົກ
+ນາເຮື້ອ
+ນາໂຮ
+ນາາງຮ້ອງໃຫ້
+ນຳ
+ນ້ຳ
+ນ້ຳກ້ອນ
+ນຳກັນ
+ນ້ຳຄ້າງ
+ນໍາທາງ
+ນຳໂທດ
+ນຳພາ
+ນຳມາ
+ນຳມາໃຊ້
+ນ້ຳຢາ
+ນິກ
+ນິກແກນ
+ນິກຂະ
+ນິກຄະຫິດ
+ນິກອນ
+ນິກາຍ
+ນິກາຣາກວາ
+ນິໂກໂປລີ
+ນິໂກລາຍເຕ
+ນິຄະຫິດ
+ນິຄົນ
+ນິຄົມ
+ນິຄົມກະເສດ
+ນິຄົມລ້ຽງສັດ
+ນິໂຄດ
+ນິ່ງ
+ນິ້ງ
+ນິສມມານ
+ນິສາ
+ນິສາກອນ
+ນິສາການ
+ນິສາຄົມ
+ນິສາຊົນ
+ນິສາດ
+ນິສາທິ
+ນິສານ
+ນິສາບໍດີ
+ນິສີທະນະ
+ນິສີທະນາການ
+ນິໃສ
+ນິໄສ
+ນິຍພິທາ
+ນິຍາຍ
+ນິຍາມ
+ນິຍາມຄວາມໝາຍຂອງຄຳ
+ນິຍຸດ
+ນິຍົດ
+ນິຍົມ
+ນິດ
+ນິດຈະການ
+ນິດຈະສິນ
+ນິດສະໂຣກ
+ນິດສິດ
+ນິດໃສ
+ນິດໄສ
+ນິດຕະຍະພັດ
+ນິດທະເນ່ງ
+ນິຕະຍະສານ
+ນິຕິ
+ນິຕິກອນ
+ນິຕິການ
+ນິຕິກຳ
+ນິຕິສາດ
+ນິຕິສຳພັນ
+ນິຕິສົມມຸດ
+ນິຕິທຳ
+ນິຕິໄນ
+ນິຕິບັນຍັດ
+ນິຕິບຸກຄົນ
+ນິຕິພາວະ
+ນິຕິວິທະຍາສາດ
+ນິຕິເວດຊະສາດ
+ນິຕິເຫດ
+ນິເຕິຣ
+ນິທັດສະການ
+ນິທັດສະນະ
+ນິທານ
+ນິທິ
+ນິເທດ
+ນິເທດສາດ
+ນິນ
+ນິນທາ
+ນິນນະຫຸດ
+ນິນາເວ
+ນິບຊານ
+ນິບປະລິຍາຍ
+ນິບພານ
+ນິບພິທາ
+ນິບຮັດ
+ນິບາດ
+ນິພັນ
+ນິພານ
+ນິພົນ
+ນິ້ມ
+ນິມຊີ
+ນິມຟາ
+ນິມມານ
+ນິມມານະລະດີ
+ນິມມາລະດີ
+ນິມຣາ
+ນິມຣີມ
+ນິມໂຣດ
+ນິມິດ
+ນິມົນ
+ນິຣັນ
+ນິຣັນດອນ
+ນິລະ
+ນິລະຄຸນ
+ນິລະໂຄດ
+ນິລະໄຊ
+ນິລະຍະ
+ນິລະຍະບານ
+ນິລະທຸກ
+ນິລະເທດ
+ນິລະໂທດ
+ນິລະໂທດກຳ
+ນິລະນາມ
+ນິລະເນດ
+ນິລະພະມູ
+ນິລະພານ
+ນິລະໄພ
+ນິລະມິດ
+ນິລະມົນ
+ນິລັນ
+ນິລັນການ
+ນິລັນດອນ
+ນິລັນຕະລາຍ
+ນິລາ
+ນິລາໄສ
+ນິລາດ
+ນິລາພາດ
+ນິລາມິດ
+ນິລາໄລ
+ນິລຸດທະກະ
+ນິໂລດ
+ນິໂລທະສະມາບັດ
+ນິໂລບົນ
+ນິ້ວ
+ນິ້ວກ້ອຍ
+ນິວຊີແລນ
+ນິວເດນລີ
+ນິ້ວຕີນ
+ນິ້ວພຣະຫັດ
+ນິ້ວມື
+ນິວອນ
+ນິວັດ
+ນິວາດ
+ນິເວດ
+ນິເວດວິທະຍາ
+ນິຮົມ
+ນີ້
+ນີກາໂນ
+ນີໂກເຊຍ
+ນີໂກເຊັຍ
+ນີໂກເດມ
+ນີໂກໂປລີ
+ນີໂກລາ
+ນີໂກລາຍເຕ
+ນີໂກລາໂອ
+ນີເຄັນ
+ນີ້ງ
+ນີເຊ
+ນີເຊເຣຍ
+ນີເຕີຣ
+ນີ້ແທ້
+ນີນ
+ນີນທາ
+ນີນາ
+ນີເນເວ
+ນີ້ມ
+ນີມຊີ
+ນີມຟາ
+ນີ້ແມ່ນ
+ນີລົງ
+ນີເລ
+ນີ້ວ
+ນີວແດນລີ
+ນີ້ແຫຼະ
+ນີອູ
+ນີ້ເອງ
+ນຶກ
+ນຶກເຖິງ
+ນຶຍ
+ນືກ
+ນຸກນຸກ
+ນຸ່ງ
+ນຸ້ງ
+ນຸ່ງເຄື່ອງ
+ນຸ່ງໃສ່
+ນຸງນັງ
+ນຸ່ງຫົ່ມ
+ນຸ່ງເຫລັກ
+ນຸ່ງເຫຼັກ
+ນຸດ
+ນຸ່ນ
+ນຸມ
+ນຸ່ມ
+ນຸ້ມ
+ນູກູອາໂລຟາ
+ນູກົວໂລຟາ
+ນູນ
+ນູເນືອ
+ນູມ
+ນູແວນເຊລັງ
+ນົກ
+ນົກກໍລະວີກ
+ນົກກະຈອກ
+ນົກກະຈອກເທດ
+ນົກກະຈອກເທບ
+ນົກກະຈິບ
+ນົກກະສາ
+ນົກກະສາດໍາ
+ນົກກະເດືອນ
+ນົກກະແດບເດົ້າ
+ນົກກະຕົ້ວ
+ນົກກະທາ
+ນົກກະບາ
+ນົກກະບົວ
+ນົກກະລາການໍ້າ
+ນົກກະເຫວົ່າ
+ນົກກະອອກ
+ນົກກະແອກ
+ນົກກາ
+ນົກກາງແກ
+ນົກກາຍດ່າງ
+ນົກກາດໍາ
+ນົກການໍ້າ
+ນົກກາເວົາ
+ນົກກຸໂງກ
+ນົກກູ້ໂຕ່ງ
+ນົກກູ້ຫູກ
+ນົກກົກ
+ນົກກົກຄໍຄຳ
+ນົກກົກຄໍແດງ
+ນົກກົກຄໍເອີມ
+ນົກກົ້ນໂດກ
+ນົກເກັດຫອຍ
+ນົກແກງ
+ນົກແກ້ວ
+ນົກໄກ່ນາ
+ນົກຂໍ່
+ນົກຂວາ
+ນົກຂາວ
+ນົກຂີ້ຖີ່
+ນົກເຂົາ
+ນົກເຂົາຕູ້
+ນົກຄຸ້ມ
+ນົກເຄົ້າ
+ນົກເຄົ້າແມວ
+ນົກເຄົ້າແມວນ້ອຍ
+ນົກເຄົ້າໂມງ
+ນົກເຄົ້າໃຫຍ່
+ນົກຈອກ
+ນົກຈາບ
+ນົກຈິບ
+ນົກຈິບເຟືອງ
+ນົກຈີ່ຈູ້
+ນົກເຈົ່າ
+ນົກເຈົ່າດັ້ງ
+ນົກເຈົ່າຟານ
+ນົກແຈນແວນ
+ນົກສາລິກາ
+ນົກສີດາ
+ນົກຊຸມ
+ນົກແຊງ
+ນົກແຊວ
+ນົກຍຸງ
+ນົກແດບເດົ້າ
+ນົກຕ່ອງແຕ້
+ນົກຕະຫຼຸມ
+ນົກຕັງລໍ
+ນົກຕີວ
+ນົກຕູ້
+ນົກເຕັນ
+ນົກເຕັນສີ້ວ
+ນົກເຕັນຊີວ
+ນົກແຕນ
+ນົກຖົວ
+ນົກແທດ
+ນົກນາງນວນ
+ນົກເບ້ຍ
+ນົກປະຫິດ
+ນົກປະຫຽນ
+ນົກປິດ
+ນົກປືນ
+ນົກເປົ້າ
+ນົກຜາກ
+ນົກພິລາບ
+ນົກມູນທົ່ງ
+ນົກໝໍມ້າ
+ນົກຫັດສະດີລີງ
+ນົກເຫບ
+ນົກອໍຫຼໍ
+ນົກອອກ
+ນົກອຳພອນ
+ນົກອຳພາ
+ນົກອິນຊີ
+ນົກອ້ຽງ
+ນົກອ້ຽງໂມ່ງ
+ນົກແອ່ນ
+ນົກແຮ້ງ
+ນົກແຮ້ງໜວດແບ້
+ນົງ
+ນົງຄານ
+ນົງສີ
+ນົງເຍົາ
+ນົງຖ່າວ
+ນົງນຸດ
+ນົງພະງາ
+ນົງລັກ
+ນົງລໍ້າ
+ນົງໄວ
+ນົງຮາມ
+ນົດ
+ນົນ
+ນົບ
+ນົບນອບ
+ນົບນ້ອມ
+ນົບພະຄຸນ
+ນົບພະເຄາະ
+ນົບພະສົກ
+ນົບພະລັດ
+ນົບມື
+ນົມ
+ນົມຂຸ້ນ
+ນົມງົວ
+ນົມສາວ
+ນົມສົ້ມ
+ນົມຜາ
+ນົມລາຊະສີ
+ນົມໜູ
+ນົມໝາ
+ນົວ
+ນົວເນຍ
+ນົວລະສິ
+ນົວລະຊ້ອຍ
+ນົວລະພາກ
+ນົວລະອ້ວນ
+ນ່ຽງ
+ນຽນ
+ນ່ຽນ
+ນຽມ
+ເນ
+ເນກຂຳມະ
+ເນກະຕິບ
+ເນກາຕິພ
+ເນກາຕິຟ
+ເນການ
+ເນການຊາເຣັດເຊ
+ເນການຊາເຮັດເຊ
+ເນເກັບ
+ເນໂກ
+ເນໂກດາ
+ເນຄາຕິພ
+ເນສາດ
+ເນຊີຢາ
+ເນຍເມ
+ເນດຊິບ
+ເນດາບີຢາ
+ເນຕາຢິມ
+ເນໂຕຟາ
+ເນທານເນ
+ເນທານີອາ
+ເນທາເນນ
+ເນເທີແລນ
+ເນນ
+ເນບທາລີ
+ເນບັດ
+ເນບັດລາດ
+ເນບັນລາດ
+ເນບາຍ
+ເນບາໂຢດ
+ເນບຸກາດເນັດຊາ
+ເນບູກາດເນັດຊາ
+ເນບູຊັດບານ
+ເນບູຊາຣາດານ
+ເນໂບ
+ເນປານ
+ເນໂປ
+ເນຟີສີມ
+ເນຟຸເຊສີມ
+ເນເຟັກ
+ເນມິດຕະກະ
+ເນມິດຕະກະນາມ
+ເນມູເອນ
+ເນຣິ
+ເນຣີ
+ເນຣີຢາ
+ເນເຣ
+ເນໂຣ
+ເນລະຄຸນ
+ເນລະເທດ
+ເນລະມິດ
+ເນລະມິດຕະກະ
+ເນເຫມີຢາ
+ເນອາ
+ເນອາໂປລີ
+ເນອາຣິຢາ
+ເນອາຣີຢາ
+ເນອີເອນ
+ເນຮູຊະຕາ
+ເນຮູຊະຕານ
+ເນຮູຊາຕານ
+ເນຮູມ
+ເນຮົມຢາ
+ເນເຮມີຢາ
+ເນເຮລາມ
+ເນັກເທັກ
+ເນັ່ງ
+ເນັຍມີ
+ເນັ້ນ
+ເນັ້ນໜັກ
+ເນັບໂຕອາ
+ເນາະ
+ເນິນະ
+ເນີ
+ເນີ້ງ
+ເນີຍ
+ເນີຍແຂງ
+ເນີນ
+ເນີນພູ
+ເນືອ
+ເນື້ອ
+ເນື້ອຄວາມ
+ເນື້ອຄຳ
+ເນື້ອຄູ່
+ເນືອງ
+ເນື່ອງ
+ເນື່ອງຈາກ
+ເນືອງນອງ
+ເນືອງນັນ
+ເນືອງນິດ
+ເນື່ອງນິດ
+ເນື້ອງອກ
+ເນື້ອທີ່
+ເນື້ອແທ້
+ເນື້ອໃນ
+ເນື້ອຜ້າ
+ເນື້ອເພງ
+ເນື້ອແພງ
+ເນື້ອລະອຽດ
+ເນື້ອເລື່ອງ
+ເນື້ອໜັງ
+ເນື້ອໜັງມັງສາ
+ເນື້ອຫາ
+ເນື້ອຮ້ອງ
+ເນົາ
+ເນົ່າ
+ເນົ່ານຸມ
+ເນົ່າເປື່ອຍ
+ເນົາວະ
+ເນົາວະລັດ
+ເນົ່າເໝັນ
+ແນ
+ແນ່
+ແນ້
+ແນ່ງ
+ແນ່ໃຈ
+ແນ່ຊັດ
+ແນ່ແທ້
+ແນນ
+ແນ່ນອນ
+ແນ່ນອນແທ້
+ແນບ
+ແນບທ້າຍ
+ແນບນຳ
+ແນບນຽນ
+ແນມ
+ແນມເບິ່ງ
+ແນ່ແລ້ວ
+ແນວ
+ແນ່ວ
+ແນ້ວ
+ແນວເຂດ
+ແນວຄິດ
+ແນວທາງ
+ແນ່ວແນ່
+ແນວໜ້າ
+ແນວຫຼັງ
+ແນວຮົບ
+ແນວໂຮມ
+ແນະ
+ແນະນຳ
+ໂນ
+ໂນຄາ
+ໂນ້ຍ
+ໂນດ
+ໂນ໊ດ
+ໂນດາບ
+ໂນນ
+ໂນນດິນ
+ໂນນພູ
+ໂນບ
+ໂນບາ
+ໂນຟ
+ໂນຟາ
+ໂນມ
+ໂນ້ມ
+ໂນໂວ
+ໂນອາ
+ໂນອາດີຢາ
+ໂນແອນ
+ໂນແອ້ນ
+ໂນຮາ
+ໃນ
+ໃນຂະນະທີ່
+ໃນຂະນະນັ້ນ
+ໃນຂະນະນີ້
+ໃນຕາ
+ໃນໂຕ
+ໃນທີ່ສຸດ
+ໃນທີ່ນີ້
+ໃນນໍ້າ
+ໃນນາມ
+ໃນເບື້ອງຕົ້ນ
+ໄນ
+ໄນ່
+ໄນຍະນາ
+ໄນຍະເນດ
+ໄນໂຕຣເຈນ
+ໄນໂຣບີ
+ໄນລອນ
+ບໍ
+ບໍ່
+ບໍ່ເກີດ
+ບໍ່ແກ້ວ
+ບໍ່ຂາດສາຍ
+ບໍ່ຄ່ອຍ
+ບໍ່ຄໍານຶງ
+ບໍ່ເຄີຍ
+ບໍ່ຈິງ
+ບສນີເຮີເຊໂກວິນ
+ບໍ່ສັດຊື່
+ບໍ່ສຸພາບ
+ບໍ່ສູ້
+ບໍ່ຊ້າ
+ບໍຊາຜີ
+ບໍ່ຊື່ສັດ
+ບໍ່ດັ່ງນັ້ນ
+ບໍດິນ
+ບໍດີ
+ບໍ່ດົນ
+ບໍ່ໄດ້
+ບໍ່ໄດ້ເຂົ້າ
+ບໍ່ຖີ່ຖ້ວນ
+ບໍ່ທັນ
+ບໍ່ນໍ້າ
+ບໍ່ນໍ້າພຸ
+ບໍ່ເປັນຫຍັງ
+ບໍ່ພໍໃຈ
+ບໍພິດ
+ບໍ່ມີ
+ບໍ່ມີສາລະ
+ບໍ່ມີປະໂຫຍດ
+ບໍ່ຢາກ
+ບໍ່ຢຸດບໍ່ເຊົາ
+ບຣາຊາວວິນເລ
+ບຣາຊາວັນ
+ບຣາຊິນເລຍ
+ບຣາຊີນ
+ບຣາຊີເລີຍ
+ບຣາຕິດສະລາວາ
+ບໍຣິສຸດ
+ບຣຸກແຊນ
+ບຣູແຊນ
+ບຣູໄນ
+ບໍ່ແຣ່
+ບໍ່ລ້ອນ
+ບໍລະເທດ
+ບໍລະບວນ
+ບໍລະບູນ
+ບໍລະມັດ
+ບໍລະມັດຖະບາລະມີ
+ບໍລະມັດຖະປີດົກ
+ບໍລະເມສວນ
+ບລາຊະໂຕ
+ບໍລິກັບ
+ບໍລິການ
+ບໍລິກຳ
+ບໍລິກົມ
+ບໍລິຂານ
+ບໍລິຂານໂຈນ
+ບໍລິຄຳໄຊ
+ບໍລິຄົນ
+ບໍລິຄົນສົນທິ
+ບໍລິຈາກ
+ບໍລິຈາລິກາ
+ບໍລິຈາລົກ
+ບໍລິສັດ
+ບໍລິສັດຈຳກັດ
+ບໍລິສັດບໍ່ຈຳກັດ
+ບໍລິສັດມະຫາຊົນ
+ບໍລິສາດ
+ບໍລິສຸດ
+ບໍລິສຸດໃຈ
+ບໍລິເສດ
+ບໍລິເສທະການ
+ບໍລິຍາຍ
+ບໍລິນາຍົກ
+ບໍລິນາຍົກລັດ
+ບໍລິບວນ
+ບໍລິບານ
+ບໍລິບູນ
+ບໍລິບົດ
+ບໍລິພັດ
+ບໍລິພັນ
+ບໍລິພາຊິກາ
+ບໍລິພາຊົກ
+ບໍລິພາດ
+ບໍລິພານ
+ບໍລິພົນ
+ບໍລິໂພກ
+ບໍລິໂພກເຈດີ
+ບໍລິມາດ
+ບໍລິລັກ
+ບໍລິວັດ
+ບໍລິວາດ
+ບໍລິວານ
+ບໍລິເວນ
+ບໍລິເວນທ້ອງ
+ບໍລິຫານ
+ບໍລິຫານລາດຊະການ
+ບໍລົມ
+ບໍລົມມະທາດ
+ບໍລົມມະວົງ
+ບໍລົມມະອັດຖິ
+ບວກ
+ບວກກີນາຟາໂຊ
+ບວກເກັດ
+ບວງ
+ບ່ວງ
+ບ້ວງ
+ບວງສວງ
+ບ້ວງເຊືອກ
+ບ້ວງຮັດ
+ບ້ວງແຮ້ວ
+ບວຍ
+ບ່ວຍບ່ວຍ
+ບວດ
+ບ້ວນ
+ບວບ
+ບວມ
+ບວມຊໍ້າ
+ບວມຊ້ຳ
+ບໍວອນ
+ບໍວອນສາສະໜາ
+ບໍ່ວ່າ
+ບໍ່ໄວ້ວາງໃຈ
+ບໍ່ຫນຳຊໍ້າ
+ບໍ່ເໜັງ
+ບໍ່ຫົວຊາ
+ບໍ່ເຫືອດ
+ບໍ່ໃຫ້
+ບອ
+ບອກ
+ບອກກ່າວ
+ບອກແຈ້ງ
+ບອກສອນ
+ບອກປັດ
+ບອກຝັງ
+ບອກເລົ່າ
+ບອກວັດ
+ບອກວ່າ
+ບອກຫົນທາງ
+ບອງ
+ບ່ອງ
+ບ້ອງ
+ບ້ອງໜໍ່ໄມ້
+ບ້ອງຫູ
+ບອຍ
+ບ່ອຍ
+ບ້ອຍ
+ບ້ອຍວ່າ
+ບອດ
+ບອນ
+ບ່ອນ
+ບ້ອນ
+ບ່ອນໃດ
+ບ່ອນຕໍ່າ
+ບ່ອນນອນ
+ບ່ອນນັ່ງ
+ບ່ອນນັ່ງກາລຸນາ
+ບ່ອນນັ່ງແຫ່ງຄວາມກາລຸນາ
+ບ່ອນນັ້ນ
+ບ່ອນນີ້
+ບ່ອນບໍລິສຸດທີ່ສຸດ
+ບ່ອນບັງ
+ບອນບ້ຽວ
+ບ່ອນປຶກສາ
+ບ່ອນເຜົາ
+ບ່ອນຝັງສົບ
+ບ່ອນພັກ
+ບ່ອນພື້ນທີ່
+ບ່ອນພຽງ
+ບ່ອນເພິ່ງ
+ບ່ອນເພິ່ງພິງ
+ບ່ອນຢູ່
+ບ່ອນຢູ່ອາໄສ
+ບ່ອນລະນຶກ
+ບ່ອນລັບ
+ບອນລີວີ
+ບ່ອນວ່າການເມືອງ
+ບ່ອນວ່າງ
+ບອນໜາມ
+ບ່ອນຫວ່າງ
+ບ່ອນອີງ
+ບ່ອນຮາບພຽງ
+ບ່ອນຮາບພຽງສູງ
+ບ່ອນເຮັດວຽກ
+ບອບບາງ
+ບອມ
+ບ້ອມ
+ບໍ່ຮູ້ຂີ້ໝາຫຍັງ
+ບໍ່ຮູ້ສຸດ
+ບໍ້ຮູ້ໝົດ
+ບະ
+ບ໊ະ
+ບະຜີ
+ບະເລ
+ບະເລຊີນ
+ບະໝີ່
+ບັກ
+ບັກແທເຣຍ
+ບັກບັກກາ
+ບັກບຸກ
+ບັກບຸກີຢາ
+ບັກແບ່ນ
+ບັງ
+ບັ້ງ
+ບັງກລາເດດ
+ບັງກລາເດັດ
+ບັງກລາເທດ
+ບັງກອກ
+ບັງກາໂລ
+ບັງກີ
+ບັງເກີດ
+ບັງຄວນ
+ບັງຄັບ
+ບັງຄັບໃຈ
+ບັງຄັບບັນຊາ
+ບັງຄົນ
+ບັງຄົມ
+ບັງຈູນ
+ບັງສາດ
+ບັງສຸກຸນ
+ບັງສຸກຸລິກະ
+ບັ້ງສູດ
+ບັງສູນ
+ບັງແສງ
+ບັ້ງຍອກ
+ບັງດາເສຣີເບກາວັນ
+ບັງດາເຊຣີເບກາວັນ
+ບັງຕາ
+ບັງຕົມ
+ບັ້ງທີງ
+ບັງບຽດ
+ບັງໃບ
+ບັ້ງພຸ
+ບັງຟັນ
+ບັ້ງໄຟ
+ບັ້ງໄຟຕະໄລ
+ບັ້ງໄຟພຸ
+ບັ້ງເຢິ່ງ
+ບັງລົມ
+ບັ້ງລົມ
+ບັງໜ້າ
+ບັງຫລວງ
+ບັງຫຼວງ
+ບັ້ງຫຼາມ
+ບັງຫຽນ
+ບັ້ງແຫຼ້ງ
+ບັງອອນ
+ບັງອາດ
+ບັ້ງອົດ
+ບັງເອີນ
+ບັດ
+ບັດຊະລູດ
+ບັດເຊບາ
+ບັດເຊີນ
+ບັດນັ້ນ
+ບັດນີ້
+ບັດຣາບີມ
+ບັດແລກເງິນ
+ບັນ
+ບັ່ນ
+ບັ້ນ
+ບັນຈວບ
+ບັນຈະຖອນ
+ບັນຈຸ
+ບັນຈົງ
+ບັນຈົບ
+ບັນສັດ
+ບັນຊອນ
+ບັນຊາ
+ບັນຊາການ
+ບັນຊີ
+ບັນຊີເງິນ
+ບັນຊີຜີ
+ບັນເຊບາ
+ບັນຍັດ
+ບັນຍາກາດ
+ບັນຍາຍ
+ບັນດາ
+ບັນດາສັກ
+ບັນດານ
+ບັນດານໃຈ
+ບັນດິດ
+ບັນດົນ
+ບັນເດາະ
+ບັນໄດ
+ບັ້ນຕົ້ນ
+ບັນທອນ
+ບັ່ນທອນ
+ບັນທັດ
+ບັນທັດຖານ
+ບັນທຶກ
+ບັນທຸ
+ບັນທຸກ
+ບັນທຸກຳພະລະສີລາອາດ
+ບັນທຸກຳພົນ
+ບັນທູນ
+ບັນທົມ
+ບັນເທີງ
+ບັນເທົາ
+ບັນນະ
+ບັນນະສານ
+ບັນນະສາລາ
+ບັນນາການ
+ບັນນາທິການ
+ບັນນານຸກົມ
+ບັນນາລັກ
+ບັນນາຮັກ
+ບັນນາຮັກສາດ
+ບັ້ນປາຍ
+ບັນພະສະຕິ
+ບັນພະຊາ
+ບັນພະຊິດ
+ບັນພະບຸລຸດ
+ບັນພະບູລຸດ
+ບັນພົດ
+ບັນລະຍາຍ
+ບັນລັງ
+ບັນລື
+ບັນລຸ
+ບັນລຸຜົນ
+ບັນລູນ
+ບັນເລງ
+ບັນໂລມ
+ບັນໄລ
+ບັນຫາ
+ບັນຫາສັງຄົມ
+ບັນຫານ
+ບັ້ນແອວ
+ບັ້ນຮົບກູ້ກຽດ
+ບັ້ນຮົບສາມສອນ
+ບັ້ນຮົບທະນົງກຽດ
+ບັບຕິສະໂຕ
+ບັບຕິສະມາ
+ບັບຕິດສະມາ
+ບັບພະ
+ບັບພະຊາ
+ບັບພະຊາບັ້ນ
+ບັບພະຊິດ
+ບັບພະຕາ
+ບັບພາ
+ບັບພາຊະນິຍະກຳ
+ບັບພາວະດີ
+ບັອດ
+ບາ
+ບ່າ
+ບ້າ
+ບໍ້າ
+ບາກ
+ບາກບັ່ນ
+ບາກບາໂດສ
+ບາກບູດາ
+ບາກາ
+ບາກູ
+ບາໂກດ
+ບາຄານ
+ບາງ
+ບ່າງ
+ບ້າງ
+ບາງກໍລະນີ
+ບາງກອກ
+ບາງຂໍ້
+ບາງຄັ້ງ
+ບາງສິ່ງ
+ບາງຍາມ
+ບາງຕາ
+ບາງທີ
+ບ້າງທີ່
+ບາງທີບາງເທື່ອ
+ບາງເທື່ອ
+ບາງເບົາ
+ບາງຢ່າງ
+ບ່າງລໍ
+ບ່າງລົ້ວ
+ບາສະເກັດ
+ບາສີ
+ບາເສເຕີເຣ
+ບາຊ
+ບາຊານ
+ບາຊານຮາໂວດຢາອີ
+ບາຊິລາຍ
+ບາຊູກາ
+ບາເຊມາດ
+ບາຍ
+ບ່າຍ
+ບ້າຍ
+ບາຍິດ
+ບາດ
+ບາດກ້າວ
+ບາດຄ້ອນຍຸດທະສາດ
+ບາດເຈັບ
+ບາດເຈັບເສຍຫາຍ
+ບາດໃຈ
+ບາດສະກາ
+ບາດດຽວ
+ບາດດຽວເລີຍ
+ບາດຕາ
+ບາດເຕັ້ນ
+ບາດບໍລິຈາລິກາ
+ບາດແຜ
+ບາດລ້ຽວ
+ບາດວ່າ
+ບາດໝາງ
+ບາດຫຼວງ
+ບາດານ
+ບາຕໍ
+ບ້າຕາຍ
+ບາເຕຣີ
+ບາໄທ
+ບານ
+ບ່ານ
+ບ້ານ
+ບ້ານເກີດ
+ບ້ານເກີດເມືອງນອນ
+ບ້ານຂີ້ນາກ
+ບານຄັດ
+ບ້ານເຄີຍຢູ່ອູ່ເຄີຍນອນ
+ບ້ານຊ່ອງ
+ບານຕິກ
+ບານເຕະ
+ບ້ານແຕກແຊກຂາດ
+ບ້ານນອກ
+ບານບ້ວງ
+ບານປະຕູ
+ບານພະແນກ
+ບ້ານພັກ
+ບານພັບ
+ບ້ານເມືອງ
+ບ້ານເມືອງມີຂື່ມີແປ
+ບ້ານຮ້າງ
+ບ້ານເຮືອນ
+ບານາອາ
+ບານີ
+ບາບ
+ບ້າບໍ
+ບາບກຳ
+ບາບໜາ
+ບໍ່າບໍ່າ
+ບາບານ
+ບາບ່າວ
+ບາບີໂລນ
+ບາບຸນ
+ບາເບນ
+ບ່າເບື້ອ
+ບ້າມບ້າມ
+ບາມາ
+ບາມາໂກ
+ບາໂມດ
+ບາໂມດບາອານ
+ບາຣະຊາບາ
+ບາຣະຕີມາຍ
+ບາຣະໂທໂລມາຍ
+ບາຣະນາບາ
+ບາຣະເຢຊູ
+ບາຣະໂຢນາ
+ບາຣາກ
+ບາຣາເກນ
+ບາຣາຂີຢາ
+ບາຣາຕີມາຍ
+ບາຣາບາ
+ບາຣິຢາ
+ບາຣີຢາ
+ບາຣຸກ
+ບາເຣນ
+ບາເຣັນ
+ບາເຣັມ
+ບາລະມີ
+ບາລັງ
+ບາລາ
+ບາລາກ
+ບາລາດ
+ບາລາດານ
+ບາລານ
+ບາລາມີ
+ບາລາອາມ
+ບາລີ
+ບາລົງ
+ບາເລ
+ບ້າເລືອດ
+ບາແລ່ນ
+ບາວ
+ບ່າວ
+ບ່າວສາວ
+ບ່າວນາ
+ບ່າວໄພ່
+ບາວາຍ
+ບ້າໝູ
+ບາຫລອດ
+ບາຫຼອດ
+ບ່າໄຫຼ່
+ບາອາເສຢາ
+ບາອາຊາ
+ບາອານ
+ບາອານກາດ
+ບາອານຊາລິຊາ
+ບາອານເຊບູນ
+ບາອານເຊໂຟນ
+ບາອານຕາມາ
+ບາອານເບຣິດ
+ບາອານເປຣາຊີມ
+ບາອານເມໂອນ
+ບາອານຮາໂຊ
+ບາອານຮານານ
+ບາອານຮາໂມນ
+ບາອານເຮີໂມນ
+ບາອານາ
+ບາອາຣາ
+ບາອາຣາຍ
+ບາອາຣິດ
+ບາອາລາ
+ບາອາລາດ
+ບາອາລາດເບເອ
+ບາອາລິດ
+ບາອາເລ
+ບາແອວ
+ບາຮາມ
+ບາຮາມາດ
+ບາຮຸມ
+ບາຮູຣີມ
+ບາຮູຣູມ
+ບາຮຽນ
+ບຳ
+ບຳນານ
+ບຳບັດ
+ບໍາບາກ
+ບຳເພັນ
+ບໍາລຸກຮັກສາ
+ບຳລຸງ
+ບຳເລີ
+ບຳເໜັດ
+ບິ
+ບິກກາຍ
+ບິກທາ
+ບິກທານາ
+ບິກຣີ
+ບິກວາຍ
+ບິສເຄັກ
+ບິສຸ
+ບິຊາອິດ
+ບິດ
+ບິດກາ
+ບິດການ
+ບິດເກທາວ
+ບິດຊະທາ
+ບິດຊະລາມ
+ບິດຊາວ
+ບິດຕະລາດ
+ບິດບ້ຽວ
+ບິດເບືອນ
+ບິດໂຣນ
+ບິດອນ
+ບິດາ
+ບິດາມານດາ
+ບິນ
+ບິ່ນ
+ບິນກາ
+ບິນກາຍ
+ບິນຊານ
+ບິນດັດ
+ບິນທະ
+ບິນທະບາດ
+ບິນນຸຍ
+ບິນເຫາະ
+ບິນຮາ
+ບິນຮານ
+ບິເນອາ
+ບິບຫັດເຂົ້າ
+ບິແບ່ງ
+ບິມຮັນ
+ບິຣດເຈີທາວ
+ບິລຽດ
+ບິເລອາມ
+ບີ
+ບີ່
+ບີ້
+ບີແຂ່ງ
+ບີແຄ່ງ
+ບີງ
+ບີຊາ
+ບີຊີໂອທີອາ
+ບີດຮັດ
+ບີດາມານດາ
+ບີທາ
+ບີທີເນຍ
+ບີທີຢາ
+ບີນ
+ບີນກາ
+ບີນຮານ
+ບີບ
+ບີບເຂົ້າ
+ບີບຄັ້ນ
+ບີບບັງຄັບ
+ບີບຮັດ
+ບີບີຊີ
+ບີມຮັນ
+ບີລຽດ
+ບີໂລເລລຸດຊີ
+ບີໝີ
+ບີເອໂລລຸດຊີ
+ບີເອໂລລຸດເຊຍ
+ບຶກບືນ
+ບຶງ
+ບຶ້ງ
+ບຶງຕົມ
+ບຶງໄຟ
+ບຶດ
+ບຶດດຽວ
+ບຶດໜຶ່ງ
+ບຶ້ນ
+ບືກ
+ບືງ
+ບື້ງ
+ບືສິມ
+ບືດ
+ບືທະເລ
+ບືນ
+ບືນໂຕ
+ບືນເລິກ
+ບຸ
+ບຸກ
+ບຸກກີ
+ບຸກກີຢາ
+ບຸກຄະລະ
+ບຸກຄະລະກອນ
+ບຸກຄະລິກ
+ບຸກຄະລິກກະພາບ
+ບຸກຄົນ
+ບຸກຄົນນີ້
+ບຸກຄົນລົ້ມລະລາຍ
+ບຸກຕີ
+ບຸກທະລຸ
+ບຸກລຸກ
+ບຸກລຸກໂຈມຕີ
+ບຸກໜ້າ
+ບຸຄະລະ
+ບຸຄະລາກອນ
+ບຸຄະລິກະພາບ
+ບຸງ
+ບຸ່ງ
+ບຸ່ຍ
+ບຸ້ຍ
+ບຸດ
+ບຸດຂອງມະນຸດ
+ບຸດສະກອນ
+ບຸດສະຍາດົມ
+ບຸດສະບາ
+ບຸດສະບາກອນ
+ບຸດສະບາບັນ
+ບຸດສະບົງ
+ບຸດສະຫຍາ
+ບຸດສະຫຍາພິເສດ
+ບຸດສະຫຍາມາດ
+ບຸດສະໜາສະໜາມ
+ບຸດຊາຍ
+ບຸດຊາຍຍິງ
+ບຸດຕະລາດ
+ບຸດຕາ
+ບຸດຕີ
+ບຸດມະນຸດ
+ບຸດລູກ
+ບຸດຫົວປີ
+ບຸດແຫ່ງມະນຸດ
+ບຸຖຸຊົນ
+ບຸນ
+ບຸ່ນ
+ບຸນກາຣີ
+ບຸນກາຣີ່
+ບຸນກິນຈຽງ
+ບຸນເຂົ້າຈີ້
+ບຸນຄຸນ
+ບຸນຍະລາສີ
+ບຸນຍະລິດ
+ບຸນຍານຸພາບ
+ບຸນຍາພິສັງຂານ
+ບຸນຍາພິນິຫານ
+ບຸນຕະລິກ
+ບຸນທຳ
+ບຸນທຳກຳແຕ່ງ
+ບຸນທິນິ
+ບຸນນາກ
+ບຸນນີ
+ບຸນມາວາດສະໜາສົ່ງ
+ບຸບ
+ບຸບບັບ
+ບຸບຜາ
+ບຸບພະ
+ບຸບພະກາລີ
+ບຸບພະກຳ
+ບຸບພະຊາດ
+ບຸບພະນິມິດ
+ບຸບພະບົດ
+ບຸບພະເປຕະພະລີ
+ບຸບພະຜັນລະຄຸ
+ບຸບພະພາກ
+ບຸບພະພິດ
+ບຸບພະວິເທຫະ
+ບຸບພັນຊາດ
+ບຸບພັນທະສະໄໝ
+ບຸບພາຈານ
+ບຸບພາສາດ
+ບຸບເພ
+ບຸບເພສັນນິວາດ
+ບຸບເພນິວາສະນຸດສະຕິຍານ
+ບຸບໂພ
+ບຸ້ມ
+ບຸລະ
+ບຸລະນະ
+ບຸລະພາ
+ບຸລະພາຈານ
+ບຸລັດຖິມະທິດ
+ບຸລິນ
+ບຸລິມະສິດ
+ບຸລິມະທິດ
+ບຸລິມະພັນສາ
+ບຸລີ
+ບຸລຸດ
+ບຸຫຼີ່
+ບຸຮານ
+ບຸຮານນະທຸຕິຍິກາ
+ບຸຮົມ
+ບູ
+ບູ່
+ບູ້
+ບູກາແຣັດ
+ບູຈູມບູຣາ
+ບູຊະນີຍະ
+ບູຊາ
+ບູຊາຍັນ
+ບູຊາໂມທະນາ
+ບູຊີ
+ບູເຊ
+ບູດ
+ບູດດາແປັດສ໌
+ບູດເນົ່າ
+ບູດບ້ຽວ
+ບູດາແປັດ
+ບູຖານ
+ບູນ
+ບູນາ
+ບູບ
+ບູຢູມບູຣານ
+ບູຣູນດີ
+ບູລອງ
+ບູລະນະ
+ບູລະນະພາບ
+ບູລະພາ
+ບູລະພາສາດ
+ບູລຸດ
+ບູເລ
+ບູເອໂນແຊ
+ບູແອນນັອດອາຍເຮສ
+ບູຮານ
+ບູຮານຄະດີ
+ບູຮານຄະດີວິທະຍາ
+ບູຮານສະຖານ
+ບູຮານນະການ
+ບູຮານນະຄະດີ
+ບູຮານວັດຖຸ
+ບູຮານະການ
+ບົກ
+ບົກບາງ
+ບົກຜ່ອງ
+ບົກພ່ອງ
+ບົງ
+ບົ່ງ
+ບົ້ງ
+ບົງການ
+ບົ້ງກື
+ບົງກົດ
+ບົ້ງໂກ່
+ບົ້ງຂູລູ
+ບົ້ງຂົນ
+ບົງຄວນ
+ບົ້ງຄືບ
+ບົງຄົມ
+ບົ້ງແປ່ມ
+ບົງຜັນ
+ບົ້ງມັ່ງ
+ບົ້ງເລັນ
+ບົ້ງຫານ
+ບົດ
+ບົດກອນ
+ບົດກົດໝາຍ
+ບົດຄວາມ
+ບົດຄໍ່າຄວນ
+ບົດສໍນີ
+ບົດສະວານາ
+ບົດສັນລະເສີນ
+ບົດສຸພາສິດ
+ບົດບັນຍັດ
+ບົດບັນທຶກ
+ບົດບາດ
+ບົດປະພັນ
+ບົດເພງ
+ບົດລະຄອນ
+ບົດລະບັດ
+ບົດຮຽນ
+ບົດແຮກ
+ບົນ
+ບົ່ນ
+ບົນບານ
+ບົນເມກ
+ບົມ
+ບົ່ມ
+ບົ່ມຊ້ອນ
+ບົວ
+ບົ່ວ
+ບົວຂີ້ແບ້
+ບົວທອງ
+ບົວນາງ
+ບົວນິນ
+ບົວບົກ
+ບົວແບ້ງ
+ບົວຜັນ
+ບົວມາດ
+ບົວລອຍ
+ບົວລະບັດ
+ບົວລະພາ
+ບົວຫຼວງ
+ບົວໄຫຼ
+ບົວະ
+ບຼາຊະໂຕ
+ບ່ຽງ
+ບ່ຽງບັງ
+ບ່ຽງບ່າຍ
+ບ່ຽງບ້າຍ
+ບຽດ
+ບຽດສຽດ
+ບຽດຍຶດ
+ບຽດບຽນ
+ບຽນ
+ບ່ຽນ
+ບ້ຽນ
+ບ້ຽວ
+ບ້ຽວບ່ຽງ
+ບ້ຽວເຫຼ້ງເສ້ງ
+ເບ
+ເບ້
+ເບກາ
+ເບໂກຣັດ
+ເບເຄ
+ເບເງ
+ເບສາຍ
+ເບເສ
+ເບໂສເດຢາ
+ເບໂສເຣ
+ເບຊາຍ
+ເບຊາເລນ
+ເບເຊ
+ເບເຊັກ
+ເບຍ
+ເບ້ຍ
+ເບ້ຍບຳນານ
+ເບ້ຍໂບກ
+ເບ້ຍປະຊຸມ
+ເບ້ຍລ້ຽງ
+ເບດສະບອນ
+ເບດັດ
+ເບດານ
+ເບເດຢາ
+ເບຕາ
+ເບເຕັນ
+ເບໂຕນີມ
+ເບທູເອນ
+ເບເທີ
+ເບນ
+ເບນກຣາດ
+ເບນຊັດຊາເຣ
+ເບນເຕຊັດຊາເຣ
+ເບນເນີວິດ
+ເບນໂມປັນ
+ເບນຢາ
+ເບນາຢາ
+ເບນີເກ
+ເບນີນ
+ເບນີນູ
+ເບເນເບຣັກ
+ເບເນຢາອາການ
+ເບແນັງ
+ເບໂນ
+ເບໂນບ
+ເບບາຍ
+ເບເບ
+ເບ່ມ
+ເບຣາ
+ເບຣາກາ
+ເບຣາຢາ
+ເບຣິ
+ເບຣິດ
+ເບຣິອາ
+ເບຣີ
+ເບຣຸດ
+ເບຣົາ
+ເບເຣກີຢາ
+ເບເຣຍ
+ເບເຣັດ
+ເບແຣັງ
+ເບໂຣທາ
+ເບໂຣທາຍ
+ເບລາ
+ເບລາຣຸດ
+ເບລາຣຸດສ
+ເບລິດ
+ເບລີອານ
+ເບອາລີຢາ
+ເບອາໂລດ
+ເບເອ
+ເບເອເຊບາ
+ເບເອນຊາບາ
+ເບເອນເຊບຸດ
+ເບເອນເຊບຸບ
+ເບເອນເຊບູນ
+ເບເອຣາ
+ເບເອຣີ
+ເບເອໂຣດ
+ເບເອລີຢາດາ
+ເບເອເອລີມ
+ເບເອັດເຕຣາ
+ເບໂອ
+ເບໂອນ
+ເບເຮໂມດ
+ເບະ
+ເບັງ
+ເບັ່ງ
+ເບັງສະຫາວ
+ເບັງຊອນ
+ເບັ່ງບານ
+ເບັ້ຍ
+ເບັ້ຍລ້ຽງ
+ເບັດ
+ເບັດກາເດ
+ເບັດກາມູນ
+ເບັດກິນການ
+ເບັດຄາ
+ເບັດສາທາ
+ເບັດຊາທາ
+ເບັດຊານ
+ເບັດຊາອີດາ
+ເບັດຊີດຕາ
+ເບັດຊູເຣ
+ເບັດເຊເມັດ
+ເບັດເຊອານ
+ເບັດດາໂກນ
+ເບັດດິບລາທາຢິມ
+ເບັດດິບລາທາຢີມ
+ເບັດຕະເຫຼັດ
+ເບັດຕັບປົວ
+ເບັດຕຶກ
+ເບັດທານີ
+ເບັດທາເນຍ
+ເບັດນິມຣາ
+ເບັດບາຣາ
+ເບັດບາອານເມໂອນ
+ເບັດບີຣີ
+ເບັດເບັດມາອາກາ
+ເບັດປັດເຊັດ
+ເບັດເປເລັດ
+ເບັດເປໂອ
+ເບັດຟາເຄ
+ເບັດມັກກາໂບດ
+ເບັດມິນໂລ
+ເບັດເມໂອນ
+ເບັດເຢຊີໂມດ
+ເບັດຣາຟາ
+ເບັດເຣໂຮບ
+ເບັດເລບາໂອດ
+ເບັດເລອາຟະຣາ
+ເບັດເລເຮັມ
+ເບັດຫວີດ
+ເບັດອາຊະມາເວດ
+ເບັດອານາດ
+ເບັດອາໂນດ
+ເບັດອາເບນ
+ເບັດອາຣາບາ
+ເບັດອາຣາມ
+ເບັດອາເວນ
+ເບັດອູນ
+ເບັດອູມ
+ເບັດເອດເຊັນ
+ເບັດເອເດັນ
+ເບັດເອນ
+ເບັດເອເມັກ
+ເບັດເອັດເຊັນ
+ເບັດຮັກເຄເຣັມ
+ເບັດຮາຣານ
+ເບັດຮາຣາມ
+ເບັດໂຮກລາ
+ເບັດໂຮໂຣນ
+ເບັນ
+ເບັນເກເບີ
+ເບັນຈະ
+ເບັນຈະກັນລະຍານີ
+ເບັນຈະກາມະຄຸນ
+ເບັນຈະຂັນ
+ເບັນຈະສິນ
+ເບັນຈະສຸລະທິນ
+ເບັນຈະສົກ
+ເບັນຈະທຳ
+ເບັນຈະພັນ
+ເບັນຈະພົນ
+ເບັນຈະເພດ
+ເບັນຈາງ
+ເບັນຈາງຄະປະດິດ
+ເບັນໂຊເຮັດ
+ເບັນເດເກ
+ເບັນຢາມິນ
+ເບັນຢາມີນ
+ເບັນອາບີນາດາບ
+ເບັນອຳມີ
+ເບັນໂອນີ
+ເບັນຮາຍ
+ເບັນຮາດັດ
+ເບັນຮານັນ
+ເບັນຮິນໂນມ
+ເບັນຮູເຣ
+ເບັນເຮເສັດ
+ເບາະ
+ເບິ່ງ
+ເບິ່ງກວາດ
+ເບິ່ງກ່ອນ
+ເບິ່ງເກິ
+ເບິ່ງຂ້າມ
+ເບິ່ງຄື
+ເບິ່ງຄືວ່າ
+ເບິ່ງຊື່ຊື່
+ເບິ່ງຍາກ
+ເບິ່ງແຍງ
+ເບິ່ງເຖີດ
+ເບິ່ງທ້ອນ
+ເບິ່ງບໍ່ເຫັນ
+ເບິ່ງໄປຊັ້ນແລ້ວ
+ເບິ່ງໄປເບິ່ງມາ
+ເບິ່ງເຜີນເຜີນ
+ເບິ່ງພໍເອົາຮີດ
+ເບິ່ງພາດພີດ
+ເບິ່ງມັບແມັບ
+ເບິ່ງມົກມົກ
+ເບິ່ງແມ
+ເບິ່ງແມ໋
+ເບິ່ງລ້າ
+ເບິ່ງລົກໂລ້
+ເບິ່ງໄວ້
+ເບິ່ງຫາ
+ເບິ່ງເຫັນ
+ເບິ່ງຮວາດຮີດ
+ເບິນ
+ເບີ
+ເບີກ
+ເບີກຄວາມ
+ເບີກເງິນ
+ເບີກທາງ
+ເບີກບານ
+ເບີກບານໃຈ
+ເບີກພະຍານ
+ເບີກພະເນດ
+ເບີກລ່ອງ
+ເບີກໂລງ
+ເບີກໂຮງ
+ເບີ່ງ
+ເບີຍ
+ເບີ້ຍ
+ເບີດ
+ເບືອ
+ເບື່ອ
+ເບື້ອງ
+ເບື້ອງຂົວ
+ເບື້ອງຊ້າຍ
+ເບື້ອງຕົ້ນ
+ເບື້ອງເທິງ
+ເບື້ອງນັ້ນ
+ເບື້ອງປາຍ
+ເບື້ອງລາຊະການ
+ເບື້ອງລຸ່ມ
+ເບື້ອງໜ້າ
+ເບື້ອງຫລັງ
+ເບື້ອງຫຼັງ
+ເບື່ອຍ
+ເບືອນ
+ເບື່ອນ່າຍ
+ເບື່ອໜ່າຍ
+ເບົາ
+ເບົ່າ
+ເບົ້າ
+ເບົາໃຈ
+ເບົ້າຕາ
+ເບົາບາງ
+ເບົາປັນຍາ
+ເບົາຫວານ
+ເບຼຊິນ
+ແບ
+ແບ້
+ແບກ
+ແບກເນີ
+ແບກແລງ
+ແບກຫາບ
+ແບ່ງ
+ແບ່ງສ່ວນ
+ແບ່ງແຍກ
+ແບ່ງປັນ
+ແບ່ງອອກ
+ແບດເຕີຮາວ
+ແບນ
+ແບ່ນ
+ແບ້ນ
+ແບນກຣາດ
+ແບນຊິກ
+ແບນຊີນ
+ແບນໂມປັງ
+ແບບ
+ແບບໂຄະເຄະ
+ແບບຈໍາລອງ
+ແບບສະບັບ
+ແບບໃດ
+ແບບແຜນ
+ແບບພິມ
+ແບບຢ່າງ
+ແບບລັກຊະນະ
+ແບບລຽບງ່າຍ
+ແບບຮູບ
+ແບ້ປ່າ
+ແບ້ຜູ້
+ແບມື
+ແບ້ແມ່
+ແບ້ຮັບບາບ
+ແບະ
+ແບັກແດດ
+ແບັກແດັດ
+ແບັກແລັງ
+ໂບ
+ໂບກ
+ໂບກຂະລະນີ
+ໂບກຂະລະພັດ
+ໂບກໂຊຍ
+ໂບກີມ
+ໂບເກຣູ
+ໂບໂກຕາ
+ໂບຊະກາດ
+ໂບຊະຣາ
+ໂບເຊັດ
+ໂບດ
+ໂບນັສ
+ໂບມ
+ໂບຣານ
+ໂບລີວີ
+ໂບອະເນເຄ
+ໂບອາຊານ
+ໂບອາດ
+ໂບຮານ
+ໃບ
+ໃບ້
+ໃບຂັບຂີ່
+ໃບສະເໜີ
+ໃບສັ່ງ
+ໃບສັ່ງຈ່າຍ
+ໃບສຸດທິ
+ໃບຊາຕາ
+ໃບດີກາ
+ໃບຕານ
+ໃບປິວ
+ໃບປົກ
+ໃບເປິກ
+ໃບພັດ
+ໃບມອບສິດ
+ໃບໄມ້
+ໃບໄມ້ປົ່ງ
+ໃບຢັ້ງຢືນ
+ໃບລະກາ
+ໃບລາ
+ໃບລາຍເກີດ
+ໃບລາຍງານ
+ໃບໜອນໜ່າຍ
+ໃບໜ້າ
+ໃບຫຸ້ນ
+ໃບຫູຊ້າງ
+ໃບຮັບ
+ໃບຮັບຮອງ
+ໄບ
+ໄບ່
+ໄບ້
+ໄບການ
+ໄບຣອັນ
+ປໍ
+ປໍ້
+ປໍກະເຈົາ
+ປໍກະສາ
+ປດຫູໝາດ
+ປຣາກ
+ປຣາຍຢາ
+ປຣາຍວາ
+ປຣິສນາ
+ປຣູໂຕນຽມ
+ປລອດ
+ປໍລະປັກ
+ປໍລະປັກຕໍ່ພຣະຄຣິສ
+ປໍລະປັນ
+ປລາສຕິກ
+ປວກ
+ປວກນໍ້ານອງ
+ປວງ
+ປ່ວງ
+ປ່ວງບ້າ
+ປ່ວຍ
+ປ່ວຍການ
+ປ່ວຍໄຂ້
+ປ່ວຍໂຊ
+ປວດ
+ປວດເຈັບ
+ປວດໃຈ
+ປວດທ້ອງຂີ້
+ປວດທ້ອງຍ່ຽວ
+ປວດເມື່ອຍ
+ປວດລ້າວ
+ປ່ວນ
+ປ່ວນປັ່ນ
+ປອກ
+ປອກຂາ
+ປອກແຂນ
+ປອກຄໍ
+ປອກຕຸຍການ
+ປອກຕູກີສ
+ປອກໂຕ
+ປອກເປືອກ
+ປອກມື
+ປອກລຸຍ
+ປອກອອຟສະເປນ
+ປອກອູແປຣງເຊ
+ປອງ
+ປ່ອງ
+ປ້ອງ
+ປ້ອງກັນ
+ປອງຂ້າ
+ປອງດອງ
+ປ່ອງໄຟ
+ປ່ອງຢ້ຽມ
+ປ້ອງລໍ່
+ປອງຮ້າຍ
+ປອຍ
+ປ່ອຍ
+ປ້ອຍ
+ປ່ອຍເງິນ
+ປ່ອຍໃຈ
+ປ່ອຍເສືອເຂົ້າປ່າ
+ປ່ອຍຕົວ
+ປ່ອຍໂຕປ່ອຍໃຈ
+ປ່ອຍປະລະເລີຍ
+ປ່ອຍປາລົງນໍ້າ
+ປ່ອຍຫຼ່ອຍ
+ປ່ອຍອ່ຽນລົງຕົມ
+ປອດ
+ປອດໂກຣີກາ
+ປອດທະຫານ
+ປອດໂປ່ງ
+ປອດໄພ
+ປອດໂມແຣສບາຍ
+ປອດລຸຍ
+ປອດວີລາ
+ປອດອັອບສເປັນ
+ປອນ
+ປ່ອນ
+ປ້ອນ
+ປ່ອນຫົວອອກ
+ປອບ
+ປອບໃຈ
+ປອມ
+ປ່ອມ
+ປ້ອມ
+ປ້ອມສູ້ຮົບ
+ປອມຕົວ
+ປ້ອມປາການ
+ປອມແປງ
+ປ້ອມໝັ້ນ
+ປະ
+ປະກໍລະນັງ
+ປະກວດ
+ປະກອນ
+ປະກອບ
+ປະກອບດ້ວຍ
+ປະກະລະນັງ
+ປະກັນ
+ປະກັນສັງຄົມ
+ປະກັນຊີວິດ
+ປະກັນຕົວ
+ປະກັນໄພ
+ປະກັບ
+ປະກາສະນິຍະບັດ
+ປະກາສະນີຍະບັດ
+ປະກາສິດ
+ປະກາຍ
+ປະກາຍໄຟ
+ປະກາດ
+ປະກາດຂ່າວ
+ປະກາດສະນິຍະບັດ
+ປະການ
+ປະການໃດ
+ປະການໃດປະການໜຶ່ງ
+ປະກາລັງ
+ປະກຳ
+ປະກິດ
+ປະກິນນະກະ
+ປະກົດ
+ປະກົດການ
+ປະກົດຄື
+ປະໂກະ
+ປະໄກຫະ
+ປະຄອງ
+ປະຄັດ
+ປະຄ້າງ
+ປະເຄນ
+ປະໂຄນ
+ປະໂຄມ
+ປະຈວບ
+ປະຈັກ
+ປະຈັກແຈ້ງ
+ປະຈັນ
+ປະຈັນຕະ
+ປະຈັນຕະຄາມ
+ປະຈັນຕະຊົມນະບົດ
+ປະຈັນຕະປະເທດ
+ປະຈັນບານ
+ປະຈານ
+ປະຈຳ
+ປະຈຳການ
+ປະຈໍາເດືອນ
+ປະຈຳຕົວ
+ປະຈຳປີ
+ປະຈຳເມືອງ
+ປະຈໍາລາສີ
+ປະຈຳວັນ
+ປະຈິດ
+ປະຈິມ
+ປະຈຸ
+ປະຈຸບັນ
+ປະຈຸບັນທັນດ່ວນ
+ປະຈົກ
+ປະຈົງ
+ປະຈົນໄພ
+ປະຈົບ
+ປະຈົບປະແຈງ
+ປະເຈີດ
+ປະແຈ
+ປະແຈງ
+ປະສະຈາກ
+ປະສາ
+ປະສາດ
+ປະສາດຫຼອນ
+ປະສານ
+ປະສານສຽງ
+ປະສານເຫຼົ່າ
+ປະສິດ
+ປະສິດທິຜົນ
+ປະສິດທິພາບ
+ປະສິດປະສາດ
+ປະສິລະນັນ
+ປະສຸ
+ປະສຸສັດ
+ປະສູດ
+ປະສົກ
+ປະສົງ
+ປະສົງຮ້າຍ
+ປະສົບ
+ປະສົບການ
+ປະສົບການນິຍົມ
+ປະສົມ
+ປະສົມພັນ
+ປະເສເພ
+ປະເສີດ
+ປະໄສ
+ປະໄສຫະ
+ປະໄສຫາການ
+ປະຊວງສາທາລະນະສຸກ
+ປະຊວນ
+ປະຊັນ
+ປະຊາ
+ປະຊາກອນ
+ປະຊາກອນສາດ
+ປະຊາກອນອິດສະຣາເອນ
+ປະຊາຄົມ
+ປະຊາສົງເຄາະ
+ປະຊາຊາດ
+ປະຊາຊົນ
+ປະຊາທິປະໄຕ
+ປະຊາທິປະໄຕສັງຄົມນິຍົມ
+ປະຊາທິປະໄຕທຶນນິຍົມ
+ປະຊາທິປະໄຕລວມສູນ
+ປະຊານາດ
+ປະຊາບໍດີ
+ປະຊາບານ
+ປະຊາພິບານ
+ປະຊາມະຕິ
+ປະຊາລາດ
+ປະຊິດ
+ປະຊຸມ
+ປະຊຸມສຸດຍອດ
+ປະຊຸມລັບ
+ປະເຊີນ
+ປະເຊີນໄພ
+ປະເຊີນໜ້າ
+ປະຍຸກ
+ປະຍຸດ
+ປະຍູນ
+ປະດັບ
+ປະດັບກາຍ
+ປະດັບປະດາ
+ປະດາ
+ປະດາຕົວ
+ປະດິກິລິຍາ
+ປະດິດ
+ປະດິດສະຖານ
+ປະດິດຖະກຳ
+ປະດິດທຳ
+ປະດຸດດັ່ງ
+ປະດົງ
+ປະດຽວ
+ປະເດັນ
+ປະເດີມ
+ປະຕະອັດ
+ປະຕັກ
+ປະຕິ
+ປະຕິກອນ
+ປະຕິການ
+ປະຕິກິລິຍາ
+ປະຕິກຸນ
+ປະຕິຄະ
+ປະຕິຄາຫົກ
+ປະຕິຄົມ
+ປະຕິຈາກ
+ປະຕິສັງຂອນ
+ປະຕິສັນຖານ
+ປະຕິສຳພິທາ
+ປະຕິສົງຄາມ
+ປະຕິສົນທິ
+ປະຕິເສດ
+ປະຕິເສດຂ່າວ
+ປະຕິຍານ
+ປະຕິຍຸດ
+ປະຕິທິນ
+ປະຕິທີນ
+ປະຕິບັດ
+ປະຕິບັດການ
+ປະຕິບັດງານ
+ປະຕິບັດຕາມ
+ປະຕິບັດທຳ
+ປະຕິບົດ
+ປະຕິປະທາ
+ປະຕິປັກ
+ປະຕິພັດ
+ປະຕິພາກ
+ປະຕິພາກະວີ
+ປະຕິພາຄະນິມິດ
+ປະຕິພານະກະວີ
+ປະຕິມາ
+ປະຕິມາກອນ
+ປະຕິຣູບປະເທດ
+ປະຕິລາກາດ
+ປະຕິໂລມ
+ປະຕິວັດ
+ປະຕິວາດ
+ປະຕິເວດ
+ປະຕິຫານ
+ປະຕິຮູບ
+ປະຕິຮູບປະເທດ
+ປະຕຸລາ
+ປະຕູ
+ປະຕູກົ່ງ
+ປະຕູໂຂງ
+ປະຕູໂຄ້ງ
+ປະຕູນໍ້າ
+ປະຕູປ່າ
+ປະຕູເມືອງ
+ປະຕູເມືອງໃດປະຕູເມືອງໜຶ່ງ
+ປະຕູຮົ້ວ
+ປະຕູເຮືອນ
+ປະຕົວ
+ປະໂຕບາ
+ປະໂຕເລມາຍ
+ປະໄຕ
+ປະຖະພີ
+ປະຖະມະ
+ປະຖານ
+ປະຖິ້ມ
+ປະຖີ້ມ
+ປະຖົມ
+ປະຖົມກຳ
+ປະຖົມຍາມ
+ປະຖົມນິເທດ
+ປະຖົມບຸລຸດ
+ປະຖົມປັດໄຈ
+ປະຖົມມະກັບ
+ປະຖົມມະການ
+ປະຖົມມະສົມໂພດ
+ປະຖົມມະຊານ
+ປະຖົມມະເທສະໜາ
+ປະຖົມມະໂພທິການ
+ປະຖົມມະລືກ
+ປະຖົມມະເລີກ
+ປະຖົມມະໄວ
+ປະຖົມໄວ
+ປະຖົມເຫດ
+ປະທ້ວງ
+ປະທວນ
+ປະທະ
+ປະທະກະຖາ
+ປະທະກັນ
+ປະທັກຂິນ
+ປະທັກສິນ
+ປະທັງ
+ປະທັດ
+ປະທັດຖານ
+ປະທັບ
+ປະທັບກາ
+ປະທາຍ
+ປະທາຍເພັດ
+ປະທານ
+ປະທານາທິບໍດີ
+ປະທານຸກົມ
+ປະທຳ
+ປະທິບ
+ປະທີບ
+ປະທຸ
+ປະທຸສະຮ້າຍ
+ປະທຸດສະຮ້າຍ
+ປະທຸມ
+ປະທູບ
+ປະເທດ
+ປະເທດຊາດ
+ປະເທືອງ
+ປະໂທ
+ປະນອມ
+ປະນັດດາ
+ປະນາມ
+ປະນິທານ
+ປະນິທິນ
+ປະນິປະນອມ
+ປະນີ
+ປະນີດ
+ປະນົມ
+ປະເນື້ອ
+ປະປ່ອຍ
+ປະປາ
+ປະປົນ
+ປະປຽວ
+ປະໄປ
+ປະຜະ
+ປະພັດສອນ
+ປະພັນ
+ປະພາ
+ປະພາກອນ
+ປະພາຄານ
+ປະພາດ
+ປະພານ
+ປະພາມົນທົນ
+ປະພຶດ
+ປະພຶດຕາມ
+ປະພືດ
+ປະເພດ
+ປະເພນິຍົມ
+ປະເພນີ
+ປະມວນ
+ປະມວນພາສາ
+ປະມວນວັດຈະນະ
+ປະມ່າ
+ປະມານ
+ປະມານຕົນ
+ປະມຸກ
+ປະມຸກລັດ
+ປະມູນ
+ປະມົງ
+ປະເມີນ
+ປະຢັດ
+ປະຣາໄຊ
+ປະໂຣຕົງ
+ປະໂຣໂຕໂນໂວ
+ປະໄຣ່
+ປະໄຣໂຕຣຽນ
+ປະລະ
+ປະລະສະຕິກ
+ປະລະໄນ
+ປະລະມະ
+ປະລະມະນູ
+ປະລະມານູ
+ປະລະມາພິເສກ
+ປະລະມາພິໄທ
+ປະລະເມສວນ
+ປະລະວະດາ
+ປະລັດ
+ປະລັດສະນີ
+ປະລັດຕະຍຸບັນ
+ປະລ້າ
+ປະລາສຕິກ
+ປະລາໄຊ
+ປະລາດ
+ປະລາຕີນ
+ປະລາມາດ
+ປະລຳປະລາ
+ປະລິ
+ປະລິກັບ
+ປະລິກັບປະມາລາ
+ປະລິກຳ
+ປະລິຂານໂຈນ
+ປະລິຄັນ
+ປະລິຈາກ
+ປະລິຈາລິກ
+ປະລິຈາລິກາ
+ປະລິສັດ
+ປະລິສັນຍູ
+ປະລິເສດ
+ປະລິຊົນ
+ປະລິຍັດ
+ປະລິຍັດຕິທຳ
+ປະລິຍາຍ
+ປະລິໂຍສານ
+ປະລິດຕະ
+ປະລິດຕະມຸງຄຸນ
+ປະລິທັດ
+ປະລິເທວະ
+ປະລິໄທອັກຄີ
+ປະລິນຍາ
+ປະລິນິພານ
+ປະລິພັດ
+ປະລິພັນ
+ປະລິພາຊົກ
+ປະລິພາດ
+ປະລິໂພກ
+ປະລິມານ
+ປະລິມົນທົນ
+ປະລິວັດ
+ປະລິວາດ
+ປະລິວານ
+ປະລິວິຕົກ
+ປະລິເວນ
+ປະລິຫານະ
+ປະລີຂານ
+ປະເລີກ
+ປະໂລມ
+ປະໂລຫິດ
+ປະວາງ
+ປະວາດ
+ປະວານ
+ປະວາລະນາ
+ປະວິງ
+ປະວຸດຕິ
+ປະເວນີ
+ປະໄວ້
+ປະຫຍັດ
+ປະໝັດ
+ປະໝາດ
+ປະຫລາດ
+ປະຫວັດ
+ປະຫວັດການ
+ປະຫວັດສາດ
+ປະຫອງ
+ປະຫັດ
+ປະຫາດຫົວ
+ປະຫານ
+ປະຫານຊີວິດ
+ປະຫຼາດ
+ປະຫຼາດໃຈ
+ປະຫຽນ
+ປະໂຫຍກ
+ປະໂຫຍດ
+ປະເອີບ
+ປະຮ້າງ
+ປັກ
+ປັກກິງ
+ປັກກິ່ງ
+ປັກຂະຄະນະນາ
+ປັກໃຈ
+ປັກສາ
+ປັກຊີ
+ປັກປໍ້າ
+ປັກປຳ
+ປັກຜົມ
+ປັງ
+ປັ່ງ
+ປັ້ງ
+ປັດ
+ປັ້ດ
+ປັ໊ດ
+ປັດກື່ງ
+ປັດຂອດ
+ປັດເຂ່ຍ
+ປັດຈະຍາການ
+ປັດຈະນິກ
+ປັດຈະເວກ
+ປັດຈັດຕັງ
+ປັດຈັນຕະ
+ປັດຈັນຕະຄາມ
+ປັດຈັນຕະຊົນນະບົດ
+ປັດຈັນຕະປະເທດ
+ປັດຈາມິດ
+ປັດຈຸສະໄໝ
+ປັດຈຸດ
+ປັດຈຸທອນ
+ປັດຈຸບັນ
+ປັດຈຸບັນທັນດ່ວນ
+ປັດເຈກ
+ປັດເຈກະສະມາທານ
+ປັດເຈກະພຸດທະເຈົ້າ
+ປັດເຈກະໂພດ
+ປັດໃຈ
+ປັດໄຈ
+ປັດສະກາ
+ປັດສະຄາ
+ປັດສະຈາກ
+ປັດສະຍາ
+ປັດສະວະ
+ປັດສະຫວາດ
+ປັດສາ
+ປັດສາສະ
+ປັດສາສະມະນະ
+ປັດສາພັດ
+ປັດສາວະ
+ປັດສິມ
+ປັດສິມມະລິຂິດ
+ປັດສິມມະໄວ
+ປັດສິມະວາຈາ
+ປັດຊະຍາ
+ປັດຊູ
+ປັດດານ
+ປັດດານອາຣາມ
+ປັດດຳມີມ
+ປັດຕະນະ
+ປັດຖະຍາວັດ
+ປັດຖະພີ
+ປັດທະມະ
+ປັດທະມະປານີ
+ປັດທະມະລາດ
+ປັດແຜ້ວ
+ປັດໂມ
+ປັດຣູສີ
+ປັດໂຣດ
+ປັນ
+ປັ່ນ
+ປັ້ນ
+ປັນກັນຕົວ
+ປັ່ນຄ້ອງ
+ປັນຈະ
+ປັນຈະກະ
+ປັນຈະຂັນ
+ປັນຈະສາຂາ
+ປັນຈະນະທີ
+ປັນຈະມະ
+ປັນຈະວັກຄີ
+ປັນຍັດ
+ປັນຍາ
+ປັນຍາຈານ
+ປັນຍາສະ
+ປັນຍາຊົນ
+ປັນຍາອ່ອນ
+ປັ່ນດົນ
+ປັນຕີ
+ປັນຕີເອນ
+ປັນນະ
+ປັນນະກຸດີ
+ປັນນະສາລາ
+ປັນນະລະສີ
+ປັນນາການ
+ປັນນາສະ
+ປັນນາດ
+ປັ່ນປ່ວນ
+ປັນພູດ
+ປັນຫາ
+ປັນຫາໂລກແຕກ
+ປັ່ນຫຼອດ
+ປັບ
+ປັບທຸກ
+ປັບໂທດ
+ປັບປຸງ
+ປັບຜາສະ
+ປັບພະຊາ
+ປັບພະຊິດ
+ປັບພະຕາ
+ປັບພາຊະນິຍະກຳ
+ປັບພາລະ
+ປັບໄໝ
+ປັບໄຫມ
+ປັບອາກາດ
+ປັອກຕຸຍແກ
+ປາ
+ປ່າ
+ປ້າ
+ປໍ້າ
+ປາກ
+ປາກກວ້າງ
+ປາກກາ
+ປາກກ້າ
+ປາກກືກ
+ປາກກົບ
+ປາກກ້ຽງ
+ປາກເກດ
+ປາກໄກ່
+ປາກເຂັດ
+ປາກຄ້າງ
+ປາກຄຳ
+ປາກງ່າມ
+ປາກຕໍ່ປາກ
+ປາກນາມ
+ປາກບໍ່ຖ້ອງ
+ປາກບອນ
+ປາກປີ້ນ
+ປາກປຽກ
+ປາກເປັນ
+ປາກຝ່າວ
+ປາກພໍ່າ
+ປາກຢຳ
+ປາກເວົ້າ
+ປາກຫຍໍ
+ປາກໝອງ
+ປາກຫວານ
+ປາກະຈົນ
+ປາກະແຍງ
+ປາກະແຍງໂຄ
+ປາກະດີ່
+ປາກະເດີດ
+ປາກະເຕົາ
+ປາກະພຸງ
+ປາກະມັນ
+ປາກະໂຫ
+ປາກັ້ງ
+ປາກັດ
+ປາກາ
+ປາກ່າ
+ປາກ່າງ
+ປາກາເທຍນາ
+ປາການ
+ປາກິສະຖານ
+ປາກີເອນ
+ປາກຸ່ມ
+ປາກຸເລົາ
+ປາກົດ
+ປາກົດການ
+ປາກຽນ
+ປາເກ້ງ
+ປາແກງ
+ປາແກ້ວ
+ປາໂກ່ນ
+ປາຂ່າ
+ປາຂາວ
+ປາຂີ້ເຮ່ຍ
+ປາຂົບ
+ປາເຂັງ
+ປາເຂັງເທດ
+ປາແຂ້
+ປາແຂ້ວໄກ້
+ປາຄໍ່
+ປາຄ້າວ
+ປ້າຄູ
+ປາຄູນ
+ປາເຄິງ
+ປ່າແຄນ
+ປາງ
+ປ້າງ
+ປ່າງງ່າງ
+ປ່າງຊ່າງ
+ປາງລາງ
+ປາຈອກ
+ປາຈ່ອມ
+ປາຈະລະເມດ
+ປາຈາດ
+ປາຈິດຕີ
+ປາຈີນ
+ປາໂຈກ
+ປາສ້ອຍ
+ປາສະກາງ
+ປາສະຈາກ
+ປາສະໂດ
+ປາສະໂທງ
+ປາສະນາກ
+ປາສະມ່ອຍ
+ປ່າສະຫງວນ
+ປາສະຫຼາມ
+ປາສະຫຼິດ
+ປາສະໂຫ
+ປາສັກ
+ປາສາດ
+ປາສູດ
+ປາສົ້ມ
+ປາເສອາ
+ປາເສືອ
+ປາແສ້
+ປາໃສ
+ປາໄສ
+ປາຊວາຍ
+ປ່າຊ້າ
+ປາຊານດາທາ
+ປາຊີຟິກ
+ປາຊີວ
+ປາຊີວດອກເຂົ້າ
+ປາຊີວອ້າວ
+ປາເຊືອມ
+ປາຍ
+ປ່າຍ
+ປ້າຍ
+ປາຍເຂົ້າ
+ປ້າຍໃສ່
+ປາຍທາງ
+ປາຍປິດ
+ປາຍມື
+ປ່າຍລ່າຍ
+ປາຍແຫລມ
+ປາຍແຫຼມ
+ປາຍອນ
+ປ່າຍາງ
+ປ່າຍູງ
+ປາດ
+ປາດເກດ
+ປາດສະຈາກ
+ປາດຖະໜາ
+ປາດໂທ້
+ປາດເນື້ອໜັງ
+ປາດປາດ
+ປາດຟັນ
+ປາດລິດລູມູມບາ
+ປາດັງແດງ
+ປ່າດິນຊາຍ
+ປາດຸກ
+ປາດຸກອຸຍ
+ປ່າດົງ
+ປາແດກ
+ປາແດກຕ້ວງ
+ປາໂດ
+ປາໂດນ
+ປາຕອງ
+ປາຕອງກ້ວຍ
+ປາຕອງໂກ່ນ
+ປ່າຕໍ່າ
+ປາຕາຣາ
+ປາຕິບຸກຄະລິກ
+ປາຕິບົດ
+ປາຕິໂພກ
+ປາຕິໂມກ
+ປາຕິຫານ
+ປ່າຕຶບ
+ປາແຕບ
+ປາໂຕດຽວເນົ່າໝົດຂ້ອງ
+ປາຖະ
+ປາຖະກະຖາ
+ປາຖະໜາ
+ປາຖົກ
+ປ່າເຖື່ອນ
+ປາທະ
+ປາທາ
+ປາທຸກາ
+ປາທູ
+ປາເທຍ
+ປານ
+ປ່ານ
+ປ້ານ
+ປານກັບ
+ປານກາງ
+ປ້ານກົ້ນ
+ປານດົງ
+ປານໃດ
+ປານຕີ
+ປ້ານທ້າຍ
+ປານເທນໍ້າເທທ່າ
+ປານນັ້ນ
+ປານນັ້ນກໍຕາມ
+ປານນີ້
+ປ່ານລະອຽດ
+ປານລູ
+ປ້ານລົມ
+ປານະ
+ປານະກະ
+ປານັກ
+ປານາງ
+ປານາງແດງ
+ປານາຕິບາດ
+ປານາມາ
+ປານິນ
+ປານີ
+ປານີຍະ
+ປານີດ
+ປານົກເຂົາ
+ປາໄນ
+ປາບ
+ປາບປາບ
+ປາບປາມ
+ປາບປື້ມ
+ປາບອກ
+ປາບໍ້າ
+ປາບຶກ
+ປາບູ່
+ປາປະ
+ປໍ່າປໍ່າ
+ປາປາກ
+ປາປາກຄຳ
+ປາປ່ານ
+ປາປີກ
+ປາປຶ່ງ
+ປາປົກ
+ປາປົວນີວເກີເນ
+ປາເປຍ້າ
+ປາເປົ້າ
+ປາແປ
+ປາແປບ
+ປາເຜາະ
+ປາຝາ
+ປາຝາໄລ
+ປາພອນ
+ປາພົດ
+ປາເພ້ຍ
+ປາໂພງ
+ປ່າຟີເລຍ
+ປາໂຟ
+ປາມ
+ປ່າມ
+ປາມາງ
+ປາມາຊະຕາ
+ປາມົງ
+ປາເມນາ
+ປ່າໄມ້
+ປາຢາງ
+ປາຣໍເລີນັງ
+ປາຣາ
+ປາຣາກວາຍ
+ປາຣານ
+ປາຣາມາຣິໂບ
+ປາຣີ
+ປາຣູອາ
+ປາຣົດ
+ປ່າຣົດ
+ປາລະມານູ
+ປາລະມີ
+ປາລາຊຶກ
+ປາລານ
+ປາລິຊາດ
+ປາລິໄລ
+ປາລີ
+ປາລີກິນ
+ປາລີງ
+ປາລີ້ນໝາ
+ປາເລດສະໄຕ
+ປາເລອົງ
+ປາເລີມ
+ປາໂລມາ
+ປາໄລ
+ປາວ
+ປ່າວ
+ປ້າວ
+ປ່າວຮ້ອງ
+ປາວານ
+ປາວາຢິມ
+ປາວຽນໄຟ
+ປາໝັດ
+ປາໝາກແປບ
+ປາໝາກໂມງ
+ປາໝຶກ
+ປາໝູ
+ປາຫວ່າ
+ປາຫານ
+ປາຫຸໄນຍະບຸກຄົນ
+ປາຫູໝາດ
+ປາຫຼາດ
+ປາຫຼົດ
+ປ່າເຫລົ້າ
+ປ່າເຫຼົ່າ
+ປ່າເຫຼົ້າ
+ປາໃຫຍ່ກິນປານ້ອຍ
+ປາໄຫລ
+ປາໄຫຼ
+ປາໄຫຼໄຟຟ້າ
+ປາອາຣາຍ
+ປາອີດ
+ປາອູ
+ປາເອິນ
+ປາຮາກກ້ວຍ
+ປາຮາດ
+ປາຮາດໂມອາບ
+ປ່າຮົກ
+ປາຮົດ
+ປ່າແຮ່ວ
+ປຳພີເລຍ
+ປຳຟີເລຍ
+ປິ
+ປິກ
+ປິກກອມມຸຍນິດ
+ປິກສຳນວນຄະດີ
+ປິກນິກ
+ປິກໂປເບີດີ
+ປິກມານເກິຣິດ
+ປິກອາເນໂຕ
+ປິ່ງ
+ປິ້ງ
+ປິ່ງຊິ່ງ
+ປິສະກາ
+ປິຊະກາ
+ປິຊະປາ
+ປິຊິເດຍ
+ປິຍະ
+ປິດ
+ປິດກັ້ນ
+ປິດຄະດີ
+ປິດສະໜາ
+ປິດສະໜາອັກສອນໄຂວ່
+ປິດສຳນວນຄະດີ
+ປິດຊາວ
+ປິດຊິດ
+ປິດບັງ
+ປິດບັນຊີ
+ປິດປາກ
+ປິດລ້ອມ
+ປິດລິດ
+ປິດົກ
+ປິຕາ
+ປິຕິ
+ປິຕິຍິນດີ
+ປິຕຸ
+ປິຕຸຄາດ
+ປິຕຸດສາ
+ປິຕຸພູມ
+ປິຕຸລາ
+ປິຕຸລົງ
+ປິຕຸເລດ
+ປິ່ແຖ
+ປິນ
+ປິ່ນ
+ປິ້ນ
+ປິ່ນເກົ້າ
+ປິ້ນຄວາມ
+ປິ່ນງົວ
+ປິນດາດ
+ປິນຕາຍ
+ປິນຕຸເລດ
+ປິນໂຕ
+ປິນທະ
+ປິ່ນປົວ
+ປິ່ນປົວພະຍາດ
+ປິ່ນແປ້
+ປິ່ນວິ່ນ
+ປິ່ນໜ້າໜີ
+ປິນຮາ
+ປິບປີແດງ
+ປິປາຍ
+ປິຣາມິດ
+ປິລັນທະນະ
+ປິວ
+ປິໂອເນ
+ປີ
+ປີ່
+ປີ້
+ປີກ
+ປີກໄກ່
+ປີກແຂງ
+ປີກຍ່ອຍ
+ປີກຕົວ
+ປີກນົກ
+ປີກປິດ
+ປີກາຍ
+ປີການສຶກສາ
+ປີໄຄ້
+ປີງ
+ປີ້ງ
+ປີງຄ້າວ
+ປີ້ງຊີ້ນ
+ປີງົບປະມານ
+ປີຈໍ
+ປີສະກາ
+ປີສະຫຼູ
+ປີສັນ
+ປີສາດ
+ປີສີ
+ປີສຽງແກ
+ປີແສງ
+ປີໄສ
+ປີຊະກາ
+ປີຊະກີລາ
+ປີຊະປາ
+ປີຊາ
+ປີຊີເດຍ
+ປີໂຊນ
+ປີຍີ່
+ປີດ
+ປີດົກ
+ປີຕິຍິນດີ
+ປີຕຸພູມ
+ປີໂຕລຽມ
+ປີຖະ
+ປີໂທນ
+ປີໂທມ
+ປີນ
+ປີ່ນ
+ປີ້ນ
+ປີ້ນຄວາມ
+ປີນດາດ
+ປີນທະ
+ປີນທາຍ
+ປີ່ນປົວ
+ປີນຫາ
+ປີ່ນອ້ອມ
+ປີໂນນ
+ປີບ
+ປີເບເສດ
+ປີເປົ້າ
+ປີມົດ
+ປີຣາໂທນ
+ປີຣາໂທມ
+ປີຣາມ
+ປີໂຣ
+ປີລັນທະນະ
+ປີລາດ
+ປີແລ້ວປີອີກ
+ປີວ
+ປີວອກ
+ປີເໝົ້າ
+ປີໃໝ່
+ປີອາໂນ
+ປີ່ແອ້
+ປີໂອເນ
+ປີຮາຮີໂຣດ
+ປີເຮົ້າ
+ປຶກ
+ປຶກສາ
+ປຶກສາຫາລື
+ປຶກແຜ່ນ
+ປຶ່ງ
+ປຶ່ງປື່ງ
+ປຶ້ມ
+ປື້
+ປືກ
+ປືກສາ
+ປືດ
+ປືນ
+ປື້ນ
+ປືນແກັບ
+ປືນສະເຕັນ
+ປືນເດກາ
+ປືນພົກ
+ປືນເພີງ
+ປືນໄຟ
+ປືນລົມ
+ປືນເຫມ
+ປືນໃຫຍ່
+ປືນອາກາ
+ປື້ມ
+ປື້ມແຈ້ງ
+ປື້ມຕິດຮູບ
+ປື້ມເລື່ອງ
+ປຸກ
+ປຸກໃຈ
+ປຸກປັ່ນ
+ປຸກປັ້ນ
+ປຸກລະດົມ
+ປຸກລຸກ
+ປຸງ
+ປຸ່ງ
+ປຸ້ງ
+ປຸ້ງກິ
+ປຸງດ້ວຍ
+ປຸງແຕ່ງ
+ປຸງປັງ
+ປຸງປຸງ
+ປຸງຢາ
+ປຸງລິງ
+ປຸຍ
+ປຸ່ຍ
+ປຸ້ຍ
+ປຸຍຝ້າຍ
+ປຸ່ຍຫຼູ່ຍ
+ປຸ່ຍ່າຕາຍາຍ
+ປຸດ
+ປຸ໊ດ
+ປຸດສາ
+ປຸນ
+ປຸ້ນ
+ປຸ້ນຈີ້
+ປຸ້ນສະດົມ
+ປຸ້ນຊັບ
+ປຸ້ນທ້ອງ
+ປຸນທະລິ
+ປຸນນາກ
+ປຸນປອງ
+ປຸນເປືອງ
+ປຸນມະນີ
+ປຸນັບພະສຸ
+ປຸບ
+ປຸບປີມ
+ປຸມ
+ປຸ່ມ
+ປຸ້ມ
+ປຸ໋ມ
+ປຸມເປົ້າ
+ປຸ້ມລຸມ
+ປຸ້ມລຸ້ມ
+ປຸລະ
+ປຸລານະ
+ປຸເລຈາລິກ
+ປຸໂລກົງດໍ
+ປຸໂລຫິດ
+ປູ
+ປູ່
+ປູ້
+ປູກ
+ປູກຈິດສຳນຶກ
+ປູກຝັງ
+ປູກຝີ
+ປູງຝັງ
+ປູສະກີນ
+ປູສະນີຍະວັດຖຸ
+ປູຊະກີນ
+ປູຊະນິຍະສະຖານ
+ປູຊະນີຍະ
+ປູຊະນີຍະສະຖານ
+ປູຊະນີຍະສະຖານສູງ
+ປູຊະນີຍະຖານ
+ປູຊະນີຍະບຸກຄົນ
+ປູ່ຍ່າ
+ປູ່ເຍີ
+ປູດ
+ປູດສະກິນ
+ປູດຊະກີນ
+ປູເດ
+ປູ່ຕາ
+ປູຕີເອນ
+ປູໂຕະ
+ປູ່ທວດ
+ປູທີ
+ປູນ
+ປູ້ນ
+ປູນຂາວ
+ປູນຂີ້ແລນ
+ປູນສໍ
+ປູນເມັນ
+ປູໂນນ
+ປູພົມ
+ປູມ
+ປູ່ມ່ອນ
+ປູຣາ
+ປູຣິມ
+ປູລູ
+ປູວະ
+ປູວາ
+ປູອາ
+ປົກ
+ປົກກະຕິ
+ປົກເກົ້າ
+ປົກຄອງ
+ປົກຄຸມ
+ປົກປ້ອງ
+ປົກປັກ
+ປົກປັກຮັກສາ
+ປົກປິດ
+ປົກຫຸ້ມ
+ປົງ
+ປົ່ງ
+ປົ້ງ
+ປົງໃຈ
+ປົງສັງຂານ
+ປົງສົບ
+ປົງຕົກ
+ປົງບໍລິຂານ
+ປົງຜົມ
+ປົງອາບັດ
+ປົດ
+ປົດປ່ອຍ
+ປົດເປື້ອງ
+ປົດອາວຸດ
+ປົດແອກ
+ປົນ
+ປົ່ນ
+ປົ້ນ
+ປົນເຈືອ
+ປົນຕີໂອ
+ປົນໂຕ
+ປົນນິບັດ
+ປົນເປ
+ປົບ
+ປົບລີໂອ
+ປົມ
+ປົວ
+ປົ່ວ
+ປົວແປງ
+ປົວລະບັດ
+ປົວໂລກ
+ປົວະປະ
+ປຽກ
+ປຽກຊຸ່ມ
+ປຽງ
+ປ່ຽງ
+ປ້ຽງ
+ປຽງຢາງ
+ປຽດ
+ປ່ຽນ
+ປ່ຽນຄໍາເວົ້າ
+ປ່ຽນໃຈ
+ປ່ຽນໂຕ
+ປ່ຽນແປງ
+ປ່ຽນແຜ່ນດິນ
+ປ່ຽນມື
+ປ່ຽນໜ້າ
+ປ່ຽນແແປງ
+ປຽບ
+ປຽບທຽບ
+ປຽບເໝືອນ
+ປ່ຽມ
+ປ່ຽມລົ້າ
+ປຽວ
+ປ່ຽວ
+ປ້ຽວ
+ປ່ຽວດ່ຽວ
+ປ່ຽວພອຍ
+ເປ
+ເປ່
+ເປ້
+ເປກາ
+ເປກາລີຢາ
+ເປກາຮີຢາ
+ເປໂກດ
+ເປຄາໂມ
+ເປເຄ
+ເປສຸໄນ
+ເປສູນຍະວາດ
+ເປຊີດາ
+ເປຍ
+ເປ້ຍ
+ເປດ
+ເປດສະໜາ
+ເປດາຊູ
+ເປດາຢາ
+ເປດາເອນ
+ເປຕະ
+ເປຕະພະລີ
+ເປໂຕ
+ເປທາຮີຢາ
+ເປທູເອນ
+ເປໂທ
+ເປນນີ
+ເປນິນນາ
+ເປນີເອນ
+ເປນູເອນ
+ເປ່ເພ
+ເປຣໂຕເຣຍ
+ເປຣາຊີມ
+ເປຣິຊີ
+ເປຣີແມຕ
+ເປຣູ
+ເປຣູດາ
+ເປເຣອາ
+ເປເຣັດ
+ເປເຣັດອຸດຊາ
+ເປລາຕີຢາ
+ເປລາຢາ
+ເປລາລີຢາ
+ເປລູສຽມ
+ເປເລດ
+ເປເລັກ
+ເປເລັດ
+ເປໂລນ
+ເປອູເລທາຍ
+ເປໂອ
+ເປັ່ງ
+ເປັງຈານ
+ເປັ່ງສຽງ
+ເປັຍ
+ເປັ້ຍ
+ເປັດ
+ເປັນ
+ເປັນກອບເປັນກຳ
+ເປັນກາງ
+ເປັນການ
+ເປັນຂໍ້ເປັນຄວາມ
+ເປັນໄຂ້
+ເປັນຄວາມ
+ເປັນງານເປັນການ
+ເປັນເງິນເປັນຄຳ
+ເປັນເງົາຕາມໂຕ
+ເປັນຈິງເປັນຈັງ
+ເປັນໃຈ
+ເປັນສຸກ
+ເປັນເສຍໃຈ
+ເປັນຊະຄິວ
+ເປັນຊູ້
+ເປັນໃດ
+ເປັນໄດ້
+ເປັນຕັບເປັນບີ
+ເປັນຕາ
+ເປັນຕາຂີ້ດຽດ
+ເປັນຕາສັງເວດ
+ເປັນຕາສົງສານ
+ເປັນຕາເສົ້າໃຈ
+ເປັນຕາຊັງ
+ເປັນຕາບຸນ
+ເປັນຕາຜະຫວາ
+ເປັນຕາຢ້ານ
+ເປັນຕາຢ້ານກົວ
+ເປັນຕາລັງກຽດ
+ເປັນຕາໄວ້ໃຈ
+ເປັນຕາອັບອາຍ
+ເປັນຕາອາຍ
+ເປັນຕາຮັກ
+ເປັນຕຸເປັນເຕົາ
+ເປັນຕົ້ນ
+ເປັນຕົ້ນໄປ
+ເປັນຕົ້ນມາ
+ເປັນໂຕເປັນຕົນ
+ເປັນຖັນແຖວ
+ເປັນທຳ
+ເປັນທຸກ
+ເປັນທຸກທໍລະມານ
+ເປັນທຸກເປັນຮ້ອນ
+ເປັນທຸກລໍາບາກ
+ເປັນນິດ
+ເປັນປະຈໍາ
+ເປັນປະຈໍາວັນ
+ເປັນປາກເປັນສຽງ
+ເປັນໄປຕາມ
+ເປັນຜູ້ເປັນຄົນ
+ເປັນແຜ
+ເປັນຝຸ່ນ
+ເປັນພຽງ
+ເປັນແພ
+ເປັນຟືນເປັນໄຟ
+ເປັນແມງ
+ເປັນລົມ
+ເປັນເລື່ອງເປັນຄວາມ
+ເປັນເລື່ອງເປັນລາວ
+ເປັນຫຍັງ
+ເປັນໝັນ
+ເປັນໝື້ເປັນເຈຍ
+ເປັນຫຸ່ນ
+ເປັນຫູເປັນຕາ
+ເປັນຫຼັກ
+ເປັນໃຫຍ່ເປັນໂຕ
+ເປັນອັນຂາດ
+ເປັນອັນມາກ
+ເປາະ
+ເປາະນ່າງ
+ເປາະແປະ
+ເປິ
+ເປິກ
+ເປິກສາ
+ເປິງ
+ເປິໃສ່
+ເປິເຊຍ
+ເປິ້ຍ
+ເປິດ
+ເປິຕະໂຣລຽມ
+ເປິະ
+ເປີ
+ເປີກ
+ເປີງ
+ເປີ້ເຈີ້
+ເປີເຊຍ
+ເປີເຊັນ
+ເປີ້ຍ
+ເປີດ
+ເປີດໃຈ
+ເປີດສາກ
+ເປີດຕາ
+ເປີດບັນຊີ
+ເປີດແປນ
+ເປີດໂປ່ງ
+ເປີດເຜີຍ
+ເປີດໜ້າ
+ເປີດຫູເປີດຕາ
+ເປີດອົກ
+ເປີ່ນ
+ເປີ້ນ
+ເປີ່ນເວີ່ນ
+ເປີບ
+ເປີເປື້ອນ
+ເປີເລີ
+ເປີະ
+ເປືອ
+ເປືອກ
+ເປືອງ
+ເປື້ອງ
+ເປືອຍ
+ເປື່ອຍ
+ເປືອຍກາຍ
+ເປື່ອຍເຍື່ອຍ
+ເປືອຍໂຕກົ່ນໂຕ່ນ
+ເປື່ອຍເນົ່າ
+ເປື້ອນ
+ເປື້ອນເປິ
+ເປົາ
+ເປົ່າ
+ເປົ້າ
+ເປົ່າປີ່
+ເປົ່າປ່ຽວ
+ເປົ່າແປນ
+ເປົ້າໝາຍ
+ເປົ່າຫວ່າງ
+ເປົ່າຮ້າງ
+ແປ
+ແປ່
+ແປ້
+ແປກ
+ແປກໃຈ
+ແປກປອມ
+ແປກປະຫຼາດ
+ແປຄວາມ
+ແປງ
+ແປ່ງ
+ແປ້ງ
+ແປ້ງເຂົ້າໝາກ
+ແປ່ງແງ່ງ
+ແປ່ງແສ່ງ
+ແປ້ງນວນ
+ແປ້ງນໍ້າ
+ແປ້ງນົວ
+ແປ້ງປຽກ
+ແປງໄຟ
+ແປງລົດ
+ແປງວາດ
+ແປ້ງເຫຼົ້າ
+ແປຊິມິສຕ໌
+ແປຍັດຕິ
+ແປຍົກສັບ
+ແປດ
+ແປດສິບ
+ແປດສິບເຈັດ
+ແປດສິບສອງ
+ແປດສິບສາມ
+ແປດສິບສີ່
+ແປດສິບແປດ
+ແປດສິບຫ້າ
+ແປດສິບຫົກ
+ແປດແສນ
+ແປດພັນ
+ແປດໝື່ນ
+ແປດຮ້ອຍ
+ແປຕາມເນື້ອຄວາມ
+ແປຕາມພະຍັນສະນະ
+ແປຕາມອັດຖະ
+ແປນ
+ແປ້ນ
+ແປ້ນປ້າຍ
+ແປ້ນມ້າ
+ແປບ
+ແປເມືອງ
+ແປຣງ
+ແປວ
+ແປ້ວ
+ແປວໄຟ
+ແປເອົາຄວາມ
+ແປຮູບ
+ແປະ
+ແປະໆ
+ແປັດ
+ແປັ້ນ
+ໂປ
+ໂປ່
+ໂປ້
+ໂປກ
+ໂປກຂະລະນີ
+ໂປກຂະລະພັດ
+ໂປກຳ
+ໂປກີໂອ
+ໂປເຄເຣັດຮັດເຊບາຢິມ
+ໂປງ
+ໂປ່ງ
+ໂປ້ງ
+ໂປ່ງໃສ
+ໂປຊີຕິບ
+ໂປດ
+ໂປດປານ
+ໂປດົກ
+ໂປຕີຟາ
+ໂປຕີເຟຣາ
+ໂປຕີໂອລອຍ
+ໂປເບີດີ
+ໂປມ
+ໂປ່ມ
+ໂປ້ມື
+ໂປຣແກັມ
+ໂປຣແຄຣຊີອົງ
+ໂປຣໂຄໂຣ
+ໂປຣແຕສຕັງ
+ໂປຣໂຕ
+ໂປຣາທາ
+ໂປລານະ
+ໂປລິໂອ
+ໂປລີ
+ໂປໂລ
+ໂປໂລຍ
+ໂປະ
+ໂປະໂລ້
+ໄປ
+ໄປ໊
+ໄປໆມາໆ
+ໄປສະນີ
+ໄປສະນີຍະບັດ
+ໄປສະນີຍະພັນ
+ໄປສະນີຍະວັດຖຸ
+ໄປສະນີຍາກອນ
+ໄປດີມາດີ
+ໄປເປັນຊະເລີຍ
+ໄປມາ
+ໄປຣໂຕຣຽນ
+ໄປຫມົດ
+ໄປຫາ
+ຜໍ່
+ຜໍ່ໄກ
+ຜໍ່ງອງ
+ຜໍ່ທາງ
+ຜວນ
+ຜໍ່ເຫັນ
+ຜອກ
+ຜອງ
+ຜ່ອງ
+ຜ້ອງ
+ຜ່ອງໃສ
+ຜ່ອຍ
+ຜ່ອນ
+ຜ່ອນຄາຍ
+ຜ່ອນຈ່າຍ
+ຜ່ອນສັ້ນຜ່ອນຍາວ
+ຜ່ອນສົ່ງ
+ຜ່ອນຜັນ
+ຜອມ
+ຜອມຜໍ່
+ຜະ
+ຜະກາ
+ຜະກາຍ
+ຜະຄົມ
+ຜະຈານ
+ຜະຈົງ
+ຜະຈົນ
+ຜະສາ
+ຜະສານ
+ຜະສົມ
+ຜະເຊີນ
+ຜະເຊີນໄພ
+ຜະເຊີນໜ້າ
+ຜະດຸງ
+ຜະດຸງຄັນ
+ຜະດຽງ
+ຜະເດັດ
+ຜະເດັດການ
+ຜະເດັດເສິກ
+ຜະເດີມ
+ຜະທົມ
+ຜະເທດ
+ຜະນົວ
+ຜະແນກ
+ຜະຜ່ອງ
+ຜະຜ້າຍ
+ຜະມານ
+ຜະລະ
+ຜະລະຄຸນ
+ຜະລະຄຸນີ
+ຜະລະນະ
+ຜະລະນະປີຕິ
+ຜະລັກ
+ຜະລັດ
+ຜະລາ
+ຜະລາຜົນ
+ຜະລາຫານ
+ຜະລິກະ
+ຜະລິດ
+ຜະລິດຕະກຳ
+ຜະລິດຕະຜົນ
+ຜະລິດຕະພັນ
+ຜະລິດຜົນ
+ຜະລິດພັນ
+ຜະລຶກ
+ຜະລຸ
+ຜະລຸສະວາດ
+ຜະຫຍອງ
+ຜະຫຍາ
+ຜະໜວກ
+ຜະໜວດ
+ຜະໜັງ
+ຜະໝາດ
+ຜະຫຼາ
+ຜະຫຼານິສົງ
+ຜະຫຼຶກ
+ຜະຫຼຸ
+ຜະແຫຼງ
+ຜະອວນ
+ຜະອຶກ
+ຜະອືກ
+ຜະອົບ
+ຜະອົມ
+ຜະເອີນ
+ຜະເອີບ
+ຜັກ
+ຜັກກະຈັບ
+ຜັກກະແສ
+ຜັກກະຊາຍ
+ຜັກກະຍ່າ
+ຜັກກະແຍງ
+ຜັກກະດຽງ
+ຜັກກະທຽມ
+ຜັກກະນ່ອງມ້າ
+ຜັກກະລໍ່າປີ
+ຜັກກາດ
+ຜັກກາດໜາ
+ຜັກກ້ານຈອງ
+ຜັກກູດ
+ຜັກກົນໂກ
+ຜັກກົ້ນໂດກ
+ຜັກເກັດຫອຍ
+ຜັກແກງຂົມ
+ຜັກຂະ
+ຜັກຂະຍ່າ
+ຜັກຂຽວ
+ຜັກຄະນ້າ
+ຜັກຄາດ
+ຜັກຄຸນະມາດ
+ຜັກຄູ້
+ຜັກສ້ຽນ
+ຜັກໄສ່
+ຜັກຊີ
+ຜັກຊີຊ້າງ
+ຜັກດາງແຫ
+ຜັກຕົບ
+ຜັກທຽມ
+ຜັກເນົ່າ
+ຜັກບ້ວງ
+ຜັກບົ້ງ
+ຜັກບົ່ວ
+ຜັກປອດ
+ຜັກປັງ
+ຜັກແປ້ນ
+ຜັກຜ່ອງ
+ຜັກພາຍ
+ຜັກແພວ
+ຜັກເຟື້ອຍ
+ຜັກແວ່ນ
+ຜັກໜອກ
+ຜັກຫວານ
+ຜັກຫູເສືອ
+ຜັກຫົມ
+ຜັກຫົມໜາມ
+ຜັກອີ່ຄູ້
+ຜັກອີ່ຕູ່
+ຜັກອີ່ເລີດ
+ຜັກອີ່ຮີນ
+ຜັງ
+ຜັງເມືອງ
+ຜັດ
+ຜັດກັນ
+ຜັດສະ
+ຜັດສາຫານ
+ຜັດໄປ
+ຜັດວ່າ
+ຜັນ
+ຜັນຂະຫຍາຍ
+ຜັນສຽງ
+ຜັນແປ
+ຜັນຜ່ອນ
+ຜັນຜະຫຍອງ
+ຜັນຜ້າຍ
+ຜັນຜາດ
+ຜາ
+ຜ່າ
+ຜ້າ
+ຜໍ້າ
+ຜາກ
+ຜ້າກະແສ
+ຜ້າກະຖິນ
+ຜ້າກັ້ງ
+ຜ້າກຳພົນ
+ຜ້າຂະມາ
+ຜ້າຂາບ
+ຜ້າຂິ້ງ
+ຜ້າຂິດ
+ຜ້າຂີ້ງາ
+ຜ້າຄວບ
+ຜ້າຄອງ
+ຜ້າຄຸມ
+ຜ້າແຄງ
+ຜາງ
+ຜ່າງຜ່າງ
+ຜາງໜ່າຍ
+ຜາງຮ້າຍ
+ຜ່າງຮາດ
+ຜ້າຈຽນ
+ຜ້າສະງຽບ
+ຜ້າສະບົງ
+ຜ້າສະໄບ
+ຜ້າສະໂຫຼ້ງ
+ຜ້າສັງຄາ
+ຜາສາດ
+ຜາສຸກ
+ຜ້າສູດ
+ຜ້າເສີດ
+ຜ້າເຊັດ
+ຜ້າເຊັດຕົວ
+ຜ້າເຊັດໜ້າ
+ຜາຍ
+ຜ່າຍ
+ຜ້າຍ
+ຜາຍເຊີງ
+ຜາຍຜາດ
+ຜາຍຜົນ
+ຜາຍຜ້ຽນ
+ຜາຍເຜັ່ນ
+ຜາຍແຜ່
+ຜາຍໂຜດ
+ຜ່າຍແພ້
+ຜ້າແຍ່ງ
+ຜາດ
+ຜາດຜາດ
+ຜາດໂຜນ
+ຜ້າດ້າມ
+ຜາຕິກຳ
+ຜ້າຕ່ຽວ
+ຜານ
+ຜ່ານ
+ຜ້ານ
+ຜານນໍ້າ
+ຜ່ານຜ່າ
+ຜານຜານ
+ຜ່ານພື້ນ
+ຜ່ານພົ້ນ
+ຜ່ານມາ
+ຜ້ານວນ
+ຜານິດ
+ຜາບ
+ຜາບແພ້
+ຜ້າບະໄບ
+ຜ້າປະລິຂານໂຈນ
+ຜ້າປ່າ
+ຜ້າຜ່ອນ
+ຜ່າເຜີຍ
+ຜ້າພັນຄໍ
+ຜ້າພັນບາດ
+ຜ້າແພ
+ຜ້າຟາ
+ຜາມ
+ຜ້າມັບໄມ
+ຜ້າມ່ານ
+ຜ້າມົນ
+ຜາລະຄຸນ
+ຜາລາ
+ຜາລ້ານ
+ຜ້າໜັງໄກ່
+ຜ້າຫາງ
+ຜ້າຫີ່
+ຜ້າຫົ່ມ
+ຜາຫຼວງ
+ຜ່າອອກ
+ຜ້າອ້ອມ
+ຜ້າອະນາໄມ
+ຜ້າອາບ
+ຜ້າຮ້າຍ
+ຜ້າແຮ
+ຜຳ
+ຜິ
+ຜິດ
+ຜິດກັນ
+ຜິດກົດໝາຍ
+ຜິດຂອງກິນ
+ຜິດແຂ
+ຜິດໃຈ
+ຜິດສັງເກດ
+ຜິດສັນຍາ
+ຜິດເສັ້ນ
+ຜິດຊອບ
+ຜິດດ່ຽງ
+ຜິດຕາ
+ຜິດຖຽງ
+ຜິດທ່າ
+ຜິດນັດ
+ຜິດປະເວນີ
+ຜິດປົກກະຕິ
+ຜິດຜີ
+ຜິດແຜກ
+ຜິດພາດ
+ຜິດຫວັງ
+ຜິດຫູ
+ຜິດຫູຜິດຕາ
+ຜິນ
+ຜິປອງ
+ຜິປົ່ງ
+ຜິວ
+ຜິວນໍ້າ
+ຜິວປາກ
+ຜິວເຜີນ
+ຜິວພັນ
+ຜິວໜັງ
+ຜິວໜ້າ
+ຜິວ່າ
+ຜິເຮັດ
+ຜີ
+ຜີ່
+ຜີກ
+ຜີກອງກ່ອຍ
+ຜີກະສື
+ຜີຈໍ້າ
+ຜີສະໜ່ອຍດົງ
+ຜີສາງ
+ຜີສາດ
+ຜີສິງ
+ຜີສົບ
+ຜີເສື້ອ
+ຜີໂສໂຄກ
+ຜີເຊື້ອ
+ຜີດໍ້າ
+ຜີດົງ
+ຜີຕາຍ
+ຜີຕາແຮກ
+ຜີແຖນ
+ຜີໄທ້
+ຜີນາ
+ຜີບັງບົດ
+ຜີບ້າ
+ຜີປອບ
+ຜີປ່າ
+ຜີປູ່ຕາ
+ຜີປົ່ງ
+ຜີເປົ້າ
+ຜີເຜດ
+ຜີພາຍ
+ຜີໂພງ
+ຜີຟ້າ
+ຜີຟຶ້ມ
+ຜີມານ
+ຜີເມືອງ
+ຜີວ
+ຜີວພັນ
+ຜີເວຕານ
+ຜີຫຸງ
+ຜີຫຼອກ
+ຜີອຳ
+ຜີຮ່າ
+ຜີຮ້າຍ
+ຜີເຮືອນ
+ຜຶງ
+ຜື
+ຜື່ງ
+ຜືນ
+ຜື່ນ
+ຜຸ
+ຜຸຍ
+ຜຸ່ຍ
+ຜຸດ
+ຜຸດຂຶ້ນ
+ຜຸດຫຼຸດ
+ຜຸນ
+ຜູ
+ຜູ້
+ຜູກ
+ຜູ້ກໍ່ການຮ້າຍ
+ຜູກຄຽນ
+ຜູ້ກໍ່ສ້າງ
+ຜູກພັນ
+ຜູກມັດ
+ຜູກມິດ
+ຜູ້ກວດລາຊະການແຜ່ນດິນ
+ຜູ້ກໍ່ຮ່າງ
+ຜູ້ກະທໍາຄວາມຊົ່ວ
+ຜູ້ກະທໍາຄວາມຊົ່ວຊ້າ
+ຜູ້ກະທໍາຄວາມຊົ່ວຮ້າຍ
+ຜູ້ກະທໍາຄວາມຜິດ
+ຜູ້ກະທໍາຊົ່ວ
+ຜູ້ກະບົດ
+ຜູ້ກາງ
+ຜູ້ກ້າຫານ
+ຜູ້ກໍາຄັງເງິນ
+ຜູ້ກໍາຄັງເງິນຂອງກະສັດ
+ຜູ້ກໍາວັງ
+ຜູ້ກໍາເອກະສານ
+ຜູ້ກິນ
+ຜູ້ກົດຂີ່
+ຜູ້ກ່ຽວ
+ຜູ້ເກັ່ງກ້າ
+ຜູ້ແກ້ແຄ້ນ
+ຜູ້ຂະຫຍອງ
+ຜູ້ຂັດຂວາງ
+ຜູ້ຂັດສົນ
+ຜູ້ຂັບຂີ່
+ຜູ້ຂ້າ
+ຜູ້ຂ້າຄົນ
+ຜູ້ຂາຍ
+ຜູ້ຂ້າຕະກໍາ
+ຜູ້ຂີ່
+ຜູ້ຂົ່ມຂີ່
+ຜູ້ຂົ່ມເຫັງ
+ຜູ້ຂຽນ
+ຜູ້ເຂັ້ມແຂງ
+ຜູ້ເຂົ້າຝ່າຍ
+ຜູ້ຄວບຄຸມ
+ຜູ້ຄອງ
+ຜູ້ຄອງເມືອງ
+ຜູ້ຄອງໂລກນີ້
+ຜູ້ຄອບຄອງ
+ຜູ້ຄ້າ
+ຜູ້ຄຸມ
+ຜູ້ຄົນ
+ຜູ້ໂຄສະນາ
+ຜູ້ງາມຜຸດຜ່ອງ
+ຜູ້ຈອງຫອງ
+ຜູ້ຈັດການ
+ຜູ້ຈັດຫາ
+ຜູ້ໃຈຖ່ອມ
+ຜູ້ສອດແນມ
+ຜູ້ສອນ
+ຜູ້ສ້ອມແປງ
+ຜູ້ສະຫຼາດ
+ຜູ້ສະຫຼຽວສະຫຼາດ
+ຜູ້ສະເຫວີຍສຸກ
+ຜູ້ສະແຫວງຫາ
+ຜູ້ສັ່ງສອນ
+ຜູ້ສັງຫານ
+ຜູ້ສັດຈິງ
+ຜູ້ສັດຊື່
+ຜູ້ສັນຈອນ
+ຜູ້ສ້າງ
+ຜູ້ສາວ
+ຜູ້ສໍານຶກຜິດ
+ຜູ້ສໍາເລັດລາຊະການ
+ຜູ້ສື່ສານ
+ຜູ້ສືບສາຍ
+ຜູ້ສືບທອດ
+ຜູ້ສູງສຸດ
+ຜູ້ສົ່ງຂ່າວ
+ຜູ້ສົ່ງສານ
+ຜູ້ຊ່ວຍ
+ຜູ້ຊ່ວຍເຫຼືອ
+ຜູ້ຊ່ວຍໃຫ້ພົ້ນ
+ຜູ້ຊ່ວຍໃຫ້ລອດ
+ຜູ້ຊອບທໍາ
+ຜູ້ຊະນະ
+ຜູ້ຊະນະວິນຍານ
+ຜູ້ຊະລາ
+ຜູ້ຊາຍ
+ຜູ້ຊໍານານ
+ຜູ້ຊໍານານເສິກ
+ຜູ້ຊິມໃສ່ຫູ
+ຜູ້ຊີ້ນໍາ
+ຜູ້ຊື້
+ຜູ້ຊື້ຂາຍ
+ຜູ້ຊົງສະຫງ່າລາສີ
+ຜູ້ຊົງສ້າງ
+ຜູ້ຊົງຊອບທໍາ
+ຜູ້ຊົງດໍາລົງພຣະຊົນ
+ຜູ້ຊົງດໍາລົງຢູ່
+ຜູ້ຊົງຕັ້ງພຣະບັນຍັດ
+ຜູ້ຊົງປະທານ
+ຜູ້ຊົງປັ້ນ
+ຜູ້ຊົງປູກ
+ຜູ້ຊົງເປັນກໍາລັງ
+ຜູ້ຊົງເປັນພິຍານ
+ຜູ້ຊົງເປັນອໍາມະຕະ
+ຜູ້ຊົງແຜ່
+ຜູ້ຊົງພຣະຄຸນ
+ຜູ້ຊົງພຣະຈະເລີນ
+ຜູ້ຊົງພຣະຊົນ
+ຜູ້ຊົງພຣະຊົນຢູ່
+ຜູ້ຊົງພຣະຊົນຢູ່ເປັນນິດ
+ຜູ້ຊົງພຣະປັນຍາ
+ຜູ້ຊົງພິພາກສາ
+ຜູ້ຊົງມີຊີວິດ
+ຜູ້ຊົງລິດ
+ຜູ້ຊົງລິດຍິ່ງໃຫຍ່
+ຜູ້ຊົງລິດທານຸພາບ
+ຜູ້ຊົງອານຸພາບ
+ຜູ້ຊົງອໍານາດ
+ຜູ້ຊົມຊື່ນຍິນດີ
+ຜູ້ຊົ່ວ
+ຜູ້ຊົ່ວຮ້າຍ
+ຜູ້ຊ່ຽວຊານ
+ຜູ່ຍ
+ຜູ້ຍິງ
+ຜູ້ຍິ່ງໃຫຍ່
+ຜູດ
+ຜູ້ດໍາເນີນ
+ຜູ້ດໍາເນີນງານ
+ຜູ້ດໍາລົງເປັນນິດ
+ຜູ້ດີ
+ຜູ້ດີໃຈ
+ຜູ້ດີຮອບຄອບ
+ຜູ້ດູແລ
+ຜູ້ດູແລຮັກສາ
+ຜູ້ດຽວ
+ຜູ້ເດີນທາງ
+ຜູ້ໂດຍສານ
+ຜູ້ໃດ
+ຜູ້ໃດກໍຕາມ
+ຜູ້ໃດຜູ້ໜຶ່ງ
+ຜູ້ໄດ້ຮັບພຣະພອນ
+ຜູ້ໄດ້ຮັບພອນ
+ຜູ້ຕ້ອງຫາ
+ຜູ້ຕັ້ງບັນຍັດ
+ຜູ້ຕັດ
+ຜູ້ຕັດຂົນ
+ຜູ້ຕັດສິນ
+ຜູ້ຕາຍ
+ຜູ້ຕໍ່າຕ້ອຍ
+ຜູ້ຕາບອດ
+ຜູ້ຕິດຕໍ່
+ຜູ້ຕີຊະນະ
+ຜູ້ຕົ້ນ
+ຜູ້ຕົວະ
+ຜູ້ແຕ່ງ
+ຜູ້ແຕ່ງເຄືອອະງຸ່ນ
+ຜູ້ຖ່ອມໃຈ
+ຜູ້ຖ່ອມໂຕ
+ຜູ້ຖ່ອມໂຕລົງ
+ຜູ້ຖື
+ຜູ້ຖືກຂັງຄຸກ
+ຜູ້ຖືກຂົ່ມໃຈ
+ຜູ້ຖືກຄຸມຂັງ
+ຜູ້ຖືກຕົວະ
+ຜູ້ຖືກເນລະເທດ
+ຜູ້ຖືກບີບບັງຄັບ
+ຜູ້ຖືກປະຖິ້ມ
+ຜູ້ຖືເຄື່ອງອາວຸດ
+ຜູ້ຖືທຸງ
+ຜູ້ຖືອາວຸດ
+ຜູ້ເຖົ້າ
+ຜູ້ໄຖ່
+ຜູ້ໄຖນາ
+ຜູ້ທໍລະຍົດ
+ຜູ້ທາລຸນ
+ຜູ້ທໍາງານ
+ຜູ້ທໍານວາຍ
+ຜູ້ທໍານວາຍເທັດ
+ຜູ້ທໍາລາຍ
+ຜູ້ທໍາລາຍລ້າງ
+ຜູ້ທໍາອິດ
+ຜູ້ທີ່ຖ່ອມ
+ຜູ້ທີ່ຖ່ອມໃຈ
+ຜູ້ທີ່ຖືກຈໍາລອງ
+ຜູ້ທີ່ທາລຸນ
+ຜູ້ທີ່ທຸກໃຈ
+ຜູ້ທີ່ທຸກຍາກ
+ຜູ້ທີ່ນັບ
+ຜູ້ທີ່ຫູໜວກ
+ຜູ້ທີ່ຮັກ
+ຜູ້ທົດລອງ
+ຜູ້ທ່ຽງທໍາ
+ຜູ້ທ່ຽງແທ້
+ຜູ້ແທນ
+ຜູ້ແທນປະຊາຊົນ
+ຜູ້ໄທ
+ຜູ້ນ້ອຍ
+ຜູ້ນ້ອຍຜູ້ໃຫຍ່
+ຜູ້ນັ່ງ
+ຜູ້ນັ້ນ
+ຜູ້ນັບ
+ຜູ້ນັບຖື
+ຜູ້ນຳ
+ຜູ້ນໍາຂ່າວ
+ຜູ້ນິນທາ
+ຜູ້ແນະນໍາ
+ຜູ້ບໍ່ເຂົ້າພິທີຕັດ
+ຜູ້ບໍ່ຊອບທໍາ
+ຜູ້ບໍ່ມີຝີມື
+ຜູ້ບໍລິສຸດ
+ຜູ້ບໍລິໂພກ
+ຜູ້ບັງຄັບ
+ຜູ້ບັງຄັບກອງ
+ຜູ້ບັງຄັບກອງພັນ
+ຜູ້ບັງຄັບກອງພົນ
+ຜູ້ບັງຄັບກອງຮ້ອຍ
+ຜູ້ບັງຄັບການ
+ຜູ້ບັງຄັບບັນຊາ
+ຜູ້ບັງຄັບບັນຊາການ
+ຜູ້ບັນຊາກອງພັນ
+ຜູ້ບັນຊາການ
+ຜູ້ບັນຊາການທະຫານ
+ຜູ້ບັນທຶກ
+ຜູ້ບາດເຈັບ
+ຜູ້ບ່າວ
+ຜູ້ບີບບັງຄັບ
+ຜູ້ບົງການ
+ຜູ້ເບີກບານ
+ຜູ້ແບ່ງມໍລະດົກ
+ຜູ້ປ່ວຍ
+ຜູ້ປ້ອງກັນ
+ຜູ້ປະກອບການ
+ຜູ້ປະກາດ
+ຜູ້ປະກາດພຣະທຳ
+ຜູ້ປະກາດພະທຳ
+ຜູ້ປະເສີດ
+ຜູ້ປະຕິບັດ
+ຜູ້ປະຕິບັດງານ
+ຜູ້ປະທັບ
+ຜູ້ປະທານຊີວິດ
+ຜູ້ປະພຶດຕາມ
+ຜູ້ປະພຶດຕົນຊົ່ວ
+ຜູ້ປາຍ
+ຜູ້ປິຕິຍິນດີ
+ຜູ້ປິ້ນຄວາມ
+ຜູ້ປຸງເຄື່ອງຫອມ
+ຜູ້ປຸ້ນ
+ຜູ້ປູກ
+ຜູ້ປົກຄອງ
+ຜູ້ປົກຄຸມ
+ຜູ້ປົກປັກຮັກສາ
+ຜູ້ເປັນຄວາມຫວັງ
+ຜູ້ເປັນເຈົ້ານາຍ
+ຜູ້ເປັນຊະເລີຍ
+ຜູ້ເປັນປະຖົມ
+ຜູ້ເປັນປະມຸກ
+ຜູ້ເປັນມົນທິນ
+ຜູ້ເປັນຫົວໜ້າ
+ຜູ້ເປັນອໍາມະຕະ
+ຜູ້ແປງ
+ຜູ້ຜະລິດ
+ຜູ້ຜິດ
+ຜູ້ຝັນເຫັນ
+ຜູ້ເຝົ້າ
+ຜູ້ເຝົ້າທໍລະນີປະຕູ
+ຜູ້ເຝົ້າປະຕູ
+ຜູ້ພະຍາກອນ
+ຜູ້ພະຍາກອນຍິງ
+ຜູ້ພິສູດ
+ຜູ້ພິທັກ
+ຜູ້ພິທັກຮັກສາ
+ຜູ້ພິພາກສາ
+ຜູ້ຟັງ
+ຜູ້ຟື້ນຟູ
+ຜູ້ຟົກຊໍ້າ
+ຜູ້ມັ່ງມີ
+ຜູ້ມີກໍາລັງ
+ຜູ້ມີກຽດ
+ຜູ້ມີຊີວິດ
+ຜູ້ມີຍົດ
+ຜູ້ມີຕໍາແໜ່ງ
+ຜູ້ມີປັນຍາ
+ຜູ້ມີມົນທິນ
+ຜູ້ມີລິດ
+ຜູ້ມີລິດເດດ
+ຜູ້ມີລິດທານຸພາບ
+ຜູ້ມີອານຸພາບ
+ຜູ້ມີອາວຸໂສ
+ຜູ້ມີອໍານາດ
+ຜູ້ຢືມ
+ຜູ້ຢຽບຢໍ່າ
+ຜູ້ເຢາະເຢີ້ຍ
+ຜູ້ລໍ້ລວງ
+ຜູ້ລວງ
+ຜູ້ລ່ວງປະເວນີ
+ຜູ້ລອດພົ້ນ
+ຜູ້ລ້ອມ
+ຜູ້ລະເມີດ
+ຜູ້ລ້າງຜານ
+ຜູ້ລິເລີ່ມ
+ຜູ້ລີ້ໄພ
+ຜູ້ລົບລ້າງຜິດບາບ
+ຜູ້ລ້ຽງ
+ຜູ້ລ້ຽງແກະ
+ຜູ້ລ້ຽງດູ
+ຜູ້ລ້ຽງທີ່ດີ
+ຜູ້ລ້ຽງແບ້ລ້ຽງແກະ
+ຜູ້ເລັກນ້ອຍ
+ຜູ້ເລືອກສັນ
+ຜູ້ເລົ້າໂລມ
+ຜູ້ເລົ້າໂລມໃຈ
+ຜູ້ວາງໃຈ
+ຜູ້ວ່າລາຊະການ
+ຜູ້ວ່າລາຊະການເມືອງ
+ຜູ້ວິເສດ
+ຜູ້ວິນິໄສ
+ຜູ້ເວົ້າຕົວະ
+ຜູ້ໄວ້ທຸກ
+ຜູ້ຫຍັ່ງຮູ້
+ຜູ້ໜ້າຢ້ານ
+ຜູ້ໜຶ່ງ
+ຜູ້ໝິ່ນປະໝາດ
+ຜູ້ຫວັງໃຈ
+ຜູ້ຫວ່ານ
+ຜູ້ຫາມ
+ຜູ້ຫິວ
+ຜູ້ຫິວໂຫຍເລືອດ
+ຜູ້ຫູໜວກ
+ຜູ້ຫົວໜ້າ
+ຜູ້ຫົວໜ້າຕະກູນ
+ຜູ້ຫຼອກລວງ
+ຜູ້ຫຼັກຜູ້ໃຫຍ່
+ຜູ້ຫຼິ້ນພິນ
+ຜູ້ຫຼົບໄພ
+ຜູ້ເຫຼືອຢູ່
+ຜູ້ໃຫຍ່
+ຜູ້ໃຫຍ່ຜູ້ນ້ອຍ
+ຜູ້ໃຫ້ຢືມ
+ຜູ້ໃຫ້ຮັບບັບຕິດສະມາ
+ຜູ້ອອກເວນ
+ຜູ້ອອຍໃຈ
+ຜູ້ອະທໍາ
+ຜູ້ອາຄາດ
+ຜູ້ອາຄາດເລືອດ
+ຜູ້ອາສາສະໝັກ
+ຜູ້ອ່ານ
+ຜູ້ອາລັກຂາ
+ຜູ້ອາວຸໂສ
+ຜູ້ອໍານວຍການ
+ຜູ້ອື່ນ
+ຜູ້ອຸປະຖໍາ
+ຜູ້ຮ່ວມງານ
+ຜູ້ຮ່ວມປະເວນີ
+ຜູ້ຮ້ອນ
+ຜູ້ຮັກຄົນດີ
+ຜູ້ຮັກສາ
+ຜູ້ຮັບ
+ຜູ້ຮັບຄວາມທຸກໃຈ
+ຜູ້ຮັບຄໍາສັ່ງ
+ຜູ້ຮັບເຈີມ
+ຜູ້ຮັບໃຊ້
+ຜູ້ຮັບປະກັນ
+ຜູ້ຮັບຜິດຊອບ
+ຜູ້ຮັບຝາກ
+ຜູ້ຮັບມໍລະດົກ
+ຜູ້ຮັບມອບສັນທະ
+ຜູ້ຮັບແລກເງິນ
+ຜູ້ຮັບເໝົາກໍ່ສ້າງ
+ຜູ້ຮັບຮອງ
+ຜູ້ຮ້າຍ
+ຜູ້ຮູ້ທຸກສິ່ງທຸກຢ່າງ
+ຜູ້ເຮັດດີ
+ຜູ້ເຮັດແຜນງານ
+ຜູ້ໄຮ້ຄວາມຜິດ
+ຜູ້ໄຮ້ຄ່າ
+ຜູ້ໄຮ້ຜິດ
+ຜົກ
+ຜົງ
+ຜົ້ງ
+ຜົ້ງແກ້ມ
+ຜົ້ງສາລີ
+ຜົງຊັກຟອກ
+ຜົງໂຊດາ
+ຜົ້ງເອິກ
+ຜົນ
+ຜົ່ນ
+ຜົນກໍາ
+ຜົນກໍາໄລ
+ຜົນຄວນ
+ຜົນງານ
+ຜົນສຳເລັດ
+ຜົນເສຍ
+ຜົນດີ
+ຜົນຕອບແທນ
+ຜົນປະໂຫຍດ
+ຜົນປູກ
+ຜົນລະປູກ
+ຜົນລະປູກບູຊາ
+ຜົນຮ້າຍ
+ຜົມ
+ຜົມກະໂປະ
+ຜົມເປຍ
+ຜົມເປັຍ
+ຜົມໄຟ
+ຜົມຫງອກ
+ຜົມຫລົ່ນ
+ຜົມຫຼົ່ນ
+ຜົວ
+ຜົວເມຍ
+ຜຽກ
+ຜຽດ
+ຜຽນ
+ຜ່ຽນ
+ຜ້ຽນ
+ເຜດ
+ເຜັຍ
+ເຜັດ
+ເຜັ່ນ
+ເຜັ່ນຜະຫຍອງ
+ເຜາະ
+ເຜິ້ງ
+ເຜີ
+ເຜີ້ງ
+ເຜີຍ
+ເຜີຍແຜ່
+ເຜີຍແພ່
+ເຜີນ
+ເຜີ່ນ
+ເຜື່ຍ
+ເຜືອ
+ເຜື່ອ
+ເຜືອກ
+ເຜືອກເຈົ່າ
+ເຜື່ອແຜ່
+ເຜື່ອວ່າ
+ເຜົາ
+ເຜົ່າ
+ເຜົາຜານ
+ເຜົາໄໝ້
+ແຜ
+ແຜ່
+ແຜກ
+ແຜງ
+ແຜງພາບ
+ແຜງລິດ
+ແຜດ
+ແຜດເຜົາ
+ແຜດຮ້ອງ
+ແຜນ
+ແຜ່ນ
+ແຜ່ນກັນຂາ
+ແຜນການ
+ແຜນງານ
+ແຜ່ນຈາລຶກ
+ແຜ່ນສຽງ
+ແຜ່ນດິນ
+ແຜ່ນດິນໂລກ
+ແຜ່ນດິນໄຫວ
+ແຜ່ນໄຕ
+ແຜນທີ່
+ແຜ່ນທີ່
+ແຜນຜັງ
+ແຜ່ນຜ້າ
+ແຜນພາບ
+ແຜນພູມ
+ແຜ່ນແພ
+ແຜ່ນຟ້າ
+ແຜນວາດ
+ແຜ່ນໜັງ
+ແຜ່ປັດໄຈ
+ແຜ່ຜາຍ
+ແຜ່ເມດຕາ
+ແຜວ
+ແຜ້ວ
+ແຜ້ວຖາງ
+ແຜໜອງ
+ແຜ່ອອກ
+ໂຜ
+ໂຜ່
+ໂຜ້
+ໂຜ້ງ
+ໂຜດ
+ໂຜດຖັບພະ
+ໂຜດຜາຍ
+ໂຜນ
+ໂຜະ
+ໃຜ
+ໃຜກໍຕາມ
+ໄຜ່
+ຝໍ່
+ຝຣັ່ງ
+ຝຣັ່ງເສດ
+ຝອຍ
+ຝອຍຄຳ
+ຝອຍນິກ
+ຝອຍລົມ
+ຝອດ
+ຝຮັ່ງ
+ຝັກ
+ຝັ່ກ
+ຝັກແຄ
+ຝັກຝ່າຍ
+ຝັກໃຝ່
+ຝັກຫຼອກ
+ຝັງ
+ຝັ່ງ
+ຝັງສົບ
+ຝັງດິນ
+ຝັດ
+ຝັນ
+ຝັ້ນ
+ຝາ
+ຝ່າ
+ຝ້າ
+ຝາກ
+ຝາກໄຂ່ໄວ້ນຳກາຝາກປາໄວ້ນຳແມວ
+ຝາກຊີ້ນໄວ້ກັບເສືອ
+ຝາກໂຕ
+ຝາກປະຈຳ
+ຝາກປະຢັດ
+ຝາກຝັງ
+ຝາງ
+ຝາໄງ
+ຝາຊີ
+ຝາຍ
+ຝ່າຍ
+ຝ້າຍ
+ຝ້າຍຂວັນ
+ຝ່າຍຂວາ
+ຝ່າຍຊ້າຍ
+ຝ່າຍເປັນກາງ
+ຝາດ
+ຝາດສະຫມານ
+ຝາຕີນ
+ຝານ
+ຝາບັງ
+ຝາປິດ
+ຝ່າຝືນ
+ຝາແຝດ
+ຝ່າພະບາດ
+ຝ່າຟັນ
+ຝາມ
+ຝາມື
+ຝາເມືອງ
+ຝາລະມີ
+ຝາລະເອີງ
+ຝ່າວ
+ຝາເຮືອນ
+ຝິ
+ຝິງ
+ຝິດາດ
+ຝິ່ນ
+ຝິໝາກມ່ວງ
+ຝິຫົວຂາດ
+ຝີ
+ຝີງ
+ຝີໃນທ້ອງ
+ຝີປາກ
+ຝີພຣະບາດ
+ຝີພຣະຫັດ
+ຝີພຣະໂອດ
+ຝີມື
+ຝຶກ
+ຝຶກງານ
+ຝຶກຫັດ
+ຝຶກແອບ
+ຝຶດ
+ຝຶດເຄືອງ
+ຝືກ
+ຝືກແອບ
+ຝືດ
+ຝືນ
+ຝື່ນ
+ຝືນໃຈ
+ຝືນປະຕິວັດ
+ຝຸງ
+ຝຸງຄົນ
+ຝຸງຊົນ
+ຝຸ່ນ
+ຝຸ່ນດິນ
+ຝຸ່ນລະອອງ
+ຝູງ
+ຝູງສັດ
+ຝູງຊົນ
+ຝົດ
+ຝົດແດດ
+ຝົດເຫື່ອ
+ຝົນ
+ຝົນສັ່ງຟ້າ
+ຝົນຕົກ
+ຝົນຮຳ
+ຝົາ
+ຝຼັ່ງ
+ຝຽດ
+ຝຽນ
+ເຝິກ
+ເຝິກສອນ
+ເຝິກຝົນ
+ເຝິກຫັດ
+ເຝີ
+ເຝຶອ
+ເຝືກ
+ເຝື້ອ
+ເຝືອກ
+ເຝືອດ
+ເຝືອນ
+ເຝື່ອນ
+ເຝືອນພາດ
+ເຝົ້າ
+ເຝົ້າຄອຍ
+ເຝົ້າຍາມ
+ເຝົ້າເບິ່ງ
+ແຝກຫອມ
+ແຝງ
+ແຝດ
+ໃຝ່
+ໃຝ່ໃຈ
+ໃຝ່ສູງ
+ໃຝ່ສູງເກີນສັກ
+ໃຝ່ຕໍ່າ
+ໃຝ່ຝັນ
+ໄຝ
+ໄຝ່
+ໄຝ່ໃຈ
+ໄຝ່ສູງ
+ໄຝ່ຝັນ
+ໄຝ່ຫາ
+ພໍ
+ພໍ່
+ພໍ້
+ພໍ່ຄ້າ
+ພໍ່ຄີງ
+ພໍ່ຄົວ
+ພໍໃຈ
+ພໍໃຈຮັກ
+ພໍ່ສວນ
+ພໍ່ສື່
+ພໍສົມ
+ພໍສົມຄວນ
+ພໍ່ສ່ຽວ
+ພໍໃຊ້
+ພໍດີ
+ພໍດີດ້າມ
+ພໍໄດ້
+ພໍໄດ້ຂ່າວ
+ພໍ່ຕາ
+ພໍແຕ່
+ພໍ່ເຖົ້າ
+ພໍ່ນາ
+ພໍ່ບ້ານ
+ພໍປະມານ
+ພໍ່ຜົວ
+ພໍພຣະໄທ
+ພໍພັກ
+ພໍພຽງ
+ພໍ່ມົດແມ່ມົດ
+ພໍ່ມົດໝໍຜີ
+ພໍ່ເມຍ
+ພໍເມື່ອ
+ພໍ່ແມ່
+ພໍຢູ່
+ພຣະ
+ພຣະກະລຸນາ
+ພຣະກຸມມານ
+ພຣະຄຣິສ
+ພຣະຄຣິສຕະທຳຄຳພີ
+ພຣະຄຣິດ
+ພຣະຄຳ
+ພຣະຄຳພີ
+ພຣະຄຸນ
+ພຣະຄູນ
+ພຣະເຄາະ
+ພຣະຈັນ
+ພຣະເຈົ້າ
+ພຣະສັນຍາ
+ພຣະສີ
+ພຣະສົງ
+ພຣະຊົງຜູ້ສ້າງ
+ພຣະຊົນ
+ພຣະທັມ
+ພຣະທຳ
+ພຣະທີ່ນັ່ງ
+ພຣະແທ້
+ພຣະໄທ
+ພຣະນາມ
+ພຣະນິມິດ
+ພຣະນິເວດ
+ພຣະນີມິດ
+ພຣະເນດ
+ພຣະບັນຍັດ
+ພຣະບາດ
+ພຣະບິດາ
+ພຣະບຸດ
+ພຣະປະສົງ
+ພຣະເປັນເຈົ້າ
+ພຣະຜູ້ສ້າງ
+ພຣະຜູ້ສູງສຸດ
+ພຣະຜູ້ຊ່ວຍ
+ພຣະຜູ້ຊ່ວຍໃຫ້ລອດ
+ພຣະຜູ້ຊົງທໍາ
+ພຣະຜູ້ຊົງພຣະຊົນຢູ່
+ພຣະຜູ້ຊົງລ້ຽງດູ
+ພຣະຜູ້ໄຖ່
+ພຣະຜູ້ເນລະມິດສ້າງ
+ພຣະຜູ້ບໍລິສຸດ
+ພຣະຜູ້ບີບບັງຄັບ
+ພຣະຜູ້ປະທັບ
+ພຣະຜູ້ພິພາກສາ
+ພຣະຜູ້ລ້ຽງ
+ພຣະຜູ້ລ້ຽງໃຫຍ່
+ພຣະພອນ
+ພຣະພັກ
+ພຣະພິໂລດ
+ພຣະພຸດ
+ພຣະພຸດທະເຈົ້າ
+ພຣະພຸດທະຮູບ
+ພຣະມະຫາກະສັດ
+ພຣະມະຫາກະລຸນາ
+ພຣະເມສານ້ອຍ
+ພຣະເມຊີອາ
+ພຣະເມດຕາ
+ພຣະເຢຊູ
+ພຣະເຢຊູຄຣິດ
+ພຣະເຢຊູຄຣິດເຈົ້າ
+ພຣະເຢຊູເຈົ້າ
+ພຣະເຢໂຮວາ
+ພຣະເຢໂຮວາຊາໂລມ
+ພຣະຣາຊວັງ
+ພຣະລາດຊະກິດ
+ພຣະລືສີ
+ພຣະວັດຈະນະ
+ພຣະວາຈາ
+ພຣະວິນຍານ
+ພຣະວິຫານ
+ພຣະຫັດ
+ພຣະອາຈານ
+ພຣະອາແມ່ນ
+ພຣະອົງ
+ພຣະເອກ
+ພຣຸນ
+ພໍລະນີ
+ພໍລັກ
+ພໍ່ລ່າມ
+ພລຳ
+ພລູໂຕ
+ພໍ່ລ້ຽງ
+ພໍ້ວໍ້
+ພວກ
+ພວກເຂົາ
+ພວກຄັນເດອາ
+ພວກຄັນທັບ
+ພວກຕິດຕາມ
+ພວກນັກທຳ
+ພວກປຸ້ນ
+ພວກຜຸ້ປົກຄອງ
+ພວກຜູ້ນຳ
+ພວກພັດຖິ່ນ
+ພວກເມເຊັກ
+ພວກລູກຫລານ
+ພວກໜຶ່ງ
+ພວກໝາພານ
+ພວກອໍາໂມນ
+ພວງ
+ພ່ວງ
+ພວງຊໍ່
+ພວງພີ່
+ພວງມາລາ
+ພວງມາລາໄລ
+ພວງມາໄລ
+ພວດ
+ພວດພາດ
+ພວນ
+ພວນທ້ອງ
+ພວນນໍ້າ
+ພໍ້ວໍ້ແພ້ແວ້
+ພວມ
+ພໍວ່າ
+ພໍ່ໝ້າຍ
+ພອກ
+ພອງ
+ພ່ອງ
+ພ້ອງ
+ພອຍ
+ພ້ອຍ
+ພອຍຂຽວ
+ພອຍສີແດງ
+ພອຍສີແດງເຂັ້ມ
+ພອຍສີນໍ້າມວກ
+ພອຍສີມ່ວງ
+ພອຍວ່າ
+ພອນ
+ພອນທິບ
+ພ້ອມ
+ພ້ອມກັນ
+ພ້ອມກັບ
+ພ້ອມຄວາມ
+ພ້ອມໃຈ
+ພ້ອມດ້ວຍ
+ພ້ອມທັງ
+ພອມຜໍ່
+ພ້ອມພຽງ
+ພ້ອມພຽງຮຽງໜ້າ
+ພ້ອມແລ້ວ
+ພ້ອມໜ້າ
+ພໍ່ອອກ
+ພໍອົກ
+ພໍ່ຮັກ
+ພໍ່ຮ້າງ
+ພໍເຮັດ
+ພໍແຮງ
+ພໍ່ໄຮ່
+ພະ
+ພະກະ
+ພະກິ່ງ
+ພະກືກ
+ພະຄຣິດ
+ພະຄະ
+ພະຄະວະດີ
+ພະຄະວັດ
+ພະຄັນທະລາ
+ພະຄຳ
+ພະຄຳພີ
+ພະຄິນີ
+ພະຄຸນ
+ພະເຄມົດ
+ພະເຄາະ
+ພະງາ
+ພະຈັນ
+ພະຈິກ
+ພະຈົງ
+ພະຈົນໄພ
+ພະເຈົ້າ
+ພະສັນຍາ
+ພະສີ
+ພະສຸ
+ພະສຸກໂກດເບໂນດ
+ພະສຸສົງການ
+ພະສຸທາ
+ພະສຸທາດົນ
+ພະສຸນທະລາ
+ພະສົງ
+ພະສົມ
+ພະຊູດ
+ພະຊົນ
+ພະໂຊກ
+ພະຍະຕິເລກ
+ພະຍັກຄະ
+ພະຍັນຊະນະ
+ພະຍັນຕະລາຍ
+ພະຍາ
+ພະຍາກອນ
+ພະຍາງ
+ພະຍາຍາມ
+ພະຍາດ
+ພະຍາດກົ້ນໂລ່ງ
+ພະຍາດຂີ້ກ້ຽນ
+ພະຍາດຂີ້ທູດ
+ພະຍາດຄັນ
+ພະຍາດຈ່ອຍແຫ້ງ
+ພະຍາດສີຂາວ
+ພະຍາດຕາບອດ
+ພະຍາດທ້ອງມານ
+ພະຍາດບ້າ
+ພະຍາດລະບາດ
+ພະຍາດລໍາໄສ້
+ພະຍາດເລືອດໄຫຼ
+ພະຍາດຮ້າຍ
+ພະຍານ
+ພະຍານາກ
+ພະຍາບາດ
+ພະຍາບານ
+ພະຍາມານ
+ພະຍຸ
+ພະຍຸຫະ
+ພະຍຸຫະເສນາ
+ພະຍຸຫະແສນຍາ
+ພະຍຸຫະແສນຍາກອນ
+ພະຍຸຫະຍາດຕາ
+ພະຍຸຫະໂຍທາ
+ພະຍົດ
+ພະຍົມ
+ພະເຍຍ
+ພະດາໂກນ
+ພະດຸງ
+ພະເດດ
+ພະຕ່າງ
+ພະຕ່າງດ້າວ
+ພະຕ່າງປະເທດ
+ພະຕາຍ
+ພະຕາຕັກ
+ພະທັກ
+ພະທາດ
+ພະທຳ
+ພະທູ
+ພະທຽມທັດ
+ພະໄທ
+ພະນອມ
+ພະນະ
+ພະນະຂັນ
+ພະນະໂຄຈອນ
+ພະນະສົນ
+ພະນະທາລາ
+ພະນະວາສີ
+ພະນັກ
+ພະນັກງານ
+ພະນັກງານລອຍ
+ພະນັງ
+ພະນັດ
+ພະນັນ
+ພະນັນດອນ
+ພະນາ
+ພະນາງ
+ພະນາງກວັກ
+ພະນາງເຈົ້າ
+ພະນາສົນ
+ພະນາສົມ
+ພະນາດ
+ພະນາມ
+ພະນາລາມ
+ພະນາລີ
+ພະນາໄລ
+ພະນາວາດ
+ພະນາເວດ
+ພະນຳເມເລັກ
+ພະນິດ
+ພະນິດສະໂລກ
+ພະນິດາ
+ພະນິບຮັດ
+ພະນິມິດ
+ພະນົມ
+ພະນົມເປັນ
+ພະນຽງ
+ພະນຽດ
+ພະເນການ
+ພະເນຈອນ
+ພະເນໂບ
+ພະເນຜ້າຍ
+ພະແນກ
+ພະບັນຍັດ
+ພະບັນຍັດສອງ
+ພະບາດ
+ພະບາອານ
+ພະບາອານເບຣິດ
+ພະບາອານເປໂອ
+ພະບິດາ
+ພະບຸ
+ພະບຸດ
+ພະເບນ
+ພະປະສົງ
+ພະປາງຫ້າມຍາດ
+ພະເປັນເຈົ້າ
+ພະພອນ
+ພະພັກ
+ພະພິໂລດ
+ພະພຸດ
+ພະພຸດທະເຈົ້າ
+ພະມອນ
+ພະມະການ
+ພະມະລະ
+ພະມະລີ
+ພະມະເຫສີ
+ພະມ້າ
+ພະມຸກາ
+ພະເມຊີອາ
+ພະເມໂຣດັກ
+ພະໂມລົກ
+ພະໂມເລັກ
+ພະຢຸງ
+ພະເຢຊູ
+ພະຣາຊວັງ
+ພະຣິມໂມນ
+ພະເຣຟານ
+ພະລະ
+ພະລະການ
+ພະລະສຶກສາ
+ພະລະຕະ
+ພະລະຕະສາດ
+ພະລະຕະວັດ
+ພະລະນີ
+ພະລັງ
+ພະລັງງານ
+ພະລັນ
+ພະລາກອນ
+ພະລາຊະ
+ພະລາຊະທານ
+ພະລາຊະບັນຍັດ
+ພະລາຊະວົງ
+ພະລາຊະອົງການ
+ພະລາຊີນີ
+ພະລາດ
+ພະລາດຈະກິດ
+ພະລາດຊະວັງ
+ພະລາດອນພາບ
+ພະລາດາ
+ພະລາທິການ
+ພະລານ
+ພະລານາໄມ
+ພະລາຫົກ
+ພະລິກ
+ພະລິຍາ
+ພະລິດ
+ພະລີ
+ພະລີກຳ
+ພະລຶກສະ
+ພະລຶກສາ
+ພະລືສີ
+ພະລືຫັດ
+ພະລຸງ
+ພະວະ
+ພະວະຕັນຫາ
+ພະວະນາ
+ພະວັກຄະພົມ
+ພະວັງ
+ພະວັນດອນ
+ພະວາ
+ພະວິນຍານ
+ພະຫນວກ
+ພະເໝນ
+ພະຫັດ
+ພະຫຸ
+ພະຫຸຄຸນ
+ພະຫຸບົດ
+ພະຫຸພົດ
+ພະຫູ
+ພະຫູສູດ
+ພະຫູພົດ
+ພະຫົນລະໂຍຫາ
+ພະອັດສະຕາໂຣດ
+ພະອັດຊະໂຕເຣດ
+ພະອັດຣໍາເມເລັກ
+ພະອາຊີມາ
+ພະອາເຕມິດ
+ພະອາທິດ
+ພະອື່ນ
+ພະອົງ
+ພະເອກ
+ພະເຮຣະເມ
+ພັກ
+ພັກກະສັດ
+ພັກກາດ
+ພັກການເມືອງ
+ພັກຂະ
+ພັກສະດາ
+ພັກສະໝອງ
+ພັກສາ
+ພັກດີ
+ພັກຜ່ອນ
+ພັກພວກ
+ພັກຟື້ນ
+ພັກອາໃສ
+ພັກຮົບ
+ພັງ
+ພັ້ງ
+ພັງທະລາຍ
+ພັງພອນ
+ພັ່ງພ້ອມ
+ພັ່ງພູ
+ພັງລົງ
+ພັດ
+ພັດສະດາ
+ພັດສະດີ
+ພັດສະດຸ
+ພັດສະດຸໄປສະນີ
+ພັດສະດຸພັນ
+ພັດສະຖານ
+ພັດສະລາ
+ພັດຊະນີ
+ພັດຊະລະ
+ພັດຕະ
+ພັດຕະກິດ
+ພັດຕະນາການ
+ພັດຕາຄານ
+ພັດຕາຫານ
+ພັດທະ
+ພັດທະກັບ
+ພັດທະກີ
+ພັດທະສີມາ
+ພັດທະຍາກອນ
+ພັດທະນະ
+ພັດທະນາ
+ພັດທະນາກອນ
+ພັດທະນາການ
+ພັດທະນາມານ
+ພັດທະລະ
+ພັດທະລະກັບ
+ພັດທະລະບົດ
+ພັດທະລະພິດ
+ພັດພາ
+ພັດພາກ
+ພັດລົມ
+ພັນ
+ພັ່ນ
+ພັນເຂົ້າ
+ພັນຄໍ
+ພັນສາ
+ພັນດາຄານ
+ພັນດາຮັກ
+ພັນຕະ
+ພັນຕາ
+ພັນທະ
+ພັນທະກໍລະນີ
+ພັນທະການ
+ພັນທະກິດ
+ພັນທະສັນຍາ
+ພັນທະນະ
+ພັນທະນັງ
+ພັນທະນາ
+ພັນທະນາການ
+ພັນທະນາຄານ
+ພັນທະບັດ
+ພັນທະພາບ
+ພັນທະມິດ
+ພັນທະໄມຕີ
+ພັນທະຫານ
+ພັນທຸ
+ພັນທຸກຳ
+ພັນລະຍາ
+ພັນລະນາ
+ພັນລ້ານ
+ພັນໄວ້
+ພັນເອກ
+ພັບ
+ພັບດາດຽວ
+ພັບຕາ
+ພັບພະສັດ
+ພັບພາ
+ພາ
+ພ້າ
+ພໍ່າ
+ພໍ້າ
+ພາກ
+ພາກຄະຍະ
+ພາກສ່ວນ
+ພາກໃຕ້
+ພາກທິດສະດີ
+ພາກປະຕິບັດ
+ພາກຜະໜວກ
+ພາກພື້ນ
+ພາກພູມ
+ພາກພູມໃຈ
+ພາກພຽນ
+ພາກເໜືອ
+ພາກອນ
+ພາກຮຽນ
+ພາກະຢ່ອງ
+ພາກັນ
+ພາຄິນີ
+ພາຄິໄນ
+ພາຄີ
+ພາຄີຍະ
+ພາງ
+ພ່າງ
+ພ່າງຮາດ
+ພາງານ
+ພາສະນະ
+ພາສາ
+ພາສາຂຽນ
+ພາສາຄຳຕິດ
+ພາສາສາດ
+ພາສາສາດປຽບທຽບ
+ພາສາຖິ່ນ
+ພາສາທ້ອງຖິ່ນ
+ພາສາພິດຈິນ
+ພາສາພື້ນເມືອງ
+ພາສາແມ່
+ພາສາເວົ້າ
+ພາສາແຫ່ງຊາດ
+ພາສິດ
+ພາສີ
+ພາສີອາກອນ
+ພາຊະນະ
+ພາຊະນີຍະ
+ພາຊີ
+ພາຍ
+ພ່າຍ
+ພ້າຍ
+ພາຍໃສ່ບ່າ
+ພາຍໂຊນ
+ພາຍໃຕ້
+ພາຍນອກ
+ພາຍໃນ
+ພ່າຍແພ້
+ພາຍເລືອດ
+ພາຍໜ້າ
+ພາຍຫລັງ
+ພາຍຫຼັງ
+ພາຍເຮືອ
+ພາຍັບ
+ພາຍຸ
+ພາດ
+ພາດຫົວຂ່າວ
+ພາດາ
+ພາຕາ
+ພາຕິກະ
+ພາຕິຍະ
+ພາຕຸ
+ພາໂຕກ
+ພາທີ
+ພານ
+ພານອນ
+ພານຮອງຂັນ
+ພານະສິນ
+ພານິດ
+ພານີ
+ພານຸ
+ພານຸມາດ
+ພາບ
+ພາບຖ່າຍ
+ພາບພະຍົນ
+ພາບພົດ
+ພາບລໍ້
+ພາບລວງຕາ
+ພາພານ
+ພາມ
+ພາມມະນີ
+ພາມາ
+ພາລະ
+ພາລະກິດ
+ພາລະຈຳຍອມ
+ພາລະຊົນ
+ພາລະຍະຊັບ
+ພາລະຍາ
+ພາລະດີ
+ພາລະຕະ
+ພາລະຕິດພັນ
+ພາລະທຸລະ
+ພາລະຜູກພັນ
+ພາລະມິກ
+ພາລາ
+ພາລານະສີ
+ພາໂລ
+ພາໄລ
+ພາວ
+ພ້າວ
+ພາວະ
+ພາວະເງິນຝືດ
+ພາວະເງິນເຟີ້
+ພາວະສອງພາສາ
+ພາວະສຸກເສີນ
+ພາວະສຸດທິ
+ພາວະນາ
+ພາວະນາໄມ
+ພໍ່າວ່າ
+ພາວີ
+ພາຫະ
+ພາຫະນະ
+ພາຫາ
+ພາຫິລະ
+ພາຫິລະກະ
+ພາຫຸ
+ພາຫຸຍຸດ
+ພາຫຽນ
+ພຳ
+ພ່ຳ
+ພຳຊັກຈາຢາ
+ພິ
+ພິກ
+ພິກຂາ
+ພິກຂາຈານ
+ພິກຂາຫານ
+ພິກຂຸ
+ພິກຂຸນີ
+ພິກສາ
+ພິກສຸ
+ພິກສຸນີ
+ພິກຕົວ
+ພິກຜັນ
+ພິກໄຫວ
+ພິກັດ
+ພິການ
+ພິກຸນ
+ພິກົນ
+ພິຄະເນສວນ
+ພິຄາດ
+ພິເຄາະ
+ພິງ
+ພິ່ງ
+ພິຈານ
+ພິຈາລະນາ
+ພິຈິດ
+ພິໄຈ
+ພິສັງ
+ພິສັນຍີ
+ພິສານ
+ພິສິດ
+ພິສຸດ
+ພິສູດ
+ພິສູດອັກສອນ
+ພິເສດ
+ພິໄສ
+ພິຊະ
+ພິຊະຄະນິດ
+ພິຊະໂພດ
+ພິຊານ
+ພິຊິດ
+ພິຊິດມານ
+ພິຊຽນ
+ພິໄຊ
+ພິໄຊສົງຄາມ
+ພິຍານ
+ພິຍານຫຼັກຖານ
+ພິຍິ
+ພິໂຍກ
+ພິດ
+ພິດສະດານ
+ພິດສະນຸ
+ພິດສະໝອນ
+ພິດສະໄໝ
+ພິດສະຫວ່າງ
+ພິດສະຫວາດ
+ພິດສະຫວົງ
+ພິດສະຫຼີກ
+ພິດສຸລາຊຳເຮື້ອ
+ພິດໝາວໍ້
+ພິດານ
+ພິຖັນ
+ພິຖີ
+ພິຖີພິຖັນ
+ພິທະຍາ
+ພິທະຍາຄານ
+ພິທະຍາຄົມ
+ພິທະຍາທອນ
+ພິທະຍາພົນ
+ພິທະຍາໄລ
+ພິທັກ
+ພິທັກຮັກສາ
+ພິທີ
+ພິທີກອນ
+ພິທີການ
+ພິທີກຳ
+ພິທີສົບ
+ພິທີຕັດ
+ພິທີຖວາຍ
+ພິທີລີຕອງ
+ພິທູນ
+ພິເທດ
+ພິນ
+ພິນເຂົາຄູ່
+ພິນສິບສາຍ
+ພິນສີ່ສາຍ
+ພິນທຸ
+ພິນທຸກັບ
+ພິນພາດ
+ພິນລີນ
+ພິນໃຫຍ່
+ພິນາດ
+ພິນິດ
+ພິນິດໄສ
+ພິໃນກຳ
+ພິໄນ
+ພິໄນກຳ
+ພິບ
+ພິບຕາ
+ພິບັດ
+ພິບູນ
+ພິປະຫຼາດ
+ພິພັດ
+ພິພາກ
+ພິພາກສາ
+ພິພາດ
+ພິພິດ
+ພິພິດຕະພັນ
+ພິພິດທະພັນ
+ພິພິທະພັນ
+ພິພິທະພັນສະຖານ
+ພິພົບ
+ພິເພກ
+ພິມ
+ພິມໃຈ
+ພິມດີດ
+ພິມໂພຫະນະ
+ພິມມະເສນ
+ພິມລາຍມື
+ພິມານ
+ພິມຸກ
+ພິໂມກ
+ພິລະ
+ພິລາ
+ພິລໍ້າ
+ພິລາດ
+ພິລາດອາດຫານ
+ພິລາບ
+ພິລາໄລ
+ພິລິກ
+ພິລິຍະ
+ພິລິຍະໂຍທາ
+ພິລິບດາ
+ພິລຶກ
+ພິລຶກກຶກກື
+ພິລຶກພິໂລ
+ພິລືກ
+ພິລຸດ
+ພິລຸນ
+ພິລຸນສາດ
+ພິລົມ
+ພິໂລດ
+ພິໄລ
+ພິຫານ
+ພິຫົກ
+ພີ
+ພີ່
+ພີ້
+ພີງ
+ພີຊະຄະນິດ
+ພີ່ຊາຍ
+ພີດ
+ພີຕາ
+ພີນ
+ພີ່ນ້ອງ
+ພີ່ນ້ອງໃກ້ຊິດ
+ພີ່ນາງ
+ພີພ່ວນ
+ພີໂພ
+ພີມ
+ພີ່ລ້ຽງ
+ພີ້ວີ້
+ພີ່ອ້າຍ
+ພຶກ
+ພຶກສາ
+ພຶກສາສາດ
+ພຶກສາຊາດ
+ພຶງ
+ພຶ່ງ
+ພຶ້ງ
+ພຶ້ງວຶ້ງ
+ພຶຍຶ
+ພຶດ
+ພຶດສະຈິກາ
+ພຶດສະພາ
+ພຶດຕິ
+ພຶດຕິການ
+ພຶດຕິກຳ
+ພຶດຕິໄນ
+ພຶດທິບາດ
+ພຶນ
+ພຶ້ນ
+ພຶບພຶບ
+ພຶມພໍາ
+ພື
+ພືງ
+ພືດ
+ພືດຊະຄານ
+ພືດຜັກ
+ພືດຜົນ
+ພືດພັນ
+ພື້ນ
+ພື້ນຄວາມຮູ້
+ພື້ນດິນ
+ພື້ນຖານ
+ພື້ນທີ່
+ພື້ນນໍ້າ
+ພື້ນບ້ານ
+ພື້ນເມືອງ
+ພື້ນເຮືອ
+ພືປີກ
+ພືມ
+ພືມພຳ
+ພຸ
+ພຸການ
+ພຸງ
+ພຸ່ງ
+ພຸ້ງ
+ພຸຊົງ
+ພຸດ
+ພຸດທະການ
+ພຸດທະຄຸນ
+ພຸດທະຈັກ
+ພຸດທະເຈດີ
+ພຸດທະເຈົ້າ
+ພຸດທະສັກກະຫຼາດ
+ພຸດທະສາສະນິກະຊົນ
+ພຸດທະຊາດ
+ພຸດທະດີກາ
+ພຸດທະຕັນຕະລະ
+ພຸດທະປະຕິມາກອນ
+ພຸດທະມາມະກະ
+ພຸດທະອົງ
+ພຸດທະຮັກສາ
+ພຸດທະຮູບ
+ພຸດທັງກູນ
+ພຸດທັນດອນ
+ພຸດທິ
+ພຸດທຸບບາທະການ
+ພຸ່ນ
+ພຸ້ນ
+ພຸ່ມ
+ພຸມພຸມ
+ພຸມມະລິນ
+ພຸມມະລີ
+ພຸມມະເລດ
+ພຸມມະວານ
+ພຸ່ມໄມ້
+ພູ
+ພູ່
+ພູກະຊັກ
+ພູກະດິງ
+ພູກະດູກຄາງລໍ
+ພູກະຕ່ອຍ
+ພູເຂົາ
+ພູເຂົາເລົາກາ
+ພູຄ້ຽວ
+ພູສາ
+ພູສິດ
+ພູດ
+ພູດດີງ
+ພູດອຍ
+ພູຕະຄາມ
+ພູຕະຮູບ
+ພູທອນ
+ພູນ
+ພູນໍ້າແຂັງ
+ພູບານ
+ພູເບດ
+ພູຜາ
+ພູໄຟ
+ພູມ
+ພູ່ມ
+ພູມຄວາມຮູ້
+ພູມຄຸ້ມກັນ
+ພູມໃຈ
+ພູມສະຖານ
+ພູມສາດ
+ພູມສາດກະເສດສາດ
+ພູມສາດກາຍະພາບ
+ພູມສາດການກະເສດ
+ພູມສາດການເມືອງ
+ພູມສາດເສດຖະກິດ
+ພູມສາດປະຊາກອນ
+ພູມສາດປະຫວັດສາດ
+ພູມສາດລັດຖະສາດ
+ພູມຕ້ານທານ
+ພູມຕ້ານທານຕໍ່າ
+ພູມຖານ
+ພູມທຳ
+ພູມເທວະດາ
+ພູມປະເທດ
+ພູມປັນຍາ
+ພູມພາກ
+ພູມພາບ
+ພູມມະເທວະດາ
+ພູມມະລາ
+ພູມລຳເນົາ
+ພູມິ
+ພູມິສາດ
+ພູມິພາກ
+ພູມີ
+ພູມີສາດ
+ພູມີປະເທດ
+ພູມີພາກ
+ພູລິ
+ພູລິທັດ
+ພູວະ
+ພູວະດົກ
+ພູວະນາດ
+ພູວະເນດ
+ພູວະໄນ
+ພູ້ວູ້
+ພູໝ້ຽງ
+ພົກ
+ພົກຍ່ຽວ
+ພົງ
+ພົງສາ
+ພົງສາວະດານ
+ພົງສາວະດີ
+ພົງຊີອົງ
+ພົງເຊື້ອ
+ພົງພັນ
+ພົດ
+ພົດຈະນາ
+ພົດຈະນີ
+ພົດຈະນຸກົມ
+ພົດຈະມານ
+ພົດຈານານຸກົມ
+ພົນ
+ພົ່ນ
+ພົ້ນ
+ພົນທະຫານ
+ພົນທະຫານມ້າ
+ພົ້ນຜິດ
+ພົນລະ
+ພົນລະກາຍ
+ພົນລະຂັນ
+ພົນລະພັກ
+ພົນລະເມືອງ
+ພົນລະເຮືອນ
+ພົບ
+ພົບປະ
+ພົບພໍ້
+ພົມ
+ພົມສີ່ໜ້າ
+ພົມມະກາຍ
+ພົມມະຈັກ
+ພົມມະຈັນ
+ພົມມະຈາຣີ
+ພົມມະຈາລີ
+ພົມມະຈາລີນີ
+ພົມມະຊາດ
+ພົມມະທັນ
+ພົມມະທາດາ
+ພົມມະໄທ
+ພົມມະບໍລິສັດ
+ພົມມະພັກ
+ພົມມະມານ
+ພົມມະໂລກ
+ພົມມາ
+ພົມມາດ
+ພົມລິຂິດ
+ພົມວິຫານ
+ພົລເມືອງ
+ພົວ
+ພົ້ວ
+ພົວພັນ
+ພຽກ
+ພຽງ
+ພຽງໃດ
+ພຽງແຕ່
+ພຽງເທົ່ານີ້
+ພຽງນັ້ນ
+ພຽງນີ້
+ພຽງພໍ
+ພຽງຢາງ
+ພຽດ
+ພຽນ
+ພ້ຽນ
+ພຽນພະຍາຍາມ
+ພຽບພ້ອມ
+ພ່ຽມພ່ຽມ
+ເພ
+ເພງ
+ເພງຄຳຄວນ
+ເພງສະດຸດີ
+ເພງສັນລະເສີນ
+ເພງເສບ
+ເພງເສົ້າ
+ເພງຊັກມ່ານ
+ເພງຊາດ
+ເພງເຊີດ
+ເພງບ້ານນາ
+ເພງລາວເດີມ
+ເພໂຈກ
+ເພສັດ
+ເພສັດຊະກອນ
+ເພສັດຊະກຳ
+ເພສັດຊະເຄມີ
+ເພສັດຊະສາດ
+ເພສັດຊະເວດ
+ເພສັດຊະອຸດສາຫະກຳ
+ເພຊັດ
+ເພຊັດສະກອນ
+ເພຍ
+ເພ້ຍ
+ເພດ
+ເພດສະຫຍາ
+ເພດານ
+ເພຕາ
+ເພທະໄພ
+ເພທະລາຍ
+ເພທາຍ
+ເພທຸບາຍ
+ເພທູນ
+ເພໂທ
+ເພນີ
+ເພບ
+ເພເບັງ
+ເພພັງ
+ເພລາ
+ເພ້ວ
+ເພັງ
+ເພັ່ງ
+ເພັ່ງເລັ່ງ
+ເພັຍ
+ເພັດ
+ເພັດສີຂຽວ
+ເພັດຊະຄາດ
+ເພັດຊະດາ
+ເພັດຊະຫຶງ
+ເພັດຕັດເພັດ
+ເພັດນິນຈິນດາ
+ເພັດພອຍ
+ເພັນ
+ເພັ້ນ
+ເພັນເຕຄໍສະເຕ
+ເພາະ
+ເພາະສະນັ້ນ
+ເພາະວ່າ
+ເພາະເຫດນີ້
+ເພິ
+ເພິກ
+ເພິ່ງ
+ເພິ່ງພໍໃຈ
+ເພິ່ງພາ
+ເພິຊັດສາດ
+ເພິ່ນ
+ເພິ່ມເຕິມ
+ເພີ້
+ເພີກ
+ເພີກເສີຍ
+ເພີງ
+ເພີ່ງ
+ເພີງໃຈ
+ເພີງວ່າ
+ເພີດເພີນ
+ເພີນ
+ເພີ່ນ
+ເພີ່ມ
+ເພີ່ມຂຶ້ນ
+ເພີ່ມຕື່ມ
+ເພີ່ມເຕີມ
+ເພີ້ມເຕີ່ມ
+ເພີ່ມພູນ
+ເພືອ
+ເພື່ອ
+ເພືອກ
+ເພື່ອຈະ
+ເພື່ອນ
+ເພື່ອນເຈົ້າສາວ
+ເພື່ອນເຈົ້າບ່າວ
+ເພືອນຊາຍ
+ເພື່ອນຍາກ
+ເພື່ອນບ້ານ
+ເພື່ອນຝູງ
+ເພື່ອນຮ່ວມງານ
+ເພືອບ
+ເພືອບເພືອບ
+ເພື່ອແຜ່
+ເພົາ
+ແພ
+ແພ່
+ແພ້
+ແພກະສາ
+ແພກະແສ
+ແພກັນເປື້ອນ
+ແພ່ຂາວ
+ແພຂິດ
+ແພຄາດຫົວ
+ແພຄຸມ
+ແພຄຸມໜ້າ
+ແພຄົນສັດ
+ແພຄຽນຫົວ
+ແພງ
+ແພ່ງ
+ແພສີແດງເຂັ້ມ
+ແພສີມ່ວງ
+ແພເຊັດຕີນ
+ແພເຊັດໂຕ
+ແພເຊັດໜ້າ
+ແພແຍ່ງ
+ແພດ
+ແພດສະຍາ
+ແພດສະຫຍາ
+ແພດສາດ
+ແພດ້າມ
+ແພແດງ
+ແພຖັກແສ່ວ
+ແພ້ທ້ອງ
+ແພນ
+ແພບ
+ແພປ່ານ
+ແພປ່ານລະອຽດ
+ແພປູບ່ອນນອນ
+ແພ້ຜົມ
+ແພ້ຜົວ
+ແພຝ້າຍ
+ແພພັນຄໍ
+ແພພົມ
+ແພມ່ານ
+ແພມົນ
+ແພ້ເມຍ
+ແພຣງຊີບ
+ແພວ
+ແພ້ວ
+ແພວພາວ
+ແພ້ແວ້
+ແພໄໝ
+ແພ່ຫຼາຍ
+ແພອະນາໄມ
+ແພ້ອາຫານ
+ແພ່ອຳນາດ
+ແພອີ່ໂປ້
+ແພະ
+ໂພ
+ໂພ່
+ໂພກ
+ໂພຄະຊັບ
+ໂພຄະພັນ
+ໂພຄາ
+ໂພຄີ
+ໂພໄຄ
+ໂພງ
+ໂພ່ງ
+ໂພງກິນເຫຼັກ
+ໂພງພອງ
+ໂພງຢາ
+ໂພງເຫຼົ້າ
+ໂພງອອກ
+ໂພສົບ
+ໂພຊະ
+ໂພຊະກະ
+ໂພຊະນະ
+ໂພຊະນະຫ້າ
+ໂພຊະນາກອນ
+ໂພຊະນາການ
+ໂພຊະນາຫານ
+ໂພຍ
+ໂພດ
+ໂພດຊະນະ
+ໂພດຫລາຍ
+ໂພດຫຼາຍ
+ໂພດເຫລືອ
+ໂພດເຫຼືອ
+ໂພທິ
+ໂພທິສັດ
+ໂພທິສົມພານ
+ໂພທິຍານ
+ໂພທິບັນລັງ
+ໂພທິປັກຂິຍະທຳ
+ໂພນ
+ໂພ່ນ
+ໂພ້ໂວ້
+ໂພະ
+ໂພະຢາ
+ໃພ້
+ໄພ
+ໄພ່
+ໄພ້
+ໄພຂົ່ມຂູ່
+ໄພ້ຄອຍ
+ໄພຈິດ
+ໄພສາຂະ
+ໄພສາຂະມາດ
+ໄພສານ
+ໄພສິດ
+ໄພສົນ
+ໄພສົບ
+ໄພຊະຍົນ
+ໄພທູນ
+ໄພນໍ້າ
+ໄພ່ບ້ານ
+ໄພບູນ
+ໄພພັນ
+ໄພພິບັດ
+ໄພພົນ
+ໄພ່ພົນ
+ໄພຟ້າ
+ໄພ່ເມືອງ
+ໄພເຣາະ
+ໄພລັດ
+ໄພລຳ
+ໄພລິນ
+ໄພລີ
+ໄພເລາະ
+ໄພໂລດ
+ໄພອັນຕະລາຍ
+ໄພອຶດຫິວ
+ຟໍຕູນາໂຕ
+ຟໍ່ຟໍ່
+ຟຣິທາວ
+ຟຣີທາວ
+ຟຣຸດ
+ຟອກ
+ຟອກມາລິນ
+ຟອງ
+ຟ້ອງ
+ຟອງທະເລ
+ຟອງນໍ້າ
+ຟ້ອງຮ້ອງ
+ຟອຍ
+ຟອຍກວາດ
+ຟອຍນິເກ
+ຟອຍນີເກ
+ຟອຍເບ
+ຟອດ
+ຟ່ອນ
+ຟ້ອນ
+ຟ້ອນເບີດ
+ຟ້ອນລຳ
+ຟອຣມຸລ
+ຟະ
+ຟະຟະ
+ຟະເລໂກນ
+ຟັ
+ຟັກ
+ຟັກໄຂ່
+ຟັງ
+ຟັ່ງ
+ຟັງໄດ້
+ຟັງທຳ
+ຟັງເບິ່ງ
+ຟັງອອກ
+ຟັດ
+ຟັນ
+ຟາ
+ຟ້າ
+ຟາກ
+ຟາກຕາເວັນອອກ
+ຟາກຟ້າ
+ຟ້າຄະນອງ
+ຟາງ
+ຟ່າງ
+ຟາງຕາຍ
+ຟ້າງຸ່ມ
+ຟ້າສະຫວັນ
+ຟ້າສັ່ງນ້ອງ
+ຟາສິນ
+ຟາຍ
+ຟ່າຍ
+ຟ້າຍ
+ຟາຍນໍ້າຕາ
+ຟາດ
+ຟາທອມ
+ຟານ
+ຟານໂຊດ
+ຟານດົງ
+ຟານໂຕນ
+ຟານູເອັນ
+ຟາປາ
+ຟ້າຜ່າ
+ຟ້າແຝດ
+ຟ້າແຝດສຽງ
+ຟາມ
+ຟ້າແມບ
+ຟາຣາໂອ
+ຟາຣາໂອເນໂກ
+ຟາຣາໂອໂຮຟະຣາ
+ຟາຣິຊາຍ
+ຟາຣີຊາຍ
+ຟາໂຣ
+ຟ້າລ່ວງບົນ
+ຟາວ
+ຟ້າວ
+ຟ້າວຟັ່ງ
+ຟ້າເຫຼື້ອມ
+ຟ້າອາກາດ
+ຟ້າເອີຍ
+ຟ້າຮ້ອງ
+ຟິຈີ
+ຟິຊິກ
+ຟິເລໂມນ
+ຟິ່ວ
+ຟີໂກນ
+ຟີເຄຍ
+ຟີງສະເຕີຣາອາຣອນ
+ຟີຈິ
+ຟີຊິກ
+ຟີຊິໂອໂລຊີ
+ຟີນີເຊຍ
+ຟີເນຫັດ
+ຟີເນຮາດ
+ຟີ່ຟີ່ອຸ
+ຟີມ
+ຟີ້ມ
+ຟີລາເດນເຟຍ
+ຟີລາເດັນເຟຍ
+ຟີລິດສະຕິນ
+ຟີລິດສະຕີນ
+ຟີລິດສະເຕຍ
+ຟີລິບ
+ຟີລິບປອຍ
+ຟີລິບປິນ
+ຟີລີບ
+ຟີລີບປອຍ
+ຟີລີບປີ່ນ
+ຟີລີໂມນ
+ຟີເລໂຕ
+ຟີເລໂມນ
+ຟີໂລໂລກ
+ຟຶດຟັດ
+ຟືດ
+ຟືນ
+ຟື້ນ
+ຟື້ນຟູ
+ຟືມ
+ຟຸເຄໂລ
+ຟຸດ
+ຟຸດບອນ
+ຟຸນ
+ຟຸນເຊ
+ຟຸບ
+ຟຸມ
+ຟຸ່ມ
+ຟຸມຟາຍ
+ຟຸມເຟືອຍ
+ຟຸ້ມເຟືອຍ
+ຟຸ່ມໄມ້
+ຟູ
+ຟູ່
+ຟູກ
+ຟູງ
+ຟູງຊົນ
+ຟູຈິ
+ຟູດຟາດ
+ຟູນາຟູຈິ
+ຟູນາຟູຕິ
+ຟູນາຟູຕີ
+ຟູມ
+ຟູມຟາຍ
+ຟົກ
+ຟົງ
+ຟົ້ງ
+ຟົງຊີອົງ
+ຟົດ
+ຟົດສະໜັ່ນ
+ຟົດນອງ
+ຟົດຟົ້ງ
+ເຟ
+ເຟຊະໂຕ
+ເຟດທັດ
+ເຟລິກ
+ເຟັ້ນ
+ເຟີ້
+ເຟີນິເຈີ
+ເຟືອ
+ເຟື້ອ
+ເຟືອງ
+ເຟື້ອງ
+ເຟື່ອງຟູ
+ເຟືອຍ
+ເຟືອດ
+ເຟືອດຟາຍ
+ເຟືອນ
+ເຟືອນຟັ່ງ
+ເຟືອນຟື້ນ
+ເຟືອນຟົ້ງ
+ແຟງ
+ແຟງລັງ
+ແຟຊັ້ນ
+ແຟດ
+ແຟ້ນ
+ໂຟກ
+ໂຟກັດ
+ໄຟ
+ໄຟສາຍ
+ໄຟທາດ
+ໄຟປະໄລກັນ
+ໄຟຟ້າ
+ໄຟຟ້າກະແສ
+ໄຟຟ້າກົງ
+ໄຟຟ້າສະຖິດ
+ໄຟຟ້າສະລັບ
+ໄຟໄໝ້
+ມໍ
+ມໍ່
+ມໍ້
+ມໍເດກາຍ
+ມຕຸລົງ
+ມໍລະກົດ
+ມໍລະສຸມ
+ມໍລະດົກ
+ມໍລະນະ
+ມໍລະນະກຳ
+ມໍລະນາ
+ມໍລະນາກຳ
+ມໍລຳ
+ມໍລິຍາດ
+ມວກເຫລັກ
+ມວກເຫຼັກ
+ມ່ວງ
+ມ່ວງສໍ
+ມວຍ
+ມ້ວຍ
+ມວຍກຣາເຕ
+ມວຍເຂົ້າ
+ມວຍສາກົນ
+ມວຍຕົ້ມ
+ມວຍປໍ້າ
+ມວຍຜົມ
+ມ້ວຍມອດ
+ມວຍລາວ
+ມວຍວັດ
+ມວຍໝູ່
+ມວນ
+ມ່ວນ
+ມ້ວນ
+ມ້ວນຊາດ
+ມ່ວນຊື່ນ
+ມວນຊົນ
+ມ້ວນທ້າຍ
+ມ່ວນຫູ
+ມ່ວມ
+ມໝາຍ
+ມອກ
+ມອກລອກ
+ມອງ
+ມ່ອງ
+ມ່ອງມ່ອງ
+ມອຍ
+ມ້ອຍ
+ມອດ
+ມອດຍອດ
+ມອດມ້າງ
+ມອດມ້ຽນ
+ມອດລົ້ມ
+ມອນ
+ມ່ອນ
+ມ້ອນ
+ມ້ອນຄ່ວງ
+ມ້ອນເຕີ້
+ມອບ
+ມອບສະລະ
+ມອບໂຕ
+ມອບໝາຍ
+ມອບໃຫ້
+ມອບອໍານາດ
+ມອມ
+ມອມໜ້າ
+ມອາຍ
+ມະ
+ມະກອງ
+ມະກະສະ
+ມະກະລາ
+ມະກຸດ
+ມະກຸດລາຊະກຸມມານ
+ມະຄະ
+ມະຄະທະ
+ມະຄະວາ
+ມະໂຄ່ງມະເຄ່ງ
+ມະສຸກ
+ມະສຸດສາດ
+ມະເສັງ
+ມະຍ່ອຍ
+ມະຍັອກມະແຍັກ
+ມະຍິກ
+ມະຍຸມະຍະ
+ມະຍຸລະ
+ມະຍຸລີ
+ມະຕະ
+ມະຕະກະ
+ມະຕະກະພັດ
+ມະຕິ
+ມະຕິມະຫາຊົນ
+ມະຖຽງ
+ມະທະ
+ມະທະນະ
+ມະທະນິຍະ
+ມະທຳ
+ມະທຸ
+ມະທຸປາຍາດ
+ມະທຸລະ
+ມະທຸລະພົດ
+ມະທຸລົດວາຈາ
+ມະທຸວາຈາ
+ມະນະສິການ
+ມະນັດ
+ມະນາໂຊນ
+ມະນີ
+ມະນີການ
+ມະນີໂຊ
+ມະນີນິນ
+ມະນີລາ
+ມະນຶດ
+ມະນືງ
+ມະນື້ງ
+ມະນືດ
+ມະນຸ
+ມະນຸຊາ
+ມະນຸຊາທິປະ
+ມະນຸດ
+ມະນຸດກົບ
+ມະນຸດສະຊາດ
+ມະນຸດສະທຳ
+ມະນຸດສະເທບ
+ມະນຸດສະລາດ
+ມະນຸດສະໂລກ
+ມະນຸດສຳພັນ
+ມະນຸດຊະທໍາ
+ມະນຸດຊາດ
+ມະນຸດວານອນ
+ມະນຸດວິທະຍາ
+ມະນຸດອະວະກາດ
+ມະນູສານ
+ມະນູນ
+ມະເນມະນາ
+ມະໂນ
+ມະໂນກຳ
+ມະໂນຄະຕິ
+ມະໂນສີລາ
+ມະໂນທຳ
+ມະໂນພາບ
+ມະໂນໄມ
+ມະໂນລາ
+ມະໂນລົດ
+ມະໂນລົມ
+ມະບາບັນ
+ມະເມຍ
+ມະແມ
+ມະລ້ວຍ
+ມະລອຍ
+ມະລ້ອມກ້ອມກ້ອຍ
+ມະລະ
+ມະລະຄາ
+ມະລະສຸມ
+ມະລະດົກ
+ມະລະນະ
+ມະລະນະກຳ
+ມະລະນະທຳ
+ມະລະນະໄພ
+ມະລະນາ
+ມະລະນາດ
+ມະລະນາພາບ
+ມະລະນົງ
+ມະລະມິ້ງ
+ມະລະມຶດທຶນ
+ມະລະມ້ຽນ
+ມະລາກົດ
+ມະລາດ
+ມະລາຢູ
+ມະລຳ
+ມະລຳກຳກອຍ
+ມະລຳຊຳແຊ
+ມະລິຍາດ
+ມະລຶກ
+ມະລຶງຕຶງຕັງ
+ມະລຶດຕະ
+ມະລຶດຕະຍູ
+ມະລຶດຕະຍູລາດ
+ມະລຸ້ມ
+ມະລົມ
+ມະໂລງ
+ມະໂລ່ງໂຄ່ງເຄ່ງ
+ມະໄລກັນ
+ມະຫະກຳ
+ມະຫັດສະຈັນ
+ມະຫັດທະນະ
+ມະຫັນ
+ມະຫັນນົບ
+ມະຫັບພະພາກ
+ມະຫາ
+ມະຫາກະສັດ
+ມະຫາການ
+ມະຫາກິດ
+ມະຫາຂັນ
+ມະຫາຄຸນ
+ມະຫາຈັກ
+ມະຫາໂຈນ
+ມະຫາສະໝຸດ
+ມະຫາສານ
+ມະຫາສາວົກ
+ມະຫາສົງການ
+ມະຫາສົມ
+ມະຫາຊາດ
+ມະຫາຊົນ
+ມະຫາໄຊ
+ມະຫາຍານ
+ມະຫາຍຸກ
+ມະຫາຍຸດທະກຳ
+ມະຫາດ
+ມະຫາດໄທ
+ມະຫາດເລັກ
+ມະຫາຕະມະ
+ມະຫາເຖລະ
+ມະຫາທາດ
+ມະຫາເທບ
+ມະຫາເທພີ
+ມະຫາໂທນ
+ມະຫານະຄອນ
+ມະຫານິກາຍ
+ມະຫານິນ
+ມະຫານິເວດ
+ມະຫາບໍພິດ
+ມະຫາບັນດິດ
+ມະຫາບາບີໂລນ
+ມະຫາປະໂລຫິດ
+ມະຫາປະໄລ
+ມະຫາພາລະຕະ
+ມະຫາພິເນກສະກົມ
+ມະຫາພູດ
+ມະຫາພູຕະຮູບ
+ມະຫາພົນ
+ມະຫາພົມ
+ມະຫາລະລວຍ
+ມະຫາລາຊາ
+ມະຫາລາດ
+ມະຫາວັກ
+ມະຫາວິທະຍາໄລ
+ມະຫາວິບາກ
+ມະຫາວົງ
+ມະຫາຫິງ
+ມະຫາຫົງ
+ມະຫາອຳນາດ
+ມະຫາອຸດ
+ມະຫາອຸປະລາກອນ
+ມະຫິ
+ມະຫິງສາ
+ມະຫິດທິ
+ມະຫິດົນ
+ມະຫິນທະ
+ມະຫິບານ
+ມະຫິມາ
+ມະຫິວາ
+ມະຫືມາ
+ມະຫຼູດຕູດຕີດ
+ມະເຫສວນ
+ມະເຫສັກ
+ມະເຫສີ
+ມະໂຫຄະໄພ
+ມະໂຫສົດ
+ມະໂຫຖານ
+ມະໂຫລະສົບ
+ມະໂຫລາດ
+ມະໂຫລານ
+ມະໂຫລີ
+ມະໂຫຼະສົບ
+ມະໂຫຼານ
+ມະໄຫສວນ
+ມະຮານ
+ມະຮືມາ
+ມະເຮັງ
+ມັກ
+ມັກກະໂຕ
+ມັກກີຢາ
+ມັກເກດາ
+ມັກຂະ
+ມັກຂິກາ
+ມັກຄະ
+ມັກຄະນາຍົກ
+ມັກຄະວາ
+ມັກຄະວານ
+ມັກຄຸເທດ
+ມັກຄຸ້ນ
+ມັກງ່າຍ
+ມັກງາມ
+ມັກຈົ່ມ
+ມັກດາລາ
+ມັກດີເອນ
+ມັກໄດ້
+ມັກຕະກະ
+ມັກນ້ອຍ
+ມັກນາເດບາຍ
+ມັກນົກ
+ມັກບັນນາຍ
+ມັກບີດ
+ມັກເບນາ
+ມັກປຽດ
+ມັກເປລາ
+ມັກໃຫຍ່
+ມັກໃຫຍ່ໄຝ່ສູງ
+ມັກເຮໂລດ
+ມັງ
+ມັ່ງ
+ມັງກອນ
+ມັງການັດ
+ມັງກຸດ
+ມັງຄະລະ
+ມັ່ງຄັ່ງ
+ມັງສະ
+ມັ່ງມູນ
+ມັດ
+ມັດໄຂ່
+ມັດຄິນ
+ມັດຈະ
+ມັດຈໍາ
+ມັດຈຸ
+ມັດຈຸລາດ
+ມັດສະກັດ
+ມັດສະລິຍະ
+ມັດສະລິນ
+ມັດສະຫຍາ
+ມັດສາ
+ມັດສາຊາດ
+ມັດສາລີ
+ມັດຊະ
+ມັດຊັນຕິກະ
+ມັດຊາຍ
+ມັດຊິມະ
+ມັດຊິມະຍາມ
+ມັດຊິມະນິກາຍ
+ມັດຊິມະບຸລຸດ
+ມັດຊິມະປະເທດ
+ມັດຊິມະພູມ
+ມັດຊິມະໄວ
+ມັດຊິມາຕິປະທາ
+ມັດຊຸທາ
+ມັດຕະ
+ມັດຕັນຍູ
+ມັດຕາຕາ
+ມັດຕາທາ
+ມັດຕາເທຍ
+ມັດຕານ
+ມັດຕານາ
+ມັດຕານີຢາ
+ມັດຕິ
+ມັດຕິດ
+ມັດຕີທີຢາ
+ມັດເຕນາຍ
+ມັດທະຍັດ
+ມັດທະຍັນ
+ມັດທະຍົມ
+ມັດທະຍົມສຶກສາ
+ມັດທະຍົມສຶກສາຕອນປາຍ
+ມັດທະນິຍະ
+ມັດທາຍ
+ມັດທ້າຍ
+ມັດທາດ
+ມັດທານ
+ມັດເທຍ
+ມັດມານນາ
+ມັດເມນາ
+ມັດເມັນ
+ມັດໝີ່
+ມັດໄຮ
+ມັນ
+ມັ່ນ
+ມັນກາມ
+ມັນກີຊົວ
+ມັນກີຢາ
+ມັນກີເອນ
+ມັນແກວ
+ມັນຄີຣາມ
+ມັນສະໝອງ
+ມັນເສົາ
+ມັນດ້າງ
+ມັນຕົ້ນ
+ມັນທໍ້
+ມັນທະນາ
+ມັນທຸກະ
+ມັນທຸກະຊາດ
+ມັນນົກ
+ມັນປູ
+ມັນຝຣັ່ງ
+ມັນເພີ່ມ
+ມັນເພົາ
+ມັນມືເສືອ
+ມັນລະ
+ມັນລິກາ
+ມັນລຸກ
+ມັນລຸກີ
+ມັນໂລທີ
+ມັນຫໍ້
+ມັນອ້ອນ
+ມັນອີ່ມູ້
+ມັບ
+ມັບມັບ
+ມັບມິບ
+ມັບແມັບ
+ມັອກ
+ມັອກມັອກ
+ມັອງມັອງ
+ມາ
+ມ້າ
+ມາກ
+ມາກເກິຣິດ
+ມາກໂຊນ
+ມາກດາລີນ
+ມາກເຕດ
+ມາກມາຍ
+ມາກໍມິສຊະບິບ
+ມາກ່ອນ
+ມ້າກັນຖະກະ
+ມ້າກັນຖັກ
+ມາກາ
+ມາກາດ
+ມາກາລູ
+ມາກີ
+ມາເກໂດເນຍ
+ມາຄະ
+ມາຄະສີລະ
+ມາຄະບູຊາ
+ມາຄາດານ
+ມາໂຄກ
+ມ້າງ
+ມາງສາ
+ມ່າງມ່າງ
+ມາຈາກ
+ມາຈູໂລ
+ມາຈົນ
+ມາສກັດ
+ມາສະ
+ມາສາ
+ມາສູ່
+ມ້າສູ້ຮົບ
+ມາສົກ
+ມາເສນາ
+ມາເສຣູ
+ມາຊະເຣ
+ມາຊະເຣກາ
+ມາຊັນ
+ມາເຊ
+ມາເຊດວນ
+ມາເຊໂດເນຍ
+ມາເຊຢາ
+ມ້າເຊົ່າ
+ມາຍ
+ມ່າຍ
+ມາຍໂມຫັງ
+ມາຍັງ
+ມາຍາ
+ມາຍາກອນ
+ມາຍາການ
+ມາຍາກົນ
+ມາຍາວີ
+ມາດ
+ມາດຕະຖານ
+ມາດຕາ
+ມາດຕາການ
+ມາດຕາສ່ວນ
+ມາດຖານ
+ມາດມາດ
+ມາດຣິດ
+ມາດເຣັດ
+ມາດວ່າ
+ມາດເຮັດ
+ມາດາ
+ມາດາກາສກາ
+ມາດາຍ
+ມາດີອານ
+ມາແດ່
+ມາໂດນ
+ມາຕຣີ
+ມາຕະຖານ
+ມາຕາສ່ວນ
+ມາຕີ
+ມາຕຸ
+ມາຕຸຄາດ
+ມາຕຸຄາມ
+ມາຕຸດສາ
+ມາຕຸພູມ
+ມາຕຸລະ
+ມາຕຸລາ
+ມາຕຸລານີ
+ມາຕຸເລດ
+ມາເຖິງ
+ມາທາ
+ມາເທັສ
+ມານ
+ມ່ານ
+ມ້ານ
+ມານຍາ
+ມານຍາພາບ
+ມານດາ
+ມານດິວ
+ມານດີວ
+ມານຕ້າ
+ມານເຕີ
+ມານທາງ
+ມ້ານມ້ານ
+ມານລູກ
+ມານຮ້າຍ
+ມານະ
+ມານະຄະຕິ
+ມານະຈິດ
+ມານະວິກາ
+ມ້ານັ່ງ
+ມານັດ
+ມານາ
+ມານາກວາ
+ມານາສລູ
+ມານາເຊ
+ມານາມາ
+ມານາເອນ
+ມານາຮາດ
+ມານິດ
+ມານີໂຕໂບ
+ມານີລາ
+ມານົບ
+ມາໂນດ
+ມາໂນອາ
+ມາບ
+ມາບທວງ
+ມາບເມືອງ
+ມາປູໂຕ
+ມາເປັນ
+ມາພໍ້
+ມາຟັງ
+ມ່າມ
+ມ້າມ
+ມາມເຣ
+ມ້າມະນີກາບ
+ມາຢາໂກວສະກີ
+ມາຢູໂຣ
+ມາຣະໂກ
+ມາຣະດາ
+ມາຣາ
+ມາຣາໂກ
+ມາຣາໄກໂບ
+ມາຣາລາ
+ມາຣິອາ
+ມາຣູໂຕ
+ມາຣົກ
+ມາເຣຊາ
+ມາໂຣດ
+ມາໂຣເມັດ
+ມ້າລໍ
+ມາລະ
+ມາລະໂຂ
+ມາລະຄາ
+ມາລະສີ
+ມາລະຍາດ
+ມາລະຕີ
+ມາລະພາບ
+ມາລາ
+ມາລາການ
+ມາລາກຳ
+ມາລາກີ
+ມ້າລາຍ
+ມາລາໂບ
+ມາລາວີ
+ມາລິຢາ
+ມາລີ
+ມາລີວີ
+ມາລຸດ
+ມາເລ
+ມາເລເຊຍ
+ມາໂລນ
+ມາໄລ
+ມ່າວ
+ມ້າວ
+ມ້າໄວ
+ມາຫາ
+ມາອາກາ
+ມາອາເສຢາ
+ມາອາໄສ
+ມາອາຊີຢາ
+ມາອາຍ
+ມາອາດ
+ມາອາດາຍ
+ມາອາດີຢາ
+ມາອາຣາດ
+ມາໂອກ
+ມາໂອນ
+ມາຮອດ
+ມາຮາຊີໂອດ
+ມາຮາດ
+ມາຮານາຢິມ
+ມາຮານາຢີມ
+ມາຮານາອິມ
+ມາຮາເນະດານ
+ມາຮາເນາະດານ
+ມາຮາຣາຍ
+ມາຮາລາດ
+ມາຮາລາເລນ
+ມາຮາວາ
+ມາເຮີ
+ມາເຮີຊາລານຫັດສະບັດ
+ມາໂຮນ
+ມຳເຣ
+ມິ
+ມິກດັນກາດ
+ມິກດັນເອນ
+ມິກໂດນ
+ມິກຕາມ
+ມິກເນຢາ
+ມິກມາດ
+ມິກເມທາດ
+ມິກຣີ
+ມິກໂຣນ
+ມິກໂລດ
+ມິກະໂຣກຣາມ
+ມິກະໂຣລິດ
+ມິກະໂຣອົງ
+ມິກາເອນ
+ມິຄະ
+ມິຄະສິລະ
+ມິຄະສິລະມາດ
+ມິຄະລຸທິກະ
+ມິຄະເລດ
+ມິຄາ
+ມິຄີ
+ມິ່ງ
+ມິ້ງ
+ມິ່ງຂັວນ
+ມິ່ງມະເຫສີ
+ມິ່ງມິດ
+ມິ່ງເມືອງ
+ມິສຕິ
+ມິສະປາ
+ມິສະເປເຣດ
+ມິສະເຣເຟດມາຢິມ
+ມິສະເຣໂຟດມາຢິມ
+ມິສັນຢີ
+ມິຊະມາ
+ມິຊະເມຣາຍ
+ມິເຊຍ
+ມິດ
+ມິດກາບ
+ມິດຈິດ
+ມິດຈີ່ລີ່
+ມິດສະຈານ
+ມິດສະເປ
+ມິດສະຫາຍ
+ມິດສາ
+ມິດສາຈານ
+ມິດສາສະມາທິ
+ມິດສາສັງກັບປະ
+ມິດສາຊີບ
+ມິດສາທິດຖີ
+ມິດສາປະຖະ
+ມິດສາວາຈາ
+ມິດສາວາຍາມະ
+ມິດສາອາຊີວະ
+ມິດຊະປາ
+ມິດຊະມັນນາ
+ມິດຊະຣາ
+ມິດຊະຣາຢິມ
+ມິດຊັ່ນ
+ມິດຊາ
+ມິດດິນ
+ມິດຕະຈິດ
+ມິດຕະພາບ
+ມິດນີ
+ມິດມີ່
+ມິດໄມຕີ
+ມິດເຣດາດ
+ມິດອີ່ມສິມ
+ມິຕິ
+ມິຖຸນາ
+ມິນ
+ມິນໂຄນ
+ມິນໂຄມ
+ມິນສຄໍ
+ມິນດານາວ
+ມິນນິດ
+ມິນນີ
+ມິນຢາມິນ
+ມິນໂລ
+ມິບສາມ
+ມິບຊາ
+ມິບຮາ
+ມິບຮາລາ
+ມິ້ມ
+ມິມີ
+ມິຢາມິນ
+ມິຣະມາ
+ມິຣິອາມ
+ມິລັກຂຸ
+ມິລາລາຍ
+ມິເລໂທ
+ມີ
+ມີ່
+ມີ້
+ມີກາ
+ມີການ
+ມີກາຢາ
+ມີກາເອນ
+ມີໂກຣໂຟນ
+ມີຄ່າ
+ມີ່ງ
+ມີແຈ
+ມີໃຈ
+ມີສະຕິລະວັງ
+ມີສະເປເຣດ
+ມີສະໝອງ
+ມີຊາ
+ມີຊານ
+ມີຊາມ
+ມີຊາເຣ
+ມີຊາເອນ
+ມີຊີແກນ
+ມີຊື່
+ມີຊູ້
+ມີເຊຍ
+ມີໄຊ
+ມີດ
+ມີດແກ້ວ
+ມີດຂໍ
+ມີດງັບ
+ມີດຈັກເຫຼົາ
+ມີດສອຍ
+ມີດສະນາກ
+ມີດສະໄລ
+ມີດຊຸຍ
+ມີດແຊມ
+ມີດຕອກ
+ມີດຕັດ
+ມີດຕັດໄສ້ຕະກຽງ
+ມີດໂຕ້
+ມີດແຖ
+ມີດີອານ
+ມີຕົນ
+ມີຕົວ
+ມີຕົວມີຕົນ
+ມີເຕເລເນ
+ມີທະກາ
+ມີທາດປູນ
+ມີນ
+ມີນາ
+ມີເນ
+ມີປື້ມ
+ມີຜົວ
+ມີມາ
+ມີມູມ
+ມີຢູ່
+ມີຣາ
+ມີຣີອາມ
+ມີລະກາ
+ມີລາລາຍ
+ມີລີ
+ມີລີກຣາມ
+ມີລີແມັດ
+ມີລີລິດ
+ມີເລໂຕ
+ມີວະໂນບ
+ມີໜ້າ
+ມີໜ້າມີຕາ
+ມີອາຍຸ
+ມຶກ
+ມຶງ
+ມຶຍ
+ມຶດ
+ມຶນງົງ
+ມຶນຊາ
+ມຶນຊຶມ
+ມຶນເມົາ
+ມຶ້ມ
+ມື
+ມື່
+ມື້
+ມືກອງ
+ມືກ້ອງ
+ມື້ກັດ
+ມືກາວ
+ມື້ກີ້
+ມື້ກີ້ນີ້
+ມື້ເກີດ
+ມືຂວາ
+ມື້ຂຶ້ນຄໍ່າ
+ມື້ຂຶ້ນຄໍ່າໜຶ່ງ
+ມື້ຄືນນີ້
+ມືງ
+ມື້ງວາ
+ມືສອງ
+ມືຊ້າຍ
+ມື້ຊືນ
+ມື້ເຊົ້າມາ
+ມືດ
+ມືດຄຶ້ມ
+ມືດຊຸ້ມລ້າວ
+ມືດຕຶດຕື
+ມືດຕຶບ
+ມືດຕື້
+ມື້ດທຶບ
+ມືດບອດ
+ມືດມົນ
+ມືດມົວ
+ມືດີ
+ມືຖືສາກປາກຖືສິນ
+ມືທີສາມ
+ມືນ
+ມື່ນ
+ມືນຕາ
+ມືນເມົາ
+ມື້ນີ້
+ມືບໍ່ພາຍເອົາຕີນຈຸ່ມນໍ້າ
+ມືບອນ
+ມືປືນ
+ມືເປົ່າ
+ມື້ເພັງ
+ມືມືດ
+ມື້ວານ
+ມື້ວານນີ້
+ມື້ເວັນ
+ມືໄວ
+ມືໜື່ງ
+ມືອ່ອນ
+ມືອ່ອນຕີນອ່ອນ
+ມື້ອື່ນ
+ມືເອກ
+ມືຮ້ອນ
+ມື້ຮື
+ມື້ຮື້
+ມຸ
+ມຸກ
+ມຸກກະມາດ
+ມຸກຂະ
+ມຸກຂີ
+ມຸກດາ
+ມຸຂະ
+ມຸຂະມຸນຕີ
+ມຸຂະມົນຕີ
+ມຸຂະໂລກະນະ
+ມຸໂຂໂລກະນະ
+ມຸງ
+ມຸ່ງ
+ມຸ້ງ
+ມຸ້ງກະຕ່າຍ
+ມຸງຂີ
+ມຸງຄຸນ
+ມຸ້ງໄປຍັງ
+ມຸ່ງມຸ່ງ
+ມຸ່ງໜ້າ
+ມຸ່ງໝັ້ນ
+ມຸ່ງໝາຍ
+ມຸ້ງໝາຍ
+ມຸ່ງຫວັງ
+ມຸງຫຼັງຄາ
+ມຸ່ງຮ້າຍ
+ມຸສາ
+ມຸຍ
+ມຸດ
+ມຸດຈະລິນ
+ມຸດທາ
+ມຸດທາພິເສກ
+ມຸດນໍ້າ
+ມຸທະລຸ
+ມຸທິຕາ
+ມຸນ
+ມຸ່ນ
+ມຸ້ນ
+ມຸນຕີ
+ມຸນທຽນ
+ມຸນນາຍ
+ມຸ່ນອຸ້ຍປຸ້ຍ
+ມຸນີ
+ມຸບ
+ມຸມ
+ມຸ້ມ
+ມຸມມຸມ
+ມຸມເມົ້າ
+ມຸລະທາ
+ມຸລະທາພິເສກ
+ມູ້
+ມູກ
+ມູສຕັກ
+ມູສິກະ
+ມູຊີ
+ມູເຊີ
+ມູດ
+ມູດລາບເບັນ
+ມູນ
+ມູນຄ່າ
+ມູນເຊື້ອ
+ມູນຖານ
+ມູນນິທິ
+ມູນມັງ
+ມູນເຫດ
+ມູນຮາເຊນ
+ມູບ
+ມູບປີມ
+ມູມ
+ມູມສາກ
+ມູມພຽງ
+ມູມຫວາ
+ມູມແຫຼມ
+ມູລະ
+ມູລິກາກອນ
+ມົກກະຣາ
+ມົກກູ
+ມົກມົກ
+ມົກຣາ
+ມົກໝົ້ນ
+ມົກະຣາ
+ມົ່ງ
+ມົ້ງ
+ມົງກຸດ
+ມົງກຸດລາສະກຸມານ
+ມົ້ງກົ້ງ
+ມົງໂກລີ
+ມົງໂກລີອິກ
+ມົງຄຸນ
+ມົງຄົນສົມລົດ
+ມົງເຕວິດີໂອ
+ມົງເຕວີເດໂອ
+ມົງບລັງ
+ມົງມົງ
+ມົ້ງມົ້ງ
+ມົງໂຣເຊິ
+ມົງໂຣເວຍ
+ມົສກູ
+ມົດ
+ມົດງ່າມ
+ມົດສະກູ
+ມົດສົ້ມ
+ມົດຍອບ
+ມົດດຳ
+ມົດແດງ
+ມົດລູກ
+ມົນ
+ມົ່ນ
+ມົ້ນ
+ມົນດາວີ
+ມົນດາເວຍ
+ມົນດົບ
+ມົນຕີ
+ມົນທິນ
+ມົນທົນ
+ມົນທຽນ
+ມົນມືເສືອ
+ມົນໂຣວີອາ
+ມົນລະ
+ມົນລະພາວະ
+ມົນລະພິດ
+ມົມ
+ມົ້ມ
+ມົມທິນ
+ມົວ
+ມົ່ວ
+ມົ້ວ
+ມົ້ວສຸມ
+ມົວເມົາ
+ມົວໝອງ
+ມຽງມ່າຍ
+ມຽງມຽງ
+ມ້ຽນ
+ມ້ຽນຄາບ
+ມຽນມາ
+ມຽນມ້າ
+ເມ
+ເມກ
+ເມກຝົນ
+ເມການິກ
+ເມກິດໂດ
+ເມເກຣາດ
+ເມໂກນາ
+ເມຂະລາ
+ເມຄາ
+ເມງເມງ
+ເມສາ
+ເມຊາ
+ເມຊາກ
+ເມຊາຮາບ
+ເມຊິນເລມິດ
+ເມຊິນເລໂມດ
+ເມຊິອາ
+ເມຊີອາ
+ເມຊຸນລຳ
+ເມຊຸນເລເມັດ
+ເມເຊດຊະເບນ
+ເມເຊເມເລຢາ
+ເມເຊຣູ
+ເມເຊເລມີຢາ
+ເມເຊັກ
+ເມໂຊບັບ
+ເມໂຊບາ
+ເມໂຊໂປຕາເນຍ
+ເມໂຊໂປຕາເມຍ
+ເມຍ
+ເມຍນ້ອຍ
+ເມຍຫຼວງ
+ເມດ
+ເມດຕາ
+ເມດຕາກາລຸນາ
+ເມດຕາຈິດ
+ເມດໄຕ
+ເມດັດ
+ເມດານ
+ເມດິແຕຣາເນ
+ເມດີເຕລະເນ
+ເມດີແຕຣາເນ
+ເມດີອານ
+ເມເດຍ
+ເມເດບາ
+ເມຕຣີ
+ເມໂຕຣປົລ
+ເມຖຸນ
+ເມທະນີ
+ເມທະນີດົນ
+ເມທາ
+ເມທູຊາເອນ
+ເມທູເຊລາ
+ເມເທັກອຳມາ
+ເມໂທ
+ເມນຄີເຊເດັກ
+ເມນທອນ
+ເມນາເຮມ
+ເມນູໂຮດ
+ເມເນ
+ເມບຸນນາຍ
+ເມເປີນ
+ເມຟະອາດ
+ເມຟີໂບເຊັດ
+ເມມ
+ເມ້ມ
+ເມ້ມສົບ
+ເມມຟີດ
+ເມມູການ
+ເມຢາໂກນ
+ເມຣັບ
+ເມຣາຍ
+ເມຣາທາຢິມ
+ເມຣາຢາ
+ເມຣາໂຢດ
+ເມຣາຣີ
+ເມຣິດຽງ
+ເມຣິບບາອານ
+ເມຣິບາ
+ເມຣີບາກາເດັດ
+ເມເຣດ
+ເມເຣໂມດ
+ເມເຣັດ
+ເມໂຣດ
+ເມໂຣດັກ
+ເມໂຣດັກບາລາດານ
+ເມໂຣໂນດ
+ເມໂຣມ
+ເມລະຂີ
+ເມລາຕີຢາ
+ເມລີເຕ
+ເມລຸ
+ເມລຸມາດ
+ເມລຸລາດ
+ເມເລເກອອກ
+ເມເລອາ
+ເມເລັກ
+ເມໄລ
+ເມອາ
+ເມອາກາດ
+ເມອາຣາ
+ເມອາຮາ
+ເມອູນີມ
+ເມໂອເນນິມ
+ເມໂອໂນທາຍ
+ເມຮີ
+ເມຮີດາ
+ເມຮຸມານ
+ເມຮູຢາເອນ
+ເມເຮຕາເບນ
+ເມໂຮລາດ
+ເມັກຊິກ
+ເມັກຊິກໂກ
+ເມັກຊິກໂກຊີຕີ
+ເມັງ
+ເມັງຊອນ
+ເມັ່ງເມັ່ງ
+ເມັດ
+ເມັດເຂົ້າ
+ເມັດພືດ
+ເມັນ
+ເມັ້ນ
+ເມັນຄີເຊເດັກ
+ເມັນນາ
+ເມັມຟິດ
+ເມາະ
+ເມິກ
+ເມິໃສ່
+ເມີງ
+ເມີຍ
+ເມີນ
+ເມີ້ນ
+ເມີນເສີຍ
+ເມືອ
+ເມື່ອ
+ເມືອກ
+ເມື່ອກ່ອນນັ້ນ
+ເມື່ອຄັ້ງທີ່
+ເມືອງ
+ເມືອງຂຶ້ນ
+ເມືອງຂື້ນ
+ເມືອງງອຍ
+ເມືອງຊະວາ
+ເມືອງໃດເມືອງໜຶ່ງ
+ເມືອງທຸລະຄົມ
+ເມືອງປະກັນ
+ເມືອງແພນ
+ເມືອງມະຫາໄຊ
+ເມືອງເມືອງ
+ເມືອງໜຶ່ງເມືອງໃດ
+ເມືອງຫຼວງ
+ເມື່ອຍ
+ເມື່ອຍຂາ
+ເມື່ອຍແຂນ
+ເມື່ອຍໃຈ
+ເມື່ອຍເພຍ
+ເມື່ອຍລ້າ
+ເມື່ອຍອ່ອນ
+ເມື່ອໃດ
+ເມືອແຖງ
+ເມື່ອນັ້ນ
+ເມືອບ
+ເມື່ອໜ້າ
+ເມົາ
+ເມົ່າ
+ເມົ້າເມົ້າ
+ເມົາລີ
+ແມ
+ແມ່
+ແມ້
+ແມກຊິກໂກ
+ແມກເຊິດາຣິໂອ
+ແມ່ຂັ້ນໄດ
+ແມ່ຂາວ
+ແມ່ແຂ້
+ແມ່ຄຳຮາງ
+ແມ່ຄີໄຟ
+ແມ່ຄົວ
+ແມງ
+ແມ້ງ
+ແມງກວັ່ງ
+ແມງກະໂຊ້
+ແມງກະແຕແຮ
+ແມງກະນູນ
+ແມງກະບີ້
+ແມງກະບີ້ມອນ
+ແມງກະເບື້ອ
+ແມງກະເລັນ
+ແມງກະໜວນ
+ແມງກະໝວນ
+ແມງກ້າງປາ
+ແມງໂກ່
+ແມງຂີ້ແກບ
+ແມງຂີ້ສູດ
+ແມງຂີ້ນາກ
+ແມງຄັນໂຊ້
+ແມງຄັບ
+ແມງຄັບດ້ວງ
+ແມງຄາ
+ແມງແຄງ
+ແມງງ້ວງ
+ແມງງວ້າງ
+ແມງງ້ອງແງ້ງ
+ແມງງອດ
+ແມງເງົາ
+ແມງແງ່ມ
+ແມງຈີ່ໂປ່ມ
+ແມງຈີ່ລໍ່
+ແມງສາບ
+ແມງຊອນ
+ແມງຊ້າງນ້ອຍ
+ແມງດ້ວງ
+ແມງດາ
+ແມງຕັກຕົ່ງ
+ແມງຕັບເຕົ່າ
+ແມງຕົດສູດ
+ແມງຕົດປູດ
+ແມງນ້ອຍ
+ແມງນອນເວັນ
+ແມງນູນ
+ແມງບີ້
+ແມງບົ້ງ
+ແມງບົ້ງກື
+ແມງບົ້ງຂົນ
+ແມງບົ້ງແປ່ມ
+ແມງປໍ
+ແມງເປັ້ງ
+ແມງຜັກຫົມ
+ແມງພູ່
+ແມງມ້າ
+ແມງມີ່
+ແມງມຸມ
+ແມງມູມ
+ແມງເມົ່າ
+ແມ່ງແມ່ງ
+ແມງໄມ້
+ແມງຢອດ
+ແມງຢ້າງຊີ້ນ
+ແມງລວງໄຊ
+ແມງລີ້ນໝາ
+ແມງວັນ
+ແມງວັນຂຽວ
+ແມງໝີ່
+ແມງຫວັ່ງ
+ແມງຫາມຜີ
+ແມງຫິ່ງຫ້ອຍ
+ແມງຫີໝອຍ
+ແມງຫົວແຂງ
+ແມງຫົວຄວາຍ
+ແມງອີ
+ແມ່ງົວ
+ແມ່ຈ້າງ
+ແມ່ສະແໜງ
+ແມ່ສື່
+ແມ່ຍາຍ
+ແມ່ຍິງ
+ແມດ
+ແມ໊ດ
+ແມ່ດອງ
+ແມ່ດຽວ
+ແມ່ຕອບໝອບ
+ແມ່ຕໍ່າແຍ
+ແມ່ຕໍ່າແຫຼ້
+ແມ່ຕູ້
+ແມ່ເຖົ້າ
+ແມ່ທ້ອງ
+ແມ່ທັບ
+ແມນ
+ແມ່ນ
+ແມ້ນ
+ແມ່ນກະທັ້ງ
+ແມນດານຸບ
+ແມ່ນແຕ່
+ແມ່ນບໍ
+ແມ່ນວ່າ
+ແມ່ນ້ອຍ
+ແມ່ນໍ້າ
+ແມ່ນາງ
+ແມ່ນາຍ
+ແມ່ນົມ
+ແມບ
+ແມ໋ບມັ໋ບ
+ແມ່ບ້ານ
+ແມ່ເປັ້ງ
+ແມ່ຜົວ
+ແມ່ເຜີ້ງ
+ແມ່ແຝດ
+ແມ່ພາດ
+ແມ່ພິມ
+ແມ່ພິມຂອງຊາດ
+ແມ່ມ້ອນ
+ແມ່ມື
+ແມ່ມື້
+ແມ່ມົດ
+ແມ່ເມືອງ
+ແມ່ລາ
+ແມ່ລ້ຽງ
+ແມວ
+ແມ່ວ
+ແມ້ວ
+ແມວໂພງ
+ແມ່ໝ້າຍ
+ແມ້ໝ້າຍ
+ແມ່ເຫຼັກ
+ແມ່ອອກ
+ແມ່ຮັກ
+ແມ່ຮ້າງ
+ແມ່ເຮັງ
+ແມ່ແຮງ
+ແມະ
+ແມັກກິນເລ
+ແມັດ
+ແມາງກະໜຸນ
+ໂມ
+ໂມ້
+ໂມກ
+ໂມກຂະທຳ
+ໂມກເພ້ຍ
+ໂມກາດິດຊີໂອ
+ໂມກາດີຊູ
+ໂມຂະ
+ໂມຄະ
+ໂມຄະສັນຍາ
+ໂມຄິຍະ
+ໂມງ
+ໂມ່ງ
+ໂມງໂກໂລອິກ
+ໂມງແດດ
+ໂມງປຸກ
+ໂມ່ງໂມ່ງ
+ໂມງແລງ
+ໂມເສຣາ
+ໂມເສໂຣດ
+ໂມຊາ
+ໂມຊຳບິກ
+ໂມເຊ
+ໂມເຊໂຣດ
+ໂມຍ
+ໂມດາວີ
+ໂມເຕີ
+ໂມທະນາ
+ໂມນ
+ໂມນດາວີ
+ໂມນໂຕບ
+ໂມນາໂກ
+ໂມໂນປົລ
+ໂມບູຕູ
+ໂມ້ແປ້ງ
+ໂມມ
+ໂມ່ມ
+ໂມມາລີ
+ໂມແມ
+ໂມຣາ
+ໂມຣິດ
+ໂມຣິຕານີ
+ໂມຣິຢາ
+ໂມຣີຢາ
+ໂມຣົກ
+ໂມເຣ
+ໂມເຣເຊັດ
+ໂມເຣເຊັດກັດ
+ໂມເຣເຊັດບັດ
+ໂມໂຣນີ
+ໂມລະ
+ໂມລາດາ
+ໂມລິດ
+ໂມລີ
+ໂມລີໂລກ
+ໂມລົກ
+ໂມເລັກ
+ໂມຫະ
+ໂມຫະຄະຕິ
+ໂມຫັງ
+ໂມຫັນ
+ໂມໂຫ
+ໂມອາດີຢາ
+ໂມອາບ
+ໂມເອໂຣ
+ໂມະ
+ໄມ
+ໄມ້
+ໄມ້ກວັນ
+ໄມ້ກອກ
+ໄມ້ກອກເທດ
+ໄມ້ກອນ
+ໄມ້ກະຈາຍ
+ໄມ້ກະຍອມ
+ໄມ້ກະຍູງ
+ໄມ້ກະດານ
+ໄມ້ກະຖິນເທດ
+ໄມ້ກະທວຍ
+ໄມ້ກະບອງ
+ໄມ້ກະໂບກ
+ໄມ້ກະພຸງ
+ໄມກະໂຣຟີມ
+ໄມກະໂຣໂຟນ
+ໄມກະໂຣເວັບ
+ໄມ້ກັງ
+ໄມ້ກັນ
+ໄມ້ກາງເຂນ
+ໄມ້ກາງແຂນ
+ໄມ້ກ້ານເຫຼືອງ
+ໄມ້ກຳພັ້ນ
+ໄມ້ກໍາພັ່ນຕໍ່າແຜ່ນ
+ໄມ້ກົງ
+ໄມ້ແກ
+ໄມ້ແກ້ງ
+ໄມ້ແກ້ງຂີ້ຊ້າງ
+ໄມ້ແກນຫຼ້ອນ
+ໄມໂກຣໂຟນ
+ໄມ້ຂວາງ
+ໄມ້ຂ້ອນເທົ້າ
+ໄມ້ຂອບ
+ໄມ້ຂະຍູງ
+ໄມ້ຂາເຂຍ
+ໄມ້ຂ້າວ
+ໄມ້ຂີດ
+ໄມ້ເຂົາຄວາຍ
+ໄມ້ຄໍສອງ
+ໄມ້ຄ້ອນ
+ໄມ້ຄ້ອນຊໍ້
+ໄມ້ຄ້ອນເທົ້າ
+ໄມ້ຄ້ອນອັກ
+ໄມ້ຄັນຈາມ
+ໄມ້ຄໍ້າ
+ໄມ້ຄາງຄວາຍ
+ໄມ້ຄາງແມວ
+ໄມ້ຄານ
+ໄມ້ຄານຫາມ
+ໄມ້ຄິວ
+ໄມ້ແຄນ
+ໄມ້ງ່າມ
+ໄມ້ງົກ
+ໄມ້ແງ່ມ
+ໄມ້ຈັດຕະວາ
+ໄມ້ຈັນ
+ໄມ້ຈັນແດງ
+ໄມ້ຈິກ
+ໄມ້ຈິງ
+ໄມ້ເຈຍ
+ໄມ້ແຈ້ວ
+ໄມ້ສົນ
+ໄມ້ສົນໂກເຟີ
+ໄມ້ສົນສາມໄບ
+ໄມ້ສົນຊີດາ
+ໄມ້ສຽບ
+ໄມ້ເສົາ
+ໄມ້ແສ້
+ໄມ້ຊໍ້
+ໄມ້ຊອດ
+ໄມ້ຊັກ
+ໄມ້ຊໍ້າ
+ໄມ້ຊາງ
+ໄມ້ຊາດ
+ໄມ້ຊີ
+ໄມ້ຍາງ
+ໄມ້ຍາງພາຍ
+ໄມ້ຍູງ
+ໄມ້ດຳ
+ໄມ້ດີ້ວ
+ໄມ້ດູ່
+ໄມ້ດູກ
+ໄມ້ເດື່ອ
+ໄມ້ແດງ
+ໄມຕຣີ
+ໄມ້ຕອງແຕກ
+ໄມຕີ
+ໄມ້ຕີ
+ໄມຕີຈິດ
+ໄມ້ຕີນກາ
+ໄມ້ຕົງ
+ໄມ້ແຕ້
+ໄມ້ຖໍ່ງ່າມ
+ໄມ້ຖູ່
+ໄມ້ເຖົ້າ
+ໄມ້ທໍ້ລໍ້
+ໄມ້ທູ່
+ໄມ້ເທົ້າ
+ໄມ້ແທກ
+ໄມ້ແທກວາ
+ໄມ້ໂທ
+ໄມ້ໂທມ
+ໄມເນິ
+ໄມ້ບາກ
+ໄມ້ບີ້ງ
+ໄມ້ບົກ
+ໄມ້ບົງ
+ໄມ້ໂບກ
+ໄມ້ປັ່ນດ້າຍ
+ໄມ້ເປາະ
+ໄມ້ແປຮູບ
+ໄມ້ຜັງຫູກ
+ໄມ້ໄຜ່
+ໄມ້ໄຜ່ດຳ
+ໄມ້ພາງ
+ໄມ້ພາຍ
+ໄມ້ພືດ
+ໄມ້ເພດານ
+ໄມ້ມ້ວນ
+ໄມ້ມອບ
+ໄມ້ມາຍ
+ໄມ້ມື
+ໄມລ໌
+ໄມລອຍ
+ໄມ້ໂລ່ງເລ່ງ
+ໄມ້ໄລ່
+ໄມ້ວົງ
+ໄມ້ວົງກົບ
+ໄມ້ໝາກຄ່າງ
+ໄມ້ໝາດ
+ໄມ້ຫອມ
+ໄມ້ຫຸສົບ
+ໄມ້ອໍ້
+ໄມ້ອໍ້ຫອມ
+ໄມ້ເອກ
+ໄມ້ໂອກ
+ໄມ້ຮວກ
+ໄມ້ຮັງ
+ໄມ້ຮົກ
+ໄມ້ເຮ້ຍ
+ຢໍ
+ຢໍ່
+ຢໍ້
+ຢໍດາເນ
+ຢໍແດນ
+ຢຣຸ
+ຢວກ
+ຢ່ວງ
+ຢ່ວຍ
+ຢວນ
+ຢອກ
+ຢອກເຊີທາວ
+ຢອງ
+ຢ່ອງ
+ຢ້ອງ
+ຢ່ອງຢໍ້
+ຢອດ
+ຢອນ
+ຢ່ອນ
+ຢ້ອນ
+ຢ້ອນກັບ
+ຢ່ອນໃຈ
+່ຢ່ອນຍານ
+ຢອມ
+ຢ່ອມ
+ຢັກ
+ຢັງ
+ຢັ່ງ
+ຢັ້ງ
+ຢັງກຸນ
+ຢັງຊີກຽງ
+ຢັງຢາຍ
+ຢັ່ງຢາຍ
+ຢັ່ງຢາຍຢູ່
+ຢັ້ງຢືນ
+ຢັ່ງຮູ້
+ຢັດ
+ຢັດດູອາ
+ຢັດຕີ
+ຢັນ
+ຢັນນາ
+ຢັບ
+ຢັບເນ
+ຢັບເນເອນ
+ຢັບໂບກ
+ຢັບຢັ້ງ
+ຢັອກຢັອກ
+ຢາ
+ຢ່າ
+ຢ້າ
+ຢໍ່າ
+ຢໍ້າ
+ຢາກ
+ຢາກກິນ
+ຢາກໄດ້
+ຢາກະສາຍ
+ຢາກາຕາ
+ຢາການ
+ຢາກິນ
+ຢາກີມ
+ຢາກູເຣ
+ຢາເກ
+ຢາແກ້
+ຢາໂກໂບ
+ຢາໂກວສະກີ້
+ຢາຂະໜານ
+ຢາຂຽວ
+ຢາໂຄບ
+ຢາງ
+ຢ່າງ
+ຢ້າງ
+ຢາງກຸງ
+ຢ້າງຊີ້ນ
+ຢ່າງຍິ່ງ
+ຢ່າງດຽວກັນ
+ຢ່າງດຽວກັບ
+ຢ່າງໃດ
+ຢ່າງໃດກໍດີ
+ຢ່າງໃດກໍຕາມ
+ຢ່າງໃດຢ່າງໜຶ່ງ
+ຢ່າງຕີນ
+ຢ່າງນ້ອຍ
+ຢ່າງນັ້ນ
+ຢ່າງນີ້
+ຢ່າງມິດງຽບ
+ຢາງໄມ້
+ຢາງໄມ້ຫອມ
+ຢາງລຶບ
+ຢ່າງໜຶ່ງຢ່າງໃດ
+ຢາງໝາກຕອຍ
+ຢ່າງຫຼວງຫຼາຍ
+ຢາງອາຍ
+ຢ່າງຮາກ
+ຢ່າງຮູ້
+ຢາໃຈ
+ຢາສະຫຼົບ
+ຢາສັກ
+ຢາສັ່ງ
+ຢາສີຟັນ
+ຢາສູບ
+ຢາເສບຕິດ
+ຢາເສັ້ນ
+ຢາຊາ
+ຢາຊິດ
+ຢາຊີເອນ
+ຢາຊຸບ
+ຢາຊູບີເລເຮັມ
+ຢາຊົນ
+ຢາເຊ
+ຢາເຊນ
+ຢາເຊຢາ
+ຢາເຊຣາ
+ຢາເຊເອນ
+ຢາເຊັນ
+ຢາໂຊນ
+ຢາໂຊເບອາມ
+ຢາໂຊອາ
+ຢາໃຊ້
+ຢາຍ
+ຢາດ
+ຢາດນໍ້າກ້າມ
+ຢາດນີເອນ
+ຢາດເຫື່ອ
+ຢາດາ
+ຢາດາຍ
+ຢາດີເອນ
+ຢາດູດ
+ຢາແດງ
+ຢາໂດ
+ຢາໂດນ
+ຢາຖອນພິດ
+ຢານ
+ຢ້ານ
+ຢ້ານກົວ
+ຢ້ານຢໍ້າ
+ຢ້ານວ່າ
+ຢານອນ
+ຢານັດ
+ຢານາງ
+ຢານາຍ
+ຢານີມ
+ຢ່ານົມ
+ຢາເນ
+ຢາໂນອາ
+ຢາບັນເທົາ
+ຢາບານ
+ຢາບຳລຸງທາດ
+ຢາບິນ
+ຢາເບດ
+ຢາເບັດ
+ຢາເບັດກິເລອາດ
+ຢາເບື່ອ
+ຢາໂບກ
+ຢາປະນະມັດ
+ຢາຝິ່ນ
+ຢາແຝດ
+ຢາພິດ
+ຢາຟະເລດ
+ຢາຟະເລັດ
+ຢາເຟຍ
+ຢາເຟດ
+ຢາມ
+ຢາມເລກ
+ຢາມິນ
+ຢາມຶນ
+ຢາມຸດຊູ
+ຢາມູສສູໂກຣ
+ຢາຣະມຸດ
+ຢາຣະຮາ
+ຢາຣາ
+ຢາຣິບ
+ຢາຣີນ
+ຢາເຣັດ
+ຢາເຣັນດິສຕິກ
+ຢາໂຣອາ
+ຢາລ້າງ
+ຢາລາມ
+ຢາລົດ
+ຢາເລເອນ
+ຢາໂລນ
+ຢ້າວ
+ຢາວານ
+ຢາວືດ
+ຢາອາການ
+ຢາອາໂກບາ
+ຢາອາສີເອນ
+ຢາອາສູ
+ຢາອາຊານີຢາ
+ຢາອາຊີຢາ
+ຢາອາຊີເອນ
+ຢາອາເຣຊີຢາ
+ຢາອາເຣໂອເຣກີມ
+ຢາອາລາ
+ຢາອີ
+ຢາອີໂຣ
+ຢາອູນເດ
+ຢາເອນ
+ຢາຮະມາຍ
+ຢາຮາກໄມ້
+ຢ່າຮ້າງ
+ຢາຮາຊີເອນ
+ຢາຮາດ
+ຢຳ
+ຢ່ຳ
+ຢຳເກງ
+ຢຳເບ
+ຢຳແຢງ
+ຢິກ
+ຢິ່ງຢີ້
+ຢິດຊີຢາ
+ຢິດລາບ
+ຢິບ
+ຢິບຕາ
+ຢິວ
+ຢີນ
+ຢີບ
+ຢີໂຣນ
+ຢຶດ
+ຢຶດຄອງ
+ຢຶດໄດ້
+ຢຶດໝັ່ນ
+ຢຶດເອົາ
+ຢື້
+ຢືດ
+ຢືດໄວ
+ຢືດໝັ້ນ
+ຢືນ
+ຢື່ນ
+ຢືນຂຶ້ນ
+ຢືນຍາມ
+ຢືນຢັນ
+ຢືມ
+ຢຸກ
+ຢຸດ
+ຢຸດເຊົາ
+ຢຸດທະສາດ
+ຢຸດທະວິທີ
+ຢຸດທະວີທີ
+ຢຸດພັກ
+ຢຸດພັກສະຫງົບ
+ຢຸດຢ່ອນ
+ຢຸດຢັ້ງ
+ຢຸຕິທຳ
+ຢຸບ
+ຢຸບໆຢິບໆ
+ຢຸໂຣບ
+ຢູ່
+ຢູກອນ
+ຢູການ
+ຢູ່ກຳ
+ຢູ່ກິນ
+ຢູໂກສະລາວີ
+ຢູ່ໃກ້ສິດ
+ຢູ່ຂ້າງ
+ຢູເຄ
+ຢູຈີນ
+ຢູສະໂຕ
+ຢູເສດ
+ຢູ່ເສີຍ
+ຢູ່ໃສ
+ຢູຊັບ
+ຢູຊັບເຮເຊັດ
+ຢູ່ຍາມ
+ຢູດາ
+ຢູດາຍ
+ຢູດິດ
+ຢູໂດ
+ຢູຕາ
+ຢູ່ຕິດກັນ
+ຢູຕີໂຂ
+ຢູນເດ
+ຢູນິເກ
+ຢູເນຍ
+ຢູ່ໃນ
+ຢູບານ
+ຢູບູໂລ
+ຢູ່ປຸະລິວາສະກຳ
+ຢູ່ພີ້
+ຢູຟາເຕ
+ຢູ່ມາ
+ຢູ່ມິດ
+ຢູ່ເຢັນເປັນສຸກ
+ຢູຣາກີໂລ
+ຢູລີ
+ຢູລີໂອ
+ຢູ່ລົດໄຟ
+ຢູເລຍ
+ຢູ່ແລ້ວ
+ຢູ່ວັດ
+ຢູ່ເວນ
+ຢູ່ໜ້າ
+ຢູແອນດີພີ
+ຢູໂອເດຍ
+ຢົກ
+ຢົ່ງ
+ຢົງຢາຍ
+ຢົດ
+ຢົ້ນ
+ຢົບປາ
+ຢົ້ວ
+ຢົ້ວຢວນ
+ຢຽດ
+ຢຽດຍາວ
+ຢຽບ
+ຢຽບຕີນຢຽບມື
+ຢຽບຢໍ່າ
+ຢ້ຽມ
+ຢ້ຽມຢາມ
+ຢ່ຽວ
+ຢຽວຢາ
+ເຢກັບເຊເອນ
+ເຢກາຊາຮາດູທາ
+ເຢກາມີຢາ
+ເຢກາເມອາມ
+ເຢກູທີເອນ
+ເຢໂກລີຢາ
+ເຢ່ງເຢ້
+ເຢສະເຣເອນ
+ເຢສີມີເອນ
+ເຢຊ
+ເຢຊະບາກາຊາ
+ເຢຊານາ
+ເຢຊານີຢາ
+ເຢຊາເບັນ
+ເຢຊາຢາ
+ເຢຊາເຣລາ
+ເຢຊີ
+ເຢຊີຊາຍ
+ເຢຊີມີເອນ
+ເຢຊີເອນ
+ເຢຊຸຣູນ
+ເຢຊູ
+ເຢຊູຄຣິດ
+ເຢຊູຣູນ
+ເຢຊູໂລ
+ເຢຊູອາ
+ເຢເຊ
+ເຢເຊເບນ
+ເຢເຊເບອາບ
+ເຢໂຊຮາຢາ
+ເຢຍຣະມັນ
+ເຢຍລະມັນ
+ເຢຍເລນາ
+ເຢດຊະເຣເອນ
+ເຢດເຊ
+ເຢດໂຣ
+ເຢດາຢາ
+ເຢດີດາ
+ເຢດີດີຢາ
+ເຢດີອາ
+ເຢດີອາເບນ
+ເຢດີອາເອນ
+ເຢດູທູນ
+ເຢເດຢາ
+ເຢຕູເຣ
+ເຢເທ
+ເຢເທັດ
+ເຢນເນຊາເລດ
+ເຢບຸດ
+ເຢເບເຣກີຢາ
+ເຢຟິໂມວິດ
+ເຢຟຸນເນ
+ເຢມີມາ
+ເຢມູເອນ
+ເຢເມນ
+ເຢແມນ
+ເຢຣາ
+ເຢຣາເມເອນ
+ເຢຣິໂກ
+ເຢຣີບາຍ
+ເຢຣີໂມດ
+ເຢຣີຢາ
+ເຢຣີເອນ
+ເຢຣີໂອດ
+ເຢຣຸຊາ
+ເຢຣຸບ
+ເຢຣຸບບາອານ
+ເຢຣຸເບເຊັດ
+ເຢຣູສາແລມ
+ເຢຣູສາແລັມ
+ເຢຣູຊາເລັມ
+ເຢຣູເບເຊັດ
+ເຢຣູເອນ
+ເຢເຣມາຍ
+ເຢເຣມີຢາ
+ເຢເຣໂມດ
+ເຢເຣວັນ
+ເຢເຣັດ
+ເຢເຣັບ
+ເຢໂຣໂບອາມ
+ເຢໂຣໂບອຳ
+ເຢໂຣຮາມ
+ເຢລີເອນ
+ເຢລູຊາແລມ
+ເຢເລມາຍ
+ເຢອາເທຣາຍ
+ເຢອາຣີມ
+ເຢອາລີມ
+ເຢອີເອນ
+ເຢອຸດ
+ເຢອູດ
+ເຢອູເອນ
+ເຢຮັນເລເລນ
+ເຢຮີຊະກີຢາ
+ເຢຮີຢາ
+ເຢຮີເອນ
+ເຢຮີເອລີ
+ເຢຮຸດ
+ເຢຮຸບບາ
+ເຢຮູ
+ເຢຮູການ
+ເຢຮູດີ
+ເຢຮູເອນ
+ເຢເຮັດຊະເກັນ
+ເຢໂຮ
+ເຢໂຮຊາດັກ
+ເຢໂຮຊາບັດ
+ເຢໂຮຊາບາ
+ເຢໂຮຊາບາດ
+ເຢໂຮຊາຟັດ
+ເຢໂຮເຊບາ
+ເຢໂຮດາຢາ
+ເຢໂຮນາດາບ
+ເຢໂຮນາທານ
+ເຢໂຮຢາກິນ
+ເຢໂຮຢາກີມ
+ເຢໂຮຢາຄີມ
+ເຢໂຮຢາດາ
+ເຢໂຮຢາຣິບ
+ເຢໂຮຣາມ
+ເຢໂຮວາ
+ເຢໂຮວານິດຊີ
+ເຢໂຮວາຢີເຣ
+ເຢໂຮອັດດັນ
+ເຢໂຮອາດດາ
+ເຢໂຮອາຮາດ
+ເຢໂຮຮານັນ
+ເຢັຍລະມັນ
+ເຢັດຊະຣາຢາ
+ເຢັນ
+ເຢັນຕາ
+ເຢັບທາ
+ເຢັບນາ
+ເຢາະ
+ເຢິຍ
+ເຢີ
+ເຢີ້
+ເຢີ້ຍ
+ເຢືອກ
+ເຢືອກເຢັນ
+ເຢົາ
+ແຢງ
+ແຢ່ງ
+ແຢ້ງ
+ແຢງຊ້າງ
+ແຢ່ງແຢ້
+ແຢ້ມ
+ແຢະ
+ໂຢ້
+ໂຢກ
+ໂຢກຊານ
+ໂຢກເດອາມ
+ໂຢກຕານ
+ໂຢກເທເອນ
+ໂຢກເນອາມ
+ໂຢກເບຮາ
+ໂຢກເມອາມ
+ໂຢກລີ
+ໂຢກິມ
+ໂຢກີມ
+ໂຢເກເບັດ
+ໂຢເກອາມ
+ໂຢງ
+ໂຢ່ງເຢ່ງ
+ໂຢງໂຢະ
+ໂຢສີຟີຢາ
+ໂຢສີຢາ
+ໂຢຊວຍ
+ໂຢຊະເບກາຊາ
+ໂຢຊາ
+ໂຢຊາກາ
+ໂຢຊາບັດ
+ໂຢຊາຟັດ
+ໂຢຊາວີຢາ
+ໂຢຊີບີອາ
+ໂຢຊີຢາ
+ໂຢເຊັກ
+ໂຢເຊັບ
+ໂຢເຊັບບາເຊເບັດ
+ໂຢດ
+ໂຢດບາ
+ໂຢດບາທາ
+ໂຢດາ
+ໂຢທານ
+ໂຢທາມ
+ໂຢນາ
+ໂຢນາດາບ
+ໂຢນາທານ
+ໂຢນາມ
+ໂຢບ
+ໂຢບປາ
+ໂຢບັບ
+ໂຢຢາກີມ
+ໂຢຢາດາ
+ໂຢຢາຣິບ
+ໂຢຣາ
+ໂຢຣາຍ
+ໂຢຣາມ
+ໂຢຣີມ
+ໂຢວ
+ໂຢອາ
+ໂຢອາດ
+ໂຢອາບ
+ໂຢອາຮັດ
+ໂຢເອເຊ
+ໂຢເອນ
+ໂຢເອລາ
+ໂຢເອັດ
+ໂຢຮັນ
+ໂຢຮັນນາ
+ໂຢຮາ
+ໂຢຮານັນ
+ໂຢຮານານ
+ໂຢຮີມ
+ໂຢະ
+ຣ້ອຍ
+ຣະມາ
+ຣະເມດ
+ຣັກກັດ
+ຣັກໂກນ
+ຣັງກູນ
+ຣັສດາຈັນ
+ຣັດຊະການ
+ຣັດເຊຍ
+ຣັດດາຍ
+ຣັບຊາເກ
+ຣັບຊາຣີ
+ຣັບບາ
+ຣັບບີ
+ຣັບບີດ
+ຣັບໂບນີ
+ຣັບມັກ
+ຣາການ
+ຣາກາໂພຊີ
+ຣາເກມ
+ຣາຄະ
+ຣາຄະຕັນຫາ
+ຣາເຄນ
+ຣາຊການ
+ຣາຊສົມບັດ
+ຣາຊທູດ
+ຣາຊວັງ
+ຣາຊະການ
+ຣາຊະກິດ
+ຣາຊະສຳນັກ
+ຣາຊະດອນ
+ຣາຊະທິດາ
+ຣາຊະວັງ
+ຣາຊະອະນາຈັກ
+ຣາຊະອານາຈັກ
+ຣາຊາ
+ຣາຊິນີ
+ຣາເຊັນ
+ຣາດ
+ຣາດຊະທິດາ
+ຣາດາ
+ຣາຕີການ
+ຣາບັດ
+ຣໍ່າເພີ
+ຣາຟາ
+ຣາຟູ
+ຣາມ
+ຣາມາ
+ຣາມາດ
+ຣາມາດມິດຊະເປ
+ຣາມາດມິດຊະເປນ
+ຣາມາທາຢິມໂຊຟີມ
+ຣາມີຢາ
+ຣາເມເສດ
+ຣາເມເຊັດ
+ຣາໂມດ
+ຣາໂມດກິເລອາດ
+ຣາລແຕຣ
+ຣາອາມາ
+ຣາອາມີຢາ
+ຣາຮາບ
+ຣາຮາມ
+ຣິກກາໂຢນ
+ຣິກາ
+ຣິຊີຢາ
+ຣິດສາ
+ຣິດຊະປາ
+ຣິດດາຍ
+ຣິດມາ
+ຣິ່ນຕອງ
+ຣິນນາ
+ຣິບໂມນ
+ຣິບລາ
+ຣິມໂມນ
+ຣິມໂມນເປເຣັດ
+ຣິມໂມໂນ
+ຣິຢັດ
+ຣິໂອກຣັງເດິ
+ຣີກາ
+ຣີບາຍ
+ຣີຟາດ
+ຣີຢາດ
+ຣຸກ
+ຣຸງໂຣດ
+ຣຸດ
+ຣູເບັນ
+ຣູໂຟ
+ຣູມາ
+ຣູມານີ
+ຣົດ
+ຣົນ
+ຣຽວເຮ້ຍ
+ເຣກາ
+ເຣກາບ
+ເຣເກມ
+ເຣເກມເມເລັກ
+ເຣເກັມ
+ເຣຄີໂອນ
+ເຣເສັນ
+ເຣຊາ
+ເຣຊາວິກ
+ເຣຊິນ
+ເຣເຊັບ
+ເຣໂຊນ
+ເຣດຣີເວີ
+ເຣເຕ
+ເຣນນິເອີກ
+ເຣບາ
+ເຣເບກາ
+ເຣເບຂາ
+ເຣປູຍລີແກງ
+ເຣຟາ
+ເຣຟານ
+ເຣຟາຢາ
+ເຣຟາຢິມ
+ເຣຟາອີມ
+ເຣຟາເອນ
+ເຣຟີດີມ
+ເຣມາລີຢາ
+ເຣເມັດ
+ເຣອາຢາ
+ເຣອີ
+ເຣອູ
+ເຣອູມາ
+ເຣອູເອນ
+ເຣເອລາຢາ
+ເຣຮາບີຢາ
+ເຣຮູມ
+ເຣໂຮບ
+ເຣໂຮໂບດ
+ເຣໂຮໂບດອີເຣ
+ເຣໂຮໂບອາມ
+ເຣໂຮໂບອຳ
+ເຣັກຈາວິກ
+ເຣັງ
+ເຣາເມເສດ
+ເຣິກໍ
+ແຣນເດີກເລັກ
+ແຣັງ
+ໂຣກ
+ໂຣເກລີມ
+ໂຣຄ
+ໂຣຄາ
+ໂຣເຊ
+ໂຣເຊອູ
+ໂຣໂຊ
+ໂຣເດ
+ໂຣໂດ
+ໂຣນ
+ໂຣມ
+ໂຣມັງຕິກ
+ໂຣມັນ
+ໂຣມາມຕີເອຊີ
+ໂຣມາມຕີເອເຊີ
+ໂຣແມງ
+ໂຣຮະກາ
+ໂຣຮາກາ
+ລໍ
+ລໍ່
+ລໍ້
+ລກ
+ລໍຄອຍ
+ລໍ້ໃຈ
+ລໍຊໍ
+ລໍຖ້າ
+ລໍ້ຝ້າຍ
+ລໍ້ລວງ
+ລໍ້ແລ້
+ລວກ
+ລວງ
+ລ່ວງ
+ລ້ວງ
+ລ່ວງເກີນ
+ລວງໃຈ
+ລວງທັງ
+ລ່ວງປະເວນີ
+ລ່ວງໄປ
+ລ່ວງພົ້ນ
+ລ່ວງລັບ
+ລ່ວງລໍ້າ
+ລ່ວງລ້ຳ
+ລ່ວງເລີຍ
+ລ່ວງແລ້ວ
+ລ່ວງເວລາ
+ລວງໜ້າ
+ລ່ວງໜ້າ
+ລວຍ
+ລ້ວຍ
+ລວດ
+ລວດລາຍ
+ລວນ
+ລ້ວນ
+ລວບ
+ລວບລວມ
+ລວບເລື່ອງ
+ລວມ
+ລວມກັນ
+ລວມກັບ
+ລວມຕົວກັນ
+ລວມເປັນ
+ລວມພວກ
+ລວາ
+ລວ່າ
+ລວາດ
+ລວາດໃສ່
+ລວາບ
+ລວາພອນ
+ລວາແມນ
+ລໍ້ຫຼອກ
+ລໍ່ແຫຼມ
+ລອກ
+ລ໋ອກ
+ລອກຄາບ
+ລອງ
+ລ່ອງ
+ລ້ອງ
+ລ້ອງຄ້ອງ
+ລອງໃຈ
+ລ່ອງຊ້ອນ
+ລອງເບິ່ງ
+ລ່ອງລອຍ
+ລອຍ
+ລ່ອຍ
+ລອຍຕາມ
+ລອຍນວນ
+ລອຍນໍ້າ
+ລອດ
+ລອດຊີວິດ
+ລອດຕະກຽງ
+ລອດຕາຍ
+ລອດພົ້ນ
+ລອນ
+ລ່ອນ
+ລ້ອນ
+ລ້ອນຈ້ອນ
+ລອນດອນ
+ລອບ
+ລອບກັດ
+ລອບຂ້າ
+ລອບຄອບ
+ລອບທຳລາຍ
+ລອບລັກ
+ລອບລີ້
+ລອມ
+ລ້ອມ
+ລອມລໍ່
+ລ້ອມໄວ້
+ລະ
+ລະກາ
+ລະກຳ
+ລະກໍາໃຈ
+ລະຄອນ
+ລະຄອນສັດ
+ລະຄັງ
+ລະຄົນ
+ລະແຄະລະໄຄ
+ລະງັບ
+ລະງັບປວດ
+ລະງັບໄວ້
+ລະງົມ
+ລະສະຕະ
+ລະສໍ່າ
+ລະສາຍ
+ລະສາຍະຕະນະເວດ
+ລະສີ
+ລະຊະດອນ
+ລະຊະນິຕິ
+ລະຊະນີ
+ລະຊະນີກອນ
+ລະຍະ
+ລະດ
+ລະດັບ
+ລະດັບທະເລ
+ລະດັບທະເລປານກາງ
+ລະດາ
+ລະດາວັນ
+ລະດູ
+ລະດູການ
+ລະດູກ່ຽວ
+ລະດູກ່ຽວເຂົ້າ
+ລະດູກ່ຽວເຂົ້າບາເລ
+ລະດູເກັບກ່ຽວ
+ລະດູເກັບໝາກໄມ້
+ລະດູເກັບອະງຸ່ນ
+ລະດູໄຖນາ
+ລະດູບານ
+ລະດູຝົນ
+ລະດູແລ້ງ
+ລະດູໜາວ
+ລະດູໝາກເດື່ອ
+ລະດູໝາກອະງຸ່ນ
+ລະດູໝາດ
+ລະດູຫວ່ານ
+ລະດູຮ້ອນ
+ລະດົມ
+ລະຕະນະ
+ລະຕິ
+ລະທົມ
+ລະທົມທຸກ
+ລະນ້ອຍ
+ລະນະ
+ລະນາດ
+ລະນາດແກ້ວ
+ລະນາດທຸ້ມ
+ລະນາດເອກ
+ລະນາມ
+ລະນຶກ
+ລະນຶກເຖິງ
+ລະນຽດ
+ລະເນລະນາດ
+ລະແນງ
+ລະແນວ
+ລະບອບ
+ລະບອບເກົ່າ
+ລະບອບໃໝ່
+ລະບັດ
+ລະບາຍ
+ລະບາຍສີ
+ລະບາດ
+ລະບຳ
+ລະບິນ
+ລະບື
+ລະບຸ
+ລະບຸຊື່
+ລະບົບ
+ລະບົບການເມືອງ
+ລະບຽງ
+ລະບຽບ
+ລະບຽບການ
+ລະບຽບພວກເລວີ
+ລະບຽບວາລະ
+ລະເບີດ
+ລະເບີດແກ້ວ
+ລະເບີດທຳລາຍ
+ລະເບີດນໍ້າຕາ
+ລະເບີດປະລະມະນູ
+ລະເບີດໄຟ
+ລະເບີດມື
+ລະເບີດເວລາ
+ລະເບີດຮິດະໂຣແຊນ
+ລະປູກ
+ລະພີ
+ລະມອກ
+ລະມ່ອຍ
+ລະມອມ
+ລະມະນີ
+ລະມັ່ງ
+ລະມັດ
+ລະມັດລະວັງ
+ລະມຸນ
+ລະເມັງ
+ລະເມີ
+ລະເມີດ
+ລະເມີນ
+ລະເມືອງ
+ລະແມນໂຂນ
+ລະແມມ
+ລະໄມ
+ລະຢ່າງ
+ລະລວຍ
+ລະລາ
+ລະລາຍ
+ລະລຶກ
+ລະເລງ
+ລະເລັງ
+ລະເລີງ
+ລະເລີຍ
+ລະໄລ້
+ລະວັງ
+ລະວ້າ
+ລະວີ
+ລະເວັ້ນ
+ລະແວ
+ລະແວກ
+ລະແວງ
+ລະແວດລະວັງ
+ລະໜ່ານ
+ລະຫລົນ
+ລະຫລົມ
+ລະຫວ່າງ
+ລະຫ້ອຍ
+ລະຫັດ
+ລະຫານ
+ລະຫຸ
+ລະຫຸກາບັດ
+ລະຫຸໂທດ
+ລະຫຼມ
+ລະຫຼົນ
+ລະຫຼົມ
+ລະເຫລີງ
+ລະເຫີຍ
+ລະເຫຼີງ
+ລະໂຫ
+ລະໂຫຖານ
+ລະອໍ
+ລະອອງ
+ລະອາ
+ລະອາຍ
+ລະອາຍໃຈ
+ລະອິດ
+ລະອິດລະອ້ຽວ
+ລະອຽດ
+ລະອຽດອ່ອນ
+ລະອ້ຽວ
+ລັກ
+ລັກກຸມ
+ລັກກູມ
+ລັກຂະ
+ລັກຂະສະ
+ລັກຂະນະ
+ລັກຂະນາ
+ລັກຂິ
+ລັກຂິຕະ
+ລັກຄວາມ
+ລັກໂຈມຕີ
+ລັກສະນະ
+ລັກສະມີ
+ລັກສະໜີ
+ລັກສົກ
+ລັກຊະນະ
+ລັກຊະນິກອນ
+ລັກພາ
+ລັກພາຕົວ
+ລັກມັກ
+ລັກລອບ
+ລັກໂລບ
+ລັກໜີ
+ລັກໜີເຫຼືອ
+ລັກຫົວ
+ລັກເອົາ
+ລັງ
+ລັ່ງ
+ລັ້ງ
+ລັງກາ
+ລັງກຽດ
+ລັງແກ
+ລັງສາດ
+ລັງສີ
+ລັງສີແພດ
+ລັງສີມັນ
+ລັງສີວິທະຍາ
+ລັງລາດ
+ລັງລ້າວ
+ລັງເລ
+ລັ່ງເລ
+ລັງເລໃຈ
+ລັງເລສັບສົນ
+ລັງວັດ
+ລັດ
+ລັດສະສະຫຼະ
+ລັດສະດາກອນ
+ລັດສະໜີ
+ລັດສະໝີ
+ລັດຊະການ
+ລັດຊະສະໄໝ
+ລັດຊະດາພິເສກ
+ລັດຊະທາຍາດ
+ລັດຊະນິກອນ
+ລັດຊະນີ
+ລັດຊາໂຣນ
+ລັດຊາໂລນ
+ລັດເຊຍ
+ລັດດາ
+ລັດຕະນະ
+ລັດຕະນະໄຕ
+ລັດຕະນະບັນລັງ
+ລັດຕະນະມະນີ
+ລັດຕະນາ
+ລັດຕະນາກອນ
+ລັດຕະນາດ
+ລັດຕະນາວະລີ
+ລັດຖະ
+ລັດຖະກອນ
+ລັດຖະການ
+ລັດຖະສະພາ
+ລັດຖະສາດ
+ລັດຖະທຳມະນຸນ
+ລັດຖະທຳມະນູນ
+ລັດຖະທູດ
+ລັດຖະບານ
+ລັດຖະບຸລຸດ
+ລັດຖະປະສາສະໂນບາຍ
+ລັດຖະປະຫານ
+ລັດຖະມົນຕີ
+ລັດທະ
+ລັດທິ
+ລັດທິການ
+ລັດທິລົ້ມເລີກ
+ລັດວິສາຫະກິດ
+ລັດວີ
+ລັດເວຍ
+ລັດແຫ່ງກົດໝາຍ
+ລັດແຫ່ງອຳນາດກົດໝາຍ
+ລັນ
+ລັ່ນ
+ລັ່ນຄ້ອງ
+ລັນຈະກອນ
+ລັ່ນເຕັງ
+ລັນເຕົາ
+ລັ່ນປາກ
+ລັບ
+ລັບສັດ
+ລັບຕາ
+ລັບປີໂດ
+ລັບປີໂດດ
+ລັບລີ້
+ລັບແລ
+ລັບຫູ
+ລັບຫຼັງ
+ລາ
+ລ່າ
+ລ້າ
+ລໍ່າ
+ລໍ້າ
+ລາກ
+ລາກເສັ້ນ
+ລາກ່ອນ
+ລາກິດ
+ລາກົດສ໌
+ລາໂກກາ
+ລາຄະ
+ລາຄະຕັນຫາ
+ລາຄາ
+ລໍ້າຄ່າ
+ລາຄາເອີ້ນ
+ລາຄຳ
+ລາຄິນ
+ລາຄີ
+ລາງ
+ລ່າງ
+ລ້າງ
+ລ້າງແຄ້ນ
+ລ້າງສະໝອງ
+ລ້າງຕີນ
+ລ້າງທ້ອງ
+ລາງເທື່ອ
+ລ້າງບາບ
+ລ້າງຜານ
+ລ້າງມື
+ລາງວັນ
+ລາງຮ້າຍ
+ລ້າງຮູບ
+ລາສະສິງຫານ
+ລາສະດອນ
+ລໍ້າສັນ
+ລາສີ
+ລ່າສີ
+ລາສີປະສົບ
+ລໍ້າເສັ້ນ
+ລາຊະ
+ລາຊະການ
+ລາຊະກິດ
+ລາຊະຄວງ
+ລາຊະຄູ
+ລາຊະສະກຸນ
+ລາຊະສັງທອງ
+ລາຊະສາດ
+ລາຊະສານ
+ລາຊະສິນ
+ລາຊະສົມບັດ
+ລາຊະຍານ
+ລາຊະໂຍກ
+ລາຊະດອນ
+ລາຊະດໍາລັດ
+ລາຊະທັນ
+ລາຊະທານ
+ລາຊະທານີ
+ລາຊະທຳ
+ລາຊະທິດາ
+ລາຊະທູດ
+ລາຊະນີ
+ລາຊະບັນຍາດ
+ລາຊະບັນດິດ
+ລາຊະບັນນາການ
+ລາຊະບັນລັງ
+ລາຊະບຸດ
+ລາຊະບຸລຸດ
+ລາຊະປາງທອງ
+ລາຊະພັດ
+ລາຊະມຸນທຽນ
+ລາຊະໂຣ
+ລາຊະໂລ
+ລາຊະວັງ
+ລາຊະວັດ
+ລາຊະວົງ
+ລາຊະຫັດເລຂາ
+ລາຊະອານາຈັກ
+ລາຊະອົງການ
+ລາຊາ
+ລ່າຊ້າ
+ລາຊາຄະນະ
+ລາຊາສັບ
+ລາຊາຍະຕະນະ
+ລາຊາທິປະໄຕ
+ລາຊາທິລາດ
+ລາຊາພິເສກ
+ລາຊິນີ
+ລາຊີນີ
+ລາຊູປະຖຳ
+ລາຊູປະໂພກ
+ລາເຊນ
+ລາເຊອາ
+ລາເຊັງ
+ລາໄຊ
+ລາໄຊສະຫວັນ
+ລາໄຊສະຫັວນ
+ລາຍ
+ລ່າຍ
+ລ້າຍ
+ລາຍກະຈັງ
+ລາຍການ
+ລາຍກົ້ນຫອຍ
+ລາຍຂັດ
+ລາຍຄາມ
+ລາຍຄຸບ
+ລາຍງານ
+ລາຍຈ່າຍ
+ລາຍສອງ
+ລາຍສື
+ລາຍຊາ
+ລາຍຊື່
+ລາຍດອກ
+ລາຍເດືອນ
+ລາຍໄດ້
+ລາຍໄດ້ແຫ່ງຊາດ
+ລາຍຕາ
+ລາຍນູນ
+ລາຍບຸກຄົນ
+ລາຍມື
+ລາຍລັກສະນະ
+ລາຍລັກອັກສອນ
+ລາຍວັນ
+ລາດ
+ລາດສະດອນ
+ລາດຊະ
+ລາດຊະກິດ
+ລາດຊະສຳນັກ
+ລາດຊະສົມບັດ
+ລາດຊະດອນ
+ລາດຊະທານ
+ລາດຊະທິດາ
+ລາດຊະທູດ
+ລາດຊະບັນລັງ
+ລາດຊະບຸດ
+ລາດຊະອານາຈັກ
+ລາດຕະເວນ
+ລາດຟາດ
+ລາດາ
+ລາດານ
+ລາໂດກາ
+ລາຕິຕຸດ
+ລາຕິນ
+ລາຕີ
+ລາແຕງ
+ລ້າຖອຍ
+ລາທະນາ
+ລານ
+ລ້ານ
+ລານກາ
+ລານຈອດ
+ລ້ານຊ້າງ
+ລ້ານນາ
+ລານຫີນ
+ລານໍ້າ
+ລາບ
+ລາບຄາບ
+ລາບຊາບ
+ລາບານ
+ລາປ່າ
+ລາປາສ
+ລາປາດສ໌
+ລາໄປ
+ລາພອນ
+ລາພະສັກການ
+ລາມ
+ລ່າມ
+ລ່າມໂສ້
+ລາມເຊິນ
+ລ່າມແປພາສາ
+ລ່າມເມືອງ
+ລາມະກຽນ
+ລາມະສູນ
+ລາມັນ
+ລາມາ
+ລາມານ
+ລາມາມ
+ລາມີ
+ລາມົກ
+ລາມົກອານາຈານ
+ລາເມັກ
+ລ່າເມືອງຂຶ້ນ
+ລາໂມດ
+ລໍ້າລ່ວງ
+ລໍ່າລວຍ
+ລໍ້າລວຍ
+ລ້າລ້າ
+ລາເລດຕາ
+ລໍ້າເລິກ
+ລ່າເລີງ
+ລ້າເລີງ
+ລໍ້າເລີດ
+ລໍ່າໄລ
+ລໍ້າໄລ
+ລາວ
+ລ່າວ
+ລ້າວ
+ລາວຈົກ
+ລາວໂຊ້
+ລາວດີເກອາ
+ລ່າວລຽມ
+ລາວຸ
+ລາເວນລາ
+ລໍ້າໜ້າ
+ລາຫັບ
+ລາຫູ
+ລ້າຫຼັງ
+ລາອອກ
+ລາອາດາ
+ລາອິດ
+ລາເອນ
+ລາຮາດ
+ລາຮາວານ
+ລາໄຮຣອຍ
+ລຳ
+ລ່ຳ
+ລ້ຳ
+ລຳກ້ອງ
+ລຳຂອງ
+ລໍາແຂນ
+ລໍາຄໍ
+ລຳຄອງ
+ລຳຄານ
+ລໍາຄານໃຈ
+ລຳຄີງ
+ລຳແຄ່ງລຳຂາ
+ລຳແສງ
+ລຳໂສມ
+ລຳໄສ້
+ລຳເຊ
+ລຳໄຍ
+ລຳດວນ
+ລຳດັບ
+ລໍາຕົ້ນ
+ລຳເຕີ້ຍພະມ້າ
+ລຳໂຕ
+ລຳທານ
+ລໍານໍ້າ
+ລຳເນົາ
+ລຳບາກ
+ລຳບາກກາກກຳ
+ລໍາບາກໃຈ
+ລຳພັງ
+ລຳພຶງ
+ລຳພືງ
+ລຳແພນ
+ລຳມະນີ
+ລຳມະລອກ
+ລ່ຳລວຍ
+ລຳລຶກ
+ລຳລຽງ
+ລຳເລື່ອງ
+ລຳວົງ
+ລຳວຽງ
+ລຳຫ້ວຍ
+ລຳອຽງ
+ລິ
+ລິກຂາ
+ລິກສາ
+ລິເກ
+ລິຂະສິດ
+ລິຂິດ
+ລິງ
+ລິ້ງ
+ລິງຄະ
+ລິງໂທນ
+ລິງລາຍ
+ລິຈະນາ
+ລິສບອນ
+ລິຊະທາ
+ລິດ
+ລິດຈະນາ
+ລິດສະຫຍາ
+ລິດສີດວງທະວານ
+ລິດດາ
+ລິດເດດ
+ລິດຕະວາ
+ລິດຕັງສະແຕັງ
+ລິດຕົວນີ
+ລິດທານຸພາບ
+ລິດແລັດ
+ລິດອໍານາດ
+ລິນ
+ລິ່ນ
+ລິນິນ
+ລິນີນ
+ລິບ
+ລິບດາ
+ລິບນາ
+ລິບນີ
+ລິບລົງ
+ລິປິ
+ລິປິກອນ
+ລິປຸ
+ລິຢູຍລິຢານາ
+ລິລິດ
+ລິເລີ່ມ
+ລິ່ວ
+ລິ່ວລິ່ວ
+ລີ
+ລີ່
+ລີ້
+ລີກ
+ລີກາໂອເນຍ
+ລີເກຍ
+ລີຄີ
+ລີງ
+ລີງກັງ
+ລີງໂທນ
+ລີງລົມ
+ລີງອຸລັງອຸຕັງ
+ລີ້ຊ່ອນ
+ລີຊະທາ
+ລີຊາເນຍ
+ລີເຊຍ
+ລີດ
+ລີເດຍ
+ລີຕາລີ
+ລີຕົວນີ
+ລີນ
+ລີ້ນ
+ລີ້ນໄກ
+ລີ້ນໄກ່
+ລີ້ນແຄນ
+ລີ້ນຈີ່
+ລີ້ນຊັກ
+ລີ້ນປີ່
+ລີ້ນໝາ
+ລີ້ນແຮດ
+ລີໂນ
+ລີບ
+ລີບນາ
+ລີບັງ
+ລີບີ
+ລີເບຍ
+ລີເບຣວິນເລ
+ລີເບເຣຍ
+ລີເບເຣັຍ
+ລີເບີຣວີນ
+ລີເບີເຣັຍ
+ລີ່ຜີ
+ລີ້ໄພ
+ລີມາ
+ລີຢາ
+ລີລອງເວ
+ລີ້ລັບ
+ລີລາ
+ລີລ້າຍ
+ລີລາດ
+ລີລົງເວ
+ລີເລືອ
+ລີ້ວ
+ລີອຸຍປະ
+ລຶກ
+ລຶກຄະເວດ
+ລຶງ
+ລຶ້ງ
+ລຶ້ງເຄີຍ
+ລຶ້ງມືຊ້າຍ
+ລຶຊາ
+ລຶຊາກອນ
+ລຶດ
+ລຶດລຶດ
+ລຶດີ
+ລຶດູ
+ລຶດູການ
+ລຶໄທ
+ລຶບ
+ລຶບພະສູນ
+ລຶບລ້າງ
+ລຶບລຶບ
+ລື
+ລື້
+ລືກ
+ລືກງາມ
+ລືກຽນ
+ລື່ງ
+ລື້ງ
+ລື້ງເຄີຍ
+ລືສີ
+ລືຊາ
+ລື່ນ
+ລື້ນ
+ລື່ນລົມ
+ລື່ນລົ້ມ
+ລືບ
+ລືມ
+ລື່ມ
+ລື້ມ
+ລືມເລືອນ
+ລຸ
+ລຸກ
+ລຸກກະແຈ
+ລຸກຂະ
+ລຸກຂະຊາດ
+ລຸກຂຶ້ນ
+ລຸກຄະຊາດ
+ລຸກຊຳບວກ
+ລຸກແຊມບວກ
+ລຸກລໍ້າ
+ລຸກລາມ
+ລຸກຮື
+ລຸແກ່ໂທດ
+ລຸງ
+ລຸງໂລດ
+ລຸງອອກ
+ລຸຈິ
+ລຸຍ
+ລຸ້ຍ
+ລຸ່ຍຫ້ຽນ
+ລຸດ
+ລຸດລຸດ
+ລຸດລົງ
+ລຸນ
+ລຸ່ນ
+ລຸ້ນ
+ລຸ້ນທໍາອິດ
+ລຸ້ນຜູ້ໃຫຍ່
+ລຸ້ນໜຸ່ມ
+ລຸມ
+ລຸ່ມ
+ລຸ້ມ
+ລຸ່ມຟ້າ
+ລຸ່ມແມ່ນໍ້າ
+ລຸ່ມລົງ
+ລຸລ່ວງ
+ລຸລູກ
+ລູ
+ລູ່
+ລູ້
+ລູກ
+ລູກກອນ
+ລູກກະແຈ
+ລູກກະແຈຜີ
+ລູກກະສູນ
+ລູກກຳພ້າ
+ລູກກໍາພ້າພໍ່
+ລູກກົກ
+ລູກກົງ
+ລູກກົນ
+ລູກແກ
+ລູກແກະຜູ້
+ລູກແກະແມ່
+ລູກໄກ່
+ລູກເຂີຍ
+ລູກຄວາມ
+ລູກຄອກ
+ລູກຄ້າ
+ລູກຄຳຝາຍ
+ລູກຄິດ
+ລູກຄີ
+ລູກຄູ່
+ລູກເຄິ່ງ
+ລູກງົວ
+ລູກຈ້າງ
+ລູກເຈາະ
+ລູກສອນ
+ລູກສະນອກເກີ
+ລູກສະໝຸນ
+ລູກສາວ
+ລູກສິດ
+ລູກສູບ
+ລູກເສືອ
+ລູກຊອດ
+ລູກຊາຍ
+ລູກຊາຍຍິງ
+ລູກຊີ້ນ
+ລູກຊູ້
+ລູກຍ່າງ
+ລູກຍິງ
+ລູກດິ່ງ
+ລູກແດງ
+ລູກໂດດ
+ລູກຕິ່ງ
+ລູກເຕົ້າ
+ລູກແຕກ
+ລູກທະນູ
+ລູກທາງ
+ລູກນອກກົດໝາຍ
+ລູກນ້ອງ
+ລູກນໍ້າ
+ລູກນ້ຳ
+ລູກນິມິດ
+ລູກບາດ
+ລູກບ້ານ
+ລູກບິນລຽດ
+ລູກແບ້
+ລູກແບ້ຜູ້
+ລູກປັດ
+ລູກປິ່ນລໍ້
+ລູກປືນ
+ລູກຜູ້ຊາຍ
+ລູກຝາແຝດ
+ລູກໃພ້
+ລູກໄພ້
+ລູກໄຟ
+ລູກມື
+ລູກແມ່ຍິງ
+ລູກແມວ
+ລູກໄມ້
+ລູກລາ
+ລູກລ້ຽງ
+ລູກໜ້າ
+ລູກໜີ້
+ລູກໜູ
+ລູກໝໍເຫືອກ
+ລູກຫົວສາວ
+ລູກຫົວປີ
+ລູກຫຼອດ
+ລູກຫຼານ
+ລູກຫຼົງ
+ລູກແຫ
+ລູກແຫ່ງຄວາມພິນາດ
+ລູກແຫຼ້ງ
+ລູກອ່ອນ
+ລູກອ້າຍ
+ລູກອ້າຍລູກນ້ອງ
+ລູກແອ້
+ລູກເຮືອ
+ລູກາ
+ລູກີໂອ
+ລູເກຍ
+ລູຂະ
+ລູສະກະ
+ລູຊາກາ
+ລູຊີເຟີ
+ລູຊົງ
+ລູເຊ
+ລູດ
+ລູດີ
+ລູດູກ່ຽວເຂົ້າສາລີ
+ລູຕິກາ
+ລູນ
+ລູບ
+ລູບໄລ້
+ລູປີ
+ລູປີຍະ
+ລູອັນດາ
+ລູຮິດ
+ລູຮີດ
+ລົກ
+ລົງ
+ລົ່ງ
+ລົງຂ່ວງ
+ລົງຂ່າວ
+ລົງແຂກ
+ລົງຄີງ
+ລົງຊື່
+ລົງດັ່ງ
+ລົງແດງ
+ລົງໂຕ
+ລົງທ້ອງ
+ລົງທະບຽນ
+ລົງທ້າຍ
+ລົງທຳ
+ລົງທຶນ
+ລົງໂທດ
+ລົງໄທ້
+ລົງນາ
+ລົງນາມ
+ລົງແປ້ງ
+ລົງໄປ
+ລົງຜີ
+ລົງພື້ນ
+ລົງພຸງ
+ລົງມາ
+ລົງມື
+ລົງລອຍ
+ລົງລ່າງ
+ລົງເລກ
+ລົງເລິກ
+ລົງອາຍາ
+ລົງອຸໂປສົດ
+ລົງຮອຍກັນ
+ລົງແຮງ
+ລົດ
+ລົ້ດ
+ລົດກວາດ
+ລົດກະບະ
+ລົດກັດກັດ
+ລົດຄ່າ
+ລົດຈັກ
+ລົດຈົກ
+ລົດຊາດ
+ລົດຍົນ
+ລົດຖີບ
+ລົດໄຖ
+ລົດບັນທຸກ
+ລົດໄຟ
+ລົດມ້າ
+ລົດເມ
+ລົດລະ
+ລົດລິ້ງ
+ລົດລົງ
+ລົດອັ່ງ
+ລົດອູ່
+ລົດຮົບ
+ລົນ
+ລົ່ນ
+ລົ້ນ
+ລົນຄວັນ
+ລົນຊາ
+ລົ້ນພົ້ນ
+ລົ້ນຫຼາຍ
+ລົ້ນຫຼາມ
+ລົ້ນເຫລືອ
+ລົ້ນເຫຼືອ
+ລົ້ນໄຫຼ
+ລົບ
+ລົບກວນ
+ລົບສະກີ້
+ລົບສັກກະຫຼາດ
+ລົບລ່າ
+ລົບລ້າງ
+ລົບລ້ຽວ
+ລົບຫລີກ
+ລົບຫຼີກ
+ລົບຫຼູ່
+ລົມ
+ລົ້ມ
+ລົມກະດິງ
+ລົມກັນ
+ລົ້ມຂວໍ້າ
+ລົ້ມໄຂ່ວຂີນ
+ລົມຈັບ
+ລົ້ມເຈັບ
+ລົມແດງ
+ລົມທະເລ
+ລົ້ມທັງຢືນ
+ລົ້ມທ່າວ
+ລົມບ້າໝູ
+ລົມປາກ
+ລົມປານ
+ລົມພະຍຸ
+ລົມພາຍຸ
+ລົ້ມລະລາຍ
+ລົ້ມລ່າວ
+ລົ້ມລຸກ
+ລົ້ມລຸກຄຸກຄານ
+ລົ້ມລົງ
+ລົມລ່ຽມ
+ລົ້ມເລີກ
+ລົມແລ້ງ
+ລົ້ມໝອນນອນເສື່ອ
+ລົມຫາຍໃຈ
+ລົມຫົວກຸດ
+ລົມຫຼວງ
+ລົ້ມຫຼຸບຄຸບຄານ
+ລົ້ມເຫຼວ
+ລົມອອນ
+ລົມອ່ອນ
+ລົມແຮງ
+ລົມເຢັນ
+ລົວ
+ລົ້ວ
+ລົວອາ
+ລົວະ
+ລົວະລົວະ
+ລຽງ
+ລ່ຽງ
+ລ້ຽງ
+ລ້ຽງເກືອ
+ລ້ຽງແກະ
+ລ້ຽງງົວ
+ລ້ຽງສັດ
+ລ້ຽງຊີບ
+ລ້ຽງດູ
+ລຽງຕົວ
+ລ້ຽງປາ
+ລຽງຜາ
+ລ້ຽງຜາ
+ລຽດ
+ລຽນ
+ລ່ຽນ
+ລຽນສະພັດ
+ລ່ຽນໄຫລ
+ລ່ຽນໄຫຼ
+ລຽບ
+ລຽບຕາມ
+ລຽບເມືອງ
+ລຽບລຳ
+ລຽບລຽງ
+ລ່ຽມ
+ລ້ຽມ
+ລ້ຽວ
+ເລ
+ເລ່
+ເລ້
+ເລກ
+ເລກຄະນິດ
+ເລກເຕນສະເຕນ
+ເລກທີ
+ເລກບັ້ງ
+ເລກລຳດັບ
+ເລກຫານ
+ເລກາ
+ເລກົນ
+ເລ່ກົນ
+ເລ້ກົນ
+ເລກົນອຸບາຍ
+ເລຂະ
+ເລຂະກະ
+ເລຂາ
+ເລຂາຄະນິດ
+ເລຂາຄະນິດບໍລິສຸດ
+ເລຂາຄະນິເວິເຄາະ
+ເລຂາທິການ
+ເລຂາທິກາລີ
+ເລຂານຸການ
+ເລງ
+ເລໂສຕໍ
+ເລເຊັມ
+ເລເຊີ
+ເລໂຊໂຕ
+ເລຍ
+ເລ່ຍ
+ເລດ
+ເລຕູຊີມ
+ເລນ
+ເລ່ນ
+ເລນາ
+ເລນິນ
+ເລນິນກະລາດ
+ເລນີນ
+ເລນີນກະລາດ
+ເລນູ
+ເລບານອນ
+ເລບານາ
+ເລບາໂອດ
+ເລໂບນາ
+ເລປີນ
+ເລ່ມ
+ເລມັງ
+ເລມູເອນ
+ເລລອນ
+ເລ່ລ່ຽມ
+ເລວ
+ເລ່ວ
+ເລວຊາມ
+ເລວະດີ
+ເລວິງຕອນ
+ເລວີ
+ເລວີອາທັນ
+ເລ່ຫລັງ
+ເລ່ຫລ່ຽມ
+ເລຫຼັງ
+ເລ່ຫຼັງ
+ເລ່ຫຼ່ຽມ
+ເລອາ
+ເລອານໂນດ
+ເລອຸມມີມ
+ເລຮາບີມ
+ເລຮີ
+ເລະເທະ
+ເລັກ
+ເລັກໆນ້ອຍໆ
+ເລັກນ້ອຍ
+ເລັງ
+ເລັ່ງ
+ເລັງຢ້ຽມ
+ເລັ່ງລັດ
+ເລັ່ງຮີບ
+ເລັຍ
+ເລັ້ຍ
+ເລັດ
+ເລັດລອດ
+ເລັດເວຍ
+ເລັນ
+ເລັ່ນ
+ເລັບ
+ເລັບນາງ
+ເລັບເບອັດ
+ເລັບມື
+ເລັບແມວ
+ເລັມ
+ເລັຽ
+ເລາະ
+ເລາະຫາ
+ເລິກ
+ເລິກເຊິງ
+ເລິກເຊິ່ງ
+ເລິກລັບ
+ເລິກລໍ້າ
+ເລິກຫລາຍ
+ເລິກຫຼາຍ
+ເລິເຊິ
+ເລິນເລີ້
+ເລິ່ມ
+ເລິມແຮກ
+ເລີ້
+ເລີກ
+ເລີກລົ້ມ
+ເລີແກ
+ເລີງ
+ເລີງເລື້ອຍ
+ເລີ້ເຊີ້
+ເລີຍ
+ເລີດ
+ເລີດລໍ້າ
+ເລີດລ້ຳ
+ເລີ່ມ
+ເລີ້ມ
+ເລີ່ມຕົ້ນ
+ເລີະ
+ເລຶ່ອງ
+ເລຶອມ
+ເລືອ
+ເລື່ອ
+ເລືອກ
+ເລືອກສັນ
+ເລືອກຕັ້ງ
+ເລືອກທີ່ຮັກມັກທີ່ຊັງ
+ເລືອຄານ
+ເລື່ອງ
+ເລື້ອງ
+ເລື່ອງຂຸນທຶງ
+ເລື່ອງງ່າຍ
+ເລື່ອງໃດເລື່ອງໜຶ່ງ
+ເລື່ອງລາວ
+ເລື່ອງລື
+ເລື່ອງຫຍິບຍ່ອຍ
+ເລື່ອຍ
+ເລື້ອຍ
+ເລື້ອຍໆ
+ເລື້ອຍເລື້ອຍ
+ເລື່ອຍວົງເດືອນ
+ເລື່ອຍຫາງປາ
+ເລືອດ
+ເລືອດຂື້ນໜ້າ
+ເລືອດນັກຮົບ
+ເລືອດເນື້ອ
+ເລືອດເນື້ອເຊື້ອໄຂ
+ເລືອດໃນອົກ
+ເລືອດຜູ້ຊາຍ
+ເລືອດເຢັນ
+ເລືອດຮ້ອນ
+ເລື່ອນ
+ເລື່ອນທີ່ຂຶ້ນໄປ
+ເລື່ອນລອຍ
+ເລືອນລາງ
+ເລື່ອມ
+ເລື້ອມ
+ເລື່ອມລໍ້າ
+ເລົາ
+ເລົ່າ
+ເລົ້າ
+ເລົ້າເຂົ້າ
+ເລົາຄີງ
+ເລົ້າສາງ
+ເລົາດີເຊຍ
+ເລົ່າເລື່ອງ
+ເລົ້າໂລມ
+ເລົ້າໂລມໃຈ
+ແລ
+ແລ່
+ແລ້
+ແລກ
+ແລກປ່ຽນ
+ແລງ
+ແລ່ງ
+ແລ້ງ
+ແລງແຊງ
+ແລດ
+ແລດໂຕນີ
+ແລນ
+ແລ່ນ
+ແລ່ນແຂ່ງ
+ແລ່ນຊໍາ
+ແລ່ນນຳ
+ແລນໂມນ
+ແລ່ນເຮືອ
+ແລນາ
+ແລບ
+ແລບແຊບ
+ແລບລີ້ນ
+ແລເບິ່ງ
+ແລມແລມ
+ແລວ
+ແລ້ວ
+ແລ້ວແຕ່
+ແລວນໍ້າ
+ແລ້ວໄປ
+ແລ້ວແລ້ວ
+ແລເຫັນ
+ແລະ
+ແລະອື່ນໆ
+ແລັນ
+ໂລ່
+ໂລ້
+ໂລກ
+ໂລກເຂົ້າຂໍ້
+ໂລກຄາງທູມ
+ໂລກທາດ
+ໂລກບາດານ
+ໂລກພະຍາດ
+ໂລກໄພ
+ໂລກອໍາມະພາດ
+ໂລກຮັກ
+ໂລກເຮືອນ
+ໂລກະ
+ໂລກະເຊດ
+ໂລກະທາດ
+ໂລກະທາດາ
+ໂລກະທຳ
+ໂລກະນາດ
+ໂລກະບານ
+ໂລກະວັດຊະ
+ໂລກະວິຊະ
+ໂລກະວິທູ
+ໂລກັດຖະຈະລິຍາ
+ໂລກັນ
+ໂລກັນຕະລະ
+ໂລກາ
+ໂລກາຍັດ
+ໂລກາທິບໍດີ
+ໂລກາທິປະໄຕ
+ໂລການຸວັດ
+ໂລກາພິນາດ
+ໂລກາພິວັດ
+ໂລກາມິດ
+ໂລກາວິນາດ
+ໂລກິຍະວັດ
+ໂລກີ
+ໂລກີຍະ
+ໂລກຸດຕະລະ
+ໂລກຸດຕະລະທຳ
+ໂລເກດ
+ໂລຄະນິທານ
+ໂລຄະນິລະປະ
+ໂລຄາ
+ໂລຄາພະຍາດ
+ໂລຄາພາດ
+ໂລງ
+ໂລ່ງ
+ໂລ່ງລ່ຽນ
+ໂລຈະນະ
+ໂລຈິກ
+ໂລດ
+ໂລດເຕັ້ນ
+ໂລດໂຜນ
+ໂລເດບາ
+ໂລຕັນ
+ໂລຕິ
+ໂລ່ນ
+ໂລ້ນ
+ໂລບ
+ໂລບມາກ
+ໂລປະ
+ໂລພະ
+ໂລພະຕັນຫາ
+ໂລພະມູນ
+ໂລພາ
+ໂລມ
+ໂລມະຊາດ
+ໂລມັນ
+ໂລມາ
+ໂລເມ
+ໂລໂມໂນຊົບ
+ໂລຣຸຮາມາ
+ໂລເລ
+ໂລໂລ
+ໂລວາ
+ໂລຫະ
+ໂລຫະກຸມພີ
+ໂລຫະສົດ
+ໂລຫິດ
+ໂລຫິນີ
+ໂລອຳມີ
+ໂລອີ
+ໂລະ
+ໄລ
+ໄລ່
+ໄລ້
+ໄລກອນ
+ໄລຂາເຂັດ
+ໄລຍະ
+ໄລຍະຄົດ
+ໄລຍະທາງ
+ໄລຍະວິກິດ
+ໄລຍະຫ່າງ
+ໄລ່ຕາມ
+ໄລ່ທັນ
+ໄລລາ
+ໄລ່ລຽງ
+ໄລ່ເລກ
+ໄລ່ອອກ
+ວໍ
+ວໍ້
+ວໍຊິງຕັນ
+ວໍຊິງຕັນດີຊີ
+ວໍຊີງຕັນ
+ວໍລະ
+ວໍໂລເດຍ
+ວອກ
+ວອກແວກ
+ວອງ
+ວ່ອງ
+ວ່ອງວ່ອງ
+ວອງແວງ
+ວ່ອງໄວ
+ວອຍພຣະພອນ
+ວອຍວອຍ
+ວອດ
+ວອດລ້ອມ
+ວອດວາຍ
+ວອນ
+ວອນຂໍ
+ວ່ອນວ່ອນ
+ວ່ອມ
+ວະ
+ວະກຸລະ
+ວະຈະ
+ວະຈະນະ
+ວະຈະນານຸກົມ
+ວະຈີ
+ວະຈີກຳ
+ວະຈີເພດ
+ວະຈີວິພາກ
+ວະສະ
+ວະສະພະ
+ວະສັນ
+ວະສັນຕະດິລົກ
+ວະສັນຕະວິສຸວັດ
+ວະສາ
+ວະສິ
+ວະສຸ
+ວະສຸທາ
+ວະສູນທະລາ
+ວະສູມະດີ
+ວະຊະ
+ວະຊະຕີ
+ວະຊິລະ
+ວະຊິລະປານີ
+ວະຊິລາວຸດ
+ວະດີ
+ວະຕະ
+ວະທະ
+ວະນະ
+ວະນະຈອນ
+ວະນະສາດ
+ວະນະສົນ
+ວະນະປະ
+ວະນະພູມ
+ວະນະອຸທິຍານ
+ວະນັດ
+ວະນັບປະຕິ
+ວະນາ
+ວະນິຊະຍາ
+ວະນິຊາ
+ວະນິຊາກອນ
+ວະນິດາ
+ວະນິພົກ
+ວະນິລາ
+ວະເນຈອນ
+ວະໂນທະຍານ
+ວະລະ
+ວະລະທານ
+ວະລະປີຕາ
+ວະລະມາຕາ
+ວະລະຮູບ
+ວະລັນຍູ
+ວະລາກະ
+ວະລາງຄະນາ
+ວະລາດິໂວດສະຕົກ
+ວະລາດີມີນ
+ວະລາຫົກ
+ວະລີ
+ວະລຸນ
+ວະລຸນນາກ
+ວະເລປະນະ
+ວະໂລດົມ
+ວະໄລ
+ວັກ
+ວັກວັກ
+ວັງ
+ວັ່ງ
+ວັງສາ
+ວັງຊາ
+ວັ່ງວອນ
+ວັ່ງເວ
+ວັງເວີນ
+ວັດ
+ວັດຈະນະ
+ວັດຈະນາ
+ວັດຈະນານຸກົມ
+ວັດສະດຸ
+ວັດຊະນີ
+ວັດຊະລະ
+ວັດຊີເລຍວະນາ
+ວັດຕະ
+ວັດຕະສົງສານ
+ວັດຕະທຸກ
+ວັດຕະປະຕິບັດ
+ວັດຖາ
+ວັດຖາພອນ
+ວັດຖາລັງການ
+ວັດຖຸ
+ວັດຖຸດິບ
+ວັດຖຸນິຍົມ
+ວັດຖຸວິໄສ
+ວັດທະກະ
+ວັດທະກີ
+ວັດທະນະ
+ວັດທະນະທໍາ
+ວັດທະນະທຳ
+ວັດທະນະທຳທາງຈິດໃຈ
+ວັດທະນະທຳທາງວັດຖຸ
+ວັດທະນະທຳທີ່ກ້າວໜ້າຂອງໂລກ
+ວັດທະນະທຳມະຫາຊົນ
+ວັດທະນາ
+ວັດແທກ
+ວັດວາ
+ວັນ
+ວັນກາລະກີນະນ້ອຍ
+ວັນກາລະກີນະຫຼວງ
+ວັນກາລະກີນີນ້ອຍ
+ວັນກາລະກີນີຫຼວງ
+ວັນເກີດ
+ວັນຂ້າງຂຶ້ນ
+ວັນຂຶ້ນໜຶ່ງຄໍ່າ
+ວັນແຂງ
+ວັນຄຣິສມາສ
+ວັນຄ້າຍ
+ວັນຄູ
+ວັນຄູສາກົນ
+ວັນຈົມວັນຟູ
+ວັນສິນ
+ວັນສິນນ້ອຍ
+ວັນສິນໃຫຍ່
+ວັນສຸກ
+ວັນເສົາ
+ວັນຍວງ
+ວັນທະນະ
+ວັນທະນາການ
+ວັນທະນີ
+ວັນທາ
+ວັນທີ
+ວັນທີ່
+ວັນທຸກໄຊ
+ວັນທຸກທື້ນ
+ວັນທຸຕີຕັງ
+ວັນນະ
+ວັນນະກຳ
+ວັນນະຄະດີ
+ວັນນະຄະດີປະຕິວັດ
+ວັນນະຄະດີພື້ນເມືອງ
+ວັນນະຍຸດ
+ວັນນະນາ
+ວັນນະໂລກ
+ວັນນາ
+ວັນນີ
+ວັນນີ້
+ວັນພັກວຽກ
+ວັນພຸດ
+ວັນລາຫູ
+ວັນລຸນມາ
+ວັນລົງ
+ວັນໂລກາວິນາດ
+ວັນວິ່ງ
+ວັນວູ່
+ວັນວຽນ
+ວັນເວລາ
+ວັນໜຶ່ງ
+ວັນຫົວໃຈຕາຍ
+ວັນຫົວໃຈເປັນ
+ວັນຫຼາວເຫຼັກ
+ວັນຫຼົ່ມຫຼວງ
+ວັນອະມຸດຕະໂຊກ
+ວັນອາທິດ
+ວັນເຮືອງຊ້າຍ
+ວັນແຮມ
+ວັນໂຮມ
+ວັບ
+ວັບວັບ
+ວາ
+ວ່າ
+ວ້າ
+ວໍ້າ
+ວາກ
+ວາກໂຊວີ
+ວາກະຍະ
+ວາກະຍະກຳພັນ
+ວ່າການ
+ວ່າກ່າວ
+ວ່າຂານ
+ວ່າຄວາມ
+ວາງ
+ວ່າງ
+ວ່າງງານ
+ວາງເງິນ
+ວາງໃຈ
+ວາງຕົວ
+ວາງໂຕ
+ວ່າງເປົ່າ
+ວ່າງເປົ້າ
+ວາງແຜນ
+ວາງເພີງ
+ວາງຢາ
+ວາງລົງ
+ວ່າງເວັ້ນ
+ວາງຮາກຖານ
+ວາຈາ
+ວ່າຈ້າງ
+ວາຈົກ
+ວາສະນະ
+ວາສະວະ
+ວາສະໜາ
+ວາສີ
+ວາສຸກີ
+ວາສຸເທບ
+ວາຊາຕີ
+ວາຍ
+ວາຍັນໂຍ
+ວ່າຍາກ
+ວາຍາມະ
+ວາຍຸ
+ວາຍຸພັກ
+ວາໂຍ
+ວາໂຍທາດ
+ວາດ
+ວາດສະໜາ
+ວາດັສ
+ວາດາ
+ວາດຸດສ໌
+ວາຕະປານະ
+ວາຕະໄພ
+ວາຕີກັງຊີຕີ
+ວາທະ
+ວາທະກະ
+ວາທະສາດ
+ວາທະສິນ
+ວາທະຍະ
+ວາທະຍາກອນ
+ວາທະນະ
+ວາທິດ
+ວາທິນ
+ວາທິນີ
+ວາທີ
+ວານ
+ວ່ານ
+ວານນີ້
+ວານອນ
+ວານິຊະຍາ
+ວານິດ
+ວານີ
+ວານີຢາ
+ວາບ
+ວ່າເປັນ
+ວ່າມ
+ວາຢີ
+ວາເຢຊາທາ
+ວາຣີ
+ວາລະ
+ວາລະກຳພົນ
+ວາລະສານ
+ວາລະສານສາດ
+ວາລະນະ
+ວາລະນະກອນ
+ວາລະພອນ
+ວາລະມິຄະ
+ວາລະວິຊະນີ
+ວາລິ
+ວາລິກາ
+ວາລິຈອນ
+ວາລິຊະ
+ວາລິທະ
+ວາລຸນີ
+ວາແລັດຕາ
+ວາວ
+ວ່າວ
+ວ່າວຂາກົບ
+ວ່າວທະນູ
+ວາຫະນະ
+ວຳ
+ວິ
+ວິກຂຳ
+ວິກຂຳພະນະ
+ວິກຕໍເຣຍ
+ວິກໂຕ
+ວິກໂຕເຣຍ
+ວິກະຍະ
+ວິກັງຂາ
+ວິກັດ
+ວິກັບ
+ວິການ
+ວິກາລະໂພດ
+ວິກິດ
+ວິກິດການ
+ວິກົນ
+ວິກົນຈະລິດ
+ວິກົມ
+ວິຄະເນດ
+ວິຄະຫະ
+ວິຄາສະ
+ວິຄາສາດ
+ວິຄາດ
+ວິເຄາະ
+ວິ່ງ
+ວິ້ງ
+ວິ່ງເຕັ້ນ
+ວິງວອນ
+ວິ່ງວອນ
+ວິ່ງວຽນ
+ວິຈະລະ
+ວິຈະລະນະ
+ວິຈັກ
+ວິຈາ
+ວິຈານ
+ວິຈາລະນະຍານ
+ວິຈາລະນາ
+ວິຈາລະນາຍານ
+ວິຈິ
+ວິຈິກິດສາ
+ວິຈິດ
+ວິຈິດພິດສະດານ
+ວິຈິນ
+ວິຈຸນ
+ວິໃຈ
+ວິໄຈ
+ວິສະກີ
+ວິສະນຸ
+ວິສະນຸໂລກ
+ວິສະນຸເວດ
+ວິສະວະ
+ວິສະວະກອນ
+ວິສະວະກຳ
+ວິສະວະກຳສາດ
+ວິສະວາດ
+ວິສັດສະນາ
+ວິສັດຊະນາ
+ວິສັນຊະນີ
+ວິສັນຍີ
+ວິສັນຍີແພດ
+ວິສາຂະ
+ວິສາຂະບູຊາ
+ວິສາສະ
+ວິສານ
+ວິສາມັນ
+ວິສາມັນຄາຕະກຳ
+ວິສາມັນນາມ
+ວິສາລະທະ
+ວິສາວະກອນ
+ວິສາວະກຳສາດ
+ວິສາຫະກິດ
+ວິສິດ
+ວິສຸງຄາມະສີມາ
+ວິສຸດ
+ວິສູດ
+ວິສົມ
+ວິເສສະນະ
+ວິເສດ
+ວິໃສ
+ວິໄສ
+ວິຊະນີ
+ວິຊາ
+ວິຊາການ
+ວິຊາຊີບ
+ວິຊາທອນ
+ວິຊິດ
+ວິຊົນ
+ວິຊຽນ
+ວິໄຊ
+ວິໂຍກ
+ວິດ
+ວິດສະນຸກຳ
+ວິດສະວະກອນ
+ວິດສຸກຳ
+ວິດສຸດ
+ວິດຊຸ
+ວິດຊຸລະດາ
+ວິດເນ
+ວິຕະຖານ
+ວິຕາມິນ
+ວິຕົກ
+ວິຕົກກັງວົນ
+ວິຖີ
+ວິຖີທາງ
+ວິທະ
+ວິທະຍະຖານະ
+ວິທະຍາ
+ວິທະຍາກອນ
+ວິທະຍາການ
+ວິທະຍາກົນ
+ວິທະຍາເຂດ
+ວິທະຍາຄານ
+ວິທະຍາຄົມ
+ວິທະຍາສາດ
+ວິທະຍາສາດກາຍະພາບ
+ວິທະຍາສາດຊີວະພາບ
+ວິທະຍາສາດປະຍຸກ
+ວິທະຍາທອນ
+ວິທະຍາທານ
+ວິທະຍານິພົນ
+ວິທະຍາໄລ
+ວິທະຍາວາດ
+ວິທະຍຸ
+ວິທະຍຸດ
+ວິທະວາ
+ວິທາຍາໄລ
+ວິທານ
+ວິທີ
+ວິທີການ
+ວິທີໃຊ້
+ວິທີໃດວິທີໜຶ່ງ
+ວິທຸລະ
+ວິທູ
+ວິທູນ
+ວິເທໂສບາຍ
+ວິເທດ
+ວິເທດສຳພັນ
+ວິນ
+ວິນສັນ
+ວິນຊັນ
+ວິນຍານ
+ວິນນຽດ
+ວິນໂຣເອັກ
+ວິນວຽນ
+ວິນຫົວ
+ວິນະຍະ
+ວິນາຍົກ
+ວິນາດ
+ວິນາດສະກຳ
+ວິນາດສະໄພ
+ວິນາທີ
+ວິນິໄສ
+ວິນິດ
+ວິນິດໄສ
+ວິນິບາດ
+ວິນິປາຕິກະ
+ວິໃນ
+ວິໄນ
+ວິໄນທອນ
+ວິໄນທະຫານ
+ວິໄນປິດົກ
+ວິບປະການ
+ວິບປະໂຍກ
+ວິບປະຕິສານ
+ວິບປະລາດ
+ວິບປະລາບ
+ວິບປະລິດ
+ວິບປະວາດ
+ວິບັດ
+ວິບາກ
+ວິບູນ
+ວິປະຕິສານ
+ວິປະລິດ
+ວິປັກ
+ວິປັດສະກະ
+ວິປັດສະນາ
+ວິປັດສະນາກຳມະຖານ
+ວິປັດສີ
+ວິພະວະ
+ວິພະວະຕັນຫາ
+ວິພັງ
+ວິພັດ
+ວິພັດຊະພະຍາກອນ
+ວິພາ
+ວິພາກ
+ວິພາກສາດ
+ວິພາດ
+ວິພູ
+ວິພູສາ
+ວິພູສິດ
+ວິມະຕິ
+ວິມັງສາ
+ວິມານ
+ວິມຸດ
+ວິມົນ
+ວິໂມກ
+ວິລະ
+ວິລະກຳ
+ວິລະກິດ
+ວິລະສັດຕຣີ
+ວິລະຊົນ
+ວິລະນິພົນ
+ວິລະບູລຸດ
+ວິລະມະນະ
+ວິລະວະ
+ວິລັດ
+ວິລາ
+ວິລາຄະ
+ວິລາສິນີ
+ວິລາດ
+ວິລານ
+ວິລາບ
+ວິລາວັນ
+ວິລິຍະ
+ວິລິບດາ
+ວິລຸນ
+ວິລຸນລະຫະ
+ວິລູປະ
+ວິລູປັກ
+ວິເລປະນະ
+ວິໂລກກະນະ
+ວິໂລຈະນະ
+ວິໂລດ
+ວິໄລ
+ວິໄລວັນ
+ວິວ
+ວິ່ວ
+ວິວທິວທັດ
+ວິວອນ
+ວິວັດ
+ວິວັດທະນາ
+ວິວັດທະນາການ
+ວິວາ
+ວິວາດ
+ວິວາຫະ
+ວິວາຫະມຸງຄຸນ
+ວິວິດ
+ວິວິທະ
+ວິເວກ
+ວິຫາຍຍະສະ
+ວິຫານ
+ວິຫິງສາ
+ວິຫົກ
+ວີ
+ວີ່
+ວີ້
+ວີກ
+ວີກໂຕ
+ວີເຂົ້າ
+ວີເຄາະ
+ວີ່ງ
+ວີສະ
+ວີຊະນີ
+ວີດີ
+ວີຕະ
+ວີທະຍາ
+ວີທີ
+ວີນດົກ
+ວີນນະວິດ
+ວີນາ
+ວີລະ
+ວີລະກຳ
+ວີລະສະຕີ
+ວີລະຊົນ
+ວີລະບຸລຸດ
+ວີລາ
+ວີວ່ອນ
+ວີ່ວີ່
+ວີວີວີ
+ວີໂອ
+ວີໂອລາ
+ວີໂອລົງ
+ວີໂອລົງແຊນ
+ວີໂອເອ
+ວີໄອພີ
+ວຶ
+ວຶດ
+ວຶ້ນ
+ວຶ່ນວຶ່ນ
+ວື່
+ວືກ
+ວື່ງ
+ວຸດ
+ວຸດທິ
+ວຸ່ນ
+ວຸ້ນ
+ວຸ່ນວາຍ
+ວຸ້ນວາຍ
+ວຸ່ນວາຍໃຈ
+ວຸບ
+ວູ່
+ວູບ
+ວູ່ວູ່
+ວົງ
+ວົງການ
+ວົງກົດ
+ວົງກົດຄີລີ
+ວົງກົບ
+ວົງກົມ
+ວົງແຂນ
+ວົງຄະນະຍາດ
+ວົງໂຄ້ງ
+ວົງເງິນ
+ວົງຈອນ
+ວົງສະກອນ
+ວົງສາ
+ວົງສາຄະນະຍາດ
+ວົງສານຸວົງ
+ວົງເດືອນ
+ວົງຕະກຸນ
+ວົງຕະກູນ
+ວົງນອກ
+ວົງໃນ
+ວົງພາດ
+ວົງມົນ
+ວົງລໍ້
+ວົງລ້ອມ
+ວົງເລັບ
+ວົງວານ
+ວົ່ງວົ່ງ
+ວົງວຽນ
+ວົງແວດ
+ວົງແຫວນ
+ວົງຮອບ
+ວົນ
+ວົນວາຍ
+ວົ້າ
+ວຽກ
+ວຽກການ
+ວຽກງານ
+ວຽກສະເພາະໜ້າ
+ວຽກແນວຄິດ
+ວຽກບ້ານວຽກເມືອງ
+ວຽກໜັກ
+ວຽກເຮືອນ
+ວຽງ
+ວ່ຽງ
+ວຽງຈັນ
+ວຽນ
+ວຽນທຽນ
+ວຽນນາ
+ວຽນມາ
+ວຽວ
+ເວ
+ເວສີຍາ
+ເວດ
+ເວດຈະກຸຕິ
+ເວດຈະມັກ
+ເວດຊະກຳ
+ເວດຊະສາດ
+ເວດຊະຍັນ
+ເວດຊະພັນ
+ເວດຖະນະ
+ເວດທະນາ
+ເວດມົນ
+ເວດານ
+ເວທະ
+ເວທະຄູ
+ເວທະນາ
+ເວທາງ
+ເວທາງຄະສາດ
+ເວທານ
+ເວທີ
+ເວນ
+ເວນຂອງທານ
+ເວນຍາມ
+ເວນໄຕ
+ເວນະ
+ເວເນຊູເອລາ
+ເວໄນ
+ເວມະ
+ເວມັດ
+ເວມັດຕະກະ
+ເວມາຕິກະ
+ເວລະ
+ເວລະມານີ
+ເວລາ
+ເວລາໃດເວລາໜຶ່ງ
+ເວລານານ
+ເວລິງຕອນ
+ເວລີ
+ເວລຸການ
+ເວລຸວັນ
+ເວຫາ
+ເວັນ
+ເວັ້ນ
+ເວັ້ນແຕ່
+ເວັ້ນແຕ່ສັນ
+ເວີ້
+ເວີກວາກ
+ເວີງ
+ເວີ່ງ
+ເວີ້ງ
+ເວີຍ
+ເວີນ
+ເວີ່ນ
+ເວົ່າ
+ເວົ້າ
+ເວົ້າຂວັນ
+ເວົ້າຈາ
+ເວົ້າໂມ້
+ເວົ້າຮອດ
+ແວ
+ແວ່
+ແວ້
+ແວກ
+ແວງ
+ແວ່ງ
+ແວ່ງແວ່ງ
+ແວດ
+ແວດລ້ອມ
+ແວດວົງຄວາມໝາຍ
+ແວດວົງຄຳ
+ແວດແວ່
+ແວ່ນ
+ແວ່ນແຄ້ວນ
+ແວ່ນເງົາ
+ແວ່ນສ່ອງ
+ແວ່ນຕາ
+ແວນລິງຕັນ
+ແວບ
+ແວ໊ບ
+ແວວ
+ແວວຕາ
+ແວວວາວ
+ແວຮົບ
+ແວະ
+ແວັງ
+ແວັບ
+ໂວ
+ໂວກ
+ໂວກວາກ
+ໂວຍວາຍ
+ໂວທານ
+ໂວນກາ
+ໂວນເລບານ
+ໂວບ
+ໂວບສີ
+ໂວເລ
+ໂວໂວ
+ໂວຫານ
+ໄວ
+ໄວ້
+ໄວໆ
+ໄວກູນ
+ໄວຂຶ້ນ
+ໄວຄະນອງ
+ໄວ້ເຄື່ອງ
+ໄວ້ໃຈ
+ໄວສາວ
+ໄວ້ຊີວິດ
+ໄວ້ຊື່
+ໄວຍະກອນ
+ໄວຍາກອນ
+ໄວຍາວັດຈະກອນ
+ໄວຍາວັດຈະໄມ
+ໄວ້ໂຕ
+ໄວທະ
+ໄວ້ທຸກ
+ໄວທູນ
+ໄວ້ເນື້ອເຊື່ອໃຈ
+ໄວພົດ
+ໄວໄຟ
+ໄວ້ລາຍ
+ໄວລຸ້ນ
+ໄວວາ
+ໄວ້ວາງໃຈ
+ໄວ່ໄວ່
+ໄວ້ໜ້າ
+ໄວໜຸ່ມ
+ໄວ້ອາໄລ
+ໄວໂອລີນ
 ຫໍ
 ຫໍ່
 ຫໍ້
+ຫໍກອງ
+ຫໍກະລໍ
+ຫໍການຄ້າ
+ຫໍ່ເຂົ້າ
+ຫໍຄອຍ
+ຫໍຄຳ
 ຫງໍ່
+ຫງວຍ
 ຫງ່ວມ
 ຫງອກ
 ຫງອຍ
+ຫງ່ອຍ
+ຫງ້ອຍ
 ຫງ່ອມ
+ຫງໍ່າ
 ຫງາກ
+ຫງ້າງ
 ຫງາຍ
+ຫງາຍຫຼັງ
+ຫງ່າວ
+ຫງ້າວ
+ຫງຳ
+ຫງຳເງືອດ
+ຫງີ
+ຫງຸຍ
+ຫງຸ້ຍ
+ຫງຸບ
 ຫງົບ
+ຫງົວະ
+ຫງ່ຽງ
+ຫງຽບ
+ຫງຽບສະຫງົບ
+ຫໍແຈກ
+ຫໍສະໝຸດ
+ຫໍສັນ
+ຫໍສິງ
+ຫໍຊໍ່ຟ້າ
 ຫຍໍ້
+ຫຍໍ້ທໍ້
+ຫຍວາມ
+ຫຍອງ
+ຫຍ່ອນ
+ຫຍອນຫຍໍ່
+ຫຍ່ອມ
+ຫຍະ
 ຫຍັງ
 ຫຍັ່ງ
+ຫຍັນ
+ຫຍັ່ນ
 ຫຍັບ
+ຫຍັບຍ້າຍ
 ຫຍ້າ
 ຫຍໍ້າ
+ຫຍ້າກັບແກ້
+ຫຍ້າຂະໂໝງ
+ຫຍ້າຂີ້ກະຕືກແປ
+ຫຍ້າຂີ້ກາກ
+ຫຍ້າເຂົ້ານົກ
+ຫຍ້າຄາ
+ຫຍ້າຄົມບາງ
+ຫຍ້າງວງຊ້າງ
+ຫຍ້າແຊງ
+ຫຍ້າໄຊ
 ຫຍາດ
+ຫຍ້າດອກຂາວ
+ຫຍ້າຕີນກາ
 ຫຍາບ
 ຫຍາບຄາຍ
 ຫຍາບຊ້າ
+ຫຍ້າບົ້ງຫານ
+ຫຍ້າບົ່ວ
+ຫຍ້າປ້ອງ
+ຫຍ້າປາວ
+ຫຍ້າຝຣັ່ງ
+ຫຍ້າແຝກ
+ຫຍ້າເພັກ
+ຫຍ້າແພດ
+ຫຍາມ
+ຫຍ້າມເກົ່າ
+ຫຍ້າແວງ
+ຫຍ້າໜວດແມວ
+ຫຍ້າໜາມ
+ຫຍ້າຫຼັບມືນ
+ຫຍ້າແຫ້ວໝູ
+ຫຍໍາ
+ຫຍິ່ງ
+ຫຍິ້ນ
+ຫຍິ້ນຖອກ
 ຫຍິບ
 ຫຍິບເກີບ
 ຫຍິບເຈັ້ຍ
 ຫຍິບເສື້ອ
+ຫຍິບເນົາ
 ຫຍີ່
 ຫຍີ້ນ
 ຫຍີບ
+ຫຍືງ
+ຫຍຸກ
 ຫຍຸ້ງ
+ຫຍຸ້ງກ່ຽວ
 ຫຍຸ້ງໃຈ
+ຫຍຸ້ງສັບສົນ
 ຫຍຸ້ງຍາກ
 ຫຍຸ້ງຫຍາກ
 ຫຍຸ້ງເຫຍີງ
 ຫຍຸ້ງເຫຍີ້ງ
+ຫຍຸຍ
 ຫຍຸ້ຍ
+ຫຍຸດຫຍຸດ
 ຫຍຸ່ນ
+ຫຍຸມ
+ຫຍຸ່ມ
+ຫຍຸ້ມ
+ຫຍູ່
+ຫຍູ້
 ຫຍ່ຽວ
+ຫຍ້ຽວ
 ຫໍເຕັນ
+ຫໍໄຕ
+ຫໍທຳມາດ
 ໜໍ
 ໜໍ່
+ໜໍ່ຈ້າ
+ໜໍ່ສົ້ມ
+ໜໍ່ເຊີ້ນ
+ໜໍ່ແຊ່
+ໜໍ່ຕາເຕົ່າ
+ໜໍ່ແນວ
+ໜໍ່ໂມ້
 ໜໍ່ໄມ້
 ໜວກ
 ໜ່ວງ
+ໜ້ວງ
 ໜວຍ
 ໜ່ວຍ
+ໜ່ວຍກິດ
+ໜ່ວຍຄຳ
+ໜ່ວຍຄຳບໍ່ອິສະຫຼະ
+ໜ່ວຍຕາ
 ໜວດ
+ໜວດເຄົາ
 ໜອກ
+ໜອກງົວ
 ໜອງ
 ໜ່ອງ
+ໜ້ອງ
+ໜອງນໍ້າ
+ໜອງໃນ
 ໜ່ອຍ
 ໜ້ອຍ
+ໜ້ອຍດຽວ
+ໜ້ອຍໜຶ່ງ
 ໜອນ
 ໜ່ອນ
 ໜັກ
+ໜັກກາຍ
+ໜັກໃຈ
+ໜັກປາກ
+ໜັກມື
+ໜັກໜ່ວງ
+ໜັກໜາ
+ໜັກໜ້າ
+ໜັກແໜ້ນ
+ໜັກອົກ
 ໜັງ
+ໜັງກຳພ້າ
+ໜັງແກະ
+ໜັງແກະຜູ້
+ໜັງງົວ
+ໜັງສັດ
+ຫນັງສື
 ໜັງສື
+ໜັງສືຈຽງ
+ໜັງສືໃບລານ
+ໜັງສືຜູກ
 ໜັງສືພິມ
+ໜັງສືມ້ວນ
+ໜັງຕ່ອງແອກ
+ໜັງຕາ
+ໜັງແບ້
+ໜັງປະກຳ
+ໜັງປາຍ
+ໜັງປາຍອະໄວຍະຍະເພດ
+ໜັງຢູ່ປາຍອະໄວຍະວະເພດ
+ໜັງລີ້ວ
+ໜັງລູກແບ້
+ໜັງຫຸ້ມປາຍອະໄວຍະວະເພດ
+ໜັງຫົວກວຽນ
+ໜັນ
 ໜັ້ນ
 ໜາ
 ໜ້າ
+ໜ້າກາກ
+ໜ້າກຽດຊັງ
+ໜ້າເກ້ງ
+ໜ້າເກງຂານ
+ໜ້າເກັກ
+ໜ້າຂຶມ
+ໜ້າໂຂນ
+ໜ້າເຄັ່ງ
+ໜາງໍ
+ໜ້າງໍ
+ໜ້າງຶດງໍ້
+ໜ້າແງ
+ໜ້າຈໍ
+ໜາຈອກ
+ໜ້າຈ້າງ
+ໜ້າຈືດໜ້າຈາງ
+ໜ້າຈົດຈໍາ
+ໜ້າຈົວ
+ໜ້າສະທ້ານ
+ໜ້າສະລົດ
+ໜ້າສະລົດໃຈ
+ໜ້າສະຫຼົດ
+ໜ້າສັນລະເສີນ
+ໜ້າເສຍໃຈ
+ໜ້າເສົ້າ
+ໜ້າເສົ້າໃຈ
+ໜ້າຊັງ
+ໜ້າຊິດ
+ໜ້າຊີດ
+ໜ້າຊຶ່ມ
+ໜ້າຊື່ໃຈຄົດ
+ໜ້າຊື່ນໃຈ
+ໜ້າແຊ້ນແມ້ນ
+ໜາຍ
 ໜ່າຍ
 ໜ້າຍ
+ໜ່າຍໜາ
+ໜ່າຍໜ້າ
+ໜ່າຍໜີ
+ໜ່າຍແໜງ
+ໜ້າຍິນດີ
+ໜ້າຍິ້ມແຍ້ມ
+ໜ້າດ້ານ
+ໜ້າດູຖູກ
+ໜ້າແດ່ນ
+ໜ້າຕໍ່ໜ້າ
+ໜ້າຕັກ
+ໜ້າຕັດ
+ໜາຕາ
+ໜ້າຕາ
+ໜ້າຕ່າງ
+ໜ້າຕ້າງ
+ໜ້າຕໍາໜິ
+ໜ້າຕົກໃຈ
+ໜ້າຖັ່ງດັງຄົມ
+ຫນ້າທ້ອງ
+ໜ້າທັ່ງ
+ຫນ້າທີ່
 ໜ້າທີ່
 ໜານ
+ໜ້ານັບຖື
 ໜາບ
+ໜ້າບາງ
+ໜ້າບານ
+ໜ້າບຶ້ງ
+ໜ້າບູດ
+ໜ້າເບິ່ງ
+ໜ້າເບື່ອ
+ໜ້າເບື່ອໜ່າຍ
+ໜ້າປະຫຼາດໃຈ
+ໜ້າປັດ
+ໜ້າປາຖະໜາ
+ໜ້າປົກ
+ໜ້າຜາ
+ໜ້າຜາກ
+ໜ້າຝຸງຊົນ
+ໜ້າເພິ່ງພໍໃຈ
+ໜ້າຟັງ
 ໜາມ
+ໜາມງົວເລຍ
+ໜາມຈາງ
+ໜາມເລັບແມວ
+ໜາມໝາກຈັບ
+ໜາມຫວາຍ
+ໜາມໃຫຍ່
+ໜ້າມ້ອຍ
+ໜ້າມອດ
+ໜ້າມ້າ
+ໜ້າມຶນ
+ໜ້າມືດ
+ໜ້າມຸກ
+ໜ້າເມື່ອຍໃຈ
+ໜ້າໄມ້
+ໜ້າຢ້ານ
+ໜ້າຢ້ານກົວ
+ໜ້າຢ້ານຢໍາເກງ
+ໜ້າລັງກຽດ
+ໜ້າລາຍ
 ໜາວ
+ໜ້າໜ້ອງ
+ໜ້າໜາ
+ຫນາແໜ້ນ
 ໜາແໜ້ນ
+ໜ້າຫຶກ
+ໜາຫູ
+ໜາຫູໜາຕາ
+ໜ້າຫຼ່າ
+ໜ້າຫຼົງໄຫຼ
+ໜ້າເຫຼື້ອມ
+ໜ້າໃຫຍ່ໃຈສູງ
+ໜ້າອັດ
+ໜ້າອັດສະຈັນ
+ໜ້າອັບອາຍ
+ໜ້າເອິກ
 ໜຳ
+ໜຳໃຈ
+ໜິ່ງ
+ໜິ້ງ
 ໜິດ
 ໜິ່ນ
 ໜີ
+ໜີ່
 ໜີ້
+ໜີ້ຄຸມເຄືອ
 ໜີ່ງ
+ໜີ້ສິນ
 ໜີບ
 ໜີບຜົມ
+ໜີໄປ
+ໜີ້ວ
+ໜີໜ້າ
 ໜຶ່ງ
 ໜຶ້ງ
+ໜຶ່ງສ່ວນສິບ
+ໜຶ່ງແສນ
+ໜຶ່ງພັນ
+ໜຶ່ງລ້ານ
+ໜຶ່ງໝື່ນ
+ໜຶ່ງຮ້ອຍ
 ໜື່ງ
 ໜື້ງ
 ໜຸນ
+ໜຸນໃຈ
+ໜຸນນໍ້າໃຈ
+ໜຸນຫຼັງ
 ໜຸ່ມ
+ໜຸ່ມນ້ອຍ
+ໜຸ່ມເໜົ້າ
+ໜຸ່ແໜ້ນ
 ໜູ
 ໜູຄຳ
+ໜູຊິງ
+ໜູຍວງ
+ໜູຕະເພົາ
 ໜູນ
+ໜູນໜີບ
 ໜູນາ
 ໜູພຸກ
 ໜົດ
+ໜົດສິ້ນ
 ໜົມ
+ໜົ້ວ
 ໜຽງ
+ໜ່ຽງ
 ໜຽງໄກ່
 ໜຽວ
 ໜ່ຽວ
+ໜ້ຽວ
+ເໜັກ
 ເໜັງ
+ເໜັງປີກ
 ເໜັ້ນ
 ເໜັບ
+ເໜັບຕ່ຽວ
+ເໜາະ
 ເໜືອ
 ເໜື່ອຍ
 ເໜືອນ
 ເໜົ່າ
+ເໜົ້າ
 ເໜົ່າເປືອຍ
 ເໜົ່າເປື່ອຍ
+ແໜ
 ແໜ່
 ແໜງ
+ແໜງກິ່ງ
 ແໜງໃຈ
+ແໜງສູ້
+ແໜງໜ່າຍ
 ແໜ້ນ
 ແໜ້ນໜາ
+ແໜ້ນເອິກ
 ແໜບ
+ແໜມ
+ໂໜ
+ໂໜ້ງ
 ໄໜ
+ຫໍບັງຄັບການ
+ຫໍປະຊຸມ
+ຫໍປະຕູ
+ຫໍຜາສາດ
+ຫໍຜ້າເຕັນ
+ຫໍຜີ
+ຫໍພະ
+ຫໍພະເມມ
+ຫໍພັກ
 ໝໍ
 ໝໍ້
+ໝໍ້ກາ
+ໝໍ້ຂາງ
+ໝໍຄວາມ
+ໝໍສ້ອງ
+ໝໍສອຍ
+ໝໍສ່ຽງ
+ໝໍ້ດີນ
+ໝໍດູ
+ໝໍຕຳແຍ
+ໝໍເຖົ້າ
+ໝໍທວາຍ
+ໝໍນ້ອຍ
+ໝໍ້ນໍ້າ
+ໝໍນໍ້າມັນ
+ໝໍບອກມື້ບອກວັນ
+ໝໍເບິ່ງມື້ເບິ່ງວັນ
+ໝໍປາດ
+ໝໍປົວສັດ
+ໝໍຜ່າຕັດ
+ໝໍຜີ
+ໝໍຜີໝໍມໍ
+ໝໍພອນ
+ໝໍພາຍ
+ໝໍພານ
+ໝໍມໍ
+ໝໍມົນ
+ໝໍຢາ
+ໝໍລຳ
 ໝວກ
+ໝວກກະບັງ
+ໝວກແກັບ
 ໝວກເຫລັກ
 ໝວກເຫຼັກ
+ໝວງ
 ໝວດ
-ຫມອກ
+ໝວດໝູ່
+ໝໍຫູຮາ
+ໝໍໂຫນ
 ໝອກ
+ຫມອກ
 ໝອງ
+ໝ່ອງ
+ໝ້ອງ
 ໝອຍ
+ໝ້ອຍ
+ໝອຍສາລີ
+ໝອຍພໍ່ຄ້າ
+ໝອຍລາສີ
 ໝອນ
+ໝອນສີ່ລ່ຽມ
+ໝອນເທີ້ງ
+ໝອນປາຝາ
+ໝອນປືນ
+ໝອນມາດ
+ໝອນແຮ
 ໝອບ
+ໝອມໝໍ່
+ໝັກ
+ໝັກໜັ້ນ
+ໝັກໝ່ອມ
+ໝັງ
 ໝັດ
+ໝັດໄຟ
 ໝັນ
 ໝັ່ນ
 ໝັ້ນ
+ຫມັ້ນຄົງ
+ໝັ່ນໃຈ
+ໝັ້ນໃຈ
+ໝັ້ນໝາຍ
 ໝາ
+ໝ່າ
+ໝໍ້າ
 ໝາກ
+ໝາກກໍ່
 ໝາກກອກ
+ໝາກກອກເທດ
+ໝາກກະຈັບ
+ໝາກກະສາ
+ໝາກກະເສນ
+ໝາກກະນານ
+ໝາກກະບັດ
+ໝາກກະໂລ່ງ
+ໝາກກະແຫຼ່ງ
+ໝາກກ້າ
+ໝາກກ້ຽງ
+ໝາກກ້ຽງຫົວຈຸກ
+ໝາກເກັບ
+ໝາກໂກ່ຍ
+ໝາກຂວານ
+ໝາກຂະໜັນ
+ໝາກຂ່າງ
+ໝາກເຂືອ
+ໝາກເຂືອຂື່ນ
+ໝາກເຂືອຄາງກົບ
+ໝາກເຂືອເຄືອ
+ໝາກເຂືອຫຳມ້າ
+ໝາກໄຂ່ຫຼັງ
+ໝາກຄັນທະລົດ
+ໝາກຄີກຄູ່
 ໝາກຄ້ຽວ
+ໝາກງໍ
+ໝາກໂງງ້ຽວ
+ໝາກຈົກ
+ໝາກສະກາ
+ໝາກສ້ານ
+ໝາກສຸກ
+ໝາກສົບໄຖ
+ໝາກເສືອກິນໝູ
+ໝາກແສງ
+ໝາກຊີມ
+ໝາກແຊວ
 ໝາກດາມ
+ໝາກດຸມ
+ໝາກເດື່ອ
+ໝາກເດືອຍ
+ໝາກເດືອຍໄກ່
+ໝາກຕ້ອງ
+ໝາກຕ້ອນ
+ໝາກຕ້ອນແຕ້ນ
+ໝາກຕຳແຍ
+ໝາກຕີ່
 ໝາກຕູມ
+ໝາກແຕກ
+ໝາກແຕງ
+ໝາກແຕ້ມ
+ໝາກໂຕ່ນ
+ໝາກໂຕ້ນຊິງ
+ໝາກຖົ່ວ
+ໝາກທຸ້ມ
+ໝາກແທນ
+ໝາກນອຍ
+ໝາກນັດ
+ໝາກນໍ້າເຕົ້າ
+ໝາກນໍ້າເຕົ້າແລ້ງ
+ໝາກນາວ
+ໝາກນາວການ
+ໝາກນາວສີ
+ໝາກນາວຫອມ
+ໝາກນາວຮີ
+ໝາກບວບ
+ໝາກບ້າ
+ໝາກບ້າເຄີຍ
+ໝາກບານ
+ໝາກບ້າຫົວເຂົ່າ
+ໝາກປັດ
+ໝາກປັດຕິຫຍ້າງ
+ໝາກປິ່ນ
+ໝາກແປບ
+ໝາກໂປ່ມ
+ໝາກຜາງ
+ໝາກຜູ
+ໝາກເຜັດກົ້ນຊີ້
+ໝາກເຜັດຂີ້ໜູ
+ໝາກຝັກ
+ໝາກຝ້າ
+ໝາກພ້າວໝູສີ
+ໝາກພິກ
+ໝາກພິລາ
+ໝາກພຸກ
+ໝາກຟ່າ
+ໝາກເຟືອງ
+ໝາກໄຟ
+ໝາກມ່ວງ
+ໝາກມ່ວງພິມມະເສນ
+ໝາກມ່ວງຫິມະພານ
+ໝາກມາດ
+ໝາກມີ້
+ໝາກມີ້ໜັງ
+ໝາກໂມ
+ຫມາກໄມ້
+ໝາກລະມຸດ
+ໝາກລິ້ງ
+ໝາກລີ້
+ໝາກເລັ່ນ
+ໝາກເວີ່
+ໝາກແໜ່ງ
+ໝາກໝ້ວຍ
+ໝາກໝັ້ນ
+ໝາກໝັ້ນຍືນ
+ໝາກໝີ້ໜັງ
+ໝາກຫວດ
+ໝາກຫວ້າກ້າ
+ໝາກຫວິນ
+ໝາກຫວີດ
+ໝາກຫ່າງ
+ໝາກຫິ່ງ
+ໝາກຫິ່ງຫໍ້
+ໝາກຫິ່ງຫ້າວ
+ໝາກຫີນ
+ໝາກຫືນ
+ໝາກຫຸ່ງສາ
+ໝາກເຫັບ
+ໝາກເຫຼືອງ
+ໝາກແຫວ
+ໝາກອະງຸ່ນ
+ໝາກອັນທະ
+ໝາກອັລມອນ
+ໝາກອີ່
+ໝາກອຶ
+ໝາກເອິກ
+ໝາກເອືອດ
+ໝາກໂອຍ
+ໝາກຮອດ
+ໝາກຮຸກ
 ໝາງ
+ໝາງໃຈ
+ໝາຈອກ
 ຫມາຈອກ
+ໝາຈິກຈອກ
+ໝາຈູ
 ໝາຊົ່ວ
 ໝາຍ
 ໝ້າຍ
+ໝາຍກະບາດ
+ໝາຍກຳນົດການ
+ໝາຍເກນ
+ໝາຍເກາະ
+ໝາຍຄວາມ
+ໝາຍໃຈ
+ໝາຍສໍາຄັນ
+ໝາຍຕີນກາ
+ໝາຍເຖິງ
+ໝາຍພຣະໄທ
+ໝາຍລົບ
+ໝາຍຫົວ
 ໝາຍເຫດ
+ໝາຍຮຽກ
+ໝາດ
+ໝາດຄໍ
 ໝານ
+ໝາໄນ
+ໝາປ່າ
 ໝາມ
 ໝາແມ່
+ໝິກ
 ໝິດ
 ໝິ່ນ
+ໝິ່ນປະມາດ
+ໝິ່ນປະໝາດ
 ໝີ
 ໝີ່
 ໝີ້
+ໝີຄວາຍ
 ໝີ່ນ
+ໝີ່ເຫຼືອງ
 ໝຶກ
+ໝຶນ
 ໝື້
 ໝື່ນ
+ໝື່ນໜ້າ
+ໝືບ
+ໝື້ອີ່ຫຼອບ
 ໝຸດ
 ໝຸດສະລິມ
 ໝຸດໝັດ
+ໝຸດໝິດ
 ໝຸນ
+ໝຸ້ນ
+ໝຸມ
 ໝູ
 ໝູ່
+ໝູກ້າວ
 ໝູ່ຄະນະ
+ໝູ່ຄູ່
 ໝູເຄັມ
+ໝູ່ເຈົ້າສາວ
+ໝູ່ເຈົ້າບ່າວ
+ໝູສີສອງ
+ໝູຍໍ
 ໝູ່ດ
+ໝູ່ດາວໄກ່
+ໝູ່ດາວແຂ້
+ໝູ່ດາວທິດໄຕ້
+ໝູ່ດາວລູກໄກ່
+ໝູທອກ
 ໝູນ
 ໝູນໃຊ້
 ໝູນວຽນ
+ໝູແນມ
+ໝູບ
+ຫມູ່ບ້ານ
 ໝູປ່າ
+ໝູ່ເພື່ອນ
 ໝູມ
+ໝູ້ມ
+ໝູລື່ງ
+ໝູ່ຮ່ວມ
+ໝູ່ຮ່ວມແອກ
 ໝົກ
 ໝົດ
+ໝົດຈົດ
+ຫມົດສະຕິ
+ໝົດສິດ
+ໝົດມື້
+ໝົດຫວັງ
+ໝົດເຫຼື່ອໝົດແຮງ
+ໝົດແຮງ
 ໝົ່ນ
 ໝົ້ນ
+ໝົ່ນໝອງ
+ໝົ່ນໂອກໂລກ
 ໝ້ຽງ
+ໝ້ຽມປາກ
+ໝ້ຽວ
+ເໝບ
+ເໝັງ
 ເໝັນ
+ເໝັ້ນ
+ເໝັນແສ່
+ເໝັນທຸ່ຍ
+ເໝັນໂອ່
 ເໝາະ
+ເໝາະເຈາະ
 ເໝາະສົມ
 ເໝືອງ
+ເໝື້ອງ
+ເໝືອຍ
 ເໝື່ອຍ
+ເໝືອດ
 ເໝືອນ
+ເໝືອນກັນ
+ເໝືອນກັບ
+ເໝືອນກັບວ່າ
+ເໝືອນເດີມ
 ເໝົາ
+ເໝົ້າ
+ແໝ້ນ
+ແໝບ
+ໂໝກ
+ໂໝກໂຂກ
+ໂໝ້ງ
+ໃໝ
 ໃໝ່
 ໃໝ້
 ໄໝ
 ໄໝ້
+ໄໝຂີ້ກະເພີຍ
+ໄໝຫຍິບ
 ຫລໍ
 ຫລໍ່
 ຫລວງ
@@ -9953,25 +26149,30 @@
 ຫລອນ
 ຫລ້ອນ
 ຫລອມ
+ຫໍລະຄັງ
+ຫໍລະຄຸນ
+ຫໍລະດານ
+ຫໍລະດີ
 ຫລັກ
 ຫລັກການ
 ຫລັກເກນ
+ຫລັກສູດ
 ຫລັກຖານ
 ຫລັກແລ່ງ
-ຫລັກສູດ
 ຫລັກໝັ້ນ
 ຫລັກແຫລມ
 ຫລັງ
 ຫລັ່ງ
 ຫລັງຄາ
 ຫລັງຈາກ
+ຫລັງສາກ
 ຫລັງທ່ຽງ
 ຫລັງເວທີ
-ຫລັງສາກ
 ຫລັບ
 ຫລາ
 ຫລ້າ
 ຫລາຍ
+ຫໍລາຍ
 ຫລານ
 ຫລາບ
 ຫລາວ
@@ -10025,76 +26226,231 @@
 ຫລ່ຽມ
 ຫລ່ຽມຄຸ
 ຫລຽວ
+ຫໍ້ເລືອດ
 ຫວງ
 ຫ່ວງ
+ຫ້ວງ
 ຫ່ວງໃຍ
+ຫວງຫ້າມ
 ຫວງແຫນ
 ຫວຍ
 ຫ້ວຍ
+ຫ້ວຍຂະໝວນ
 ຫ້ວຍນໍ້າ
 ຫວດ
 ຫວນ
+ຫ້ວນ
+ຫວນກັບ
+ຫວນຄິດ
+ຫວນຫາ
+ຫວອຍ
+ຫວອດ
 ຫວະ
+ຫວະຫວາງ
 ຫວັງ
+ຫວັງໃຈ
+ຫວັ້ງຫວັ້ງ
 ຫວັດ
 ຫວັນ
 ຫວັ່ນ
+ຫວັ່ນຫວາດ
 ຫວັ່ນໄຫວ
+ຫວາ
+ຫວ້າ
 ຫວ່າງ
+ຫວ້າງ
+ຫວາງໃຈ
+ຫວ່າງເສື້ອເຫຼັກ
+ຫວ່າງປະຕູ
 ຫວ່າງເປົ່າ
 ຫວາງຜູ້
+ຫວ່າງພູ
+ຫວາງວຽກ
+ຫວ່າງເວ
 ຫວາຍ
 ຫວ່າຍ
 ຫວ້າຍ
+ຫວາຍກະບອງ
+ຫວາຍກະລຶມ
+ຫວາຍສະນ້ອຍ
+ຫວ້າຍສົງສານ
+ຫວາຍນັ່ງ
 ຫວາດ
 ຫວາດກົວ
 ຫວາດສຽວ
+ຫວາດລະແວງ
+ຫວາດຫວັ່ນ
+ຫວາດຫວັ່ນໄຫວ
 ຫວານ
 ຫວ່ານ
 ຫວ້ານ
+ຫວ້ານກະຈາຍ
+ຫວ້ານກຳແພງ
+ຫວ້ານຄໍ້າ
+ຫວ້ານງູ
+ຫວ້ານຈອດ
+ຫວ້ານຈາງຈືດ
+ຫວ້ານຊົນ
+ຫວ້ານດັກແດ້
+ຫວ້ານຕູບໝູບ
+ຫວ້ານນາງກວັກ
+ຫວ້ານນາງຄຳ
+ຫວ້ານນາງລ້ອມ
+ຫວ້ານປະດົງ
+ຫວ້ານໄຟ
+ຫວ້ານມ້າ
+ຫວ້ານຢາທາ
+ຫວ່ານລ້ອມ
+ຫວ້ານຫອມ
+ຫວາມ
+ຫວ່າມ
+ຫວຳ
 ຫວິດ
 ຫວິດນໍ້າ
+ຫວິ້ນ
+ຫວິວ
 ຫວີ
+ຫວີງ
 ຫວີດ
 ຫວຸດ
+ຫວຸດຫວິດ
+ຫວູດຫວູດ
 ຫວຽດ
 ຫວຽດນາມ
+ຫວຽນ
 ຫອກ
+ຫອກໂຈນ
+ຫອກຍາວ
+ຫອກແວງ
 ຫອງ
 ຫ້ອງ
+ຫ້ອງກວານ
+ຫ້ອງກາງ
 ຫ້ອງການ
+ຫ້ອງສະໝຸດ
+ຫ້ອງຍາມ
+ຫ້ອງໃຕ້ດິນ
+ຫ້ອງແຖວ
+ຫ້ອງໂຖງ
+ຫ້ອງນອນ
+ຫ້ອງໃນ
+ຫ້ອງບໍລິສຸດ
+ຫ້ອງບັນທົມ
+ຫ້ອງລະບຽງ
+ຫ້ອງຫຼັງ
 ຫອຍ
+ຫ່ອຍ
 ຫ້ອຍ
+ຫອຍກ້ວງ
+ຫອຍກາບກີ້
+ຫອຍກີ້
+ຫອຍກົ້ນແຫຼມ
+ຫອຍແຄງ
+ຫອຍຈູບ
+ຫອຍສັງ
+ຫອຍປັງ
+ຫອຍປາກກວ້າງ
+ຫອຍມຸກ
+ຫອຍເລືອ
+ຫອຍໜາມ
+ຫອດ
+ຫອດແຫ້ງ
 ຫອນ
+ຫ່ອນ
 ຫອນໄກ່
 ຫອບ
+ຫອບຫິ້ວ
+ຫອບຫີ້ວ
 ຫອມ
 ຫ້ອມ
+ຫອມກ້ານກໍ່າ
+ຫອມທັບ
+ຫ້ອມລ້ອມ
+ຫອມຫວນ
+ຫອມຫວານ
+ຫອມໃຫຍ່
+ຫະໄທ
+ຫະນຸມານ
+ຫະລຶໄທ
 ຫັກ
+ຫັກໃຈ
+ຫັກບັນຊີ
+ຫັກລາຄາ
+ຫັກລ້າງ
+ຫັກລຳ
+ຫັກໜ້າ
 ຫັກຫລັງ
+ຫັກຫ້າມ
 ຫັກຫຼັງ
+ຫັກອົກ
+ຫັງສະ
 ຫັດ
-ຫັດຖະກຳ
+ຫັດແຂ້ວ
+ຫັດສະດີ
 ຫັດສະນະຕະກຳ
+ຫັດສະນິຍາຍ
+ຫັດຖະ
+ຫັດຖະການ
+ຫັດຖະກຳ
+ຫັດຖະສິນ
+ຫັດຖະສຶກສາ
+ຫັດຖະບາດ
+ຫັດຖາຈານ
+ຫັດຖານິກ
+ຫັດຖາພອນ
+ຫັດຖາໂລຫະ
+ຫັດຖິນີ
+ຫັດຖີ
 ຫັນ
 ຫັ່ນ
 ຫັ້ນ
+ຫັນກັບ
 ຫັນໃຈ
+ຫັນປ່ຽນ
+ຫັນເປັນໜຸ່ມ
+ຫັນເປັນອຸດສາຫະກຳ
+ຫັນໄປ
+ຫັນມາ
+ຫັນໜ້າ
+ຫັນໜ້າເຂົ້າຫາກັນ
+ຫັນຫຼັງ
+ຫັນຫຼັງໃຫ້ກັນ
 ຫັນເຫ
+ຫັບ
 ຫາ
 ຫ່າ
 ຫ້າ
+ຫໍ່າ
 ຫາກ
+ຫາກໍ
+ຫາກໍ່
+ຫາກວ່າ
+ຫາກິນ
+ຫາຄວາມ
 ຫາງ
 ຫ່າງ
 ຫ້າງ
+ຫາງກະຕ່ຽວ
 ຫ່າງໄກ
 ຫ່າງຈາກ
+ຫາງເສືອ
 ຫ່າງໄປ
+ຫ້າງຫຸ້ນສ່ວນ
+ຫ້າງຫຸ້ນສ່ວນຄຳມັນ
+ຫ້າງຫຸ້ນສ່ວນຈຳກັດ
 ຫ່າງເຫີນ
+ຫ້າສິບ
+ຫ້າສິບສອງ
+ຫ້າສິບສາມ
+ຫ້າສິບສີ່
+ຫ້າສິບຫ້າ
+ຫ້າສິບຫົກ
+ຫ້າແສນ
 ຫາຍ
 ຫາຍໃຈ
+ຫາຍໃຈຊີ່ຮູ່ຊີ່ເຮົ່າ
 ຫາຍຍະນະ
+ຫາຍຕົວ
 ຫາຍໄປ
 ຫາຍະນະ
 ຫາຍາກ
@@ -10103,9 +26459,16 @@
 ຫາໄດ້
 ຫານ
 ຫ່ານ
+ຫ້ານ
+ຫານຸ່ງຫາຫົ່ມ
 ຫາບ
 ຫາບຫອບ
+ຫາບຫາມ
+ຫາປາ
+ຫ່າຝົນ
+ຫ້າພັນ
 ຫາມ
+ຫ່າມ
 ຫ້າມ
 ຫ້າມໄປ
 ຫ້າມລໍ້
@@ -10114,30 +26477,95 @@
 ຫາລືກັນ
 ຫາເລື່ອງ
 ຫາວ
+ຫ່າວ
 ຫ້າວ
 ຫ້າວຫັນ
-ຫ້າສິບ
+ຫ້າວຫານ
+ຫ້າໝື່ນ
+ຫາເຫດ
+ຫ້າຮ້ອຍ
 ຫຳ
+ຫຳຊິງ
+ຫຳໂປງ
+ຫຳມັນ
+ຫຳໝາກມີ້
 ຫິ
+ຫິງ
 ຫິ້ງ
+ຫິງຄຸ
+ຫິງສາ
 ຫິ່ງຫ້ອຍ
 ຫິດ
+ຫິຕະ
+ຫິຕິກອນ
+ຫິຕິປະໂຫຍດ
+ຫິໂຕປະເທດ
+ຫິນະ
+ຫິນະຊາດ
+ຫິນະຍານ
+ຫິນະໂຫດ
 ຫິບ
+ຫິບຮີ່
 ຫິມະ
 ຫິມະຕົກ
+ຫິມະພານ
+ຫິມະໄລ
+ຫິມະວັນ
+ຫິມະວາດ
+ຫິລັນ
+ຫິລັນຍະ
+ຫິລັນຍະການ
+ຫິລັນຍະເກດ
+ຫິລັນຍະບັດ
+ຫິລັນຍະລັດສະໝີ
+ຫິລິ
 ຫິລິໂອດຕັບປະ
 ຫິລິໂອຕະປະ
+ຫິລີໂອດຕັບປະ
 ຫິວ
 ຫິ້ວ
 ຫິວໂຫຍ
+ຫີ
+ຫີ່
 ຫີ້ງ
 ຫີ້ງບູຊາ
+ຫີຕາ
+ຫີເຕົ່າ
 ຫີນ
+ຫີນສໍ
+ຫີນສະກັດ
 ຫີນສົ້ມ
+ຫີນຊະນວນ
+ຫີນດິນດານ
+ຫີນແດງ
+ຫີນປະກາຮັງ
+ຫີນປູນ
+ຫີນໂມ້
+ຫີນໂມ້ແປ້ງ
+ຫີນລາຍ
+ຫີນເຫຼັກໄຟ
+ຫີນອ່ອນ
+ຫີນອ່ອນສີດໍາ
+ຫີນແຮ່
 ຫີບ
+ຫີບຂອງພຣະເຈົ້າ
+ຫີບຂອງພຣະຜູ້ເປັນເຈົ້າ
+ຫີບຂອງພຣະເຢໂຮວາ
 ຫີບສົບ
+ຫີບສຽງ
+ຫີບພຣະໂອວາດ
+ຫີບພັນທະສັນຍາ
+ຫີບແຫ່ງພຣະເຈົ້າ
+ຫີບແຫ່ງພຣະເຢໂຮວາ
 ຫີວ
+ຫີ້ວ
 ຫຶກ
+ຫຶງ
+ຫຶງສາ
+ຫຶງຫວງ
+ຫຶນ
+ຫື
+ຫື້
 ຫືກ
 ຫືງ
 ຫືງສາ
@@ -10148,125 +26576,327 @@
 ຫຸງ
 ຫຸ່ງ
 ຫຸ້ງ
+ຫຸຍຮຸ່ງ
 ຫຸນ
 ຫຸ່ນ
 ຫຸ້ນ
+ຫຸ້ນກູ້
+ຫຸ້ນສ່ວນ
+ຫຸ້ນບຸລິມະສິດ
+ຫຸ້ນລົມ
+ຫຸ່ນໄລ່ກາ
 ຫຸນຫັນ
+ຫຸບ
+ຫຸມ
+ຫຸ່ມ
 ຫຸ້ມ
 ຫຸ້ມເກາະ
 ຫຸ້ມແຄ່ງ
+ຫຸມພັນ
+ຫຸມຢ້ອງ
+ຫຸມຫໍ່
 ຫຸ້ມຫໍ່
+ຫຸມໜອງ
+ຫຸມຫົວ
+ຫຸມແຫນ
 ຫຸ້ມຮອດຄາງ
 ຫູ
 ຫູ່
 ຫູກ
-ຫູດ
-ຫູນ
+ຫູກະຕ່າຍ
 ຫູສົບ
+ຫູຊ້າງ
+ຫູ່ຍ
+ຫູດ
+ຫູດັບຕັບໄໝ້
+ຫູຕາສະຫວ່າງ
+ຫູນ
+ຫູບ
+ຫູເບົາ
+ຫູເມືອງ
+ຫູລາ
+ຫູລາສາດ
+ຫູໄວ
+ຫູໄວຕາໄວ
 ຫູໜວກ
+ຫູໜາ
 ຫົກ
+ຫົກສິບເກົ້າ
+ຫົກສິບເຈັດ
+ຫົກສິບສອງ
+ຫົກສິບແປດ
+ຫົກສິບຫ້າ
+ຫົກສິບຫົກ
+ຫົກສິບເອັດ
+ຫົກແສນ
+ຫົກພັນ
+ຫົກເໝື່ອນ
 ຫົກຮ້ອຍ
+ຫົກຮ້ອຍເອັດ
 ຫົງ
+ຫົ້ງ
+ຫົງຄຳ
+ຫົງສະບາດ
 ຫົດ
 ຫົດເຂົ້າ
+ຫົດລົງ
+ຫົດຫູ່
 ຫົນ
 ຫົນທາງ
 ຫົນຫວາຍ
 ຫົມ
 ຫົ່ມ
 ຫົວ
+ຫົວກະທິ
+ຫົວກະທຽມ
 ຫົວກາລົດ
+ຫົວກຸດ
+ຫົວເກົ່າ
+ຫົວແກ້ວຫົວແຫວນ
 ຫົວຂໍ້
 ຫົວຂວັນ
+ຫົວຂວັ້ນ
+ຫົວຂະໂມຍ
+ຫົວເຂົ່າ
 ຫົວແຂງ
+ຫົວໂຂນ
+ຫົວຄໍ່າ
 ຫົວຄິດ
+ຫົວຄຶດ
+ຫົວຈັກຫຼັກແຫຼ່ງ
+ຫົວຈົນໄສ້ຂົດໄສ້ໂຂ
+ຫົວໂຈກ
 ຫົວໃຈ
-ຫົວຊາ
-ຫົວເມືອງ
+ຫົວສາມພັນຮູ
+ຫົວສິບ
+ຫົວສີໄຄ
 ຫົວສູບ
 ຫົວເສຍ
+ຫົວແສນ
+ຫົວໃສ
+ຫົວຊາ
+ຫົວຊົນກຳແພງ
+ຫົວຊົນຝາ
+ຫົວຍ່າງຕາງຕີນ
+ຫົວດື້
+ຫົວເຕິຫົວເຕີ່ນ
+ຫົວຖະໜົນຫົນທາງ
+ຫົວທ່ອມເລືອດ
+ຫົວທາງ
+ຫົວທີ
+ຫົວທຽນ
+ຫົວນອນ
+ຫົວນໍ້າ
+ຫົວນິ້ວຕີນ
+ຫົວນິ້ວມື
+ຫົວນົມ
+ຫົວບູຮານ
+ຫົວບົວ
+ຫົວເບ້ຍ
+ຫົວປວກ
+ຫົວປັ່ນ
+ຫົວປີ
+ຫົວໂປ່
+ຫົວພັນ
+ຫົວເມືອງ
+ຫົວເມືອງໃດຫົວເມືອງໜຶ່ງ
+ຫົວເຢາະເຢີ້ຍ
+ຫົວລ້ານ
+ຫົວລົມ
+ຫົວລ້ຽວ
+ຫົວລ້ຽວຫົວຕໍ່
+ຫົວເລື່ອງ
+ຫົວໂລ້ນ
+ຫົວຫງອກ
 ຫົວໜ່ວຍ
 ຫົວໜ້າ
+ຫົວໜ້າກົມວັງ
+ຫົວໜ້າຄັງ
+ຫົວໜ້າທັບ
+ຫົວໜ້າປະຕູ
+ຫົວໜ້າປະຕູເມືອງ
+ຫົວເໜົ່າ
+ຫົວໝື່ນ
+ຫົວແຫຼມ
 ຫົວໃຫຍ່
+ຫົວອ່ອນ
+ຫົວອົກ
+ຫົວຮ້ອຍ
 ຫົວເຮືອ
 ຫຼໍ
 ຫຼໍ່
 ຫຼວງ
+ຫຼວງນໍ້າທາ
+ຫຼວງພະບາງ
 ຫຼວງຫຼາຍ
+ຫຼວຍ
+ຫຼ້ວຍ
 ຫຼວດ
+ຫຼວດຫຼວດ
+ຫຼວມ
 ຫຼໍ່ຫຼອມ
 ຫຼໍ່ແຫຼມ
 ຫຼອກ
 ຫຼອກລວງ
+ຫຼອງ
+ຫຼ້ອງ
+ຫຼອຍ
+ຫຼ້ອຍ
 ຫຼອດ
 ຫຼອດແກ້ວ
+ຫຼອດຝ້າຍ
 ຫຼອດລົມ
 ຫຼອນ
+ຫຼ່ອນ
 ຫຼ້ອນ
+ຫຼອນແຫຼນ
+ຫຼອບ
 ຫຼອມ
 ຫຼັກ
 ຫຼັກການ
 ຫຼັກເກນ
-ຫຼັກຖານ
-ຫຼັກແລ່ງ
+ຫຼັກເຂດ
+ຫຼັກຄໍາສອນ
+ຫຼັກຄໍາສັ່ງ
 ຫຼັກສູດ
+ຫຼັກໄຊ
+ຫຼັກຖານ
+ຫຼັກທໍາ
+ຫຼັກປະກັນ
+ຫຼັກເຝຶອ
+ຫຼັກພະຍານ
+ຫຼັກແລ່ງ
 ຫຼັກໝັ້ນ
+ຫຼັກໝຸດ
+ຫຼັກແຫຼ່ງ
 ຫຼັກແຫຼມ
+ຫຼັກແຮ້
 ຫຼັງ
 ຫຼັ່ງ
+ຫຼັງກ່ອມ
 ຫຼັງຄາ
+ຫຼັງຄາເຮືອນ
 ຫຼັງຈາກ
+ຫຼັງຈາກນັ້ນ
+ຫຼັງສາກ
+ຫຼັງສູ່ຟ້າໜ້າສູ່ດິນ
+ຫຼັງຍາວ
+ຫຼັງໃດຫຼັງໜຶ່ງ
+ຫຼັງເຕົ່າ
 ຫຼັງທ່ຽງ
 ຫຼັງເວທີ
-ຫຼັງສາກ
+ຫຼັ່ງໄຫຼ
+ຫຼັນ
+ຫຼັ່ນ
 ຫຼັບ
+ຫຼັບນອນ
+ຫຼັບໄຫຼ
 ຫຼາ
+ຫຼ່າ
 ຫຼ້າ
+ຫຼາກ
+ຫຼາກສີ
+ຫຼ່າງ
+ຫຼ້າງ
+ຫຼ້າສຸດ
 ຫຼາຍ
+ຫຼ້າຍ
+ຫຼາຍກວ່າ
+ຫຼາຍຂໍ້
+ຫຼາຍຄັ້ງ
+ຫຼາຍຄັ້ງຫຼາຍຄາວ
+ຫຼາຍເຕີບ
+ຫຼາຍເທື່ອ
+ຫຼາຍວ່າ
+ຫຼາຍເຫຼືອ
+ຫຼາຍຮ້ອຍປີ
 ຫຼານ
+ຫຼານສາວ
+ຫຼານຊາຍ
 ຫຼາບ
+ຫຼາບຄຳ
+ຫຼາບເງິນ
+ຫຼາມ
 ຫຼາວ
+ຫຼາວເຫຼັກ
 ຫຼ້າຫຼັງ
 ຫຼິງ
+ຫຼິນ
 ຫຼິ້ນ
+ຫຼິ່ນງີ້ວ
+ຫຼິ້ນຊູ້
+ຫຼິ້ນດົນຕີ
 ຫຼິ້ນນໍ້າ
+ຫຼິ້ນພັກຫຼິ້ນພວກ
+ຫຼິ້ນພາສາ
 ຫຼິ້ນເມຍ
+ຫຼິ້ມ
+ຫຼິ່ວ
+ຫຼິ່ວຕາ
 ຫຼີ່
 ຫຼີກ
 ຫຼີ້ກ
 ຫຼີກຈາກ
+ຫຼີກລ່ຽງ
 ຫຼີກລ້ຽງ
 ຫຼີກເວັ້ນ
 ຫຼີກໜີ
 ຫຼີງເຫັນ
 ຫຼີ່ຕາ
 ຫຼີ້ນ
+ຫຼີບ
 ຫຼີ້ມ
 ຫຼື
+ຫຼືບ
+ຫຼືບຫນັງ
 ຫຼືປື້ມ
+ຫຼຸ
+ຫຼຸຍ
 ຫຼຸ້ຍ
 ຫຼຸ້ຍຫ້ຽນ
 ຫຼຸດ
+ຫຼຸດພົ້ນ
+ຫຼຸດມື
+ຫຼຸດລອຍ
+ຫຼຸດລາຄາ
 ຫຼຸດລົງ
+ຫຼຸດຫຼົ່ນ
+ຫຼຸບ
+ຫຼຸບທຶນ
 ຫຼຸມ
 ຫຼຸ່ມ
 ຫຼຸລູກ
+ຫຼຸຫຼັ່ງ
 ຫຼຸ່ຽນ
 ຫຼູ
+ຫຼູ້ຍ
+ຫຼູດ
+ຫຼູບ
 ຫຼູຫຼາ
+ຫຼົ
 ຫຼົກ
 ຫຼົງ
+ຫຼົງຄວາມ
+ຫຼົງໂຕ
 ຫຼົງຜິດ
+ຫຼົງລືມ
 ຫຼົງໄຫຼ
 ຫຼົ່ນ
 ຫຼົບ
 ຫຼົບໄປ
+ຫຼົບລີ້
+ຫຼົບລີ້ນປີ້ນຄວາມ
 ຫຼົບໜ້າ
 ຫຼົບໜີ
 ຫຼົບຫຼີກ
 ຫຼົມ
 ຫຼົ່ມ
 ຫຼົ້ມ
+ຫຼົ່ມຈົມ
+ຫຼົ້ມຈົມ
+ຫຼົ່ມສະຫຼາຍ
+ຫຼົ້ມເຫຼວ
+ຫຼົມແຫຼວ
 ຫຼົ້ມແຫຼວ
 ຫຼົວ
 ຫຼົ້ວ
@@ -10276,29 +26906,61 @@
 ຫຼ່ຽມ
 ຫຼ່ຽມຄຸ
 ຫຼຽວ
+ຫຼຽວຫຼັງ
 ຫຽນ
 ຫ້ຽນ
 ຫ່ຽມ
 ຫ້ຽມ
 ຫ່ຽວ
+ຫ່ຽວຕູບຊູບ
+ເຫ
+ເຫ່
+ເຫງກ
+ເຫງັງ
 ເຫງັນ
+ເຫງັນມອງ
+ເຫງັນລາຍພາດກອນ
+ເຫງັນໝີ
+ເຫງັນຫາງກ່ານ
+ເຫງັນຫາງປ້ອງ
+ເຫງັນອົ້ມ
 ເຫງີກ
+ເຫງືອກ
 ເຫງົາ
 ເຫງົ້າ
 ເຫງົານອນ
+ເຫງົາຫາວນອນ
+ເຫ້ຍ
 ເຫຍັ້ນ
 ເຫຍື່ອ
 ເຫຍື້ອ
 ເຫຍືອກ
+ເຫຍື່ອເຂົ້າປຸ້ນ
 ເຫຍືອງ
+ເຫຍືອຍ
+ເຫຍືອຍຜົມ
 ເຫຍື່ອລໍ້
+ເຫຍົາ
+ເຫຍົ້າ
 ເຫດ
 ເຫດການ
+ເຫດສະນັ້ນ
+ເຫດສຸດວິໄກ
 ເຫດໃດ
+ເຫດນີ້
 ເຫດຜົນ
 ເຫດຫານ
+ເຫດຮ້າຍ
+ເຫນ
 ເຫນີ
+ເຫມ
+ເຫມະ
+ເຫມະກາ
+ເຫມະຫັດຖີ
+ເຫມັນຕະ
+ເຫມັນຕາ
 ເຫມີ
+ເຫມືອນ
 ເຫລນ
 ເຫລວ
 ເຫລັກ
@@ -10320,60 +26982,201 @@
 ເຫລົ້າເບຍ
 ເຫລົ້າແວງ
 ເຫວ
+ເຫວ້
+ເຫ້ວ
+ເຫວກເຫວກ
+ເຫວີ
+ເຫວີ້
 ເຫັງ
+ເຫັງພັນ
 ເຫັດ
+ເຫັດກໍ່
+ເຫັດກັບແກ້
+ເຫັດຂີ້ໄຄ
+ເຫັດໄຂ່ຂາວ
+ເຫັດໄຂ່ປໍ້
+ເຫັດຄ້ອນກອງ
+ເຫັດຄ້ອນທັ່ງ
+ເຫັດຄັນຮົ່ມ
+ເຫັດແສງ
+ເຫັດຍັນ
+ເຫັດດາງແຫ
+ເຫັດແດງ
+ເຫັດຕໍ້ປໍ້
+ເຫັດຕາປູ
+ເຫັດຕາໂລ້
+ເຫັດຕີນແຮດ
+ເຫັດຖ່ານໃຫຍ່
+ເຫັດແທດ
+ເຫັດນໍ້າໝາກ
+ເຫັດບີ້
+ເຫັດບົດ
+ເຫັດເຜາະ
+ເຫັດເຜິ້ງເຫຼືອງ
+ເຫັດເຜີ້ງ
+ເຫັດເພັກ
+ເຫັດມັນປູ
+ເຫັດລະໂງກ
+ເຫັດໜ້າງົວ
+ເຫັດຫຳຟານ
+ເຫັດຫູໜູ
+ເຫັດຫູໜູດຳ
+ເຫັດຫູໜູແດງ
+ເຫັດເຮືອ
 ເຫັນ
+ເຫັນກົງຈັກເປັນດອກບົວ
+ເຫັນແກ່
+ເຫັນແກ່ໜ້າ
+ເຫັນຄວນ
+ເຫັນໃຈ
+ເຫັນຊອບ
+ເຫັນຊ້າງຂີ້ຢາກຂີ້ນຳຊ້າງ
+ເຫັນດ້ວຍ
+ເຫັນດຳເຫັນແດງ
 ເຫັນດີ
 ເຫັນດີນຳ
+ເຫັນປວກ
 ເຫັນພ້ອມ
+ເຫັນໜ້າເຫັນຫຼັງ
+ເຫັນອົກເຫັນໃຈ
+ເຫັນອົກເຫັນໃຈກັນ
 ເຫັບ
 ເຫາະ
+ເຫາະຫ່ອນ
+ເຫິງ
 ເຫິງສາ
+ເຫີ
+ເຫີ່
 ເຫີງ
 ເຫີງສາ
 ເຫີຍ
+ເຫີຍຫາຍ
 ເຫີນ
+ເຫີນຫ່າງ
+ເຫີບ
+ເຫີມ
+ເຫີ່ມ
 ເຫີ່ເຫີມ
 ເຫືງ
 ເຫື່ອ
 ເຫືອກ
+ເຫື່ອຄ້າວ
+ເຫືອຍ
+ເຫືອດ
+ເຫືອດຫາຍ
+ເຫືອດແຫ້ງ
+ເຫື່ອແຮງ
 ເຫົາ
 ເຫົ່າ
 ເຫົ້າ
+ເຫົ່າຫອນ
+ເຫຼ່ງ
 ເຫຼນ
 ເຫຼວ
 ເຫຼັກ
+ເຫຼັກກະຕັນ
+ເຫຼັກກັດສະປະ
+ເຫຼັກກ້າ
+ເຫຼັກກົງໄກວ
+ເຫຼັກຄີບ
+ເຫຼັກຈ່ານ
+ເຫຼັກສະແລັ່ງ
+ເຫຼັກສະຫວັ່ນ
+ເຫຼັກສຳຜຸ
+ເຫຼັກຊີ
+ເຫຼັກທ້ອງບົ້ງ
+ເຫຼັກໄນ
+ເຫຼັກຜຸນ
+ເຫຼັກໜາມ
+ເຫຼັກໝາດ
+ເຫຼັກຫຼໍ່
+ເຫຼັກໄຫຼ
+ເຫຼັນ
+ເຫຼັ້ນ
 ເຫຼັ້ມ
+ເຫຼັ້ມຍາວ
+ເຫຼັ້ມນີ້
 ເຫຼີງ
+ເຫຼີ່ງ
 ເຫຼີນ
 ເຫຼີ້ນ
 ເຫຼືອ
 ເຫຼືອກ
+ເຫຼືອກຕາ
+ເຫຼືອກຳລັງ
+ເຫຼືອກິນ
+ເຫຼືອເກີນ
+ເຫຼືອເຂັນ
 ເຫຼືອງ
+ເຫຼື້ອງ
+ເຫຼືອງຫຼ່າ
+ເຫຼືອໃຈ
+ເຫຼືອເຊື່ອ
+ເຫຼືອໃຊ້
 ເຫຼືອດ
+ເຫຼືອທົນ
+ເຫຼືອບ
+ເຫຼືອບໍ່ພໍ
+ເຫຼືອເຟືອ
 ເຫຼືອມ
 ເຫຼື່ອມ
 ເຫຼື້ອມ
 ເຫຼື້ອມໃສ
+ເຫຼື້ອມຕາ
+ເຫຼື້ອມແວ໊ບວ໊າບ
+ເຫຼືອຢູ່
+ເຫຼືອລົ້ນ
+ເຫຼືອວິໄສ
+ເຫຼືອຫຼໍ
+ເຫຼືອຫຼາຍ
+ເຫຼືອອົດ
+ເຫຼືອແຮງ
 ເຫຼົາ
 ເຫຼົ່າ
 ເຫຼົ້າ
+ເຫຼົ້າສຽວ
+ເຫຼົ້າໂທ
+ເຫຼົ່ານັ້ນ
+ເຫຼົ່ານີ້
+ເຫຼົ້າບອງຢາ
 ເຫຼົ້າເບຍ
+ເຫຼົ້າຢາ
 ເຫຼົ້າແວງ
+ເຫຼົ້າແວັງ
+ເຫຼົ້າອະງຸ່ນ
+ເຫຼົ່າຮົບ
 ແຫ
 ແຫ່
+ແຫກ
+ແຫ່ຂະບວນ
 ແຫງ
 ແຫ່ງ
 ແຫ້ງ
 ແຫ້ງກອບ
+ແຫ້ງຂອດ
+ແຫ່ງຈັກກະວານ
 ແຫ່ງຊາດ
+ແຫງດ
+ແຫ່ງໃດແຫ່ງໜຶ່ງ
+ແຫງນ
+ແຫງນໜ້າ
 ແຫ້ງແລ້ງ
+ແຫງ້ວ
+ແຫ່ງຫົນ
+ແຫ້ງແຫ່ວ
 ແຫຍ
 ແຫຍ່
+ແຫຍ້
+ແຫຍ່ມ
+ແຫຍະ
 ແຫນ
 ແຫ່ນ
 ແຫ້ນ
+ແຫນໜ້າ
+ແຫນແຫ່
 ແຫບ
+ແຫມ
+ແຫ້ມ
 ແຫລ່
 ແຫລ້
 ແຫລກ
@@ -10384,39 +27187,90 @@
 ແຫລະ
 ແຫວ
 ແຫ່ວ
+ແຫ້ວ
+ແຫວກ
 ແຫວນ
+ແຫວ້ນ
+ແຫວນກາ
 ແຫວນຮອງ
+ແຫວມ
+ແຫ່ວແຫ້ງ
+ແຫ່ແຫນ
+ແຫຼ
 ແຫຼ່
 ແຫຼ້
 ແຫຼກ
 ແຫຼ່ງ
 ແຫຼ້ງ
+ແຫຼ່ງຫຼ້າ
+ແຫຼ້ນແຫຼ້ນ
+ແຫຼບ
 ແຫຼມ
+ແຫຼມຄົມ
 ແຫຼວ
+ແຫຼວດໍາ
+ແຫຼວຕັງບີ້
+ແຫຼວຫາງຍາວ
 ແຫຼະ
 ໂຫ່
+ໂຫ້
+ໂຫງ້ຍ
+ໂຫງດ
 ໂຫຍ
+ໂຫຍ້ນ
+ໂຫຍ້ມ
+ໂຫຍຫາ
 ໂຫດ
 ໂຫດຮ້າຍ
 ໂຫນ
+ໂຫ່ເນື້ອ
+ໂຫບ
 ໂຫມ
 ໂຫມະ
 ໂຫລ
+ໂຫລາຈານ
 ໂຫລາສາດ
+ໂຫວ້
+ໂຫວກ
+ໂຫວດ
 ໂຫ່ຮ້ອງ
 ໂຫຼ
+ໂຫຼ່
+ໂຫຼ້
+ໂຫຼສາດ
 ໂຫຼາສາດ
 ໃຫ
 ໃຫ້
+ໃຫ້ການ
+ໃຫ້ກໍານົດ
+ໃຫ້ຂອງຂວັນ
+ໃຫ້ຄ່ອຍ
+ໃຫ້ຄ່ອຍໄປ
+ໃຫງ່
 ໃຫຍ່
 ໃຫຍ່ກ້າ
+ໃຫຍ່ຍິ່ງ
 ໃຫຍ່ໂຕ
 ໃຫຍ່ຫລວງ
 ໃຫຍ່ຫຼວງ
+ໃຫ້ທ້າຍ
+ໃຫ້ນໍ້າຕາໄຫຼ
+ໃຫ້ເປັນ
+ໃຫ້ພົ້ນ
 ໃຫມ່
+ໃຫ້ລ້າ
 ໃຫ້ໄວ
+ໃຫ້ອະໄພ
+ໃຫ້ຮ້າຍ
+ໃຫຼ
 ໄຫ
 ໄຫ້
+ໄຫກັບ
+ໄຫຍ່
+ໄຫຍ້
+ໄຫນໍ້າ
+ໄຫປາແດກ
+ໄຫໄພ
 ໄຫລ
 ໄຫລ່
 ໄຫລຊືມ
@@ -10424,585 +27278,2368 @@
 ໄຫວ
 ໄຫວ້
 ໄຫ້ວ
+ໄຫວ້ຄູ
+ໄຫວ້ເຈົ້າ
+ໄຫວ້ທຸກ
+ໄຫວ້ບັນພະບູລຸດ
+ໄຫວ້ຜີ
+ໄຫວ້ພໍ່ແມ່
+ໄຫວພິບ
+ໄຫຫີນ
+ໄຫເຫຼົ້າ
 ໄຫຼ
 ໄຫຼ່
 ໄຫຼຊືມ
+ໄຫຼ່ຖະໜົນ
+ໄຫຼ່ທະວີບ
 ໄຫຼໄປ
+ໄຫຼ່ພູ
+ໄຫຼຫຼັ່ງ
+ອໍ
 ອໍ້
+ອກລ
+ອໍກັນ
+ອໍ໋ເຊາະ
+ອຕບ
+ອໍ້ປໍ້
+ອພຍ
+ອໍລະ
+ອໍລະຄວນ
 ອໍລະຊອນ
+ອໍລະດີ
+ອໍລະຕິ
+ອໍລະທວຍ
+ອໍລະທ່ວຍ
+ອໍລະທຶ້ມ
+ອໍລະທືດ
+ອໍລະໄທ
+ອໍລະນັນ
+ອໍລະນາດ
+ອໍລະນຸດ
+ອໍລະເນກ
+ອໍລະແນກ
+ອໍລະພິມ
+ອໍລະມ່ອຍ
+ອໍລະໄມ
+ອໍລະຫັດ
+ອໍລະຫັນ
+ອໍລະຫັນຕະຄາດ
+ອໍລະອ້ວນ
+ອໍລະອິ້ງ
+ອໍລະອິ່ນອ້ອຍ
+ອໍລະອົງ
+ອໍລະເອື້ອ
+ອໍລະແອ
+ອໍລະຮັງ
+ອໍ້ລໍ້າ
+ອໍ້ລຳ
 ອວຍ
 ອ່ວຍ
 ອວຍພອນ
+ອ່ວຍລ່ວຍ
 ອວດ
 ອວດດີ
+ອວດໂຕ
 ອວດພຸງ
 ອວດອ້າງ
 ອວດອົ່ງ
+ອວດຮູ້
 ອວນ
 ອ້ວນ
+ອ່ວນສ່ວນ
+ອວບ
+ອວັນ
+ອວາກາດູກູ
+ອວ່າຍ
+ອວານ
+ອວ້ານ
 ອອກ
+ອອກກຳ
+ອອກກໍາລັງ
+ອອກໄຂ່
+ອອກຄວາມ
+ອອກຈາກ
 ອອກສ໌ຟອດ
+ອອກສຽງ
+ອອກຊື່
+ອອກດອກ
+ອອກເດິນທາງ
+ອອກໂຕ
+ອອກທ່າ
+ອອກທຶນ
+ອອກແບບ
+ອອກປາກ
+ອອກໄປ
+ອອກມາ
+ອອກລິດ
+ອອກລູກ
+ອອກເລີຍ
+ອອກວັດສາ
+ອອກໃໝ່
+ອອກເຫື່ອເທແຮງ
+ອອກອໍ
+ອອກຮວງ
+ອອກຮົບ
+ອອກເຮືອນ
+ອອກແຮງ
+ອອກຳລັງ
+ອອງ
+ອ່ອງ
 ອ້ອງ
+ອ້ອງແອ້ງ
 ອອຍ
+ອ່ອຍ
 ອ້ອຍ
+ອ໋ອຍ
 ອອຍໃຈ
+ອ້ອຍຊ້ອຍ
+ອ້ອຍຊ້າງ
+ອ່ອຍອ່ອຍ
+ອ້ອຍອິ່ນ
+ອ່ອຍຮ່ອຍ
+ອອດ
 ອອນ
 ອ່ອນ
 ອ້ອນ
+ອ່ອນກໍາລັງ
+ອ່ອນໃຈ
+ອ່ອນສຸພາບ
 ອອນຊອນ
 ອ່ອນໂຍນ
+ອ້ອນຕ້ອນ
+ອ່ອນນ້ອມ
+ອ່ອນນຸ້ມ
 ອ່ອນເພຍ
+ອ່ອນລະອາໃຈ
 ອ້ອນວອນ
 ອ່ອນຫວານ
 ອ່ອນແອ
+ອ້ອນແອ້ນ
+ອ່ອນແອະ
+ອ່ອນໂຮ້ຍລົງ
+ອອບແອບ
 ອອມ
+ອ່ອມ
 ອ້ອມ
+ອ້ອມຂ້າງ
+ອ້ອມສ້ອມ
 ອອມສິນ
+ອອມຊອມ
+ອ້ອມທໍ
+ອ້ອມປ້ອມ
+ອ້ອມລ້ອມ
+ອ່ອມອ່ອຍ
+ອ່ອມອ້ອຍ
+ອ່ອມອ່ອມ
+ອອມອົດ
+ອ້ອມເອິກ
+ອ້ອມແອ້ມ
 ອ້ອມຮອບ
+ອໍ້ອໍ້ແອ້ແອ້
+ອໍ້ແອ້
 ອະກະຕັນຍູ
+ອະກະນິດຖາ
+ອະກະລະນີ
+ອະກັບປີຍະ
+ອະກັບປີຍະໂຍຫານ
+ອະກັບປີຍະວັດຖຸ
+ອະກຳມະກິລິຍາ
+ອະກຸສະລະ
 ອະກຸສົນ
+ອະກຸສົນກຳມະບົດ
+ອະກຸສົນລະກຳ
+ອະກຸສົນລະເຈຕະນາ
+ອະກຸສົນລະມູນ
+ອະເກັນດາມາ
+ອະຂາຢາ
+ອະຂາອີໂກ
 ອະຄະຕິ
+ອະຄັນຕຸກກະພັດ
+ອະຄັນຕຸລະ
 ອະງຸ່ນ
-ອະຍະ
-ອະຍຸດຕິທຳ
-ອະຍຸຕິທຳ
-ອະດີດ
-ອະດີດຕະການ
-ອະທຳ
-ອະທິ
-ອະທິການ
-ອະທິຖານ
-ອະທິບາຍ
-ອະທິປະໄຕ
-ອະນາຄົດ
-ອະນາດ
-ອະນາລະຍະຊົນ
-ອະນິຈາ
-ອະນຸເຄາະ
-ອະນຸຍາດ
-ອະນຸບານ
-ອະນຸປະໂຫຍກ
-ອະນຸພາບ
-ອະນຸມັດ
-ອະນຸຣັກ
-ອະນຸລັກ
-ອະນຸໂລມ
-ອະນຸສອນ
-ອະນຸສັນຍາ
-ອະນຸສາວະລີ
-ອະເນກ
-ອະພິນິຫານ
-ອະພິປາຍ
-ອະພິສິດ
-ອະໄພ
-ອະມິດ
-ອະເມຣິກາ
-ອະເມລິກາ
-ອະຣິຍະ
-ອະລິຍະທຳ
-ອະລິຍະບົດ
-ອະລູມີນຽມ
-ອະວະກາດ
-ອະວິຊາ
-ອະເວຈີ
-ອະໄວຍະວະ
+ອະຈິນໄຕ
+ອະຈິລະ
+ອະເຈລະກະ
+ອະສໍລະພິດ
+ອະສະນິບາດ
 ອະສັງຫະ
 ອະສັງຫະລິມະຊັບ
+ອະສັງຫາລິມະ
+ອະສັງຫາລິມະຊັບ
+ອະສັດ
+ອະສັນຍະ
+ອະສັນຍະກຳ
+ອະສັນຍີ
+ອະສັນຍີສັດ
+ອະສິຕິ
+ອະສິຕິມະຫາສາວົກ
+ອະສຸຈິ
+ອະສຸສາດ
+ອະສຸພະ
+ອະສຸພະກຳມະຖານ
+ອະສຸພະສັນຍາ
+ອະສຸພາບ
+ອະສຸລະ
+ອະສຸລະກາຍ
+ອະສຸລິນ
+ອະສຸລີ
+ອະສູນ
+ອະສົງໄຂ
+ອະເສກຂະ
+ອະເສກຂະບຸກຄົນ
+ອະໂສກ
+ອະຍະ
+ອະຍະນະ
+ອະຍຸດຕິທຳ
+ອະຍຸຕິທຳ
+ອະດາດາ
+ອະດາມາ
+ອະດາມີ
+ອະດາມີເນເກັບ
+ອະດີດ
+ອະດີດຕະການ
+ອະດີດຕະສະໄໝ
+ອະດີດຕະຊາດ
+ອະດີອາ
+ອະດຸນ
+ອະດຸລາມ
+ອະດູມມິມ
+ອະດູມມີມ
+ອະຕັນຕຸກາ
+ອະຕິ
+ອະຕິສານ
+ອະຕິຊາດ
+ອະຕິມະນະ
+ອະຕິລາດ
+ອະຕິເລກກະລາບ
+ອະຕິເລກຈີວອນ
+ອະຕິໂລກ
+ອະຖັບພະເວດ
+ອະທຳ
+ອະທິ
+ອະທິກອນ
+ອະທິກະ
+ອະທິກະສຸລະທິ
+ອະທິກະວານ
+ອະທິການ
+ອະທິການບໍດີ
+ອະທິຄະມະ
+ອະທິສິນ
+ອະທິຍານ
+ອະທິຖານ
+ອະທິນນາທານ
+ອະທິບ
+ອະທິບໍດີ
+ອະທິບາຍ
+ອະທິປະໄຕ
+ອະທິມາດ
+ອະທິມຸດ
+ອະທິໂມກ
+ອະທິລາດ
+ອະທິວາສະນະ
+ອະທິວາດ
+ອະນັດຕາ
+ອະນັນຕະ
+ອະນັນຕະລະ
+ອະນັນຕະລິຍະກຳ
+ອະນາຄາມີ
+ອະນາຄາມີຜົນ
+ອະນາຄາມີມັກ
+ອະນາຄົດ
+ອະນາຄົດຕະການ
+ອະນາຈານ
+ອະນາດ
+ອະນາຖາ
+ອະນາທອນ
+ອະນາທິປະໄຕ
+ອະນາໄມ
+ອະນາລະຍະ
+ອະນາລະຍະຊົນ
+ອະນາລະຍະທຳ
+ອະນາໄລ
+ອະນິກຈັງ
+ອະນິກະ
+ອະນິກະທັດສະນະ
+ອະນິຈັງ
+ອະນິຈາ
+ອະນິຍົດ
+ອະນິຍົມ
+ອະນິດ
+ອະນິດຈະກຳ
+ອະນິດຈັງ
+ອະນິດຖາລົມ
+ອະນິນຊີ
+ອະນຸ
+ອະນຸກອນ
+ອະນຸກາຊາດ
+ອະນຸກຳມະການ
+ອະນຸກູນ
+ອະນຸກົມ
+ອະນຸເຄາະ
+ອະນຸຈອນ
+ອະນຸສອນ
+ອະນຸສະຕິ
+ອະນຸສັນຍາ
+ອະນຸສາສະນາຈານ
+ອະນຸສາສະນີ
+ອະນຸສາດ
+ອະນຸສາວະລີ
+ອະນຸສົນທິ
+ອະນຸໄສ
+ອະນຸຊາ
+ອະນຸຊາດ
+ອະນຸຊາຕະບຸດ
+ອະນຸຊິດ
+ອະນຸຍາດ
+ອະນຸຍາໂຕຕຸລາການ
+ອະນຸໂຍກ
+ອະນຸຕະລະ
+ອະນຸເຖລະ
+ອະນຸບານ
+ອະນຸບົດ
+ອະນຸປະສຳບັນ
+ອະນຸປະລິນຍາ
+ອະນຸປະໂຫຍກ
+ອະນຸປັດສະນາ
+ອະນຸພັນ
+ອະນຸພັນລະຍາ
+ອະນຸພາກ
+ອະນຸພາດ
+ອະນຸພາບ
+ອະນຸພົງ
+ອະນຸມັດ
+ອະນຸມາດຕາ
+ອະນຸມານ
+ອະນຸໂມທະນາ
+ອະນຸຣັກ
+ອະນຸລັກ
+ອະນຸລາດ
+ອະນຸໂລມ
+ອະນຸວັດ
+ອະນຸວາດ
+ອະນຸວົງ
+ອະນຸຮັກ
+ອະນຸຮັກນິຍົມ
+ອະນຸຮູບ
+ອະເນກ
+ອະເນກກະເຕໂຊ
+ອະເນກປະສົງ
+ອະເນກອະນັນ
+ອະໂນຊາ
+ອະໂນດາດ
+ອະໂນມານ
+ອະໂນລາດ
+ອະບາຍ
+ອະບາຍປະຍົດ
+ອະບາຍະພູມ
+ອະບາຍະມຸກ
+ອະປະຍົດ
+ອະປະມານ
+ອະປະມຸງຄຸນ
+ອະປະລາ
+ອະປະລາໄຊ
+ອະປະລິມານ
+ອະປະໂລກ
+ອະປະໝາດ
+ອະປັນຍາ
+ອະເປເລ
+ອະພັບພະບຸກຄົນ
+ອະພັບພະຜົນ
+ອະພິ
+ອະພິຄາດ
+ອະພິສະມາຈານ
+ອະພິສະໄໝ
+ອະພິສຳໂພທິ
+ອະພິສິດ
+ອະພິເສກ
+ອະພິເສກສົມລົດ
+ອະພິຊາ
+ອະພິຊາດ
+ອະພິຊາຕະບຸດ
+ອະພິຊິດ
+ອະພິຊົນ
+ອະພິໄຊ
+ອະພິຍາ
+ອະພິທານ
+ອະພິທຳ
+ອະພິນັນ
+ອະພິນັນທະນາການ
+ອະພິນິຫານ
+ອະພິເນດສະກົມ
+ອະພິບານ
+ອະພິປັດສະຍາ
+ອະພິປາຍ
+ອະພິມະຫາອຳນາດ
+ອະພິລັກຂິດ
+ອະພິລັກຂິຕະການ
+ອະພິລັດຖະມົນຕີ
+ອະພິລົມ
+ອະພິວັນ
+ອະພິວັນທະນາ
+ອະພິວາດ
+ອະໄພ
+ອະໄພຍະທານ
+ອະໄພຍະໂທດ
+ອະໄພໂທດ
+ອະເຟກາ
+ອະມະຕະ
+ອະມະນຸດ
+ອະມະລະ
+ອະມະລິດ
+ອະມະລິດຕະຍູ້
+ອະມະລິດຕະລົດ
+ອະມະລິນ
+ອະມະເລດ
+ອະມາດ
+ອະມິດ
+ອະມິດຕະຕາ
+ອະເມຣິກັນ
+ອະເມຣິກາ
+ອະເມລິກາ
+ອະໂມຣີດ
+ອະຣາວນາ
+ອະຣິຍະ
+ອະລະຊຸນ
+ອະລະຕິ
+ອະລະຫັງ
+ອະລະຫັດ
+ອະລະຫັດຕະຜົນ
+ອະລະຫັດຕະມັກ
+ອະລະຫັນ
+ອະລະຫັນຕະຄາດ
+ອະລັງການ
+ອະລັດຊີ
+ອະລັນຍະ
+ອະລັນຍະວາສີ
+ອະລັນຍິກ
+ອະລຳພະບົດ
+ອະລິງ
+ອະລິຍະ
+ອະລິຍະກະ
+ອະລິຍະສັດ
+ອະລິຍະຊັບ
+ອະລິຍະທຳ
+ອະລິຍະບຸກຄົນ
+ອະລິຍະບົດ
+ອະລິຍະມັກ
+ອະລຸນ
+ອະລຸໂນໄທ
+ອະລຸ້ມ
+ອະລູມີນຽມ
+ອະລົງກອນ
+ອະວະກາດ
+ອະວະສານ
+ອະວະຊາດ
+ອະວະຊາຕະບຸດ
+ອະວະຕານ
+ອະວະຫານ
+ອະວິຈີ
+ອະວິຊາ
+ອະວິນຍານະກະ
+ອະວິນຍານະກະຊັບ
+ອະວິນຍູ
+ອະເວຈີ
+ອະໄວຍະວະ
+ອະຫັງການ
+ອະຫິ
+ອະຫິງສາ
 ອະຫິວາ
+ອະຫິວາຕະກະໂລກ
+ອະເຫຕຸກະທິດຖີ
 ອະໂຫສິ
+ອະໂຫສິກຳ
+ອະຮູບ
 ອະແຮມ
 ອັກ
 ອັກກຣາ
+ອັກກາດ
+ອັກກຸບ
+ອັກໂກ
+ອັກໂກທະ
+ອັກຂະ
 ອັກຂະລະ
+ອັກຂະລານຸກົມພູມສາດ
+ອັກຂະຫຼະ
+ອັກຂະຫຼະສະໄໝ
+ອັກຂະຫຼະວິທີ
+ອັກຂະຫຼະວິບັດ
+ອັກໂຂ
+ອັກໂຂພິນີ
 ອັກຄະ
+ອັກຄະສະມະນະທູດ
 ອັກຄະສາວົກ
+ອັກຄະເສນາເທວະດາ
+ອັກຄະຊາຍາ
+ອັກຄະຍາຄານ
+ອັກຄະເທວະດາ
+ອັກຄະນີ
+ອັກຄະບາຊະທູດ
+ອັກຄະມະຫາເສນາບໍດີ
+ອັກຄະມະເຫສີ
+ອັກຄະລາຊະທູດ
 ອັກຄາບັດ
+ອັກຄີ
 ອັກຄີໄພ
-ອັກຊັງຕີນ
-ອັກເມນີ
 ອັກສອນ
+ອັກສອນສາດ
+ອັກສອນບັດ
+ອັກສອນເລກ
+ອັກສະ
+ອັກສາ
 ອັກເສບ
+ອັກຊັງຕີນ
+ອັກຊາບ
+ອັກຊິດ
+ອັກຊິບ
+ອັກດສະເກນາດ
+ອັກດຊະເປນັດ
+ອັກດດັນ
+ອັກໂບ
+ອັກເມນີ
+ອັກຣັບບີມ
+ອັກອັກ
+ອັກອາກ
 ອັກເອເນຍ
 ອັງ
 ອັ່ງ
+ອັງກະລຸງ
+ອັງກາ
 ອັງກາຣາ
 ອັງກິດ
+ອັງກຸລະ
 ອັງໂກລາ
+ອັງຄະນາ
+ອັງຄາດ
 ອັງຄານ
+ອັງຄີລົດ
+ອັງຄຸລີ
+ອັງເຈີ
+ອັງສາ
 ອັງໂດຣາ
+ອັງໂດຣາລາເວລາ
 ອັງໂດລາ
+ອັງຕານານາຣີໂວ
 ອັງຕານານາຣີໂອ
+ອັງຕານາຣີໂວ
 ອັງຕີກາ
+ອັ້ງປັ້ງ
+ອັງຢີ້
+ອັງໂລ້
+ອັ່ງອໍ
 ອັດ
 ອັດກະແຈ
+ອັດສະຈັນ
+ອັດສະຈັນໃຈ
+ອັດສະດອນ
+ອັດສະດົງ
+ອັດສະດົງຄົດ
+ອັດສະປາທາ
+ອັດສະມຸຂີ
+ອັດສະລິຍະ
+ອັດສະວະ
+ອັດສະວະເມດ
+ອັດສະວະເມດຕາ
+ອັດສະວິນ
+ອັດສະວີນ
+ອັດສີ
+ອັດສຸຊົນ
+ອັດສຽງ
 ອັດຊະກາໂລນ
+ອັດຊະເກນາດ
 ອັດຊະໂດດ
+ອັດຊະຕະໂຣດ
+ອັດຊະເຕຣາດ
+ອັດຊະເຕໂຣດ
+ອັດຊະເຕໂຣດການາຢິມ
+ອັດຊະໂຕເຣດ
+ອັດຊະໂນດຕາໂນ
+ອັດຊະໂນດຕາໂບ
+ອັດຊະບຸກ
+ອັດຊະເປນັດ
+ອັດຊະຣິກາມ
+ອັດຊະຣີເອນ
+ອັດຊາ
+ອັດຊາໄສ
+ອັດຊານ
+ອັດຊາເຣນ
+ອັດຊີເຣຍ
 ອັດຊີເລຍ
+ອັດຊູຣິມ
+ອັດຊູເຣ
+ອັດດາ
+ອັດດານ
+ອັດດີ
+ອັດໂດນ
 ອັດຕະ
 ອັດຕະຄັດ
 ອັດຕະໂນມັດ
+ອັດຕະໄນ
+ອັດຕະປື
+ອັດຕະພາບ
+ອັດຕະມາ
+ອັດຕະໂຣດເບັດໂຢອາບ
+ອັດຕະວິໄສ
+ອັດຕະວິນິບາດ
 ອັດຕາ
-ອັດຕາໂນມັດ
-ອັດຕາເລັ່ງ
 ອັດຕາສ່ວນ
+ອັດຕາໂນມັດ
+ອັດຕາເລຍ
+ອັດຕາເລັ່ງ
 ອັດຖະ
+ອັດຖະກະຖາ
+ອັດຖະກະຖາຈານ
 ອັດຖະການ
+ອັດຖະຈັນ
 ອັດຖະຍາໄສ
+ອັດຖະບານ
+ອັດຖິ
 ອັດຖິຖານ
+ອັດທະຈັນ
 ອັດທະຍາໃສ
 ອັດທະຍາໄສ
+ອັດທະຍາຍ
+ອັດທະມາດ
+ອັດທະມົນທົນ
+ອັດນາ
 ອັດໂນມັດ
+ອັດເບເອນ
+ອັດມາ
+ອັດມາທາ
+ອັດຣຳເມເລັກ
+ອັດຣີເອນ
 ອັດລັງຕິກ
+ອັດລາຍ
 ອັດວິໄສ
-ອັດສະຈັນ
-ອັດສະດົງ
-ອັດສະວີນ
-ອັດສຽງ
 ອັນ
+ອັ່ນ
 ອັ້ນ
 ອັນຂາດ
+ອັ່ນຄອນ
+ອັນຄະລາວະສົກ
+ອັນສະຫງົບ
+ອັນໃສ່
+ອັນຍະ
+ອັນຍະເດຍລະຖີ
+ອັນຍະທິດຖີ
+ອັນຍະມະນີ
+ອັນຍະມັນຍັງ
 ອັນດັບ
+ອັນດາໂຣນີໂກ
+ອັນດີເອນ
+ອັນດຽວກັນ
+ອັນເດອາ
 ອັນໃດ
 ອັນຕະຄັດ
 ອັນຕະພານ
+ອັນຕະລະທານ
+ອັນຕະລາ
 ອັນຕະລາຍ
+ອັນຕະລາຍິກະທຳ
+ອັນຕະລາວະສົກ
+ອັນຕິປາ
 ອັນຕິໂອເຂຍ
+ອັນຕີປາ
+ອັນຕີປາຕີ
+ອັນຕີໂອເຂຍ
+ອັນເຕ
+ອັນເຕຊົນ
+ອັນເຕປຸລະ
+ອັນເຕປຸລິກ
+ອັນເຕປຸລິກາ
+ອັນເຕວາສິກ
+ອັນທະ
+ອັນທະການ
 ອັນທະພານ
+ອັນໂທທີຢາ
 ອັນນັ້ນ
+ອັນນາ
 ອັນນາວາຊິ
-ອັນສະຫງົບ
-ອັນໃສ່
+ອັນໂມນ
+ອັນໂມນດິນລະທາຢິມ
+ອັນໂມນດິບລະທາຢິມ
+ອັນລຳເມເລັກ
+ອັນເລິກເຊີງ
+ອັນໂລນ
+ອັນວາ
+ອັນວ່າ
+ອັນວານ
 ອັນໜຶ່ງ
+ອັນໜຶ່ງອັນດຽວກັນ
 ອັນຮອງ
 ອັບ
 ອັບການິສະຖານ
+ອັບຊາໂລມ
+ອັບຍົດ
+ອັບດາ
+ອັບດີ
+ອັບດີເອນ
+ອັບເດເອນ
+ອັບໂດນ
+ອັບເນ
+ອັບບາ
+ອັບປະສອນ
+ອັບປະຍົດ
+ອັບປະມານ
+ອັບປະມຸງຄຸນ
+ອັບປະລັກ
+ອັບປະລາໄຊ
+ອັບປະໝາດ
+ອັບປາຢິມ
+ອັບປິ
 ອັບປີ
+ອັບເຟຍ
+ອັບຣາມ
+ອັບຣາຮາມ
 ອັບອາຍ
+ອັບອາຍຂາຍໜ້າ
+ອັຟການິສຖານ
+ອັຟຕາ
+ອັລມອນ
+ອັ່ອງຕັ່ອງ
 ອາ
 ອ້າ
+ອໍ່າ
+ອໍ້າ
 ອາກ
+ອາກກັນຊັດ
 ອາກກຸຍ
 ອາກຊັງຕີນ
 ອາກຕິກ
 ອາກຕິກາ
 ອາກເມນີ
+ອາກເມເນຍ
+ອາກຣາ
+ອາກລາກ
 ອາກອນ
+ອາກັບປະລິຍາ
+ອາກາສະທາດ
+ອາກາຍະຍານ
 ອາກາດ
+ອາການ
 ອາກິລາ
+ອາກີ
+ອາກີເຊ
+ອາກີລາ
+ອາກູ
+ອາກົງກາກົວ
+ອາກຽນ
+ອາເກ
+ອາເກເອ
+ອາໂກບ
+ອາຂະຍາດ
+ອາຂະຍານ
+ອາຂີໂປ
+ອາຂີມ
+ອາຄຣິປາ
 ອາຄະເນ
+ອາຄະໂບ
+ອາຄາ
 ອາຄາດ
+ອາຄາດມາດຮ້າຍ
+ອາຄາຕະນະ
+ອາຄານ
+ອາຄີ
+ອາຄົມ
+ອາເຄລາວ
+ອາໂຄ
+ອາງ
 ອ່າງ
 ອ້າງ
+ອ່າງຍ່າງ
+ອ້າງເຖິງ
 ອ່າງນໍ້າ
+ອ້າງມ້າງ
 ອ້າງວ້າງ
 ອ້າງອີງ
 ອາງຸນ
+ອາງຸ່ນ
+ອາຈະລິຍະ
+ອາຈະລິຍະວັດ
 ອາຈານ
+ອາຈາລະ
+ອາຈາລີ
+ອາຈີນ
 ອາຈົມ
 ອາຈຽນ
+ອາສກາບັດ
+ອາສຕານາ
+ອາສມາຣາ
+ອາສະນະ
+ອາສະບາຍ
+ອາສັດ
+ອາສັນ
+ອາສັບ
+ອາສາ
+ອາສາສະໝັກ
+ອາສານຫະ
+ອາສານຫະບູຊາ
+ອາສາຢາ
+ອາສາເຣນ
+ອາສາເຮນ
+ອາສູນຊີອອນ
+ອາສົມ
+ອາສົມບັດ
+ອາເສນັດ
+ອາໃສ
+ອາໃສຢູ່
+ອາໄສ
+ອາຊະກາດ
+ອາຊະກາໂລນ
 ອາຊະຍາກຳ
+ອາຊະໂດດ
+ອາຊະນາ
+ອາຊະເບອາ
+ອາຊະເບັນ
+ອາຊະມາເວດ
+ອາຊະໂມນ
+ອາຊະຣີເອນ
+ອາຊະວາດ
+ອາຊະຮູ
+ອາຊາ
+ອາຊາຊີຢາ
+ອາຊາເຊັນ
+ອາຊາດ
+ອາຊານ
+ອາຊານີຢາ
+ອາຊາໄນ
+ອາຊາຣີຢາ
+ອາຊາເຣລາ
 ອາຊາລິຢາ
+ອາຊາລີຢາ
+ອາຊິນກຣິດ
 ອາຊີ
+ອາຊີຊາ
 ອາຊີບ
+ອາຊີມາ
+ອາຊີວະ
+ອາຊີວະສຶກສາ
+ອາຊີວົກ
+ອາຊີອາຄະເນ
+ອາຊີເອນ
+ອາຊູ
+ອາຊູບາ
+ອາຊູບານິປານ
+ອາຊູບານີປານ
 ອາຊົດ
+ອາຊຽນ
+ອາເຊ
+ອາເຊກາ
+ອາເຊຍ
+ອາເຊນ
+ອາເຊມ
+ອາເຊຣາ
 ອາເຊລິມ
+ອາແຊກບາຍຊານ
 ອາແຊກໄບຢານ
 ອາແຊັກບາຍຊັນ
+ອາໂຊ
+ອາໂຊໂຕ
 ອາຍ
 ອ້າຍ
+ອ້າຍຄ້ອນໄລ່ຕີລົມ
+ອ້າຍຖໍ່ແພໄລ່ຈ້ອນ
+ອ້າຍນ້ອງ
+ອາຍນໍ້າ
+ອາຍມີ
+ອ້າຍລ້ຽງ
 ອາຍແລັນ
+ອ້າຍເອື້ອຍ
+ອ້າຍຮັກ
+ອາຍະສານ
+ອາຍັດ
 ອາຍາ
 ອາຍາສິດ
 ອາຍຸ
+ອາຍຸໄຂ
+ອາຍຸລະສາດ
+ອາຍຸລະແພດ
+ອາຍຸລະເວດ
+ອາຍຸວັດທະນະ
+ອາດ
 ອາດຈະ
+ອາດສະໜາ
+ອາດຊະຍາ
+ອາດຊະຍາກອນ
+ອາດຊະຍາກອນສົງຄາມ
+ອາດຊະຍາກໍາ
+ອາດຊະວະ
+ອາດຊາ
+ອາດຊາດ
 ອາດຍາ
+ອາດຍາການເສິກ
 ອາດຍາກຳ
+ອາດຍາສິດ
+ອາດດະລາຍ
+ອາດຕະມາ
+ອາດຕາຍ
+ອາດໂຣດ
+ອາດໂຣດໂຊຟັນ
 ອາດຫານ
 ອາດເອື້ອມ
+ອາດະລາຍ
+ອາດາ
+ອາດາມ
+ອາດາຢາ
+ອາດາເລຍ
 ອາດິສ
+ອາດິສອາບາບາ
+ອາດິນ
 ອາດີດ
+ອາດີທາຢິມ
+ອາດີນ
+ອາດີນາ
+ອາດີໂນ
+ອາດີເອນ
+ອາດູນ
+ອາໂດນ
+ອາໂດນີ
+ອາໂດນີກາມ
+ອາໂດນີເຊເດັກ
+ອາໂດນີເບເຊັກ
+ອາໂດນີຢາ
+ອາໂດນີຣາມ
+ອາໂດບ
+ອາໂດມຣາມ
+ອາໂດຣາມ
+ອາໂດຣາຢິມ
+ອາໂດຣາຢີມ
+ອາຕະມະ
+ອາຕະມະທານ
+ອາຕະມະພາບ
+ອາຕະມັນ
+ອາຕາເຊເຊັດ
+ອາຕາດ
+ອາຕາຣາ
+ອາຕາໂຣດ
+ອາຕາໂຣດອັດດາ
 ອາຕົມ
+ອາເຕ
+ອາເຕມາ
+ອາເຕມິດ
 ອາແຕນ
+ອາຖັນ
+ອໍ່າຖໍ່າ
+ອາແຖນ
+ອາທອນ
+ອາທາກ
+ອາທານ
+ອາທາຢາ
+ອາທາຣີມ
+ອາທາລີຢາ
+ອາທິ
 ອາທິການ
 ອາທິດ
+ອາທິດຕະຍະວານ
+ອາທິຕະຍະມົນທົນ
+ອາເທດ
+ອາແທັງ
 ອານ
 ອ່ານ
+ອານກາໂລອິດ
+ອານໂກນ
+ອານໂກຮູມາ
 ອານເຊ
 ອານເຊຣີ
+ອານນາພູນາ
 ອານບານີ
+ອານແບກ
 ອານມາອາຕາ
+ອານໂມດາດ
+ອານໂມດາບ
+ອານໂມນ
+ອານເຢຣີ
+ອ່ານໜັງສື
+ອານຮີໂທເຟັນ
+ອານະພາບ
 ອານັດ
+ອານັດສັນຍານ
+ອານັນທະ
+ອານາ
+ອານາກ
+ອານາກີມ
 ອານາເຂດ
 ອານາຄົດ
 ອານາຈັກ
+ອານາດ
 ອານາໂຕມີ
 ອານາຖາ
+ອານາທິປະໄຕ
+ອານາໂທດ
+ອານານ
 ອານານິຄົມ
+ອານານີ
+ອານານີຄົມ
+ອານານີຢາ
+ອານາເນຍ
+ອານາບ
+ອານາປະຊາລາດ
+ອານາປະນາ
+ອານາປະໂຫຍດ
+ອານາພູມາ
+ອານາມີມ
 ອານາໄມ
+ອານາຢາ
+ອານາຮາຣາດ
+ອານຳເມເລັກ
+ອານິສົງ
 ອານິດສະຖານ
+ອານີ
+ອານີມ
+ອານີອາມ
 ອານຸ
 ອານຸກົນ
 ອານຸກົລ
+ອານຸບ
 ອານຸບານ
+ອານຸພາບ
 ອານູວອນຕູ
+ອານົນ
+ອາເນ
+ອາເນໂຕ
+ອາເນມ
+ອາໂນນ
 ອາບ
 ອາບນໍ້າ
+ອາບໂຣນາ
+ອາບັກທາ
+ອາບັດ
+ອາບັດໂດນ
+ອາບັນ
+ອາບາດ
+ອາບານາ
+ອາບາຣີມ
 ອາບາລິມ
+ອາບິບ
+ອາບີ
+ອາບີກາຍ
+ອາບີການ
+ອາບີຊຊູ
+ອາບີຊາກ
+ອາບີຊາຍ
+ອາບີຊາໂລນ
+ອາບີຊາໂລມ
+ອາບີຊູ
+ອາບີຊູອາ
+ອາບີດາ
+ອາບີດານ
+ອາບີຕານ
+ອາບີຕຸບ
+ອາບີນາດາບ
+ອາບີໂນອາມ
+ອາບີມາເອນ
+ອາບີເມເລັກ
+ອາບີຢາ
+ອາບີຣາມ
+ອາບີເລັນ
+ອາບີອາສັບ
+ອາບີອາທາ
+ອາບີອານໂບນ
+ອາບີອາໂບນ
+ອາບີອຸດ
+ອາບີເອເຊ
+ອາບີເອນ
+ອາບີຮາຍ
+ອາບີຮູ
+ອາບີຮູດ
+ອາບູຍາ
 ອາບູດານບີ
+ອາບູດາບີ
+ອາເບດເນໂກ
 ອາເບນ
 ອາເບບາ
+ອາເບັນ
+ອາເບັນຊິດຕີມ
+ອາເບັນເບັດມາອະກາ
+ອາເບັນມາຢິມ
+ອາເບັນມິດຊະຣາຢິມ
+ອາເບັນມິດຊະຣາຢີມ
+ອາເບັນເມໂຮລາ
+ອາປັກຊາດ
+ອ້າປາກ
+ອາປາດ
+ອາປີໂອ
 ອາເປຍ
+ອາໂປ
+ອາໂປກະສິນ
+ອາໂປທາດ
+ອາໂປລິໂອນ
+ອາໂປລີໂອ
+ອາໂປໂລ
+ອາໂປໂລເນຍ
 ອາຝຣິກາ
 ອາຝະຣິກກາ
 ອາຝະຣິກກາໃຕ້
+ອາພອນ
+ອາພັດສະລະ
+ອາພັບ
+ອາພາ
+ອາພາກອນ
+ອາພາດ
+ອາເພດ
 ອາໄພ
 ອາຟຣິກກາ
 ອາຟຣິກາ
+ອາຟຣິກາກາງ
+ອາຟຣິກາໃຕ້
+ອາຟັກຊາດ
+ອາຟາຣາ
+ອາຟີຢາ
+ອາເຟກາ
+ອາເຟັກ
+ອ່າມ
+ອາມຊີ
+ອາມວກ
 ອາມັນ
+ອາມາ
+ອາມາເຄໂດນ
+ອາມາສາ
+ອາມາສາຍ
+ອາມາສີຢາ
+ອາມາເສຢາ
+ອາມາຊີຢາ
+ອາມາໂຊນ
+ອາມາດ
+ອາມາດສາຍ
+ອາມານ
+ອາມານາ
+ອາມາມ
+ອາມາຣິຢາ
+ອາມາຣີຢາ
+ອາມາເລັກ
+ອາມິດ
+ອາມິດຕາຍ
+ອາມິດານ
+ອາມີ
+ອາມີນາດິບ
+ອາມູດາເຣຍ
+ອາເມ
 ອາເມນ
 ອາເມຣິກາ
 ອາເມລິກັນ
 ອາເມລິກາ
+ອາແມນ
+ອາໂມກ
+ອາໂມດ
+ອາໂມນ
+ອາໂມນີ
 ອາໂມຣິດ
+ອາໄມ
+ອາຢາ
+ອາຢາໂລນ
+ອາຣະ
+ອາຣະບາ
+ອາຣະມິດ
+ອາຣັກ
+ອາຣັດ
 ອາຣັບ
 ອາຣັບບິ
 ອາຣັບບີ
+ອາຣາ
+ອາຣານ
+ອາຣາບາ
 ອາຣາປີ
+ອາຣາມ
+ອາຣາມໂຊບາ
+ອາຣາມນາຮາຣາຢິມ
+ອາຣາມມາອາກາ
+ອາຣາມອາມາກາ
+ອາຣາມິດ
+ອາຣາຣັດ
+ອາຣິດຕາໂຂ
+ອາຣິດໂຕບູໂລ
 ອາຣິມາທາຍ
+ອາຣີສາຍ
+ອາຣີດາຍ
+ອາຣີດາທາ
+ອາຣີມາທາຍ
+ອາຣີເຢ
+ອາຣີເອນ
+ອາຣີໂອກ
 ອາຣຸນ
+ອາຣຸບໂບດ
+ອາຣູມາ
+ອາເຣຕາ
+ອາເຣລີ
+ອາເຣໂອ
 ອາເຣໂອປາໂກ
+ອາເຣໂອປາໂຄ
+ອາໂຣດ
+ອາໂຣດີ
+ອາໂຣນ
+ອາໂຣນາ
+ອາໂຣເອ
+ອາລະຍະ
+ອາລະຍະຊາດ
+ອາລະຍະຊົນ
+ອາລະຍະທຳ
+ອາລະຍະປະເທດ
+ອາລະຍັນ
+ອາລະປະນະ
+ອາລະຟາ
+ອາລະຟາຍ
+ອາລະວາດ
 ອາລັກ
 ອາລັກຂາ
+ອາລັນ
+ອາລາດທະນາ
+ອາລາດທະນາສິນ
+ອາລາດທະນາທຳ
+ອາລາດທະນາມຸງຄຸນ
+ອາລາມ
+ອາລາມິກ
+ອາລາໂມດ
+ອາລຳພະ
+ອາລຳພະກະຖາ
+ອາລຳພະບົດ
 ອາລິຍະທຳ
 ອາລິດທານຄັດ
 ອາລິອາ
+ອາລິອາລອບ
 ອາລີ
+ອາລີອານ
 ອາລຸນ
 ອາລຸນຮຸ່ງ
+ອາລູຊາ
 ອາລົມ
+ອາລົວ
+ອາເລເມດ
+ອາເລເມັດ
+ອາເລລູຢາ
+ອາເລັກຊັນເດຍ
+ອາເລັກຊັນໂດ
+ອາໂລກະສິນ
+ອາໂລນ
+ອາໂລນບາຄູ
 ອາໂລຟີ
 ອາໄລ
+ອາໄລອາວອນ
 ອາວ
 ອ່າວ
+ອ້າວ
 ອາວອນ
+ອ່າວໂອ້
 ອາວະກາດ
-ອາວຸດ
+ອາວະສານ
+ອາວາ
+ອາວາສິກ
+ອາວາດ
+ອາວາທະ
+ອາວາຫະ
+ອາວິດ
 ອາວຸໂສ
+ອາວຸດ
+ອາເວກ
 ອາເວຍລະ
-ອາສມາຣາ
-ອາສາ
-ອາໃສ
-ອາໃສຢູ່
-ອາໄສ
+ອາເວດ
+ອາເວນ
+ອາໝາດ
+ອາຫລັບ
+ອາຫະຊາຍ
 ອາຫັດ
 ອາຫັບ
 ອາຫານ
+ອາຫານສົ້ມ
+ອາຫານເບົາ
+ອາຫານແລງ
+ອາຫານແຫ້ງ
 ອາຫຼັບ
 ອາໄຫລ່
 ອາໄຫຼ່
+ອາອິນ
+ອາອີ
+ອາອີຢາ
+ອາເອບຊີ
+ອາແອສ
+ອາໂອໂລ
+ອໍ່າໄອ່
+ອາຮະຊາຍ
+ອາຮະບານ
+ອາຮະຣາ
+ອາຮະລາຍ
+ອາຮະລາບ
+ອາຮັກ
 ອາຮັກຂາ
+ອາຮັກຫຼັກເມືອງ
+ອາຮ່າ
+ອາຮາສະບາຍ
+ອາຮາຊີຢາ
+ອາຮາດ
+ອາຮາບ
 ອາຮາມ
+ອາຮາຣາ
+ອາຮາລະເຮນ
+ອາຮາວາ
+ອາຮີ
+ອາຮີກາມ
+ອາຮີສາມັກ
+ອາຮີຊາ
+ອາຮີຊາຮາ
+ອາຮີຕຸບ
+ອາຮີໂທເຟັນ
+ອາຮີນາດາບ
+ອາຮີໂນອາມ
+ອາຮີມານ
+ອາຮີມາອາດ
+ອາຮີເມເລັກ
+ອາຮີໂມດ
+ອາຮີຢາ
+ອາຮີຣາ
+ອາຮີຣາມ
+ອາຮີລຸດ
+ອາຮີອານ
+ອາຮີອາມ
+ອາຮີເອເຊ
+ອາຮີໂອ
+ອາຮີຮູດ
+ອາຮຸມາຍ
+ອາຮູດຊາດ
+ອາຮູດຊຳ
+ອາເຮ
+ອາໂຮອາ
 ອຳ
+ອຳສເຕີດຳ
+ອຳສະແຕກດຳ
+ອຳແດງ
 ອຳນວຍ
 ອຳນວຍການ
+ອໍານວຍພຣະພອນ
+ອໍານວຍພອນ
 ອຳນາດ
+ອຳນາດຊື້
+ອໍານາດປົກຄອງ
+ອຳໂນນ
+ອຳເປຍ
+ອຳແປ
+ອຳພັນ
+ອຳພັນທອງ
+ອຳໄພ
+ອຳຟີໂປລີ
+ອຳມອນ
 ອຳມະຕະ
+ອໍາມະພາດ
+ອຳມະລິດ
+ອຳມະລິດຕະໂຊກ
 ອຳມະຫິດ
+ອຳມາ
 ອຳມາດ
+ອຳມານ
+ອໍາມາເລັດ
+ອຳມິດຊາບັດ
+ອຳມີ
+ອຳມີຊັດດາຍ
+ອຳມີນາດາບ
+ອຳມີຣຸດ
+ອຳມີເອນ
+ອຳມີຮຸດ
+ອຳມີຮູ
+ອຳໂມນ
+ອຳຣາເຟັນ
+ອຳຣາມ
 ອຳລາ
 ອຳລິດທານຄັດ
-ອຳສະແຕກດຳ
 ອຳໝາດ
+ອຳອຶ້ງ
+ອິກເກດ
 ອິກສ
+ອິກດາ
+ອິກດາລີຢາ
+ອິກອິກ
 ອິເກ
+ອິ້ງຕິ້ງ
+ອິ້ງລິ່ງ
+ອິ່ງອ້ອຍ
+ອິສຣາເອນ
+ອິສລັງ
+ອິສລາມ
+ອິສລາມາບັດ
+ອິສວນ
+ອິສະກາ
+ອິສະກາຣີອົດ
+ອິສະມາກີຢາ
+ອິສະລະ
+ອິສານ
+ອິຊະບາ
+ອິຊະປາ
 ອິຊາກ
 ອິຊາຄາ
 ອິດ
-ອິດທິພົນ
 ອິດສແລນ
 ອິດສະຣາເອນ
 ອິດສະຣາແອນ
 ອິດສະລະ
+ອິດສະລະພາບ
 ອິດສະລາ
 ອິດສະລາມ
 ອິດສະລາເອນ
 ອິດສະລາແອນ
+ອິດສະລິຍະ
+ອິດສະລິຍະພອນ
 ອິດສະຫລະ
 ອິດສະຫລະພາບ
 ອິດສະຫຼະ
 ອິດສະຫຼະພາບ
 ອິດສາ
-ອິດເໜື່ອຍ
-ອິຕາລີ
- #	ອິດທິພົນ duplicate of earlier entry
-ອິດທິລິດ
+ອິດສາບັງບຽດ
+ອິດຊະຄາ
+ອິດຊະມາເອນ
+ອິດຊະຣາ
+ອິດຊະຣາຢາ
+ອິດຊະຣີ
+ອິດຊະລີຢາ
+ອິດຊະຮາ
+ອິດຊາຄາ
+ອິດຊີຢາ
+ອິດດາລາ
+ອິດໂດ
+ອິດຕາຍ
+ອິດຖະຜົນ
+ອິດຖະລົມ
+ອິດຖາລົມ
+ອິດຖິຜົນ
+ອິດຖີ
+ອິດຖີລິງ
+ອິດທິ
+ອິດທິປາຕິຫານ
+ອິດທິພົນ
 ອິດທິຣິດ
+ອິດທິລິດ
+ອິດນັນ
+ອິດບັດ
+ອິດບີເບໂນບ
+ອິດໂບເຊດ
+ອິດເມື່ອຍ
+ອິດຣັນ
+ອິດຣີ
+ອິດເຣອາມ
+ອິດເໜື່ອຍ
+ອິດອ່ອນ
+ອິດອ່ອນໃຈ
+ອິດອ່ອນແຮງ
+ອິດາລາ
+ອິຕາລີ
+ອິທິພົນ
 ອິນ
+ອິ່ນ
 ອິນຊີ
 ອິນດູຈີນ
+ອິນເດຍ
 ອິນໂດເນເຊຍ
+ອິນຕາ
+ອິນທະຂີນ
+ອິນທະນິນ
+ອິນທີ
+ອິນທຸ
 ອິນອອຍ
+ອິ່ນອອຍ
+ອິນັງ
+ອິນັງພັນທັງ
+ອິບສາມ
+ອິບຊານ
+ອິບເດຢາ
+ອິບຕາ
+ອິບຕາເອນ
+ອິບນີຢາ
+ອິບເນຢາ
+ອິບຣີ
+ອິບເລອາມ
+ອິບຮາ
+ອິ່ມສິ່ມ
+ອິມນາ
 ອິມມານູເອນ
+ອິມເມ
+ອິມຣາ
+ອິມຣີ
+ອິມລາ
+ອິລິຍາ
+ອິລິຍາບົດ
 ອິວະໂນວິດ
 ອິວາໂນວິດ
-ອິສລາມ
-ອິສະລະ
 ອີ
+ອີ່
 ອີ້
 ອີກ
+ອີກຈັກໜ້ອຍ
+ອີກຢ່າງໜຶ່ງ
 ອີກເລີຍ
+ອີກວ່າ
+ອີກວາຊູ
 ອີກໜຶ່ງ
+ອີການ
+ອີ່ເກ້ງ
+ອີໂກນີອົນ
+ອີຄາບົດ
 ອີງ
+ອີງຕິດ
+ອີສວນ
+ອີສະກາ
+ອີສະກາຣີອົດ
+ອີສະມາກີຢາ
+ອີສານ
+ອີຊະບາ
+ອີຊະບາກ
+ອີຊະປັນ
+ອີຊະປາ
+ອີຊະມາ
+ອີຊະມາຢາ
+ອີຊະເມຣາຍ
+ອີຊະວາ
+ອີຊະວີ
+ອີຊະໂຮດ
+ອີຊາກ
+ອີຊີ
+ອີດູ
 ອີດູຕົນ
+ອີດູມາຍ
 ອີຕາລີ
 ອີຕາລຽນ
+ອີຕາເລຍ
+ອີຕູຣາຍ
 ອີ່ເຕົ່າ
 ອີ່ໂຕ້
+ອີທະມາ
+ອີທະລາ
+ອີທາຍ
+ອີທາມາ
+ອີທິເອນ
+ອີທີໂອເປຍ
+ອີ່ທົກ
 ອີນຊີ
 ອີນເດຍ
+ອີນໂດ
 ອີນໂດເນເຊຍ
+ອີນາຮາດ
+ອີ່ປ້ອຍ
+ອີ່ແປະ
 ອີ່ມ
+ອີ່ມໃຈ
+ອີ່ມເຕັມ
+ອີ່ມໂຕ
+ອີມນາ
+ອີ່ມໜໍາ
+ອີເມນ
 ອີຢິບ
+ອີຢິມ
+ອີຢີມ
+ອີເຢອາບາຣີມ
+ອີໂຢນ
+ອີຣະເຊເມັດ
+ອີຣະເປເອນ
 ອີຣັກ
+ອີຣາ
+ອີຣາດ
 ອີຣານ
+ອີຣາມ
+ອີຣາວັດດີ
+ອີຣີ
 ອີຣີເຕຣຍ
+ອີຣີຢາ
+ອີຣູ
+ອີ່ລອກ
+ອີລາຍ
 ອີລີນາ
+ອີລີຣິກົນ
+ອີລູນໍ້າແນ້
 ອີເລ
 ອີເລເກນັງ
 ອີເລັກໂທຣນິກ
-ອີສານ
+ອີ່ເລີ້ງ
+ອີ້ວ
+ອີວມຽນ
+ອີວາ
 ອີ່ຫລີ
 ອີ່ຫຼີ
+ອີເອເຊ
+ອີເອນ
+ອີເອນິດເຊ
+ອີເອມເອັບ
+ອີໂອບ
+ອີຮານ
 ອີຮື
 ອີ່ຮື
 ອຶ
 ອຶກກະທຶກ
+ອຶງ
+ອຶງຄະນຶງ
+ອຶ້ງຕຶ້ງ
+ອຶຍຶ
 ອຶດ
 ອຶດຢາກ
 ອຶດອັດ
+ອຶທື
+ອຶນ
+ອຶບ
+ອຶບໍ່ໄດ້ໄອບໍ່ດັງ
 ອຶມຄຶມ
 ອື
 ອື້
+ອື່ງ
+ອື່ງເພົ້າ
+ອື້ງອື້ງ
 ອືດ
 ອືດອັດ
 ອືດອາດ
+ອືທື
 ອື່ນ
 ອື້ນ
 ອື່ມ
+ອືລື
+ອື່ລື່ງ
 ອື້ອຶງ
+ອືອື
+ອຸ
 ອຸກ
+ອຸກກະສັນ
+ອຸກກາ
+ອຸກກາບາດ
+ອຸກກິດ
+ອຸກຂະນິມິດ
+ອຸກຂະຫຼຸກ
+ອຸກໃຈ
+ອຸກອັ່ງ
+ອຸກອາດ
 ອຸຈະລະ
+ອຸສະພະ
+ອຸສະວະ
+ອຸສາ
+ອຸສາໂຍກ
+ອຸສາຫະກຳ
+ອຸສຸ
+ອຸສຸການ
+ອຸສຸພະ
+ອຸສຸພະລາດ
+ອຸຍ
 ອຸ້ຍ
+ອຸ໋ຍ
+ອຸຍນີເຊັບ
+ອຸຍແນສໂກ
 ອຸດ
 ອຸດຈະລະ
-ອຸດທິ
-ອຸດສະເບກິດສຕານ
+ອຸດຈາລະ
 ອຸດສະເບກິສະຖານ
+ອຸດສະເບກິດສຕານ
 ອຸດສະເບັກ
 ອຸດສະຫະ
 ອຸດສະຫະກຳ
 ອຸດສາຫະ
 ອຸດສາຫະກຳ
+ອຸດສາຫະກຳສິນ
+ອຸດຊາ
+ອຸດຊີ
+ອຸດຊີຢາ
+ອຸດຊີອາ
+ອຸດຊີເອນ
+ອຸດເຊັນເຊເອຣາ
+ອຸດຕະມະ
+ອຸດຕະລະ
+ອຸດຕະລະກຸລຸ
+ອຸດຕະລະນິກາຍ
+ອຸດຕະລະມະນຸດສະທຳ
+ອຸດຕະລາສົງ
+ອຸດຕະລິມະນຸດສະທຳ
+ອຸດທິ
+ອຸດທິຍານ
 ອຸດໜູນ
 ອຸດອນ
 ອຸດົມ
 ອຸດົມການ
 ອຸດົມຄະຕິ
+ອຸດົມສົມບູນ
+ອຸດົມໄຊ
+ອຸຕະມະໂຊກ
+ອຸຕຸ
+ອຸຕຸນິຍົມວິທະຍາ
 ອຸຕຸວິທະຍາ
 ອຸຕຸເຫດ
 ອຸທອນ
+ອຸທະກະ
+ອຸທະກະສາດ
+ອຸທະກະທາລາ
+ອຸທະກະວິທະຍາ
+ອຸທາກະໄພ
+ອຸທາຍ
 ອຸທານ
 ອຸທາຫອນ
+ອຸທິຍານ
 ອຸທິດ
+ອຸທຸມພອນ
+ອຸທົກກະສາດ
 ອຸທົກກະໄພ
+ອຸທົກວິທະຍາ
+ອຸເທດ
+ອຸໄທ
 ອຸ່ນ
+ອຸ້ນ
 ອຸ່ນໃຈ
+ອຸ່ນດອງ
+ອຸນທິດ
 ອຸນນະພູມ
+ອຸນນີ
+ອຸ່ນນີ
+ອຸນລາ
+ອຸນຫະ
 ອຸນຫະພູມ
+ອຸນຫາການ
+ອຸນາໂລມ
 ອຸບ
+ອຸບປະຖຳ
 ອຸບປະທູດ
 ອຸບປະມາ
+ອຸບໂມງ
 ອຸບອິບ
 ອຸບັດ
 ອຸບັດຕິເຫດ
+ອຸບັດໄພ
 ອຸບັດເຫດ
+ອຸບາສິກາ
+ອຸບາສົກ
 ອຸບາຍ
 ອຸບາດ
+ອຸບົນ
+ອຸເບກຂາ
+ອຸໂບສົດ
+ອຸປະ
 ອຸປະກອນ
+ອຸປະການ
 ອຸປະກາລະ
+ອຸປະກາລີ
+ອຸປະກິນນະ
+ອຸປະກິເລດ
+ອຸປະຈານ
+ອຸປະສັກ
+ອຸປະສຳບັນ
+ອຸປະສຳປະທາ
+ອຸປະສຳປະທາເປກຂະ
+ອຸປະສົມບົດ
+ອຸປະສົມບົດກຳ
+ອຸປະຊົນ
+ອຸປະຍຸວະລາດ
+ອຸປະໂຍກ
+ອຸປະໂຍຄະບຸບພະບົດ
+ອຸປະໂຍລາດ
 ອຸປະຕິເຫດ
+ອຸປະຖາກ
 ອຸປະຖຳ
+ອຸປະຖຳພົກ
 ອຸປະທະວະ
 ອຸປະທະວະເຫດ
+ອຸປະທິ
 ອຸປະທູດ
+ອຸປະທົມ
+ອຸປະເທ
+ອຸປະເທດ
+ອຸປະນິກຂິດ
+ອຸປະນິສັດ
 ອຸປະນິໃສ
 ອຸປະນິໄສ
+ອຸປະນິດໄສ
+ອຸປະໄນ
+ອຸປະປາຕິກະ
+ອຸປະພັດ
+ອຸປະພັນ
 ອຸປະໂພກ
 ອຸປະມາ
-ອຸປະສັກ
-ອຸປະສົມບົດ
+ອຸປະມານ
+ອຸປະມາອຸປະໄມ
+ອຸປະລາດ
+ອຸປະລິ
+ອຸປະລິຈອນ
+ອຸປະໂລກ
 ອຸປະໂຫລກ
 ອຸປະໂຫລບ
 ອຸປະໂຫຼກ
 ອຸປະໂຫຼບ
+ອຸປະຮາດ
+ອຸປັດຊາ
+ອຸປັດຊາຍະວັດ
+ອຸປັດຖານະ
+ອຸປັດທະວະ
+ອຸປັດທະວັນຕະລາຍ
+ອຸປາທານ
+ອຸໄພ
+ອຸຟາດ
 ອຸ້ມ
+ອຸ່ມທຸ່ມ
+ອຸ່ມອຸ່ມ
 ອຸມົງ
 ອຸໂມງ
+ອຸຣີເອນ
 ອຸເຣ
-ອຸສາຫະກຳ
+ອຸລະ
+ອຸລາມ
+ອຸລຸ
+ອຸລູກະ
+ອຸລູໂກ
+ອຸໄລ
+ອຸຫະພູມ
 ອູ່
 ອູກະແລນ
 ອູກັນດາ
+ອູການ
 ອູແກຣນ
+ອູ້ຄູ້
+ອູສະເບັກກິສຖານ
+ອູຊາຍ
+ອູຊານ
+ອູເຊ
+ອູຍຸ
+ອູ້ຍູ້
 ອູດ
+ອູດເອົ້າ
 ອູໂຕປີ
+ອູບ
+ອູບຟູບ
+ອູບມຸງ
 ອູບອີບ
+ອູ້ປູ້
+ອູມ
 ອູ້ມ
 ອູ້ມຊູ
+ອູມມາ
+ອູຣະບານ
+ອູຣານ
+ອູຣິມ
+ອູຣີ
+ອູຣີມ
+ອູຣີຢາ
+ອູຣຸກກວາຍ
+ອູຣຸກວາຍ
 ອູຣູກວາຍ
+ອູເຣ
+ອູລາຍ
 ອູລານ
+ອູລານບາຕໍ
+ອູລານຽມ
 ອູລິມ
 ອູ່ລົດ
+ອູ້ອູ້
+ອູເອນ
 ອູ່ເຮືອ
 ອົກ
+ອົກໄກ່
+ອົກໃຈ
 ອົກເຊອານີ
+ອົກຣັນ
 ອົກຫັກ
+ອົກຮັນ
 ອົງ
 ອົ່ງ
+ອົ້ງ
+ອົງກອນ
+ອົງກະຖິນ
 ອົງການ
 ອົງຄະ
+ອົງຄະຊາດ
+ອົງຄະທາດ
 ອົງຄະນະ
 ອົງຄະມຸນຕີ
 ອົງຄະມົນຕີ
-ອົງປະກອບ
-ອົ້ງເລັບ
+ອົງຄະລັກ
+ອົງຄະວິທະຍາ
+ອົງຄະອົງຄາ
+ອົງຄາພະຍົບ
+ອົງຄຸລີ
+ອົງຄຸເລດ
+ອົງສັນຕິລາດ
 ອົງສາ
+ອົງສູງສຸດ
+ອົ່ງຕົ່ງ
+ອົງບໍລິສຸດ
+ອົງປະກອບ
+ອົງປະຊຸມ
+ອົ້ງປົ້ງ
+ອົງຜູ້ສູງສຸດ
+ອົງຜູ້ສູງເດັ່ນ
+ອົງຜູ້ຊົງລິດຍິ່ງໃຫຍ່
+ອົງຜູ້ບໍລິສຸດ
+ອົງພຣະຜູ້ເປັນເຈົ້າ
+ອົງເພັດຊະຄາດ
+ອົ້ງມື
+ອົ່ງລົ່ງ
+ອົ້ງເລັບ
+ອົງໜຶ່ງອົງໃດ
 ອົງອາດ
+ອົງອານຸພາບ
+ອົສຕຣາລີ
+ອົສເຕຣຍ
+ອົສໂລ
 ອົດ
+ອົດກັ້ນ
+ອົດກັ້ນໃຈ
+ອົດກັ້ນພຣະໄທ
 ອົດໃຈ
-ອົດທົນ
 ອົດສໍຕຣາລີ
 ອົດສະຕາລີ
 ອົດສະໂລ
 ອົດສາ
+ອົດສູ
+ອົດຕາຍ
+ອົດຕາວາ
+ອົດທິພົນ
+ອົດທົນ
+ອົດພຣະໄທ
+ອົດຢາກ
+ອົດຫຼັບອົດນອນ
+ອົດອາຫານ
 ອົນ
 ອົ່ນ
+ອົ້ນ
+ອົນທະການ
 ອົນລະມ່ານ
 ອົນລະເວງ
 ອົນລະໝ່ານ
+ອົນລະຫົນ
 ອົບ
+ອົບຄວັນໄຟ
 ອົບຕີມີສຕ໌
 ອົບພະຍົບ
 ອົບຣົມ
 ອົບລົມ
 ອົບອຸ່ນ
+ອົບເອົ້າ
 ອົບຮົບ
 ອົບຮົມ
 ອົມ
+ອົ້ມ
+ອົມຣີ
+ອົມຮົມ
 ອົ່ວ
 ອົວວາດູກູ
+ອົວະ
+ອຽກຕຸດ
 ອຽກລັງ
 ອຽງ
 ອ່ຽງ
 ອຽງໄປ
+ອຽງອາຍ
+ອ່ຽງເອນ
 ອຽດ
 ອຽນ
 ອ່ຽນ
 ອ່ຽມ
+ອ່ຽວ
 ເອ
+ເອ່
 ເອ້
 ເອກ
+ເອກກະພົດ
+ເອກກະລາດ
+ເອກຂະເໜກ
+ເອກໄຄ້
+ເອກຊູຊາ
 ເອກວາດໍ
-ເອກະຊົນ
-ເອກະເທດ
-ເອກະພາບ
-ເອກະພົດ
-ເອກະພົບ
-ເອກະຣາດ
-ເອກະລັກ
-ເອກະລາດ
+ເອກອັກຄະລັດຖະທູດ
+ເອກະ
 ເອກະສັນ
 ເອກະສານ
 ເອກະສິດ
+ເອກະສົກ
+ເອກະຊົນ
+ເອກະເທດ
+ເອກະໄນ
+ເອກະບຸກຄົນ
+ເອກະບຸລຸດ
+ເອກະພະລິຍາ
+ເອກະພາຄີ
+ເອກະພາບ
+ເອກະພົດ
+ເອກະພົບ
+ເອກະໄມ
+ເອກະຣາດ
+ເອກະລັກ
+ເອກະລາດ
+ເອກະລົດ
+ເອກະຮູບ
+ເອກັກຄະຕາ
+ເອກັດຖະປະໂຫຍກ
 ເອກາ
+ເອກາທິປະໄຕ
+ເອກົວດໍ
 ເອກົວຕໍຣິອານ
+ເອເກ
 ເອງ
+ເອ້ງເຖ້ງ
+ເອ່ງເລ່ງ
+ເອ້ງເອ້ງ
+ເອ່ຈ້າ
+ເອສະກຽນ
+ເອສະເທີ
+ເອສະຣາ
+ເອເສກ
+ເອຊເຣ
+ເອຊະຕາໂອນ
+ເອຊະເຕມົວ
+ເອຊະໂຕນ
+ເອຊະເທີ
+ເອຊະບາຍ
+ເອຊະບານ
+ເອຊະບາອານ
+ເອຊະຣາ
+ເອຊະຣີ
+ເອຊະລີ
+ເອຊານ
+ເອຊາຢາ
+ເອຊາຢາຊຸບ
+ເອຊາວ
+ເອຊາຮັດໂດນ
 ເອຊີບ
+ເອຊີເອ
 ເອຊີໂອນ
+ເອເຊ
+ເອເຊກີເອນ
+ເອເຊກຽນ
 ເອເຊຍ
+ເອເຊວ
+ເອເຊັກ
+ເອເຊັມ
+ເອເຊິ
 ເອ້ຍ້ອງ
+ເອດ
 ເອດສ໌
 ເອດສະເທີ
+ເອດເອດ
+ເອດີບີ
+ເອດູ
+ເອເດ
+ເອເດັນ
+ເອໂດມ
+ເອຕະທັກຄະ
+ເອຕາມ
+ເອ້ເຕ້
+ເອທະນັນ
+ເອທະນີ
+ເອທານ
+ເອທານິມ
+ເອທາມ
 ເອທິໂອເປຍ
+ເອທີເອມ
 ເອທີໂອປີ
+ເອທີໂອເປຍ
+ເອເທ
+ເອນ
+ເອ່ນ
+ເອນການາ
+ເອນໂກດ
+ເອນຈີໂອ
+ເອນຊາບັດ
+ເອນຊາຟັນ
+ເອນເຕເກ
+ເອນເຕໂກນ
+ເອນໂຕລັດ
+ເອນນາທານ
+ເອນນາອາມ
+ເອນປາຣານ
+ເອນປາອານ
+ເອນເປເລັດ
+ເອນມາດາມ
+ເອນຮະນັນ
+ເອນັນ
+ເອນາມ
+ເອນາຢິມ
+ເອໂນກ
+ເອໂນດ
+ເອບານ
+ເອບີອາສັບ
+ເອບີໄອ
+ເອເບັດ
+ເອເບັດເມເລັກ
+ເອເບັນມາຢິມ
+ເອເບັນເອເຊ
+ເອປາຍເນດ
+ເອປາຟາ
+ເອປາໂຟດີໂຕ
 ເອປິຄູຣຽນ
+ເອປີກູຣຽວ
+ເອຟຣາດ
+ເອຟຣາທາ
+ເອຟຣາຢິມ
+ເອຟຣາຢີມ
 ເອຟຣາອີມ
+ເອຟະໂຣນ
+ເອຟະລານ
+ເອຟາ
+ເອຟາຍ
+ເອຟາທາ
+ເອຟາລານ
+ເອເຟ
+ເອເຟໂຊ
+ເອເຟັກ
+ເອເຟັດດຳມີມ
+ເອໂຟດ
+ເອມໂບຣິໂອ
+ເອມເອ
+ເອມໂອຢູ
+ເອມານູເອນ
+ເອມາອູດ
+ເອມີມ
 ເອເມຣັດ
+ເອເມັກເກຊິດ
+ເອຢິບ
 ເອຢີບ
+ເອຣະ
+ເອຣາຊະໂຕ
+ເອຣານ
+ເອຣີ
 ເອເຣວັນ
+ເອເຣັກ
+ເອໂຣນເບັດຮານານ
+ເອລັດ
+ເອລາ
+ເອລາສາ
+ເອລາມ
+ເອລາວັນ
 ເອລິຊາ
 ເອລິຢາ
-ເອສະກຽນ
-ເອສະຣາ
+ເອລີ
+ເອລີກາ
+ເອລີຊາ
+ເອລີຊາເບັດ
+ເອລີຊາຟັດ
+ເອລີຊາຟັນ
+ເອລີຊາມາ
+ເອລີຊຸອາ
+ເອລີຊູ
+ເອລີເຊບາ
+ເອລີດາດ
+ເອລີຟັດ
+ເອລີຟັນ
+ເອລີເຟເລຮູ
+ເອລີເຟເລັດ
+ເອລີມ
+ເອລີມາ
+ເອລີເມເລັກ
+ເອລີຢາ
+ເອລີຢາກີມ
+ເອລີຢາສັບ
+ເອລີຢາຊິບ
+ເອລີຢາທາ
+ເອລີຢາບາ
+ເອລີອາດາ
+ເອລີອາທາ
+ເອລີອາບ
+ເອລີອາມ
+ເອລີອຸດ
+ເອລີເອເຊ
+ເອລີເອນ
+ເອລີເອນາຍ
+ເອລີເອໂຮນາຍ
+ເອລີໂອນາຍ
+ເອລີຮູ
+ເອລີໂຮເຣັບ
+ເອລູຊາຍ
+ເອລູນ
+ເອ້ເລ້
+ເອເລອາສາ
+ເອເລອາຊາ
+ເອເລອາດ
+ເອເລອາດາ
+ເອເລອາເລ
+ເອເລັກຕຣົງ
+ເອເລັກໂທນ
+ເອເລັບ
+ເອໂລນ
+ເອໂລນເບັດຮານານ
+ເອໂລອີ
+ເອໄລໂຢນ
+ເອ່ວ
+ເອ່ວກັນ
+ເອວາ
+ເອວິນເມໂຣດັກ
+ເອວີ
+ເອເວິແຣສ
+ເອຮຸດ
+ເອຮູດ
+ເອະອະ
 ເອັກສະເລ
+ເອັກບາທານາ
+ເອັກໂຣນ
+ເອັກລາ
+ເອັກລາຢິມ
+ເອັກໂລນ
+ເອັງຊຸລີ
+ເອັຍ
 ເອັດ
+ເອັດກະຊິນ
 ເອັດສະໂຕນີ
 ເອັດສະໂຕເນຍ
+ເອັດສະຣາ
+ເອັດຊະໂຄນ
+ເອັດຊະນີ
+ເອັດຊະໂບນ
+ເອັດຊະຣາ
+ເອັດຊິໂອນເກເບ
+ເອັດບາອານ
+ເອັດເຣອີ
 ເອັນ
+ເອັນກັນນີມ
+ເອັນເກດີ
+ເອັນເຊເມັດ
+ເອັນດັດ
+ເອັນດາອາ
 ເອັນດູ
+ເອັນໂດເຣ
+ເອັນຕັບປົວ
+ເອັນປັ້ນ
+ເອັນມິສປັດ
+ເອັນຣິມໂມນ
+ເອັນໂຣເກນ
+ເອັນລາສາ
+ເອັນເອັກລາຢິມ
+ເອັນຮັກໂກເຣ
+ເອັນຮັກໂກເຮ
+ເອັນຮັດດາ
+ເອັນຮາໂຊ
+ເອັບໂຣນ
+ເອັບເອັມ
 ເອາະ
+ເອາະຫຼາມ
 ເອິ
 ເອິກ
+ເອິຟຣາດ
 ເອີ
+ເອີ່
 ເອີກ
 ເອີຍ
 ເອີ່ຍ
+ເອີ໋ຍ
 ເອີນ
 ເອີ້ນ
+ເອີ້ນຊີ້ນ
+ເອີ້ນວ່າ
+ເອີ້ນຫາ
 ເອີນີ້ນ້າ
+ເອີມ
+ເອີມເຍີມ
+ເອີ່ມເຕີ່ມ
 ເອີຣົບ
 ເອີລົບ
+ເອີ່ວ
+ເອີ້ເຮີ້
+ເອຶອເລຶອ
 ເອື້ອ
+ເອື້ອງ
+ເອື້ອງດົງ
 ເອື່ອຍ
 ເອື້ອຍ
+ເອື້ອຍໃພ້
+ເອື້ອຍມຸ່ງ
+ເອື້ອຍລ້ຽງ
+ເອື້ອຍຮັກ
+ເອືອດ
+ເອືອນ
 ເອື້ອນ
+ເອືອບ
+ເອືອມ
+ເອື້ອມ
 ເອົງ
 ເອົາ
 ເອົ້າ
+ເອົາການເອົາງານ
 ເອົາເງິນ
+ເອົາຈິງເອົາ
+ເອົາຈິງເອົາຈັງ
 ເອົາໃຈ
+ເອົາໃຈໃສ່
+ເອົາໃຈຊ່ວຍ
+ເອົາຊະນະ
+ເອົາຊີວິດ
+ເອົາໂຊເຊ
+ເອົາດີເອົາເດັ່ນ
+ເອົາແຕ່ໃຈ
+ເອົາເທາະ
+ເອົາບຸນເອົາຄຸນ
+ເອົາແບບຢ່າງ
+ເອົາປຽບ
+ເອົາເປັນແບບຢ່າງ
+ເອົາເປັນເອົາຕາຍ
 ເອົາເປືອກມັນ
+ເອົ້າເປົ້າ
 ເອົາມາ
+ເອົາລະ
+ເອົາເລື່ອງ
+ເອົາເລື່ອງເອົາຄວາມ
+ເອົາໜ້າ
+ເອົ້າອັ່ງ
+ເອົາອົກເອົາໃຈ
 ແອ
+ແອ້
 ແອກ
 ແອກສແປຊີອົງ
+ແອກນ້ອຍ
 ແອງ
 ແອ່ງ
 ແອ້ງ
 ແອງຊິນ
+ແອ້ງແຖ້ງ
+ແອ່ງແລ່ງ
+ແອ້ງແລ້ງ
+ແອສກິໂມ
+ແອສໂຕນີ
+ແອສແອນພີ
 ແອດ
+ແອດແລດ
 ແອນ
 ແອ່ນ
 ແອ້ນ
+ແອນເກິນ
+ແອນສະແມ
 ແອນຊານວາດໍ
+ແອນໂຕ
+ແອນບຣຸຊ
+ແອນ້ອຍ
+ແອນແອລພີ
 ແອບ
+ແອບເຂົ້າ
+ແອບອ້າງ
+ແອບແອ
 ແອຟີ
 ແອ້ມ
 ແອວ
-ແອສກິໂມ
-ແອັດຊັງ
+ແອ່ວ
+ແອ້ວ
+ແອແອ
+ແອະແອ່ນ
+ແອັສຊັງ
 ແອັດສໂຕນີ
 ແອັດສະປາຍ
-ແອັສຊັງ
+ແອັດຊັງ
+ແອັດນາ
+ແອັບເປິນ
+ແອັບແອັບ
 ໂອ
 ໂອ່
 ໂອ້
+ໂອກ
 ໂອ໊ກຊີເຢັນ
+ໂອກາ
 ໂອກາດ
+ໂອແກນ
+ໂອຄະ
+ໂອຄະສົງສານ
+ໂອຄຸດໂຕ
+ໂອຄົດ
+ໂອງ
+ໂອ່ງ
+ໂອງການ
+ໂອຈອດສະເດນຊາລາໂດ
+ໂອສຕຣາລີ
+ໂອສະຕະ
+ໂອສານ
+ໂອສົດ
+ໂອສົດຖະກຳ
+ໂອຊະ
 ໂອຊີແຍນ
+ໂອເຊມ
 ໂອຍ
+ໂອຍໂອ
 ໂອດ
+ໂອດຊະນີ
+ໂອດຕັບປະ
+ໂອດຖະໄພ
+ໂອດນີເອນ
+ໂອດໂປດ
+ໂອດເອດ
 ໂອເດດຊາ
+ໂອເດັດ
 ໂອຕຣິດ
 ໂອຕຣີດ
 ໂອຕາວາ
@@ -11010,244 +29647,945 @@
 ໂອໂຕ
 ໂອໂຕແຊນ
 ໂອທະການ
+ໂອທະນີ
+ໂອນ
+ໂອນໍ
 ໂອ່ນ
+ໂອນກຳມະສິດ
+ໂອ້ນຊາ
+ໂອນອ່ອນ
 ໂອນອຽງ
+ໂອ່ນເອນ
+ໂອ້ນເອ້ນ
+ໂອນານ
+ໂອນາມ
 ໂອເນກີນ
 ໂອເນສີໂມ
+ໂອເນຊີຟາໂຣ
+ໂອເນຊີໂຟໂຣ
+ໂອເນຊີໂມ
+ໂອໂນ
 ໂອບ
+ໂອບກອດ
+ໂອບດ້ວຍ
+ໂອບໂລມ
+ໂອບອ້ອມ
+ໂອບອ້ອມອາລີ
+ໂອບອາບ
+ໂອບາດີຢາ
+ໂອບານ
+ໂອບິນ
+ໂອບີນ
+ໂອເບັດ
+ໂອເບັດເອໂດມ
+ໂອໂບດ
+ໂອປັກ
+ໂອປາ
+ໂອເປັກ
+ໂອ້ໂປ້
+ໂອພາ
+ໂອພາດ
+ໂອພາປາໄສ
+ໂອຟຣາ
+ໂອຟະນີ
+ໂອຟີ
+ໂອເຟນ
+ໂອມ
 ໂອມັນ
+ໂອມາ
+ໂອມານ
+ໂອເມກາ
+ໂອເມຄາ
+ໂອເມີ
+ໂອຣັງເຊິ
+ໂອຣີໂອ
+ໂອເຣນົກ
+ໂອເຣັນ
+ໂອເຣັບ
 ໂອລຳປິກ
+ໂອລິມປາ
 ໂອລິມປີກ
+ໂອລີມປາ
 ໂອລີ້ວ
+ໂອລົດ
 ໂອ້ລົມ
 ໂອເລຍ
 ໂອວາ
 ໂອວາດ
-ໂອສຕຣາລີ
-ໂອສະຕະ
-ໂອສົດ
+ໂອຫັງ
+ໂອ້ອວດ
 ໂອ່ອ່າ
+ໂອ້ອ່າວ
+ໂອ້ເອ້
+ໂອ້ໂອ່ຍຄາງ
+ໂອຮາດ
+ໂອຮີໂອ
+ໂອເຮນ
+ໂອໂຮລາ
+ໂອໂຮລີບາ
+ໂອໂຮລີບາມາ
+ໂອໂຮລຽບ
+ໂອະໂຍະ
 ໄອ
+ໄອສຄຣີມ
+ໄອສແລັນ
+ໄອສວນ
+ໄອສະຫວັນ
+ໄອສຸລິຍະ
+ໄອສຸລິຍະສົມຍະບັດ
+ໄອຍະ
+ໄອຍະການ
+ໄອຍະກີ
+ໄອຍະລາ
 ໄອຍາການ
+ໄອເນ
+ໄອໂນນ
+ໄອພີເອ
+ໄອລາພົດ
+ໄອລາວັນ
 ໄອແລນ
+ໄອໂລ
+ໄອເອມເອັຟ
+ຮໍ
+ຮໍ່
 ຮວກ
 ຮວງ
 ຮ່ວງ
+ຮ້ວງ
+ຮວງເຂົ້າ
+ຮວງຮັງ
+ຮ່ວງເຮົ້າ
+ຮວງໂຮ
+ຮ່ວງໂຮຍ
+ຮວຍ
+ຮ້ວຍ
+ຮວຍໄຂ່
+ຮວດ
+ຮ່ວນ
+ຮວນຮວນ
+ຮວບ
+ຮວບຮວມ
 ຮວມ
 ຮ່ວມ
 ຮວມກັນ
 ຮ່ວມກັນ
+ຮ່ວມກັບ
 ຮ່ວມຄິດ
 ຮ່ວມງານ
-ຮ່ວມນຳ
-ຮ່ວມມື
+ຮ່ວມໃຈ
 ຮ່ວມສຳພັນ
+ຮ່ວມທຸກ
+ຮ່ວມນຳ
+ຮ່ວມປະເວນີ
+ຮ່ວມມິດ
+ຮ່ວມມື
+ຮ່ວມຫົວ
+ຮ່ວມຮູ້
 ຮວາຍ
+ຮວ່າຍ
+ຮວ້າຍ
+ຮວ້າຍຮວ້າຍ
 ຮວາດ
+ຮວ່ານຮົນ
+ຮວ່ານເຮ
+ຮວາຮົ້ວ
+ຮອກ
+ຮອກໄກໂດ
 ຮອງ
 ຮ່ອງ
 ຮ້ອງ
 ຮ້ອງຂໍ
+ຮ້ອງຄວນຄາງ
+ຮ້ອງໂສກ
 ຮ່ອງໄຖ
 ຮ້ອງທຸກ
 ຮ່ອງນໍ້າ
+ຮອງພຣະບາດ
+ຮ້ອງເພງ
+ຮ້ອງລຳ
+ຮ້ອງລຳທຳເພງ
 ຮ່ອງເໝືອງ
+ຮ່ອງຫຼໍ່
+ຮ້ອງໃຫ້
 ຮ້ອງໄຫ້
+ຮ້ອງໄຫ້ຮໍ່າໄຮ
+ຮ້ອງເອີ້ນ
+ຮ້ອງຮ່ວນ
+ຮອງຮອງ
 ຮ່ອງຮອຍ
+ຮອງຮັບ
+ຮ້ອງຮໍ່າ
 ຮ້ອງຮຽນ
 ຮ້ອງໂຮ
+ຮ້ອງໂຮໂຄສັງກາ
 ຮອຍ
 ຮ້ອຍ
+ຮ້ອຍກອງ
 ຮ້ອຍແກ້ວ
+ຮອຍຊໍ້າ
 ຮ້ອຍແຕ້ມ
 ຮ້ອຍປີ
+ຮອຍເປື້ອນ
+ຮອຍມື
+ຮ້ອຍໜຶ່ງ
+ຮອຍໄໝ້
 ຮ້ອຍເອກ
+ຮ່ອຍຮ່ອຍ
 ຮອຍຮິດ
 ຮອດ
+ຮອດຂະໜາດ
+ຮອດຍາມ
 ຮອນ
 ຮ່ອນ
 ຮ້ອນ
+ຮ້ອນຂຶ້ນ
+ຮອນຄວາມ
 ຮ້ອນໃຈ
+ຮອນຊຸ
+ຮ້ອນພຣະໄທ
+ຮ້ອນອາດ
 ຮ້ອນເອົ້າ
+ຮອນຮອນ
+ຮອນຮໍ່າ
+ຮ້ອນຮົນ
+ຮ້ອນຮົນໃຈ
+ຮ້ອນເຮັ່ງ
+ຮ້ອນແຮງ
 ຮອບ
 ຮອບຄອບ
 ຮອບລ້ອມ
 ຮອບຮູ້
 ຮອມ
 ຮ່ອມ
+ຮ່ອມພູ
 ຮະ
+ຮະຮາບ
+ຮະຮາມ
 ຮັກ
+ຮັກກາຍ
+ຮັກກາຕານ
+ຮັກກິດ
+ຮັກກີ
+ຮັກກີຢາ
+ຮັກກົດ
 ຮັກໄຄ່
-ຮັກຊາດ
 ຮັກສາ
+ຮັກສາການ
+ຮັກຊາດ
+ຮັກແພງ
+ຮັກໂມນີ
+ຮັກຣີ
+ຮັກຫໍ່
 ຮັກຫອມ
+ຮັກເຮັ່ງ
+ຮັກແຮ້
+ຮັຂນນາ
 ຮັງ
 ຮັ່ງ
+ຮັ້ງ
+ຮັງສີ
+ຮັງນົກ
+ຮັງເຜິ້ງ
 ຮັງເຜີ້ງ
 ຮັ່ງມີ
-ຮັງສີ
 ຮັດ
+ຮັດກຸມ
 ຮັດກຸ່ມ
 ຮັດເຂົ້າ
+ຮັດເສນາອາ
+ຮັດເສນູອາ
+ຮັດໂສເຟເຣັດ
+ຮັດຊະບັດດານາ
+ຮັດຊາບ
+ຮັດຊຸບ
+ຮັດເຊນາອາ
+ຮັດເຊນູອາ
+ຮັດເຊເລເລນໂປນີ
+ຮັດຕິນ
+ຮັດຕຸຊະ
+ຮັດຣັກ
+ຮັດໄລ
+ຮັດແໜ້ນ
+ຮັນ
+ຮັ້ນ
+ຮັນທາໂທນ
+ຮັນນາ
+ຮັນນາໂທນ
+ຮັນໂລເຮັດ
+ຮັນຮູນ
 ຮັບ
 ຮັບແຂກ
 ຮັບຈັບ
 ຮັບຈ້າງ
+ຮັບສັ່ງ
+ຮັບເຊີນ
+ຮັບໃຊ້
+ຮັບໂທດ
+ຮັບບາບ
 ຮັບປະກັນ
+ຮັບປະທານ
+ຮັບປາກ
+ຮັບຜິດ
 ຮັບຜິດຊອບ
+ຮັບມໍລະດົກ
 ຮັບມື
+ຮັບລາຊະການ
+ຮັບເອົາ
 ຮັບຮອງ
 ຮັບຮູ້
 ຮັ້ອງ
+ຮາ
 ຮ່າ
+ຮ້າ
 ຮໍ່າ
+ຮ່າໆ
 ຮາກ
+ຮາກກ້ວຍ
+ຮາກແກ້ວ
 ຮາກຖານ
+ຮາກຖານການເມືອງ
+ຮາກເມືອງ
+ຮາກເຫງົ້າ
+ຮາກາ
+ຮາກາບ
+ຮາກາບາ
+ຮາກາລີຢາ
+ຮາກີລາ
+ຮາກູຟາ
+ຮໍ່າຄະນິງ
 ຮາງ
 ຮ່າງ
 ຮ້າງ
 ຮ່າງກາຍ
+ຮາງນໍ້າ
+ຮ້າງເປົ່າ
 ຮາງລິນ
+ຮາງຫຍ້າ
+ຮາງຮະ
+ຮາງຮາວ
+ຮາສະຣາ
+ຮາສາດີຢາ
+ຮາສູຟາ
+ຮາຊະໂມນາ
+ຮາຊັບນາ
+ຮາຊັບເນຢາ
+ຮາຊາ
+ຮາຊາກັດດາ
+ຮາຊາສູສາ
+ຮາຊາສູສີມ
+ຮາຊາຊູອານ
+ຮາຊາຊູອ່ານ
+ຮາຊາໂຊນ
+ຮາຊາໂຊນຕາມາ
+ຮາຊາບີຢາ
+ຮາຊາມາເວດ
+ຮາຊາຢາ
+ຮາຊາອັດດາ
+ຮາຊາເອນ
+ຮາຊາເອນັນ
+ຮາຊາເອໂນນ
+ຮາຊີເອນ
+ຮາຊຸມ
+ຮາຊູບາ
+ຮາເຊໂຣດ
+ຮາເຊັມ
+ຮາເຊີຮັດຕິໂກນ
+ຮາໂຊ
+ຮາໂຊຣ
 ຮາຍ
+ຮ່າຍ
 ຮ້າຍ
+ຮ້າຍກວ່າເກົ່າ
+ຮ້າຍກາດ
+ຮ້າຍດ່າ
+ຮ້າຍເຮັ່ງ
 ຮ້າຍແຮງ
+ຮ່າຍີ
+ຮາດ
+ຮາດທະນາ
+ຮາດັດ
+ຮາດັດຣິມໂມນ
+ຮາດັດເອເຊີ
+ຮາດາ
+ຮາດາສາ
+ຮາດາຊາ
+ຮາດາເດເຊ
+ຮາດິດ
+ຮາໂດຣາມ
+ຮາຕິຕາ
+ຮາຕິຟາ
+ຮາທັດ
+ຮາທາກ
+ຮານ
+ຮ່ານ
 ຮ້ານ
+ຮ້ານແຂວນຄໍ
+ຮານນີເອນ
 ຮ້ານພະ
+ຮານັນ
+ຮານານ
+ຮານານີ
+ຮານານີຢາ
+ຮານາເນນ
+ຮານາເມນ
+ຮານີເອນ
+ຮານຸນ
+ຮາເນເຟ
+ຮາເນັດ
+ຮາໂນກ
 ຮ່າໂນຍ
+ຮ້າໂນ້ຍ
 ຮາບ
+ຮາບກ້ຽງ
+ຮາບປິດເຊັດ
+ຮາບພຽງ
+ຮາບາກຸກ
+ຮາບາຊີນີຢາ
+ຮາບາຊີຢາ
+ຮາບາຢາ
+ຮາໂບ
+ຮາໂບນາ
+ຮໍ່າເພິງ
+ຮາຟາຣາຢິມ
+ຮາມ
+ຮາມມູເອນ
+ຮາມັດ
+ຮາມັດໂຊບາ
+ຮາມານ
+ຮາມຸຕານ
+ຮາມູນ
+ຮາເມເອນ
+ຮາໂມ
+ຮາໂມນໂຄກ
+ຮາໂມນາ
+ຮາຣັດ
+ຮາຣາ
+ຮາຣາດາ
+ຮາຣານ
 ຮາຣາເຣ
+ຮາຣິບ
+ຮາຣີ
+ຮາຣີມ
+ຮາຣຸດ
+ຮາຣຸບ
+ຮາຣຸມ
+ຮາຣຸມັບ
+ຮາເຣັບ
+ຮາໂຣ
+ຮາໂຣເຊັດ
+ຮາໂຣເຊັດຮາໂກຢິມ
+ຮາໂຣດ
+ຮາໂຣເອ
+ຮາລັກ
+ຮາລາ
+ຮາລີ
 ຮາເລລູເຢຢາ
+ຮາເລັມ
 ຮາວ
 ຮ່າວ
+ຮ້າວ
+ຮາວເຂົາ
+ຮາວປ່າ
+ຮາວຜາ
+ຮາວຮົ້ວ
+ຮ້າວໂຮບ
+ຮາວານາ
+ຮາວິລາ
 ຮາວີ
+ຮາວີລາ
+ຮາໂວດຢາອີ
+ຮໍ່າໄຫ້
+ຮາອູໂມນ
+ຮາອູຣານ
+ຮໍ່າຮ້ອງ
+ຮາຮັດ
+ຮາຮັດຊະຕາຣີ
+ຮາຮາຢາ
+ຮາຮິໂຣດ
+ຮາຮູ
 ຮໍ່າຮຽນ
+ຮໍ່າໂຮ່
+ຮໍ່າໄຮ
 ຮຳ
+ຮຳມາດ
+ຮຳມູເອນ
+ຮຳມົດໂດເຣ
+ຮຳເມດາທາ
+ຮຳໂມນ
+ຮຳໂມເລເກັດ
+ຮຳຣານ
+ຮິ
+ຮິກກາໂຢນ
+ຮິງ
+ຮິດຊະກີ
+ຮິດດາຍ
+ຮິດຕີ
+ຮິດຮິດ
+ຮິນ
+ຮິນກີຢາ
+ຮິນໂນນ
+ຮິນໂນມ
+ຮິນເລນ
+ຮິບ
+ຮິບຫີ່
+ຮິບຮີ່
+ຮິບໂຮມ
 ຮິມ
+ຮີ
+ຮີ່
+ຮີ້
+ຮີຊະກີຢາ
 ຮີດ
+ຮີດຄອງ
+ຮີດສິບສອງ
 ຮີດລູກ
 ຮີໂດແຊນ
+ຮີນ
 ຮີ່ນ
+ຮີ້ນ
 ຮີນດູ
 ຮີບ
+ຮີບດ່ວນ
 ຮີບຮ້ອນ
+ຮີບເຮັ່ງ
 ຮີບໂຮມ
 ຮີມ
+ຮີມສົບ
+ຮີມປາກ
+ຮີເມນາໂອ
+ຮີຣາ
+ຮີຣາມ
 ຮີລາມ
+ຮີເລນ
+ຮີ່ວ
+ຮີວີ
+ຮີເອນ
+ຮີຮໍ່າ
+ຮີ່ແຮ່
+ຮຶຍ
+ຮຶດ
+ຮຶດຮັດ
+ຮຶນ
 ຮຶມ
 ຮື
+ຮື່
 ຮື້
+ຮື້ຖອນ
+ຮື້ນຟື້ນ
+ຮື່ນຮື່ນ
+ຮື້ນຮື້ນ
+ຮືບຮືບ
+ຮື້ຟື້ນ
+ຮືມ
+ຮຸ
 ຮຸກ
+ຮຸກຖູ
 ຮຸກຮານ
 ຮຸງ
 ຮຸ່ງ
 ຮຸ້ງ
+ຮຸງກາຣີ
 ຮຸ່ງກາຣີ
 ຮຸ່ງກາລີ
+ຮຸ່ງຂຶ້ນ
+ຮຸ່ງເຂົ້າ
+ຮຸ່ງຄໍ່າ
+ຮຸ່ງຄີງ
+ຮຸ່ງແຈ້ງ
+ຮຸ່ງສະຫວ່າງ
+ຮຸ່ງເຊົ້າ
+ຮຸ່ງຫຼັງ
+ຮຸ່ງອາລຸນ
+ຮຸ່ງຮ້ອນ
+ຮຸ່ງຮູ້
+ຮຸ້ງເຮ່ວ
+ຮຸ່ງເຮືອງ
+ຮຸ່ຍ
+ຮຸ່ຍຮຸ່ຍ
 ຮຸດ
+ຮຸນ
 ຮຸ່ນ
 ຮຸ້ນ
+ຮຸນດາ
+ຮຸ່ນຖ້ວມຕໍ
+ຮຸນແຣງ
+ຮຸ່ນຮ່າງ
 ຮຸນແຮງ
+ຮຸບ
+ຮຸບປາ
+ຮຸບປິມ
+ຮຸບປີມ
+ຮຸມ
+ຮຸ່ມ
+ຮຸ້ມ
+ຮຸ່ມໆ
+ຮຸມຕາ
+ຮຸ່ມຮຸ່ມ
 ຮູ
 ຮູ້
 ຮູກ
+ຮູກໂກກ
+ຮູ້ກົນ
+ຮູໂກກ
+ຮູ້ຄວາມ
+ຮູ້ຄັກແນ່
 ຮູງກາລີ
 ຮູ້ຈັກ
+ຮູ້ຈັກຮັກແພງ
+ຮູ້ສໍານຶກ
+ຮູ້ສຶກ
+ຮູ້ສືກ
+ຮູຊາ
+ຮູຊາຍ
+ຮູຊາມ
+ຮູຊີມ
+ຮູຍລາ
 ຮູດ
+ຮູ້ໂຕ
+ຮູ້ເທົ່າ
+ຮູນຮູນ
 ຮູບ
 ຮູບການ
+ຮູບແກະສະຫຼັກ
 ຮູບໄຂ່
+ຮູບຄວັດ
+ຮູບຄາງໝູ
+ຮູບຄຳ
+ຮູບເຄົາລົບ
+ຮູບງາມ
 ຮູບເງົາ
 ຮູບຊວຍ
+ຮູບຊົງ
 ຮູບແຕ້ມ
 ຮູບແບບ
 ຮູບປະພັນ
 ຮູບປັ້ນ
+ຮູບພະ
 ຮູບພາບ
 ຮູບມົນ
+ຮູບລູກງົວ
 ຮູບເລື່ອງ
 ຮູບຮ່າງ
-ຮູ້ສຶກ
-ຮູ້ສືກ
+ຮູແພວ
+ຮູຟາມ
+ຮູ້ເມື້ອ
+ຮູຣາຍ
+ຮູຣາມ
+ຮູຣີ
+ຮູເຣ
+ຮູ້ລ່ວງໜ້າ
+ຮູ້ເລື່ອງ
+ຮູ້ເລື່ອງລາວ
+ຮູ້ວ່າ
+ຮູ້ເຫັນ
+ຮູອາສກາຣັນ
+ຮູ້ອາຍ
+ຮູ້ຮໍ່າ
+ຮູ້ຮ່າງ
+ຮູ້ຮຸ່ງ
 ຮົກ
+ຮົກຮ້າງ
+ຮົກຮ້າງວ່າງເປົ່າ
 ຮົກເຮື້ອ
 ຮົງ
+ຮົ້ງ
 ຮົງດູຣັດ
+ຮົງຮົງ
+ຮົດ
+ຮົດນໍ້າ
 ຮົນ
+ຮົນຮ້ອງ
+ຮົນຮ້ອນ
+ຮົນເຮ
 ຮົບ
 ຮົມ
 ຮົ່ມ
+ຮົ່ມເງົາ
+ຮົມເພິງ
+ຮົມມະນັງ
+ຮົມມະນາ
+ຮົ່ມເມືອງ
+ຮົມຢາ
+ຮົມຮົມ
 ຮົ່ວ
 ຮົ້ວ
+ຮົ້ວສວນ
 ຮຽກ
+ຮຽກຂວັນ
+ຮຽກຊື່
+ຮຽກຕົວ
+ຮຽກວ່າ
 ຮຽກຫາ
 ຮຽກຮ້ອງ
 ຮ້ຽກຮ້ອງ
 ຮຽງ
+ຮຽງຄວາມ
+ຮຽງຄອຍ
+ຮຽງຝັ້ນ
+ຮຽງພາ
+ຮຽງພ່າງ
+ຮຽງມື
+ຮຽງໝັ້ນ
+ຮຽງຮ່ວມ
+ຮຽງຮ້ານ
+ຮຽງຮຽນ
 ຮຽນ
+ຮຽນແບບ
+ຮຽນຮໍ່າ
+ຮຽນຮູ້
 ຮຽບ
 ຮຽບຮ້ອຍ
 ຮຽບຮຽງ
+ຮຽມ
+ຮຽວ
+ຮຽວຮ່ອນ
+ຮຽວເຮ້ຍ
+ເຮ
+ເຮກາຍ
 ເຮ່ງ
+ເຮສພີ
+ເຮເສັດ
+ເຮຊະໂມນ
+ເຮຊາຣິມ
+ເຮຊີ
+ເຮຊີໂອນ
+ເຮເຊກີຢາ
 ເຮເຊຄີຢາ
 ເຮ່ຍ
+ເຮ້ຍ
+ເຮຍຣາໂປລີ
+ເຮຍລາໂປລີ
+ເຮ່ຍຮວາຍ
+ເຮດ
+ເຮດຊະໂຣ
+ເຮດຊະໂຣນ
+ເຮດຊະໂລ
 ເຮດໂບນ
+ເຮດໂລນ
+ເຮນກາຍ
+ເຮນດາຍ
+ເຮນໂບນ
+ເຮນາ
+ເຮນາດາດ
+ເຮເບ
+ເຮເຟ
+ເຮມານ
+ເຮຣະມາ
+ເຮຣະເມ
+ເຮຣະໂມເກນ
+ເຮເຣັດ
+ເຮໂຣດ
+ເຮໂຣດິໂອນ
+ເຮໂຣດີໂອນ
+ເຮໂຣເດຍ
+ເຮລາ
+ເຮລາມ
 ເຮລິຄັອບເຕີ
+ເຮເລບ
+ເຮເລັກ
+ເຮເລັດ
+ເຮເລັບ
+ເຮເລັມ
+ເຮໂລນ
 ເຮໂລອິນ
+ເຮ່ວ
+ເຮວພະລັນ
+ເຮວຮອດ
+ເຮວຮີບ
+ເຮວຮຽກ
+ເຮວເຮັ່ງ
+ເຮວແຮງ
+ເຮຮາ
 ເຮັກຕາ
 ເຮັ່ງ
+ເຮັ່ງເຄື່ອງ
+ເຮັ່ງໄຟ
+ເຮັ່ງວອນ
+ເຮັ່ງຫົວ
+ເຮັ່ງຮັກ
+ເຮັ່ງເຮວ
 ເຮັດ
+ເຮັດການ
+ເຮັດຂວັນ
+ເຮັດສົງຄາມ
+ເຮັດເສຍ
+ເຮັດເສິກ
+ເຮັດເສິກສົງຄາມ
+ເຮັດຊະໂບນ
+ເຮັດຊົ່ວ
 ເຮັດດີ
+ເຮັດຕະຫຼົກ
+ເຮັດຕາມ
+ເຮັດທານ
+ເຮັດນາ
+ເຮັດບາບ
+ເຮັດຜິດ
+ເຮັດວຽກ
+ເຮັດວຽກໂຍທາ
+ເຮັດຫຍັງ
+ເຮັດໜ້າທີ່
+ເຮັດໃຫ້
+ເຮັດໄຮ່ໄຖ່ນາ
+ເຮັນ
+ເຮັນກາດ
+ເຮັນກາດຮັດຊູຣີມ
+ເຮັນບາ
+ເຮັບຊີບາ
+ເຮັບເຣິ
+ເຮັບເຣີ
+ເຮັບໂຣນ
+ເຮັມດານ
+ເຮາະ
+ເຮິ
+ເຮີງ
 ເຮີຍ
+ເຮີ່ຍ
+ເຮີ້ຍ
+ເຮີໂມນ
 ເຮີຣິເຄນ
+ເຮຶອກໍາປັ່ນ
 ເຮືອ
+ເຮື່ອ
 ເຮື້ອ
+ເຮືອກະແຊງ
+ເຮືອກາບ
 ເຮືອງ
+ເຮື້ອງ
+ເຮືອງອຳນາດ
+ເຮືອສູ້ຮົບ
+ເຮື້ອຍ
 ເຮືອດ
 ເຮືອນ
 ເຮື້ອນ
 ເຮືອນຄົວ
 ເຮືອນເຊົ່າ
+ເຮືອນຕັ້ງແຄວ່ງ
+ເຮືອນນອນ
+ເຮືອນຜົມ
 ເຮືອນພັກ
+ເຮືອນຫໍ
+ເຮືອນຮັງ
 ເຮືອບິນ
 ເຮືອໃບ
+ເຮືອຜີຫຼອກ
+ເຮືອພ່ວງ
 ເຮືອລົບ
+ເຮືອເຫາະ
+ເຮືອເຫາະຈັກກະວານ
 ເຮືອເອກ
+ເຮື່ອເຮືອງ
 ເຮົາ
 ເຮົ່າ
+ເຮົ້າ
+ເຮົ້າຫື່ນ
+ແຮ
 ແຮ່
 ແຮ້
 ແຮກ
+ແຮກສ່ຽວ
 ແຮກເຊໂກວີນາ
+ແຮກນາ
+ແຮກໝານ
 ແຮງ
+ແຮ່ງ
 ແຮ້ງ
+ແຮງກ້າ
 ແຮງງານ
+ແຮງງານເຖື່ອນ
+ແຮ້ງດໍາ
+ແຮງນ້ອຍ
+ແຮ້ງປີກດໍາ
+ແຮງມ້າ
+ແຮງໜ້ອຍ
+ແຮ່ສົບ
 ແຮດ
+ແຮດຄໍ
+ແຮດສອງນໍ
+ແຮດນໍດຽວ
+ແຮ້ທາດ
+ແຮນສິງກີ
 ແຮນຊິງກີ
 ແຮມ
+ແຮມຄືນ
 ແຮຣິງ
 ແຮ້ວ
-ແຮ່ສົບ
 ໂຮ
 ໂຮ່
+ໂຮກລາ
 ໂຮງ
+ໂຮງກະບອງ
 ໂຮງການ
+ໂຮງກຶງ
 ໂຮງງານ
+ໂຮງຊ້າງ
+ໂຮງຊາວ
+ໂຮງຕັດຂົນແກະ
+ໂຮງໂມ້
+ໂຮງລະຄອນ
+ໂຮງລ້ຽງມ້າ
+ໂຮງໜີບ
 ໂຮງໝໍ
 ໂຮງຮຽນ
 ໂຮງແຮມ
+ໂຮສາ
+ໂຮສຽງ
+ໂຮເສອາ
+ໂຮຊະຢາ
+ໂຮຊັນນາ
+ໂຮຊາມາ
+ໂຮຊາຢາ
+ໂຮເຊອາ
 ໂຮຍ
 ໂຮຍເນຍຣາ
+ໂຮດ
+ໂຮດາວີຢາ
+ໂຮດີຢາ
+ໂຮເດັດ
+ໂຮໂດຣາມ
 ໂຮແຕນ
 ໂຮແຕລ
+ໂຮທາມ
+ໂຮທີ
 ໂຮນລັງ
+ໂຮເນຍຣາ
 ໂຮບ
+ໂຮບນີ
+ໂຮບັບ
+ໂຮບາ
+ໂຮບາຢາ
+ໂຮຟະຣາ
 ໂຮມ
 ໂຮມກັນ
+ໂຮມເຂົ້າ
+ໂຮມາ
+ໂຮມາມ
+ໂຮເມີ
+ໂຮຣາມ
 ໂຮຣິ
+ໂຮຣີ
+ໂຮເຣ
+ໂຮເຣມ
+ໂຮເຣຮັກກິດກາດ
+ໂຮເຣັບ
+ໂຮໂຣນ
+ໂຮໂຣນາຢິມ
 ໂຮລີ
+ໂຮໂລນ
+ໂຮຮາມ
+ໂຮເຮັບ
+ໂຮໂຮ
+ໂຮະ
 ໄຮ
 ໄຮ່
 ໄຮ້
+ໄຮ້ຄ່າ
+ໄຮ້ສາລະ
 ໄຮໂດຣເຈັນ
+ໄຮຕິ
 ໄຮຕີ
 ໄຮ່ນາ
+ໄຮ່ບຸ
+ໄຮ້ປະໂຫຍດ
+ໄຮ້ຜິດ
+ໄຮ້ຜົນ
+ໄຮຫີນ
diff --git a/icu4c/source/data/icu4j-readme.txt b/icu4c/source/data/icu4j-readme.txt
index 6a38bd6..8d087c1 100644
--- a/icu4c/source/data/icu4j-readme.txt
+++ b/icu4c/source/data/icu4j-readme.txt
@@ -30,7 +30,7 @@
 
    For more instructions on downloading and building ICU4C,
    see the ICU4C readme at:
-        https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/master/icu4c/readme.html#HowToBuild
+        https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/main/icu4c/readme.html#HowToBuild
         (Windows: build as 'x86, Release' otherwise you will have to set 'CFG' differently below.)
 
     *NOTE* You should do a full rebuild after any data changes.
diff --git a/icu4c/source/data/unidata/changes.txt b/icu4c/source/data/unidata/changes.txt
index 9e7bd1e..7336b8d 100644
--- a/icu4c/source/data/unidata/changes.txt
+++ b/icu4c/source/data/unidata/changes.txt
@@ -49,6 +49,12 @@
 
 ---------------------------------------------------------------------------- ***
 
+Unicode 14.0 update for ICU 70
+
+Note: running `bazelisk clean` is optional but not necessary along with running `clean.sh`.
+
+---------------------------------------------------------------------------- ***
+
 Unicode 13.0 update for ICU 66
 
 https://www.unicode.org/versions/Unicode13.0.0/
diff --git a/icu4c/source/data/unidata/clean.sh b/icu4c/source/data/unidata/clean.sh
new file mode 100644
index 0000000..b71b3e8
--- /dev/null
+++ b/icu4c/source/data/unidata/clean.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+# © 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+
+# This script deletes files that generate.sh tries to regenerate.
+
+# Required environment variables:
+#   - ICU_SRC - the root directory of ICU source. This directory contains the
+#               `icu4c` directory.
+
+
+rm $ICU_SRC/icu4c/source/common/norm2_nfc_data.h
+
+rm $ICU_SRC/icu4c/source/common/uchar_props_data.h
+rm $ICU_SRC/icu4c/source/data/in/uprops.icu
+
diff --git a/icu4c/source/data/unidata/generate.sh b/icu4c/source/data/unidata/generate.sh
new file mode 100644
index 0000000..11a4271
--- /dev/null
+++ b/icu4c/source/data/unidata/generate.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+# © 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+
+# This script runs Bazel to create (generate) header files from data that are
+# needed for bootstrapping the ICU4C build to integrate the data.
+
+# Required environment variables:
+#   - ICU_SRC - the root directory of ICU source. This directory contains the
+#               `icu4c` directory.
+
+
+bazelisk build //icu4c/source/common:normalizer2
+cp $ICU_SRC/bazel-bin/icu4c/source/common/norm2_nfc_data.h $ICU_SRC/icu4c/source/common/norm2_nfc_data.h
+
+bazelisk run //tools/unicode/c/genprops $ICU_SRC/icu4c/
diff --git a/icu4c/source/data/unidata/norm2/BUILD b/icu4c/source/data/unidata/norm2/BUILD
new file mode 100644
index 0000000..f5fb9b1
--- /dev/null
+++ b/icu4c/source/data/unidata/norm2/BUILD
@@ -0,0 +1,13 @@
+# © 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+
+# This Bazel build file is needed to declare targets for the files used as
+# inputs to binary executables that are a part of other Bazel genrule targets.
+
+package(
+    default_visibility = ["//visibility:public"],
+)
+
+exports_files([
+    "nfc.txt",
+])
\ No newline at end of file
diff --git a/icu4c/source/i18n/unicode/numberformatter.h b/icu4c/source/i18n/unicode/numberformatter.h
index b867a48..7f4c7ad 100644
--- a/icu4c/source/i18n/unicode/numberformatter.h
+++ b/icu4c/source/i18n/unicode/numberformatter.h
@@ -2203,7 +2203,7 @@ class U_I18N_API NumberFormatterSettings {
      * @param usage A `usage` parameter from the units resource. See the
      * unitPreferenceData in *source/data/misc/units.txt*, generated from
      * `unitPreferenceData` in [CLDR's
-     * supplemental/units.xml](https://github.com/unicode-org/cldr/blob/master/common/supplemental/units.xml).
+     * supplemental/units.xml](https://github.com/unicode-org/cldr/blob/main/common/supplemental/units.xml).
      * @return The fluent chain.
      * @draft ICU 68
      */
diff --git a/icu4c/source/i18n/uspoof_conf.cpp b/icu4c/source/i18n/uspoof_conf.cpp
index 862f5da..acb7332 100644
--- a/icu4c/source/i18n/uspoof_conf.cpp
+++ b/icu4c/source/i18n/uspoof_conf.cpp
@@ -113,7 +113,7 @@ SPUString *SPUStringPool::getByIndex(int32_t index) {
 // by code point order.
 // Conforms to the type signature for a USortComparator in uvector.h
 
-static int8_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) {
+static int32_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) {
 	const SPUString *sL = const_cast<const SPUString *>(
         static_cast<SPUString *>(left.pointer));
  	const SPUString *sR = const_cast<const SPUString *>(
diff --git a/icu4c/source/test/cintltst/cintltst.c b/icu4c/source/test/cintltst/cintltst.c
index d43b1be..aeff2e9 100644
--- a/icu4c/source/test/cintltst/cintltst.c
+++ b/icu4c/source/test/cintltst/cintltst.c
@@ -576,6 +576,31 @@ const char* loadTestData(UErrorCode* err){
     return _testDataPath;
 }
 
+/**
+ * Returns the path to icu/source/test/testdata/
+ * Note: this function is parallel with C++ getSourceTestData in intltest.cpp
+ */
+const char *loadSourceTestData(UErrorCode* err) {
+    (void)err;
+    const char *srcDataDir = NULL;
+#ifdef U_TOPSRCDIR
+    srcDataDir = U_TOPSRCDIR U_FILE_SEP_STRING"test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING;
+#else
+    srcDataDir = ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING;
+    FILE *f = fopen(".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "rbbitst.txt", "r");
+    if (f) {
+        /* We're in icu/source/test/intltest/ */
+        fclose(f);
+    }
+    else {
+        /* We're in icu/source/test/intltest/Platform/(Debug|Release) */
+        srcDataDir = ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING
+                     "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING;
+    }
+#endif
+    return srcDataDir;
+}
+
 #define CTEST_MAX_TIMEZONE_SIZE 256
 static UChar gOriginalTimeZone[CTEST_MAX_TIMEZONE_SIZE] = {0};
 
diff --git a/icu4c/source/test/cintltst/cintltst.h b/icu4c/source/test/cintltst/cintltst.h
index f66e4c6..d023e55 100644
--- a/icu4c/source/test/cintltst/cintltst.h
+++ b/icu4c/source/test/cintltst/cintltst.h
@@ -78,11 +78,19 @@ U_CFUNC char *aescstrdup(const UChar* unichars, int32_t length);
 U_CFUNC void *ctst_malloc(size_t size);
 
 /**
- * Return the path to cintltst's data ( icu/source/data/testdata ) directory. 
+ * Return the path to cintltst's data ( icu/source/data/testdata ) directory.
+ * The path may be in the out/ directory.
  * Return value is allocated by ctst_malloc and should not be deleted.
  */
 U_CFUNC const char* loadTestData(UErrorCode* err);
 
+/*
+ * Returns the path to the icu/source/test/testdata directory.
+ * The path is always the source directory.
+ * Return value is static and should not be deleted.
+ */
+U_CFUNC const char* loadSourceTestData(UErrorCode* err);
+
 /**
  * function used to specify the error
  * converts the errorcode to an error descriptive string(const char*)
diff --git a/icu4c/source/test/cintltst/ucptrietest.c b/icu4c/source/test/cintltst/ucptrietest.c
index cbeb43d..ee07e25 100644
--- a/icu4c/source/test/cintltst/ucptrietest.c
+++ b/icu4c/source/test/cintltst/ucptrietest.c
@@ -18,6 +18,8 @@
 #include "cmemory.h"
 #include "udataswp.h"
 #include "cintltst.h"
+#include "writesrc.h"
+#include "toolutil.h"
 
 void addUCPTrieTest(TestNode** root);
 
@@ -705,6 +707,61 @@ testBuilder(const char *testName, const UMutableCPTrie *mutableTrie,
     testTrieGetRanges(testName, NULL, mutableTrie, UCPMAP_RANGE_NORMAL, 0, checkRanges, countCheckRanges);
 }
 
+static void
+trieTestGolden(const char *testName,
+             const UCPTrie* trie,
+             const CheckRange checkRanges[],
+             int32_t countCheckRanges) {
+    log_verbose("golden testing Trie '%s'\n", testName);
+
+    UErrorCode status = U_ZERO_ERROR;
+    const char *testdatapath = loadSourceTestData(&status);
+    char goldendatapath[512];
+    // note: snprintf always writes a NUL terminator.
+    snprintf(goldendatapath, 512, "%scodepointtrie%s%s.toml",
+        testdatapath, U_FILE_SEP_STRING, testName);
+
+    // Write the data into a tmpfile (memstream is not portable)
+    FILE* stream = tmpfile();
+    usrc_writeCopyrightHeader(stream, "#", 2021);
+    usrc_writeFileNameGeneratedBy(stream, "#", testName, "ucptrietest.c");
+    fputs("[code_point_trie.struct]\n", stream);
+    usrc_writeUCPTrie(stream, testName, trie, UPRV_TARGET_SYNTAX_TOML);
+    fputs("\n[code_point_trie.testdata]\n", stream);
+    fputs("# Array of (limit, value) pairs\n", stream);
+    usrc_writeArray(stream, "checkRanges = [\n  ",
+        // Note: CheckRange is a tuple of two 32-bit words
+        checkRanges, 32, countCheckRanges*2,
+        "  ", "\n]\n");
+
+    // Convert the stream into a memory buffer
+    long fsize = ftell(stream);
+    void* memoryBuffer = malloc(fsize + 1);
+    if (memoryBuffer == NULL) {
+        status = U_MEMORY_ALLOCATION_ERROR;
+        log_err_status(status, "Could not allocate buffer: %s", goldendatapath);
+        goto cleanup;
+    }
+    fseek(stream, 0, SEEK_SET);
+    fread(memoryBuffer, 1, fsize, stream);
+
+    int32_t testResult = uprv_compareGoldenFiles(
+        memoryBuffer, fsize,
+        goldendatapath,
+        getTestOption(WRITE_GOLDEN_DATA_OPTION));
+
+    if (testResult >= 0) {
+        log_err(
+            "Golden files for '%s' differ at index %d; "
+            "run cintltst with -G to write new goldens",
+            testName, testResult);
+    }
+
+cleanup:
+    fclose(stream);
+    free(memoryBuffer);
+}
+
 static uint32_t storage[120000];
 static uint32_t swapped[120000];
 
@@ -761,6 +818,19 @@ testTrieSerialize(const char *testName, UMutableCPTrie *mutableTrie,
         }
 
         testTrie(testName, trie, type, valueWidth, checkRanges, countCheckRanges);
+
+        // Compare the tries with golden data, also used for ICU4X
+        // Don't print out cloning tests (redundant data)
+        // Don't print out stress tests (file size too large)
+        // Omit some of the short-all-same tests (~25KB apiece)
+        if (!withSwap &&
+                uprv_strncmp("many-", testName, 5) != 0 &&
+                uprv_strncmp("much-", testName, 5) != 0 &&
+                uprv_strncmp("short-all-same.16", testName, 17) != 0 &&
+                uprv_strncmp("short-all-same.32", testName, 17) != 0) {
+            trieTestGolden(testName, trie, checkRanges, countCheckRanges);
+        }
+
         ucptrie_close(trie);
         trie=NULL;
 
@@ -930,17 +1000,15 @@ testTrieSerializeAllValueWidth(const char *testName,
 static UMutableCPTrie *
 makeTrieWithRanges(const char *testName, UBool withClone,
                    const SetRange setRanges[], int32_t countSetRanges,
-                   const CheckRange checkRanges[], int32_t countCheckRanges) {
+                   uint32_t initialValue, uint32_t errorValue) {
     UMutableCPTrie *mutableTrie;
-    uint32_t initialValue, errorValue;
     uint32_t value;
     UChar32 start, limit;
     int32_t i;
     UErrorCode errorCode;
 
-    log_verbose("\ntesting Trie '%s'\n", testName);
+    log_verbose("testing Trie '%s'\n", testName);
     errorCode=U_ZERO_ERROR;
-    getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);
     mutableTrie = umutablecptrie_open(initialValue, errorValue, &errorCode);
     if(U_FAILURE(errorCode)) {
         log_err("error: umutablecptrie_open(%s) failed: %s\n", testName, u_errorName(errorCode));
@@ -985,8 +1053,10 @@ static void
 testTrieRanges(const char *testName, UBool withClone,
                const SetRange setRanges[], int32_t countSetRanges,
                const CheckRange checkRanges[], int32_t countCheckRanges) {
+    uint32_t initialValue, errorValue;
+    getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);
     UMutableCPTrie *mutableTrie = makeTrieWithRanges(
-        testName, withClone, setRanges, countSetRanges, checkRanges, countCheckRanges);
+        testName, withClone, setRanges, countSetRanges, initialValue, errorValue);
     if (mutableTrie != NULL) {
         mutableTrie = testTrieSerializeAllValueWidth(testName, mutableTrie, withClone,
                                                      checkRanges, countCheckRanges);
@@ -1451,9 +1521,13 @@ TrieTestGetRangesFixedSurr(void) {
         { 0x110000, 0 }
     };
 
+    uint32_t initialValue, errorValue;
+    getSpecialValues(
+        checkRangesFixedLeadSurr1, UPRV_LENGTHOF(checkRangesFixedLeadSurr1),
+        &initialValue, &errorValue);
     UMutableCPTrie *mutableTrie = makeTrieWithRanges(
         "fixedSurr", FALSE, setRangesFixedSurr, UPRV_LENGTHOF(setRangesFixedSurr),
-        checkRangesFixedLeadSurr1, UPRV_LENGTHOF(checkRangesFixedLeadSurr1));
+        initialValue, errorValue);
     UErrorCode errorCode = U_ZERO_ERROR;
     if (mutableTrie == NULL) {
         return;
diff --git a/icu4c/source/test/intltest/intltest.cpp b/icu4c/source/test/intltest/intltest.cpp
index a905436..e9db879 100644
--- a/icu4c/source/test/intltest/intltest.cpp
+++ b/icu4c/source/test/intltest/intltest.cpp
@@ -1647,7 +1647,10 @@ const char* IntlTest::getTestDataPath(UErrorCode& err) {
     return loadTestData(err);
 }
 
-/* Returns the path to icu/source/test/testdata/ */
+/**
+ * Returns the path to icu/source/test/testdata/
+ * Note: this function is parallel with C loadSourceTestData in cintltst.c
+ */
 const char *IntlTest::getSourceTestData(UErrorCode& /*err*/) {
     const char *srcDataDir = NULL;
 #ifdef U_TOPSRCDIR
diff --git a/icu4c/source/test/intltest/uvectest.cpp b/icu4c/source/test/intltest/uvectest.cpp
index 3829ba2..0a05ea9 100644
--- a/icu4c/source/test/intltest/uvectest.cpp
+++ b/icu4c/source/test/intltest/uvectest.cpp
@@ -70,7 +70,7 @@ void UVectorTest::runIndexedTest( int32_t index, UBool exec, const char* &name,
     }\
 } UPRV_BLOCK_MACRO_END
 
-static int8_t U_CALLCONV
+static int32_t U_CALLCONV
 UVectorTest_compareInt32(UElement key1, UElement key2) {
     if (key1.integer > key2.integer) {
         return 1;
diff --git a/icu4c/source/test/testdata/codepointtrie/free-blocks.16.toml b/icu4c/source/test/testdata/codepointtrie/free-blocks.16.toml
new file mode 100644
index 0000000..6c72feb
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/free-blocks.16.toml
@@ -0,0 +1,109 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: free-blocks.16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "free-blocks.16"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0x80,0xc0,0xc0,
+  0xc0,0xc0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_16 = [
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  1,0xad
+]
+indexLength = 1024
+dataLength = 258
+highStart = 0xa00
+shifted12HighStart = 0x1
+type = 0
+valueWidth = 0
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x1
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,1,0x740,1,0x780,2,0x880,3,0x110000,1
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/free-blocks.32.toml b/icu4c/source/test/testdata/codepointtrie/free-blocks.32.toml
new file mode 100644
index 0000000..89ed72f
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/free-blocks.32.toml
@@ -0,0 +1,109 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: free-blocks.32
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "free-blocks.32"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0x80,0xc0,0xc0,
+  0xc0,0xc0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_32 = [
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  1,0xad
+]
+indexLength = 1024
+dataLength = 258
+highStart = 0xa00
+shifted12HighStart = 0x1
+type = 0
+valueWidth = 1
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x1
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,1,0x740,1,0x780,2,0x880,3,0x110000,1
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/free-blocks.8.toml b/icu4c/source/test/testdata/codepointtrie/free-blocks.8.toml
new file mode 100644
index 0000000..5c43d62
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/free-blocks.8.toml
@@ -0,0 +1,109 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: free-blocks.8
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "free-blocks.8"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0x80,0xc0,0xc0,
+  0xc0,0xc0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_8 = [
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  1,1,1,0xad
+]
+indexLength = 1024
+dataLength = 260
+highStart = 0xa00
+shifted12HighStart = 0x1
+type = 0
+valueWidth = 2
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x1
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,1,0x740,1,0x780,2,0x880,3,0x110000,1
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/free-blocks.small16.toml b/icu4c/source/test/testdata/codepointtrie/free-blocks.small16.toml
new file mode 100644
index 0000000..cd9c969
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/free-blocks.small16.toml
@@ -0,0 +1,49 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: free-blocks.small16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "free-blocks.small16"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0x80,0xc0,0xc0,
+  0xc0,0xc0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_16 = [
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  1,0xad
+]
+indexLength = 64
+dataLength = 258
+highStart = 0xa00
+shifted12HighStart = 0x1
+type = 1
+valueWidth = 0
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x1
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,1,0x740,1,0x780,2,0x880,3,0x110000,1
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/grow-data.16.toml b/icu4c/source/test/testdata/codepointtrie/grow-data.16.toml
new file mode 100644
index 0000000..da8e9f6
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/grow-data.16.toml
@@ -0,0 +1,113 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: grow-data.16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "grow-data.16"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0x60,0x80,0xa0,0xc0,
+  0xc0,0xc0,0xe0,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100
+]
+data_16 = [
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,0xad
+]
+indexLength = 1024
+dataLength = 322
+highStart = 0xa00
+shifted12HighStart = 0x1
+type = 0
+valueWidth = 0
+index3NullOffset = 0x7fff
+dataNullOffset = 0x100
+nullValue = 0x5
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,1,0x720,2,0x7a0,3,0x8a0,4,0x110000,5
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/grow-data.32.toml b/icu4c/source/test/testdata/codepointtrie/grow-data.32.toml
new file mode 100644
index 0000000..01ea3c3
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/grow-data.32.toml
@@ -0,0 +1,113 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: grow-data.32
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "grow-data.32"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0x60,0x80,0xa0,0xc0,
+  0xc0,0xc0,0xe0,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100
+]
+data_32 = [
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  0xad
+]
+indexLength = 1024
+dataLength = 321
+highStart = 0xa00
+shifted12HighStart = 0x1
+type = 0
+valueWidth = 1
+index3NullOffset = 0x7fff
+dataNullOffset = 0x100
+nullValue = 0x5
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,1,0x720,2,0x7a0,3,0x8a0,4,0x110000,5
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/grow-data.8.toml b/icu4c/source/test/testdata/codepointtrie/grow-data.8.toml
new file mode 100644
index 0000000..ef2c095
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/grow-data.8.toml
@@ -0,0 +1,113 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: grow-data.8
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "grow-data.8"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0x60,0x80,0xa0,0xc0,
+  0xc0,0xc0,0xe0,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100
+]
+data_8 = [
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,0xad
+]
+indexLength = 1024
+dataLength = 324
+highStart = 0xa00
+shifted12HighStart = 0x1
+type = 0
+valueWidth = 2
+index3NullOffset = 0x7fff
+dataNullOffset = 0x100
+nullValue = 0x5
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,1,0x720,2,0x7a0,3,0x8a0,4,0x110000,5
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/grow-data.small16.toml b/icu4c/source/test/testdata/codepointtrie/grow-data.small16.toml
new file mode 100644
index 0000000..1e761f1
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/grow-data.small16.toml
@@ -0,0 +1,53 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: grow-data.small16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "grow-data.small16"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0x60,0x80,0xa0,0xc0,
+  0xc0,0xc0,0xe0,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,
+  0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100,0x100
+]
+data_16 = [
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,0xad
+]
+indexLength = 64
+dataLength = 322
+highStart = 0xa00
+shifted12HighStart = 0x1
+type = 1
+valueWidth = 0
+index3NullOffset = 0x7fff
+dataNullOffset = 0x100
+nullValue = 0x5
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,1,0x720,2,0x7a0,3,0x8a0,4,0x110000,5
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set-empty.16.toml b/icu4c/source/test/testdata/codepointtrie/set-empty.16.toml
new file mode 100644
index 0000000..b9ec8ed
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set-empty.16.toml
@@ -0,0 +1,101 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set-empty.16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set-empty.16"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_16 = [
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,0xad
+]
+indexLength = 1024
+dataLength = 130
+highStart = 0x0
+shifted12HighStart = 0x0
+type = 0
+valueWidth = 0
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x3
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,3,0x110000,3
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set-empty.32.toml b/icu4c/source/test/testdata/codepointtrie/set-empty.32.toml
new file mode 100644
index 0000000..cc3e167
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set-empty.32.toml
@@ -0,0 +1,101 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set-empty.32
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set-empty.32"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_32 = [
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  0xad
+]
+indexLength = 1024
+dataLength = 129
+highStart = 0x0
+shifted12HighStart = 0x0
+type = 0
+valueWidth = 1
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x3
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,3,0x110000,3
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set-empty.8.toml b/icu4c/source/test/testdata/codepointtrie/set-empty.8.toml
new file mode 100644
index 0000000..5ce7bba
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set-empty.8.toml
@@ -0,0 +1,101 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set-empty.8
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set-empty.8"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_8 = [
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,0xad
+]
+indexLength = 1024
+dataLength = 132
+highStart = 0x0
+shifted12HighStart = 0x0
+type = 0
+valueWidth = 2
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x3
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,3,0x110000,3
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set-empty.small16.toml b/icu4c/source/test/testdata/codepointtrie/set-empty.small16.toml
new file mode 100644
index 0000000..f61d9fe
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set-empty.small16.toml
@@ -0,0 +1,41 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set-empty.small16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set-empty.small16"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_16 = [
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,0xad
+]
+indexLength = 64
+dataLength = 130
+highStart = 0x0
+shifted12HighStart = 0x0
+type = 1
+valueWidth = 0
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x3
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,3,0x110000,3
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set-single-value.16.toml b/icu4c/source/test/testdata/codepointtrie/set-single-value.16.toml
new file mode 100644
index 0000000..6eac4b7
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set-single-value.16.toml
@@ -0,0 +1,101 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set-single-value.16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set-single-value.16"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_16 = [
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,0xad
+]
+indexLength = 1024
+dataLength = 130
+highStart = 0x0
+shifted12HighStart = 0x0
+type = 0
+valueWidth = 0
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x5
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,3,0x110000,5
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set-single-value.32.toml b/icu4c/source/test/testdata/codepointtrie/set-single-value.32.toml
new file mode 100644
index 0000000..9db8482
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set-single-value.32.toml
@@ -0,0 +1,101 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set-single-value.32
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set-single-value.32"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_32 = [
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  0xad
+]
+indexLength = 1024
+dataLength = 129
+highStart = 0x0
+shifted12HighStart = 0x0
+type = 0
+valueWidth = 1
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x5
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,3,0x110000,5
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set-single-value.8.toml b/icu4c/source/test/testdata/codepointtrie/set-single-value.8.toml
new file mode 100644
index 0000000..c92b7a8
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set-single-value.8.toml
@@ -0,0 +1,101 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set-single-value.8
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set-single-value.8"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_8 = [
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,0xad
+]
+indexLength = 1024
+dataLength = 132
+highStart = 0x0
+shifted12HighStart = 0x0
+type = 0
+valueWidth = 2
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x5
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,3,0x110000,5
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set-single-value.small16.toml b/icu4c/source/test/testdata/codepointtrie/set-single-value.small16.toml
new file mode 100644
index 0000000..568362f
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set-single-value.small16.toml
@@ -0,0 +1,41 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set-single-value.small16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set-single-value.small16"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+]
+data_16 = [
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  5,0xad
+]
+indexLength = 64
+dataLength = 130
+highStart = 0x0
+shifted12HighStart = 0x0
+type = 1
+valueWidth = 0
+index3NullOffset = 0x7fff
+dataNullOffset = 0x0
+nullValue = 0x5
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,3,0x110000,5
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set1.16.toml b/icu4c/source/test/testdata/codepointtrie/set1.16.toml
new file mode 100644
index 0000000..e064217
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set1.16.toml
@@ -0,0 +1,138 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set1.16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set1.16"
+index = [
+  0,0x40,0x40,0x59,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0xb3,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xfb,0x121,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x14d,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x495,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x4bc,0x4bf,0x4bf,
+  0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,
+  0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,
+  0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4df,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x1ba,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x1c6,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0x1d3,0x1da,0x1da,0x1da,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x439,0xd0,0xd0,
+  0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,
+  0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0x455,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,0x475
+]
+data_16 = [
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0,0,0,0,0,0,
+  0,0,0,0,0,0,0xf,0x10,0x10,0x11,0x12,0x12,0x12,0x12,0x12,0x12,
+  0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0,0xad
+]
+indexLength = 1248
+dataLength = 492
+highStart = 0xf0200
+shifted12HighStart = 0xf1
+type = 0
+valueWidth = 0
+index3NullOffset = 0x4
+dataNullOffset = 0x0
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,0,0x40,0,0xe7,0x34,0x3400,0,0x9fa6,0x61,0xda9e,0x31,0xdada,0,0xeeee,0xff,
+  0x11111,1,0x44444,0x61,0xf0003,0,0xf0004,0xf,0xf0006,0x10,0xf0007,0x11,0xf0040,0x12,0x110000,0
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set1.32.toml b/icu4c/source/test/testdata/codepointtrie/set1.32.toml
new file mode 100644
index 0000000..9b7299b
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set1.32.toml
@@ -0,0 +1,138 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set1.32
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set1.32"
+index = [
+  0,0x40,0x40,0x59,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0xb3,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xfb,0x121,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x14d,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x495,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x4bc,0x4bf,0x4bf,
+  0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,
+  0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,
+  0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4df,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x1ba,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x1c6,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0x1d3,0x1da,0x1da,0x1da,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x439,0xd0,0xd0,
+  0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,
+  0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0x455,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,0x475
+]
+data_32 = [
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0,0,0,0,0,0,
+  0,0,0,0,0,0,0xf,0x10,0x10,0x11,0x12,0x12,0x12,0x12,0x12,0x12,
+  0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0,0xad
+]
+indexLength = 1248
+dataLength = 492
+highStart = 0xf0200
+shifted12HighStart = 0xf1
+type = 0
+valueWidth = 1
+index3NullOffset = 0x4
+dataNullOffset = 0x0
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,0,0x40,0,0xe7,0x34,0x3400,0,0x9fa6,0x61,0xda9e,0x31,0xdada,0,0xeeee,0xff,
+  0x11111,1,0x44444,0x61,0xf0003,0,0xf0004,0xf,0xf0006,0x10,0xf0007,0x11,0xf0040,0x12,0x110000,0
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set1.8.toml b/icu4c/source/test/testdata/codepointtrie/set1.8.toml
new file mode 100644
index 0000000..4d06bf9
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set1.8.toml
@@ -0,0 +1,138 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set1.8
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set1.8"
+index = [
+  0,0x40,0x40,0x59,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0xb3,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xfb,0x121,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,
+  0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x13b,0x14d,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x495,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x49e,0x4bc,0x4bf,0x4bf,
+  0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,
+  0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,
+  0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4bf,0x4df,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,
+  0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x17b,0x1ba,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x1c6,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0x1d3,0x1da,0x1da,0x1da,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x3bc,0x439,0xd0,0xd0,
+  0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,
+  0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0x455,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,0x475
+]
+data_8 = [
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0,0,0,0,0,0,
+  0,0,0,0,0,0,0xf,0x10,0x10,0x11,0x12,0x12,0x12,0x12,0x12,0x12,
+  0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0,0xad
+]
+indexLength = 1248
+dataLength = 492
+highStart = 0xf0200
+shifted12HighStart = 0xf1
+type = 0
+valueWidth = 2
+index3NullOffset = 0x4
+dataNullOffset = 0x0
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,0,0x40,0,0xe7,0x34,0x3400,0,0x9fa6,0x61,0xda9e,0x31,0xdada,0,0xeeee,0xff,
+  0x11111,1,0x44444,0x61,0xf0003,0,0xf0004,0xf,0xf0006,0x10,0xf0007,0x11,0xf0040,0x12,0x110000,0
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set1.small16.toml b/icu4c/source/test/testdata/codepointtrie/set1.small16.toml
new file mode 100644
index 0000000..1a72417
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set1.small16.toml
@@ -0,0 +1,81 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set1.small16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set1.small16"
+index = [
+  0,0x40,0x40,0x59,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0x17f,0x199,0x1aa,0x1bd,0x1d5,0x199,0x199,0x199,0x199,0x199,0x199,0x199,0x199,0x199,0x199,0x199,
+  0x199,0x1f3,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,
+  0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,
+  0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x1f6,0x216,0,0x10,0x20,
+  0x30,0x40,0x50,0x60,0x70,0x40,0x50,0x60,0x70,0x59,0x69,0x79,0x89,0,0x10,0x20,
+  0x30,0,0x10,0x20,0x30,0,0x10,0x20,0x30,0,0x10,0x20,0x30,0,0x10,0x20,
+  0x30,0,0x10,0x20,0x30,0,0x10,0x20,0x30,0,0x10,0x20,0x30,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0xa3,0xa9,0xa9,
+  0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,
+  0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xab,0,
+  0,0,0xb9,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,
+  0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,
+  0xc3,0xc3,0xc3,0xc5,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,
+  0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,
+  0xd3,0xd3,0xd3,0xd3,0xe2,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x99,0x99,0x99,0xee,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0xfb,
+  0x102,0x102,0x102,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0x7d,
+  0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,0xad,0xad,0xad,0xad,0xad,0xad,0xad,
+  0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,
+  0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xb3,0xce,0xce,0xce,0xce,0xce,0xce,
+  0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xe5,0xf3,0xf3,0xf3,0xf3,0xf3,
+  0xf3,0xf3,0xf3,0xf3,0x105,0x114,0x114,0x114,0x114,0x114,0x114,0x114,0x114,0x123,0xad,0xad,
+  0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,
+  0xad,0xad,0xad,0xad,0xad,0x13f,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,0x15f
+]
+data_16 = [
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0,0,0,0,0,0,0,
+  0,0,0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0xff,0xff,0xff,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x61,0x61,0,0,0,0,0,0,0,0,0,0,0,0,0xf,0x10,
+  0x10,0x11,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,
+  0x12,0x12,0xad,0,0xad
+]
+indexLength = 535
+dataLength = 277
+highStart = 0xf0200
+shifted12HighStart = 0xf1
+type = 1
+valueWidth = 0
+index3NullOffset = 0x4
+dataNullOffset = 0x0
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,0,0x40,0,0xe7,0x34,0x3400,0,0x9fa6,0x61,0xda9e,0x31,0xdada,0,0xeeee,0xff,
+  0x11111,1,0x44444,0x61,0xf0003,0,0xf0004,0xf,0xf0006,0x10,0xf0007,0x11,0xf0040,0x12,0x110000,0
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set2-overlap.16.toml b/icu4c/source/test/testdata/codepointtrie/set2-overlap.16.toml
new file mode 100644
index 0000000..79bed6e
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set2-overlap.16.toml
@@ -0,0 +1,128 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set2-overlap.16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set2-overlap.16"
+index = [
+  0,0x40,0x72,0x95,0xb3,0xb3,0xb3,0xb3,0xf2,0xf2,0xf2,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0x45e,0x45e,0x45e,0x45e,0x45e,0x45e,0x45e,0x462,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0x132,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,
+  0x13e,0x145,0x145,0x145,0x145,0x145,0x145,0x145,0x145,0x145,0x14d,0x135,0x135,0x135,0x135,0x135,
+  0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,
+  0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x155,0x161,0x161,0x161,0x161,
+  0x161,0x161,0x161,0x161,0x161,0x161,0x161,0x161,0x167,0x172,0xb3,0xb3,0xb3,0xb3,0xb,0xb,
+  0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,
+  0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0x408,0x421,
+  0x42b,0x43e
+]
+data_16 = [
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,0,0,0,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,
+  0x7a,0x7a,0x7a,0x7a,0x7a,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,
+  0x7a,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,2,0,0,0,0,0,0,0,0,0,0,0,7,7,7,
+  7,7,0,0xad
+]
+indexLength = 1154
+dataLength = 388
+highStart = 0x30000
+shifted12HighStart = 0x30
+type = 0
+valueWidth = 0
+index3NullOffset = 0xb
+dataNullOffset = 0xb3
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,0,0x21,0,0x72,0x5555,0xdd,3,0xde,4,0x201,0,0x240,6,0x241,0,
+  0x280,6,0x281,0,0x2c0,6,0x2f883,0,0x2f987,0x7a,0x2fa98,5,0x2fedc,0x7a,0x2ffaa,1,
+  0x2ffab,2,0x2ffbb,0,0x2ffc0,7,0x110000,0
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set2-overlap.32.toml b/icu4c/source/test/testdata/codepointtrie/set2-overlap.32.toml
new file mode 100644
index 0000000..7582d96
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set2-overlap.32.toml
@@ -0,0 +1,128 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set2-overlap.32
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set2-overlap.32"
+index = [
+  0,0x40,0x72,0x95,0xb3,0xb3,0xb3,0xb3,0xf2,0xf2,0xf2,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0x45e,0x45e,0x45e,0x45e,0x45e,0x45e,0x45e,0x462,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0x132,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,
+  0x13e,0x145,0x145,0x145,0x145,0x145,0x145,0x145,0x145,0x145,0x14d,0x135,0x135,0x135,0x135,0x135,
+  0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,
+  0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x155,0x161,0x161,0x161,0x161,
+  0x161,0x161,0x161,0x161,0x161,0x161,0x161,0x161,0x167,0x172,0xb3,0xb3,0xb3,0xb3,0xb,0xb,
+  0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,
+  0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0x408,0x421,
+  0x42b,0x43e
+]
+data_32 = [
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,0,0,0,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,
+  0x7a,0x7a,0x7a,0x7a,0x7a,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,
+  0x7a,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,2,0,0,0,0,0,0,0,0,0,0,0,7,7,7,
+  7,7,0,0xad
+]
+indexLength = 1154
+dataLength = 388
+highStart = 0x30000
+shifted12HighStart = 0x30
+type = 0
+valueWidth = 1
+index3NullOffset = 0xb
+dataNullOffset = 0xb3
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,0,0x21,0,0x72,0x5555,0xdd,3,0xde,4,0x201,0,0x240,6,0x241,0,
+  0x280,6,0x281,0,0x2c0,6,0x2f883,0,0x2f987,0x7a,0x2fa98,5,0x2fedc,0x7a,0x2ffaa,1,
+  0x2ffab,2,0x2ffbb,0,0x2ffc0,7,0x110000,0
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set2-overlap.small16.toml b/icu4c/source/test/testdata/codepointtrie/set2-overlap.small16.toml
new file mode 100644
index 0000000..08741ac
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set2-overlap.small16.toml
@@ -0,0 +1,73 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set2-overlap.small16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set2-overlap.small16"
+index = [
+  0,0x40,0x72,0x95,0xb3,0xb3,0xb3,0xb3,0xf2,0xf2,0xf2,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xee,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xfa,0,0x10,0x20,0x30,
+  0x40,0x50,0x60,0x70,0x72,0x82,0x92,0xa2,0x95,0xa5,0xb5,0xc5,0xb3,0xc3,0xd3,0xe3,
+  0xb3,0xc3,0xd3,0xe3,0xb3,0xc3,0xd3,0xe3,0xb3,0xc3,0xd3,0xe3,0xf2,0x102,0x112,0x122,
+  0xf2,0x102,0x112,0x122,0xf2,0x102,0x112,0x122,0xb3,0xc3,0xd3,0xe3,0xb3,0xc3,0xd3,0xe3,
+  0xb3,0xc3,0xd3,0xe3,0xb3,0xc3,0xd3,0xe3,0xb3,0xc3,0xd3,0xe3,0xb3,0xc3,0xd3,0xe3,
+  0xb3,0xc3,0xd3,0xe3,0xb3,0xc3,0xd3,0xe3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0x132,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,
+  0x13e,0x145,0x145,0x145,0x145,0x145,0x145,0x145,0x145,0x145,0x14d,0x135,0x135,0x135,0x135,0x135,
+  0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,
+  0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x135,0x155,0x161,0x161,0x161,0x161,
+  0x161,0x161,0x161,0x161,0x161,0x161,0x161,0x161,0x167,0x172,0xb3,0xb3,0xb3,0xb3,0x4c,0x6c,
+  0x78,0x78,0x78,0x78,0x78,0x78,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,
+  0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,
+  0xb,0xb,0xb,0xb,0xb,0xb,0x98,0xb1,0xbb,0xce
+]
+data_16 = [
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,0x5555,
+  0x5555,0x5555,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,0,0,0,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,
+  0x7a,0x7a,0x7a,0x7a,0x7a,5,5,5,5,5,5,5,5,5,5,5,
+  5,5,5,5,5,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,
+  0x7a,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,2,0,0,0,0,0,0,0,0,0,0,0,7,7,7,
+  7,7,0,0xad
+]
+indexLength = 282
+dataLength = 388
+highStart = 0x30000
+shifted12HighStart = 0x30
+type = 1
+valueWidth = 0
+index3NullOffset = 0xb
+dataNullOffset = 0xb3
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,0,0x21,0,0x72,0x5555,0xdd,3,0xde,4,0x201,0,0x240,6,0x241,0,
+  0x280,6,0x281,0,0x2c0,6,0x2f883,0,0x2f987,0x7a,0x2fa98,5,0x2fedc,0x7a,0x2ffaa,1,
+  0x2ffab,2,0x2ffbb,0,0x2ffc0,7,0x110000,0
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set3-initial-9.16.toml b/icu4c/source/test/testdata/codepointtrie/set3-initial-9.16.toml
new file mode 100644
index 0000000..c94365e
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set3-initial-9.16.toml
@@ -0,0 +1,128 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set3-initial-9.16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set3-initial-9.16"
+index = [
+  0,0x40,0x5c,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xf7,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x177,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x1a6,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x1da,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6
+]
+data_16 = [
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,0xad
+]
+indexLength = 1024
+dataLength = 552
+highStart = 0xce00
+shifted12HighStart = 0xd
+type = 0
+valueWidth = 0
+index3NullOffset = 0x7fff
+dataNullOffset = 0x80
+nullValue = 0x9
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,9,0x31,9,0xa4,1,0x3400,9,0x6789,2,0x9000,9,0xa000,4,0xabcd,9,
+  0xbcde,3,0xcccc,9,0x110000,6
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set3-initial-9.32.toml b/icu4c/source/test/testdata/codepointtrie/set3-initial-9.32.toml
new file mode 100644
index 0000000..1a0c973
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set3-initial-9.32.toml
@@ -0,0 +1,128 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set3-initial-9.32
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set3-initial-9.32"
+index = [
+  0,0x40,0x5c,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xf7,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x177,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x1a6,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x1da,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6
+]
+data_32 = [
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,0xad
+]
+indexLength = 1024
+dataLength = 551
+highStart = 0xce00
+shifted12HighStart = 0xd
+type = 0
+valueWidth = 1
+index3NullOffset = 0x7fff
+dataNullOffset = 0x80
+nullValue = 0x9
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,9,0x31,9,0xa4,1,0x3400,9,0x6789,2,0x9000,9,0xa000,4,0xabcd,9,
+  0xbcde,3,0xcccc,9,0x110000,6
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set3-initial-9.8.toml b/icu4c/source/test/testdata/codepointtrie/set3-initial-9.8.toml
new file mode 100644
index 0000000..5008268
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set3-initial-9.8.toml
@@ -0,0 +1,128 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set3-initial-9.8
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set3-initial-9.8"
+index = [
+  0,0x40,0x5c,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xf7,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,0x137,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x177,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,0x184,
+  0x184,0x184,0x184,0x1a6,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x1da,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,
+  0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6,0x1e6
+]
+data_8 = [
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,6,6,6,6,6,6,0xad
+]
+indexLength = 1024
+dataLength = 552
+highStart = 0xce00
+shifted12HighStart = 0xd
+type = 0
+valueWidth = 2
+index3NullOffset = 0x7fff
+dataNullOffset = 0x80
+nullValue = 0x9
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,9,0x31,9,0xa4,1,0x3400,9,0x6789,2,0x9000,9,0xa000,4,0xabcd,9,
+  0xbcde,3,0xcccc,9,0x110000,6
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/set3-initial-9.small16.toml b/icu4c/source/test/testdata/codepointtrie/set3-initial-9.small16.toml
new file mode 100644
index 0000000..aee1538
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/set3-initial-9.small16.toml
@@ -0,0 +1,72 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: set3-initial-9.small16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "set3-initial-9.small16"
+index = [
+  0,0x40,0x5c,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x11c,0x136,0x14e,0x16d,0,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x5c,0x6c,0x7c,0x8c,
+  0x80,0x90,0xa0,0xb0,0x80,0x90,0xa0,0xb0,0x80,0x90,0xa0,0xb0,0x80,0x90,0xa0,0xb0,
+  0x80,0x90,0xa0,0xb0,0x80,0x90,0xa0,0xb0,0x80,0x90,0xa0,0xb0,0x80,0x90,0xa0,0xb0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc7,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,
+  0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,
+  0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0xe7,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,
+  0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,
+  0xf4,0xf4,0xf4,0xf4,0xf4,0xf6,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x104,0x110,0x110,0x110,0x110,0x110,0x110,0x110,
+  0x110,0x110,0x110,0x110,0x110,0x110,0x110,0x110,0x110,0x110,0x110,0x110,0x44,0x50,0x50,0x50,
+  0x50,0x50,0x50,0x50,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,
+  0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x78,3,3,3,3,3,3,
+  3,3,3,3,3,3,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,3,3,
+  3,3,3,0xb8,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xe8,3,3,3,
+  3,3,3,0xfc
+]
+data_16 = [
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  9,9,9,9,9,9,9,4,4,4,4,4,4,4,4,4,
+  4,4,4,4,4,4,4,9,9,9,9,9,9,9,9,9,
+  9,9,9,9,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,9,9,9,9,9,9,9,9,9,9,9,9,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  6,0xad
+]
+indexLength = 372
+dataLength = 290
+highStart = 0xce00
+shifted12HighStart = 0xd
+type = 1
+valueWidth = 0
+index3NullOffset = 0x3
+dataNullOffset = 0x80
+nullValue = 0x9
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0,9,0x31,9,0xa4,1,0x3400,9,0x6789,2,0x9000,9,0xa000,4,0xabcd,9,
+  0xbcde,3,0xcccc,9,0x110000,6
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/short-all-same.8.toml b/icu4c/source/test/testdata/codepointtrie/short-all-same.8.toml
new file mode 100644
index 0000000..e1b2648
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/short-all-same.8.toml
@@ -0,0 +1,385 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: short-all-same.8
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "short-all-same.8"
+index = [
+  0,0x40,0x80,0xc0,0x100,0x140,0x180,0x1c0,0x200,0x240,0x280,0x2c0,0x300,0x340,0x380,0x3c0,
+  0x400,0x440,0x480,0x4c0,0x500,0x540,0x580,0x5c0,0x600,0x640,0x680,0x6c0,0x700,0x740,0x780,0x7c0,
+  0x800,0x840,0x880,0x8c0,0x900,0x940,0x980,0x9c0,0xa00,0xa40,0xa80,0xac0,0xb00,0xb40,0xb80,0xbc0,
+  0xc00,0xc40,0xc80,0xcc0,0xd00,0xd40,0xd80,0xdc0,0xe00,0xe40,0xe80,0xec0,0xf00,0xf40,0xf80,0xfc0,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,
+  0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000,0x1000
+]
+data_8 = [
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
+  8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,
+  0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,
+  0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,
+  0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,
+  0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,
+  0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,
+  0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,
+  0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,
+  0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,
+  0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,
+  0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,
+  0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,
+  0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,
+  0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,
+  0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,
+  0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,
+  0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,
+  0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,
+  0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,
+  0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,
+  0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,
+  0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,
+  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+  0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,
+  0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,
+  0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,
+  0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,
+  0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,
+  0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,
+  0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,
+  0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,
+  0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,
+  0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,
+  0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,
+  0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,
+  0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,
+  0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,
+  0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,
+  0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,
+  0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,
+  0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,
+  0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,
+  0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,
+  0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,
+  0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,
+  0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,
+  0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,
+  0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,
+  0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,
+  0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,
+  0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,
+  0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,
+  0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,
+  0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,
+  0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,
+  0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,
+  0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,
+  0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,
+  0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,
+  0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,
+  0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,
+  0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,
+  0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,
+  0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,
+  0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,
+  0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,
+  0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,
+  0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,
+  0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,
+  0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,
+  0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,
+  0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,
+  0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,
+  0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,
+  0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,
+  0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,
+  0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,
+  0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,
+  0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,
+  0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,
+  0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,
+  0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,
+  0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,
+  0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,
+  0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,
+  0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,
+  0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,
+  0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,
+  0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,
+  0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,
+  0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,
+  0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,
+  0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,
+  0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,
+  0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,
+  0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,
+  0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,
+  0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,
+  0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,
+  0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,
+  0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,
+  0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,
+  0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,
+  0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,
+  0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,
+  0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,
+  0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,
+  0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,
+  0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,
+  0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,
+  0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,
+  0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,
+  0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,
+  0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,
+  0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,
+  0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,
+  0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,
+  0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,
+  0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,
+  0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,
+  0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,
+  0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,
+  0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,
+  0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,
+  0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,
+  0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,
+  0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,
+  0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,
+  0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,
+  0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,
+  0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,
+  0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,
+  0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,
+  0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,
+  0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,
+  0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,
+  0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,
+  0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,
+  0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,
+  0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,
+  0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,
+  0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,
+  0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,
+  0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,
+  0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,
+  0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,
+  0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,
+  0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,
+  0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,
+  0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,
+  0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,
+  0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,
+  0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,
+  0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,
+  0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,
+  0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,
+  0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,
+  0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,
+  0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,
+  0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,
+  0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,
+  0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,
+  0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,
+  0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,
+  0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,
+  0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,
+  0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,
+  0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,
+  0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,
+  0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,
+  0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,
+  0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,
+  0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,
+  0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,
+  0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,
+  0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,
+  0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,
+  0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,
+  0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,
+  0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,
+  0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,
+  0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,
+  0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,
+  0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,
+  0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,
+  0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,
+  0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,
+  0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,
+  0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,
+  0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,
+  0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,
+  0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,
+  0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,
+  0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,
+  0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,
+  0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,
+  0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,
+  0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,
+  0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,
+  0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,
+  0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,
+  0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,
+  0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,
+  0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,
+  0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,
+  0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,
+  0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,
+  0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,
+  0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,
+  0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,
+  0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,
+  0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,
+  0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,
+  0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,
+  0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,
+  0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,
+  0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,
+  0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,
+  0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,
+  0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,
+  0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,
+  0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,
+  0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,
+  0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,
+  0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,
+  0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,
+  0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0xad
+]
+indexLength = 1024
+dataLength = 4164
+highStart = 0x1000
+shifted12HighStart = 0x1
+type = 0
+valueWidth = 2
+index3NullOffset = 0x7fff
+dataNullOffset = 0x1000
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0x10,0,0x20,1,0x30,2,0x40,3,0x50,4,0x60,5,0x70,6,0x80,7,
+  0x90,8,0xa0,9,0xb0,0xa,0xc0,0xb,0xd0,0xc,0xe0,0xd,0xf0,0xe,0x100,0xf,
+  0x110,0x10,0x120,0x11,0x130,0x12,0x140,0x13,0x150,0x14,0x160,0x15,0x170,0x16,0x180,0x17,
+  0x190,0x18,0x1a0,0x19,0x1b0,0x1a,0x1c0,0x1b,0x1d0,0x1c,0x1e0,0x1d,0x1f0,0x1e,0x200,0x1f,
+  0x210,0x20,0x220,0x21,0x230,0x22,0x240,0x23,0x250,0x24,0x260,0x25,0x270,0x26,0x280,0x27,
+  0x290,0x28,0x2a0,0x29,0x2b0,0x2a,0x2c0,0x2b,0x2d0,0x2c,0x2e0,0x2d,0x2f0,0x2e,0x300,0x2f,
+  0x310,0x30,0x320,0x31,0x330,0x32,0x340,0x33,0x350,0x34,0x360,0x35,0x370,0x36,0x380,0x37,
+  0x390,0x38,0x3a0,0x39,0x3b0,0x3a,0x3c0,0x3b,0x3d0,0x3c,0x3e0,0x3d,0x3f0,0x3e,0x400,0x3f,
+  0x410,0x40,0x420,0x41,0x430,0x42,0x440,0x43,0x450,0x44,0x460,0x45,0x470,0x46,0x480,0x47,
+  0x490,0x48,0x4a0,0x49,0x4b0,0x4a,0x4c0,0x4b,0x4d0,0x4c,0x4e0,0x4d,0x4f0,0x4e,0x500,0x4f,
+  0x510,0x50,0x520,0x51,0x530,0x52,0x540,0x53,0x550,0x54,0x560,0x55,0x570,0x56,0x580,0x57,
+  0x590,0x58,0x5a0,0x59,0x5b0,0x5a,0x5c0,0x5b,0x5d0,0x5c,0x5e0,0x5d,0x5f0,0x5e,0x600,0x5f,
+  0x610,0x60,0x620,0x61,0x630,0x62,0x640,0x63,0x650,0x64,0x660,0x65,0x670,0x66,0x680,0x67,
+  0x690,0x68,0x6a0,0x69,0x6b0,0x6a,0x6c0,0x6b,0x6d0,0x6c,0x6e0,0x6d,0x6f0,0x6e,0x700,0x6f,
+  0x710,0x70,0x720,0x71,0x730,0x72,0x740,0x73,0x750,0x74,0x760,0x75,0x770,0x76,0x780,0x77,
+  0x790,0x78,0x7a0,0x79,0x7b0,0x7a,0x7c0,0x7b,0x7d0,0x7c,0x7e0,0x7d,0x7f0,0x7e,0x800,0x7f,
+  0x810,0x80,0x820,0x81,0x830,0x82,0x840,0x83,0x850,0x84,0x860,0x85,0x870,0x86,0x880,0x87,
+  0x890,0x88,0x8a0,0x89,0x8b0,0x8a,0x8c0,0x8b,0x8d0,0x8c,0x8e0,0x8d,0x8f0,0x8e,0x900,0x8f,
+  0x910,0x90,0x920,0x91,0x930,0x92,0x940,0x93,0x950,0x94,0x960,0x95,0x970,0x96,0x980,0x97,
+  0x990,0x98,0x9a0,0x99,0x9b0,0x9a,0x9c0,0x9b,0x9d0,0x9c,0x9e0,0x9d,0x9f0,0x9e,0xa00,0x9f,
+  0xa10,0xa0,0xa20,0xa1,0xa30,0xa2,0xa40,0xa3,0xa50,0xa4,0xa60,0xa5,0xa70,0xa6,0xa80,0xa7,
+  0xa90,0xa8,0xaa0,0xa9,0xab0,0xaa,0xac0,0xab,0xad0,0xac,0xae0,0xad,0xaf0,0xae,0xb00,0xaf,
+  0xb10,0xb0,0xb20,0xb1,0xb30,0xb2,0xb40,0xb3,0xb50,0xb4,0xb60,0xb5,0xb70,0xb6,0xb80,0xb7,
+  0xb90,0xb8,0xba0,0xb9,0xbb0,0xba,0xbc0,0xbb,0xbd0,0xbc,0xbe0,0xbd,0xbf0,0xbe,0xc00,0xbf,
+  0xc10,0xc0,0xc20,0xc1,0xc30,0xc2,0xc40,0xc3,0xc50,0xc4,0xc60,0xc5,0xc70,0xc6,0xc80,0xc7,
+  0xc90,0xc8,0xca0,0xc9,0xcb0,0xca,0xcc0,0xcb,0xcd0,0xcc,0xce0,0xcd,0xcf0,0xce,0xd00,0xcf,
+  0xd10,0xd0,0xd20,0xd1,0xd30,0xd2,0xd40,0xd3,0xd50,0xd4,0xd60,0xd5,0xd70,0xd6,0xd80,0xd7,
+  0xd90,0xd8,0xda0,0xd9,0xdb0,0xda,0xdc0,0xdb,0xdd0,0xdc,0xde0,0xdd,0xdf0,0xde,0xe00,0xdf,
+  0xe10,0xe0,0xe20,0xe1,0xe30,0xe2,0xe40,0xe3,0xe50,0xe4,0xe60,0xe5,0xe70,0xe6,0xe80,0xe7,
+  0xe90,0xe8,0xea0,0xe9,0xeb0,0xea,0xec0,0xeb,0xed0,0xec,0xee0,0xed,0xef0,0xee,0xf00,0xef,
+  0xf10,0xf0,0xf20,0xf1,0xf30,0xf2,0xf40,0xf3,0xf50,0xf4,0xf60,0xf5,0xf70,0xf6,0xf80,0xf7,
+  0xf90,0xf8,0xfa0,0xf9,0xfb0,0xfa,0xfc0,0xfb,0xfd0,0xfc,0xfe0,0xfd,0xff0,0xfe,0x1000,0xff,
+  0x110000,0
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/short-all-same.small16.toml b/icu4c/source/test/testdata/codepointtrie/short-all-same.small16.toml
new file mode 100644
index 0000000..c8156e6
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/short-all-same.small16.toml
@@ -0,0 +1,321 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: short-all-same.small16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "short-all-same.small16"
+index = [
+  0,0x40,0x80,0xc0,0x100,0x140,0x180,0x1c0,0x200,0x240,0x280,0x2c0,0x300,0x340,0x380,0x3c0,
+  0x400,0x440,0x480,0x4c0,0x500,0x540,0x580,0x5c0,0x600,0x640,0x680,0x6c0,0x700,0x740,0x780,0x7c0,
+  0x800,0x840,0x880,0x8c0,0x900,0x940,0x980,0x9c0,0xa00,0xa40,0xa80,0xac0,0xb00,0xb40,0xb80,0xbc0,
+  0xc00,0xc40,0xc80,0xcc0,0xd00,0xd40,0xd80,0xdc0,0xe00,0xe40,0xe80,0xec0,0xf00,0xf40,0xf80,0xfc0
+]
+data_16 = [
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
+  5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
+  6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,
+  7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
+  8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
+  9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
+  0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,0xa,
+  0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,
+  0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,0xc,
+  0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,0xd,
+  0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,0xe,
+  0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,
+  0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,
+  0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,
+  0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,
+  0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,
+  0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,
+  0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,0x15,
+  0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,
+  0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,0x17,
+  0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,
+  0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,
+  0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,
+  0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,0x1b,
+  0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,0x1c,
+  0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,0x1d,
+  0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,0x1e,
+  0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,
+  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+  0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,0x21,
+  0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,
+  0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,0x23,
+  0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,0x24,
+  0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,0x25,
+  0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,
+  0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,0x27,
+  0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,0x28,
+  0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,0x29,
+  0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,
+  0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,0x2b,
+  0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,0x2c,
+  0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,0x2d,
+  0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,0x2e,
+  0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,0x2f,
+  0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,
+  0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,0x31,
+  0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,
+  0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,
+  0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,0x34,
+  0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,0x35,
+  0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,
+  0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,0x37,
+  0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,
+  0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,
+  0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,0x3a,
+  0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,0x3b,
+  0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,0x3c,
+  0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,0x3d,
+  0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,0x3e,
+  0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,
+  0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x40,
+  0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,0x41,
+  0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x42,
+  0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,0x43,
+  0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44,
+  0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x45,
+  0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,0x46,
+  0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,0x47,
+  0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,0x48,
+  0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,0x49,
+  0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,0x4a,
+  0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,0x4b,
+  0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,0x4c,
+  0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,0x4d,
+  0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,0x4e,
+  0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,0x4f,
+  0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,0x50,
+  0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,0x51,
+  0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,0x52,
+  0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,0x53,
+  0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,0x54,
+  0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,
+  0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,0x56,
+  0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,0x57,
+  0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,0x58,
+  0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,0x59,
+  0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,
+  0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,
+  0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,
+  0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,0x5d,
+  0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,0x5e,
+  0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,0x5f,
+  0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,0x60,
+  0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,0x61,
+  0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,0x62,
+  0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,
+  0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,0x64,
+  0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,0x65,
+  0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,0x66,
+  0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,0x67,
+  0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,0x68,
+  0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,0x69,
+  0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,0x6a,
+  0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,0x6b,
+  0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,0x6c,
+  0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,0x6d,
+  0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,0x6e,
+  0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,
+  0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,
+  0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,0x71,
+  0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,0x72,
+  0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,0x73,
+  0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,0x74,
+  0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,0x75,
+  0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,0x76,
+  0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,0x77,
+  0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,0x78,
+  0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,0x79,
+  0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,0x7a,
+  0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,0x7b,
+  0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,0x7c,
+  0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,0x7d,
+  0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,0x7e,
+  0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,
+  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
+  0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,0x81,
+  0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,0x82,
+  0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,0x83,
+  0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,0x84,
+  0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,0x85,
+  0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,0x86,
+  0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,0x87,
+  0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,0x88,
+  0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,0x89,
+  0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,0x8a,
+  0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,0x8b,
+  0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,0x8c,
+  0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,0x8d,
+  0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,0x8e,
+  0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,0x8f,
+  0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,
+  0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,0x91,
+  0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,0x92,
+  0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,0x93,
+  0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,0x94,
+  0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,0x95,
+  0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,0x96,
+  0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,0x97,
+  0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,0x98,
+  0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,
+  0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,
+  0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,0x9b,
+  0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,0x9c,
+  0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,0x9d,
+  0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,0x9e,
+  0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,
+  0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,
+  0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,
+  0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,
+  0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,
+  0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,
+  0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,
+  0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,
+  0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,
+  0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,
+  0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,
+  0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,
+  0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab,
+  0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac,
+  0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad,
+  0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae,
+  0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,
+  0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,
+  0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,
+  0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,
+  0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,
+  0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,
+  0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,
+  0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,
+  0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,
+  0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,
+  0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,
+  0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,
+  0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,
+  0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,
+  0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,
+  0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,
+  0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,
+  0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,
+  0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,
+  0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,
+  0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,
+  0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,
+  0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,
+  0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,
+  0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,
+  0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,
+  0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,
+  0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca,
+  0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,
+  0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,
+  0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,
+  0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,
+  0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,
+  0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,
+  0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,
+  0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,
+  0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,
+  0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,
+  0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,
+  0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,
+  0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,
+  0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,
+  0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,
+  0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xda,
+  0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,
+  0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,
+  0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,
+  0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xde,
+  0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,
+  0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,0xe2,
+  0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,0xe3,
+  0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,0xe4,
+  0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,0xe5,
+  0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,0xe6,
+  0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,
+  0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,0xe8,
+  0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,0xe9,
+  0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,0xea,
+  0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,0xeb,
+  0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,0xec,
+  0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,0xed,
+  0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,
+  0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,0xef,
+  0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,
+  0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,
+  0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,0xf2,
+  0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,0xf3,
+  0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,0xf4,
+  0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,0xf5,
+  0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,0xf6,
+  0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,0xf7,
+  0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,
+  0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,0xf9,
+  0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,
+  0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,0xfb,
+  0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,
+  0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,
+  0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,
+  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+  0,0xad
+]
+indexLength = 64
+dataLength = 4098
+highStart = 0x1000
+shifted12HighStart = 0x1
+type = 1
+valueWidth = 0
+index3NullOffset = 0x7fff
+dataNullOffset = 0xfffff
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0x10,0,0x20,1,0x30,2,0x40,3,0x50,4,0x60,5,0x70,6,0x80,7,
+  0x90,8,0xa0,9,0xb0,0xa,0xc0,0xb,0xd0,0xc,0xe0,0xd,0xf0,0xe,0x100,0xf,
+  0x110,0x10,0x120,0x11,0x130,0x12,0x140,0x13,0x150,0x14,0x160,0x15,0x170,0x16,0x180,0x17,
+  0x190,0x18,0x1a0,0x19,0x1b0,0x1a,0x1c0,0x1b,0x1d0,0x1c,0x1e0,0x1d,0x1f0,0x1e,0x200,0x1f,
+  0x210,0x20,0x220,0x21,0x230,0x22,0x240,0x23,0x250,0x24,0x260,0x25,0x270,0x26,0x280,0x27,
+  0x290,0x28,0x2a0,0x29,0x2b0,0x2a,0x2c0,0x2b,0x2d0,0x2c,0x2e0,0x2d,0x2f0,0x2e,0x300,0x2f,
+  0x310,0x30,0x320,0x31,0x330,0x32,0x340,0x33,0x350,0x34,0x360,0x35,0x370,0x36,0x380,0x37,
+  0x390,0x38,0x3a0,0x39,0x3b0,0x3a,0x3c0,0x3b,0x3d0,0x3c,0x3e0,0x3d,0x3f0,0x3e,0x400,0x3f,
+  0x410,0x40,0x420,0x41,0x430,0x42,0x440,0x43,0x450,0x44,0x460,0x45,0x470,0x46,0x480,0x47,
+  0x490,0x48,0x4a0,0x49,0x4b0,0x4a,0x4c0,0x4b,0x4d0,0x4c,0x4e0,0x4d,0x4f0,0x4e,0x500,0x4f,
+  0x510,0x50,0x520,0x51,0x530,0x52,0x540,0x53,0x550,0x54,0x560,0x55,0x570,0x56,0x580,0x57,
+  0x590,0x58,0x5a0,0x59,0x5b0,0x5a,0x5c0,0x5b,0x5d0,0x5c,0x5e0,0x5d,0x5f0,0x5e,0x600,0x5f,
+  0x610,0x60,0x620,0x61,0x630,0x62,0x640,0x63,0x650,0x64,0x660,0x65,0x670,0x66,0x680,0x67,
+  0x690,0x68,0x6a0,0x69,0x6b0,0x6a,0x6c0,0x6b,0x6d0,0x6c,0x6e0,0x6d,0x6f0,0x6e,0x700,0x6f,
+  0x710,0x70,0x720,0x71,0x730,0x72,0x740,0x73,0x750,0x74,0x760,0x75,0x770,0x76,0x780,0x77,
+  0x790,0x78,0x7a0,0x79,0x7b0,0x7a,0x7c0,0x7b,0x7d0,0x7c,0x7e0,0x7d,0x7f0,0x7e,0x800,0x7f,
+  0x810,0x80,0x820,0x81,0x830,0x82,0x840,0x83,0x850,0x84,0x860,0x85,0x870,0x86,0x880,0x87,
+  0x890,0x88,0x8a0,0x89,0x8b0,0x8a,0x8c0,0x8b,0x8d0,0x8c,0x8e0,0x8d,0x8f0,0x8e,0x900,0x8f,
+  0x910,0x90,0x920,0x91,0x930,0x92,0x940,0x93,0x950,0x94,0x960,0x95,0x970,0x96,0x980,0x97,
+  0x990,0x98,0x9a0,0x99,0x9b0,0x9a,0x9c0,0x9b,0x9d0,0x9c,0x9e0,0x9d,0x9f0,0x9e,0xa00,0x9f,
+  0xa10,0xa0,0xa20,0xa1,0xa30,0xa2,0xa40,0xa3,0xa50,0xa4,0xa60,0xa5,0xa70,0xa6,0xa80,0xa7,
+  0xa90,0xa8,0xaa0,0xa9,0xab0,0xaa,0xac0,0xab,0xad0,0xac,0xae0,0xad,0xaf0,0xae,0xb00,0xaf,
+  0xb10,0xb0,0xb20,0xb1,0xb30,0xb2,0xb40,0xb3,0xb50,0xb4,0xb60,0xb5,0xb70,0xb6,0xb80,0xb7,
+  0xb90,0xb8,0xba0,0xb9,0xbb0,0xba,0xbc0,0xbb,0xbd0,0xbc,0xbe0,0xbd,0xbf0,0xbe,0xc00,0xbf,
+  0xc10,0xc0,0xc20,0xc1,0xc30,0xc2,0xc40,0xc3,0xc50,0xc4,0xc60,0xc5,0xc70,0xc6,0xc80,0xc7,
+  0xc90,0xc8,0xca0,0xc9,0xcb0,0xca,0xcc0,0xcb,0xcd0,0xcc,0xce0,0xcd,0xcf0,0xce,0xd00,0xcf,
+  0xd10,0xd0,0xd20,0xd1,0xd30,0xd2,0xd40,0xd3,0xd50,0xd4,0xd60,0xd5,0xd70,0xd6,0xd80,0xd7,
+  0xd90,0xd8,0xda0,0xd9,0xdb0,0xda,0xdc0,0xdb,0xdd0,0xdc,0xde0,0xdd,0xdf0,0xde,0xe00,0xdf,
+  0xe10,0xe0,0xe20,0xe1,0xe30,0xe2,0xe40,0xe3,0xe50,0xe4,0xe60,0xe5,0xe70,0xe6,0xe80,0xe7,
+  0xe90,0xe8,0xea0,0xe9,0xeb0,0xea,0xec0,0xeb,0xed0,0xec,0xee0,0xed,0xef0,0xee,0xf00,0xef,
+  0xf10,0xf0,0xf20,0xf1,0xf30,0xf2,0xf40,0xf3,0xf50,0xf4,0xf60,0xf5,0xf70,0xf6,0xf80,0xf7,
+  0xf90,0xf8,0xfa0,0xf9,0xfb0,0xfa,0xfc0,0xfb,0xfd0,0xfc,0xfe0,0xfd,0xff0,0xfe,0x1000,0xff,
+  0x110000,0
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/small0-in-fast.16.toml b/icu4c/source/test/testdata/codepointtrie/small0-in-fast.16.toml
new file mode 100644
index 0000000..56163dd
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/small0-in-fast.16.toml
@@ -0,0 +1,116 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: small0-in-fast.16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "small0-in-fast.16"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0x80,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,
+  0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,
+  0x90,0xd0,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0x424,0x424,0x424,0x424,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,
+  0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,
+  0xd1,0xd1,0xd1,0xd1,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,
+  0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,
+  0x404,0x404,0x404,0x404
+]
+data_16 = [
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,0xad,9,0xad
+]
+indexLength = 1092
+dataLength = 292
+highStart = 0x20000
+shifted12HighStart = 0x20
+type = 0
+valueWidth = 0
+index3NullOffset = 0x404
+dataNullOffset = 0xd1
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0x880,1,0x890,0,0x1040,2,0x1051,0,0x10000,3,0x20000,0,0x110000,9
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/small0-in-fast.32.toml b/icu4c/source/test/testdata/codepointtrie/small0-in-fast.32.toml
new file mode 100644
index 0000000..9d4685b
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/small0-in-fast.32.toml
@@ -0,0 +1,116 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: small0-in-fast.32
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "small0-in-fast.32"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0x80,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,
+  0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,
+  0x90,0xd0,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0x424,0x424,0x424,0x424,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,
+  0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,
+  0xd1,0xd1,0xd1,0xd1,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,
+  0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,
+  0x404,0x404,0x404,0x404
+]
+data_32 = [
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,9,0xad
+]
+indexLength = 1092
+dataLength = 291
+highStart = 0x20000
+shifted12HighStart = 0x20
+type = 0
+valueWidth = 1
+index3NullOffset = 0x404
+dataNullOffset = 0xd1
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0x880,1,0x890,0,0x1040,2,0x1051,0,0x10000,3,0x20000,0,0x110000,9
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/small0-in-fast.8.toml b/icu4c/source/test/testdata/codepointtrie/small0-in-fast.8.toml
new file mode 100644
index 0000000..8f42007
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/small0-in-fast.8.toml
@@ -0,0 +1,116 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: small0-in-fast.8
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "small0-in-fast.8"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0x80,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,
+  0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,
+  0x90,0xd0,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,0xe1,
+  0x424,0x424,0x424,0x424,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,
+  0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,
+  0xd1,0xd1,0xd1,0xd1,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,
+  0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,0x404,
+  0x404,0x404,0x404,0x404
+]
+data_8 = [
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  3,9,9,0xad
+]
+indexLength = 1092
+dataLength = 292
+highStart = 0x20000
+shifted12HighStart = 0x20
+type = 0
+valueWidth = 2
+index3NullOffset = 0x404
+dataNullOffset = 0xd1
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0x880,1,0x890,0,0x1040,2,0x1051,0,0x10000,3,0x20000,0,0x110000,9
+]
diff --git a/icu4c/source/test/testdata/codepointtrie/small0-in-fast.small16.toml b/icu4c/source/test/testdata/codepointtrie/small0-in-fast.small16.toml
new file mode 100644
index 0000000..dd203a3
--- /dev/null
+++ b/icu4c/source/test/testdata/codepointtrie/small0-in-fast.small16.toml
@@ -0,0 +1,63 @@
+# Copyright (C) 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+#
+# file name: small0-in-fast.small16
+#
+# machine-generated by: ucptrietest.c
+
+[code_point_trie.struct]
+name = "small0-in-fast.small16"
+index = [
+  0,0x40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  0,0,0x80,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,
+  0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,
+  0xda,0xe3,0xe3,0xe3,0x103,0x103,0x103,0x103,0,0x10,0x20,0x30,0x40,0x50,0x60,0x70,
+  0,0x10,0x20,0x30,0,0x10,0x20,0x30,0,0x10,0x20,0x30,0,0x10,0x20,0x30,
+  0,0x10,0x20,0x30,0,0x10,0x20,0x30,0,0x10,0x20,0x30,0,0x10,0x20,0x30,
+  0x80,0x90,0xa0,0xb0,0x90,0xa0,0xb0,0xc0,0x90,0xa0,0xb0,0xc0,0x90,0xa0,0xb0,0xc0,
+  0x90,0xa0,0xb0,0xc0,0x90,0xa0,0xb0,0xc0,0x90,0xa0,0xb0,0xc0,0x90,0xa0,0xb0,0xc0,
+  0x90,0xa0,0xb0,0xc0,0x90,0x90,0x90,0x90,0xd0,0xdf,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,
+  0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,
+  0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xe0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,
+  0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,
+  0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0x48,0x50,0x50,0x50,0x68,0x74,
+  0x74,0x74,0x94,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,
+  0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,0x9a,
+  0x9a,0x9a,0x9a,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,
+  0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba,
+  0xba,0xba,0xba
+]
+data_16 = [
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+  3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+  0xad,9,0xad
+]
+indexLength = 291
+dataLength = 243
+highStart = 0x20000
+shifted12HighStart = 0x20
+type = 1
+valueWidth = 0
+index3NullOffset = 0xba
+dataNullOffset = 0xd0
+nullValue = 0x0
+
+[code_point_trie.testdata]
+# Array of (limit, value) pairs
+checkRanges = [
+  0x880,1,0x890,0,0x1040,2,0x1051,0,0x10000,3,0x20000,0,0x110000,9
+]
diff --git a/icu4c/source/test/testdata/rbbitst.txt b/icu4c/source/test/testdata/rbbitst.txt
index face041..f59433f 100644
--- a/icu4c/source/test/testdata/rbbitst.txt
+++ b/icu4c/source/test/testdata/rbbitst.txt
@@ -1438,6 +1438,12 @@
 <data>•ດີ•ຂອບໃຈ•</data>
 <data>•ເຈົ້າ•ເວົ້າ•ພາສາ•ອັງກິດ•ໄດ້•ບໍ່•</data>
 <data>•ກະລຸນາ•ເວົ້າ•ຊ້າ•ໆ•</data>
+# More checks for ICU-21413 (check both moved and added entries)
+<line>
+<data>•ກໍ•ກໍ່•ກໍ້•</data>
+<data>•ກວາກຊວາກ•ກະເຈາະກະຈອກ•</data>
+<data>•ກະຊວງປ້ອງກັນຄວາມສະຫງົບ•</data>
+<data>•ໄຮ•ໄຮ່•ໄຮ້•</data>
 
 ##########################################################################################
 #
diff --git a/icu4c/source/tools/ctestfw/ctest.c b/icu4c/source/tools/ctestfw/ctest.c
index dc9a4b0..b6de691 100644
--- a/icu4c/source/tools/ctestfw/ctest.c
+++ b/icu4c/source/tools/ctestfw/ctest.c
@@ -126,6 +126,7 @@ int ERR_MSG =1; /* error messages will be displayed by default*/
 int QUICK = 1;  /* Skip some of the slower tests? */
 int WARN_ON_MISSING_DATA = 0; /* Reduce data errs to warnings? */
 UTraceLevel ICU_TRACE = UTRACE_OFF;  /* ICU tracing level */
+int WRITE_GOLDEN_DATA = 0; /* Overwrite golden data files? */
 size_t MINIMUM_MEMORY_SIZE_FAILURE = (size_t)-1; /* Minimum library memory allocation window that will fail. */
 size_t MAXIMUM_MEMORY_SIZE_FAILURE = (size_t)-1; /* Maximum library memory allocation window that will fail. */
 static const char *ARGV_0 = "[ALL]";
@@ -1069,6 +1070,9 @@ initArgs( int argc, const char* const argv[], ArgHandlerPtr argHandler, void *co
         else if (strcmp( argv[i], "-t_oc") == 0) {
             ICU_TRACE = UTRACE_OPEN_CLOSE;
         }
+        else if (strcmp( argv[i], "-G") == 0) {
+            WRITE_GOLDEN_DATA = 1;
+        }
         else if (strcmp( argv[i], "-h" )==0 || strcmp( argv[i], "--help" )==0)
         {
             help( argv[0] );
@@ -1202,6 +1206,7 @@ static void help ( const char *argv0 )
     printf("    -m n[-q] Min-Max memory size that will cause an allocation failure.\n");
     printf("        The default is the maximum value of size_t. Max is optional.\n");
     printf("    -r  Repeat tests after calling u_cleanup \n");
+    printf("    -G  Write golden data files \n");
     printf("    [/subtest]  To run a subtest \n");
     printf("    eg: to run just the utility tests type: cintltest /tsutil) \n");
 }
@@ -1221,6 +1226,8 @@ getTestOption ( int32_t testOption ) {
             return ERR_MSG;
         case ICU_TRACE_OPTION:
             return ICU_TRACE;
+        case WRITE_GOLDEN_DATA_OPTION:
+            return WRITE_GOLDEN_DATA;
         default :
             return 0;
     }
@@ -1248,6 +1255,8 @@ setTestOption ( int32_t testOption, int32_t value) {
         case ICU_TRACE_OPTION:
             ICU_TRACE = (UTraceLevel)value;
             break;
+        case WRITE_GOLDEN_DATA_OPTION:
+            WRITE_GOLDEN_DATA = value;
         default :
             break;
     }
diff --git a/icu4c/source/tools/ctestfw/unicode/ctest.h b/icu4c/source/tools/ctestfw/unicode/ctest.h
index 6a29621..50e3fdb 100644
--- a/icu4c/source/tools/ctestfw/unicode/ctest.h
+++ b/icu4c/source/tools/ctestfw/unicode/ctest.h
@@ -82,6 +82,13 @@ U_CDECL_END
 #define ICU_TRACE_OPTION 6
 
 /**
+ * This is used to set or get the option value for WRITE_GOLDEN_DATA.
+ * Set to 1 to overwrite golden data files, such as those in testdata/ucptrie.
+ * Use with set/getTestOption().
+ */
+#define WRITE_GOLDEN_DATA_OPTION 7
+
+/**
  * Maximum amount of memory uprv_malloc should allocate before returning NULL.
  *
  * @internal
diff --git a/icu4c/source/tools/gennorm2/BUILD b/icu4c/source/tools/gennorm2/BUILD
new file mode 100644
index 0000000..700a950
--- /dev/null
+++ b/icu4c/source/tools/gennorm2/BUILD
@@ -0,0 +1,38 @@
+# © 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+
+# This Bazel build file defines a target for the gennorm2 binary that generates
+# headers needed for bootstrapping the ICU4C build process in a way that
+# integrates the normalization data.
+
+load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
+
+package(
+    default_visibility = ["//visibility:public"],
+)
+
+cc_binary(
+    name = "gennorm2",
+    srcs = glob([
+        "*.c",
+        "*.cpp",
+        "*.h",   # cannot have hdrs section in cc_binary
+    ]),
+    deps = [
+        "//icu4c/source/common:uhash",
+        "//icu4c/source/common:umutablecptrie",
+        "//icu4c/source/common:ucptrie",
+        "//icu4c/source/common:errorcode",
+        "//icu4c/source/common:uniset",
+        "//icu4c/source/common:uvector32",
+
+        "//icu4c/source/common:platform",
+        "//icu4c/source/common:headers",
+        
+        "//icu4c/source/tools/toolutil:toolutil",
+        "//icu4c/source/tools/toolutil:unewdata",
+        "//icu4c/source/tools/toolutil:writesrc",
+        "//icu4c/source/tools/toolutil:uoptions",
+        "//icu4c/source/tools/toolutil:uparse",
+    ],
+)
diff --git a/icu4c/source/tools/gennorm2/n2builder.cpp b/icu4c/source/tools/gennorm2/n2builder.cpp
index 1d38885..194cffa 100644
--- a/icu4c/source/tools/gennorm2/n2builder.cpp
+++ b/icu4c/source/tools/gennorm2/n2builder.cpp
@@ -829,18 +829,18 @@ Normalizer2DataBuilder::writeCSourceFile(const char *filename) {
 
     char line[100];
     sprintf(line, "static const UVersionInfo %s_formatVersion={", name);
-    usrc_writeArray(f, line, dataInfo.formatVersion, 8, 4, "};\n");
+    usrc_writeArray(f, line, dataInfo.formatVersion, 8, 4, "", "};\n");
     sprintf(line, "static const UVersionInfo %s_dataVersion={", name);
-    usrc_writeArray(f, line, dataInfo.dataVersion, 8, 4, "};\n\n");
+    usrc_writeArray(f, line, dataInfo.dataVersion, 8, 4, "", "};\n\n");
     sprintf(line, "static const int32_t %s_indexes[Normalizer2Impl::IX_COUNT]={\n", name);
-    usrc_writeArray(f, line, indexes, 32, Normalizer2Impl::IX_COUNT, "\n};\n\n");
+    usrc_writeArray(f, line, indexes, 32, Normalizer2Impl::IX_COUNT, "", "\n};\n\n");
 
-    usrc_writeUCPTrie(f, name, norm16Trie.getAlias());
+    usrc_writeUCPTrie(f, name, norm16Trie.getAlias(), UPRV_TARGET_SYNTAX_CCODE);
 
     sprintf(line, "static const uint16_t %s_extraData[%%ld]={\n", name);
-    usrc_writeArray(f, line, extraData.getBuffer(), 16, extraData.length(), "\n};\n\n");
+    usrc_writeArray(f, line, extraData.getBuffer(), 16, extraData.length(), "", "\n};\n\n");
     sprintf(line, "static const uint8_t %s_smallFCD[%%ld]={\n", name);
-    usrc_writeArray(f, line, smallFCD, 8, sizeof(smallFCD), "\n};\n\n");
+    usrc_writeArray(f, line, smallFCD, 8, sizeof(smallFCD), "", "\n};\n\n");
 
     fputs("#endif  // INCLUDED_FROM_NORMALIZER2_CPP\n", f);
     fclose(f);
diff --git a/icu4c/source/tools/toolutil/BUILD b/icu4c/source/tools/toolutil/BUILD
new file mode 100644
index 0000000..69571c4
--- /dev/null
+++ b/icu4c/source/tools/toolutil/BUILD
@@ -0,0 +1,111 @@
+# © 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+
+# This Bazel build file defines targets that are dependencies for building
+# the gennorm2 and genprops binaries.
+
+load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
+
+package(
+    default_visibility = ["//visibility:public"],
+)
+
+
+cc_library(
+    name = "toolutil",
+    includes = ["."],
+    hdrs = ["toolutil.h"],
+    srcs = ["toolutil.cpp"],
+    local_defines = [
+        "U_TOOLUTIL_IMPLEMENTATION",
+    ],
+    deps = ["//icu4c/source/common:platform"],
+)
+
+cc_library(
+    name = "unewdata",
+    includes = ["."],
+    hdrs = ["unewdata.h"],
+    srcs = ["unewdata.cpp"],
+    local_defines = [
+        "U_TOOLUTIL_IMPLEMENTATION",
+    ],
+    deps = [
+        ":filestrm",
+        "//icu4c/source/common:platform",
+    ],
+)
+
+cc_library(
+    name = "uoptions",
+    includes = ["."],
+    hdrs = ["uoptions.h"],
+    srcs = ["uoptions.cpp"],
+    local_defines = [
+        "U_TOOLUTIL_IMPLEMENTATION",
+    ],
+    deps = ["//icu4c/source/common:platform"],
+)
+
+cc_library(
+    name = "writesrc",
+    includes = ["."],
+    hdrs = ["writesrc.h"],
+    srcs = ["writesrc.cpp"],
+    local_defines = [
+        "U_TOOLUTIL_IMPLEMENTATION",
+    ],
+    deps = ["//icu4c/source/common:platform"],
+)
+
+cc_library(
+    name = "uparse",
+    includes = ["."],
+    hdrs = ["uparse.h"],
+    srcs = ["uparse.cpp"],
+    local_defines = [
+        "U_TOOLUTIL_IMPLEMENTATION",
+    ],
+    deps = [
+        ":filestrm",
+        "//icu4c/source/common:platform",
+        ],
+)
+
+cc_library(
+    name = "filestrm",
+    includes = ["."],
+    hdrs = ["filestrm.h"],
+    srcs = ["filestrm.cpp"],
+    local_defines = [
+        "U_TOOLUTIL_IMPLEMENTATION",
+    ],
+    deps = ["//icu4c/source/common:platform"],
+)
+
+cc_library(
+    name = "ppucd",
+    includes = ["."],
+    hdrs = ["ppucd.h"],
+    srcs = ["ppucd.cpp"],
+    local_defines = [
+        "U_TOOLUTIL_IMPLEMENTATION",
+    ],
+    deps = [
+        ":uparse",
+        "//icu4c/source/common:propname",
+        "//icu4c/source/common:platform",
+    ],
+)
+
+cc_library(
+    name = "denseranges",
+    includes = ["."],
+    hdrs = ["denseranges.h"],
+    srcs = ["denseranges.cpp"],
+    local_defines = [
+        "U_TOOLUTIL_IMPLEMENTATION",
+    ],
+    deps = ["//icu4c/source/common:platform"],
+)
+
diff --git a/icu4c/source/tools/toolutil/toolutil.cpp b/icu4c/source/tools/toolutil/toolutil.cpp
index 7a574f4..1fc68aa 100644
--- a/icu4c/source/tools/toolutil/toolutil.cpp
+++ b/icu4c/source/tools/toolutil/toolutil.cpp
@@ -30,6 +30,8 @@
 
 #include <stdio.h>
 #include <sys/stat.h>
+#include <fstream>
+#include <time.h>
 #include "unicode/utypes.h"
 
 #ifndef U_TOOLUTIL_IMPLEMENTATION
@@ -67,7 +69,6 @@
 #include "cmemory.h"
 #include "cstring.h"
 #include "toolutil.h"
-#include "unicode/ucal.h"
 
 U_NAMESPACE_BEGIN
 
@@ -86,19 +87,11 @@ U_NAMESPACE_END
 static int32_t currentYear = -1;
 
 U_CAPI int32_t U_EXPORT2 getCurrentYear() {
-#if !UCONFIG_NO_FORMATTING
-    UErrorCode status=U_ZERO_ERROR;    
-    UCalendar *cal = NULL;
-
     if(currentYear == -1) {
-        cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
-        ucal_setMillis(cal, ucal_getNow(), &status);
-        currentYear = ucal_get(cal, UCAL_YEAR, &status);
-        ucal_close(cal);
+        time_t now = time(nullptr);
+        tm *fields = gmtime(&now);
+        currentYear = 1900 + fields->tm_year;
     }
-#else
-    /* No formatting- no way to set the current year. */
-#endif
     return currentYear;
 }
 
@@ -218,6 +211,37 @@ uprv_fileExists(const char *file) {
 }
 #endif
 
+U_CAPI int32_t U_EXPORT2
+uprv_compareGoldenFiles(
+        const char* buffer, int32_t bufferLen,
+        const char* goldenFilePath,
+        bool overwrite) {
+
+    if (overwrite) {
+        std::ofstream ofs;
+        ofs.open(goldenFilePath);
+        ofs.write(buffer, bufferLen);
+        ofs.close();
+        return -1;
+    }
+
+    std::ifstream ifs(goldenFilePath, std::ifstream::in);
+    int32_t pos = 0;
+    char c;
+    while ((c = ifs.get()) != std::char_traits<char>::eof() && pos < bufferLen) {
+        if (c != buffer[pos]) {
+            // Files differ at this position
+            return pos;
+        }
+        pos++;
+    }
+    if (pos < bufferLen || c != std::char_traits<char>::eof()) {
+        // Files are different lengths
+        return pos;
+    }
+    return -1;
+}
+
 /*U_CAPI UDate U_EXPORT2
 uprv_getModificationDate(const char *pathname, UErrorCode *status)
 {
diff --git a/icu4c/source/tools/toolutil/toolutil.h b/icu4c/source/tools/toolutil/toolutil.h
index e6be0a2..00a9c36 100644
--- a/icu4c/source/tools/toolutil/toolutil.h
+++ b/icu4c/source/tools/toolutil/toolutil.h
@@ -127,6 +127,21 @@ uprv_fileExists(const char *file);
 #endif
 
 /**
+ * Performs a golden data test. Asserts that the contents of the buffer is equal
+ * to the data in goldenFilePath.
+ *
+ * Pass the value of the -G flag to "overwrite"; if true, new goldens will be
+ * written to the filesystem.
+ * 
+ * @return The first index at which the files differ, or -1 if they are the same.
+ */
+U_CAPI int32_t U_EXPORT2
+uprv_compareGoldenFiles(
+    const char* buffer, int32_t bufferLen,
+    const char* goldenFilePath,
+    bool overwrite);
+
+/**
  * Return the modification date for the specified file or directory.
  * Return value is undefined if there was an error.
  */
diff --git a/icu4c/source/tools/toolutil/writesrc.cpp b/icu4c/source/tools/toolutil/writesrc.cpp
index 10b4ad2..8f515e5 100644
--- a/icu4c/source/tools/toolutil/writesrc.cpp
+++ b/icu4c/source/tools/toolutil/writesrc.cpp
@@ -28,8 +28,7 @@
 #include "writesrc.h"
 
 static FILE *
-usrc_createWithHeader(const char *path, const char *filename,
-                      const char *header, const char *generator) {
+usrc_createWithoutHeader(const char *path, const char *filename) {
     char buffer[1024];
     const char *p;
     char *q;
@@ -50,19 +49,7 @@ usrc_createWithHeader(const char *path, const char *filename,
     }
 
     f=fopen(p, "w");
-    if(f!=NULL) {
-        const struct tm *lt;
-        time_t t;
-
-        time(&t);
-        lt=localtime(&t);
-        if(generator==NULL) {
-            strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt);
-            fprintf(f, header, filename, buffer);
-        } else {
-            fprintf(f, header, filename, generator);
-        }
-    } else {
+    if (f==NULL) {
         fprintf(
             stderr,
             "usrc_create(%s, %s): unable to create file\n",
@@ -73,55 +60,72 @@ usrc_createWithHeader(const char *path, const char *filename,
 
 U_CAPI FILE * U_EXPORT2
 usrc_create(const char *path, const char *filename, int32_t copyrightYear, const char *generator) {
-    const char *header;
-    char buffer[200];
-    if(copyrightYear<=2016) {
-        header=
-            "// © 2016 and later: Unicode, Inc. and others.\n"
-            "// License & terms of use: http://www.unicode.org/copyright.html\n"
-            "//\n"
-            "// Copyright (C) 1999-2016, International Business Machines\n"
-            "// Corporation and others.  All Rights Reserved.\n"
-            "//\n"
-            "// file name: %s\n"
-            "//\n"
-            "// machine-generated by: %s\n"
-            "\n\n";
-    } else {
-        sprintf(buffer,
-                "// © %d and later: Unicode, Inc. and others.\n"
-                "// License & terms of use: http://www.unicode.org/copyright.html\n"
-                "//\n"
-                "// file name: %%s\n"
-                "//\n"
-                "// machine-generated by: %%s\n"
-                "\n\n",
-                (int)copyrightYear);
-        header=buffer;
+    FILE *f = usrc_createWithoutHeader(path, filename);
+    if (f == NULL) {
+        return f;
     }
-    return usrc_createWithHeader(path, filename, header, generator);
+    usrc_writeCopyrightHeader(f, "//", copyrightYear);
+    usrc_writeFileNameGeneratedBy(f, "//", filename, generator);
+    return f;
 }
 
 U_CAPI FILE * U_EXPORT2
-usrc_createTextData(const char *path, const char *filename, const char *generator) {
-    // TODO: Add parameter for the first year this file was generated, not before 2016.
-    static const char *header=
-        "# Copyright (C) 2016 and later: Unicode, Inc. and others.\n"
-        "# License & terms of use: http://www.unicode.org/copyright.html\n"
-        "# Copyright (C) 1999-2016, International Business Machines\n"
-        "# Corporation and others.  All Rights Reserved.\n"
-        "#\n"
-        "# file name: %s\n"
-        "#\n"
-        "# machine-generated by: %s\n"
-        "\n\n";
-    return usrc_createWithHeader(path, filename, header, generator);
+usrc_createTextData(const char *path, const char *filename, int32_t copyrightYear, const char *generator) {
+    FILE *f = usrc_createWithoutHeader(path, filename);
+    if (f == NULL) {
+        return f;
+    }
+    usrc_writeCopyrightHeader(f, "#", copyrightYear);
+    usrc_writeFileNameGeneratedBy(f, "#", filename, generator);
+    return f;
+}
+
+U_CAPI void U_EXPORT2
+usrc_writeCopyrightHeader(FILE *f, const char *prefix, int32_t copyrightYear) {
+    fprintf(f,
+        "%s Copyright (C) %d and later: Unicode, Inc. and others.\n"
+        "%s License & terms of use: http://www.unicode.org/copyright.html\n",
+        prefix, copyrightYear, prefix);
+    if (copyrightYear <= 2016) {
+        fprintf(f,
+            "%s Copyright (C) 1999-2016, International Business Machines\n"
+            "%s Corporation and others.  All Rights Reserved.\n",
+            prefix, prefix);
+    }
+}
+
+U_CAPI void U_EXPORT2
+usrc_writeFileNameGeneratedBy(
+        FILE *f,
+        const char *prefix,
+        const char *filename,
+        const char *generator) {
+    char buffer[1024];
+    const struct tm *lt;
+    time_t t;
+
+    const char *pattern = 
+        "%s\n"
+        "%s file name: %s\n"
+        "%s\n"
+        "%s machine-generated by: %s\n"
+        "\n";
+
+    time(&t);
+    lt=localtime(&t);
+    if(generator==NULL) {
+        strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt);
+        fprintf(f, pattern, prefix, prefix, filename, prefix, prefix, buffer);
+    } else {
+        fprintf(f, pattern, prefix, prefix, filename, prefix, prefix, generator);
+    }
 }
 
 U_CAPI void U_EXPORT2
 usrc_writeArray(FILE *f,
                 const char *prefix,
                 const void *p, int32_t width, int32_t length,
+                const char *indent,
                 const char *postfix) {
     const uint8_t *p8;
     const uint16_t *p16;
@@ -155,6 +159,7 @@ usrc_writeArray(FILE *f,
                 fputc(',', f);
             } else {
                 fputs(",\n", f);
+                fputs(indent, f);
                 col=0;
             }
         }
@@ -186,11 +191,11 @@ usrc_writeUTrie2Arrays(FILE *f,
                        const char *postfix) {
     if(pTrie->data32==NULL) {
         /* 16-bit trie */
-        usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
+        usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, "", postfix);
     } else {
         /* 32-bit trie */
-        usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
-        usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
+        usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, "", postfix);
+        usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, "", postfix);
     }
 }
 
@@ -247,13 +252,15 @@ U_CAPI void U_EXPORT2
 usrc_writeUCPTrieArrays(FILE *f,
                         const char *indexPrefix, const char *dataPrefix,
                         const UCPTrie *pTrie,
-                        const char *postfix) {
-    usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
+                        const char *postfix,
+                        UTargetSyntax syntax) {
+    const char* indent = (syntax == UPRV_TARGET_SYNTAX_TOML) ? "  " : "";
+    usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, indent, postfix);
     int32_t width=
         pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 :
         pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 :
         pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0;
-    usrc_writeArray(f, dataPrefix, pTrie->data.ptr0, width, pTrie->dataLength, postfix);
+    usrc_writeArray(f, dataPrefix, pTrie->data.ptr0, width, pTrie->dataLength, indent, postfix);
 }
 
 U_CAPI void U_EXPORT2
@@ -261,24 +268,41 @@ usrc_writeUCPTrieStruct(FILE *f,
                         const char *prefix,
                         const UCPTrie *pTrie,
                         const char *indexName, const char *dataName,
-                        const char *postfix) {
+                        const char *postfix,
+                        UTargetSyntax syntax) {
     if(prefix!=NULL) {
         fputs(prefix, f);
     }
-    fprintf(
-        f,
-        "    %s,\n"             // index
-        "    { %s },\n",        // data (union)
-        indexName,
-        dataName);
-    fprintf(
-        f,
+    if (syntax == UPRV_TARGET_SYNTAX_CCODE) {
+        fprintf(
+            f,
+            "    %s,\n"             // index
+            "    { %s },\n",        // data (union)
+            indexName,
+            dataName);
+    }
+    const char* pattern =
+        (syntax == UPRV_TARGET_SYNTAX_CCODE) ?
         "    %ld, %ld,\n"       // indexLength, dataLength
         "    0x%lx, 0x%x,\n"    // highStart, shifted12HighStart
         "    %d, %d,\n"         // type, valueWidth
         "    0, 0,\n"           // reserved32, reserved16
         "    0x%x, 0x%lx,\n"    // index3NullOffset, dataNullOffset
-        "    0x%lx,\n",         // nullValue
+        "    0x%lx,\n"          // nullValue
+        :
+        "indexLength = %ld\n"
+        "dataLength = %ld\n"
+        "highStart = 0x%lx\n"
+        "shifted12HighStart = 0x%x\n"
+        "type = %d\n"
+        "valueWidth = %d\n"
+        "index3NullOffset = 0x%x\n"
+        "dataNullOffset = 0x%lx\n"
+        "nullValue = 0x%lx\n"
+        ;
+    fprintf(
+        f,
+        pattern,
         (long)pTrie->indexLength, (long)pTrie->dataLength,
         (long)pTrie->highStart, pTrie->shifted12HighStart,
         pTrie->type, pTrie->valueWidth,
@@ -290,19 +314,47 @@ usrc_writeUCPTrieStruct(FILE *f,
 }
 
 U_CAPI void U_EXPORT2
-usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie) {
+usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax) {
     int32_t width=
         pTrie->valueWidth==UCPTRIE_VALUE_BITS_16 ? 16 :
         pTrie->valueWidth==UCPTRIE_VALUE_BITS_32 ? 32 :
         pTrie->valueWidth==UCPTRIE_VALUE_BITS_8 ? 8 : 0;
-    char line[100], line2[100], line3[100];
-    sprintf(line, "static const uint16_t %s_trieIndex[%%ld]={\n", name);
-    sprintf(line2, "static const uint%d_t %s_trieData[%%ld]={\n", (int)width, name);
-    usrc_writeUCPTrieArrays(f, line, line2, pTrie, "\n};\n\n");
-    sprintf(line, "static const UCPTrie %s_trie={\n", name);
-    sprintf(line2, "%s_trieIndex", name);
-    sprintf(line3, "%s_trieData", name);
-    usrc_writeUCPTrieStruct(f, line, pTrie, line2, line3, "};\n\n");
+    char line[100], line2[100], line3[100], line4[100];
+
+    switch (syntax) {
+    case UPRV_TARGET_SYNTAX_CCODE:
+        sprintf(line, "static const uint16_t %s_trieIndex[%%ld]={\n", name);
+        sprintf(line2, "static const uint%d_t %s_trieData[%%ld]={\n", (int)width, name);
+        sprintf(line3, "\n};\n\n");
+        break;
+    case UPRV_TARGET_SYNTAX_TOML:
+        fprintf(f, "name = \"%s\"\n", name);
+        sprintf(line, "index = [\n  ");
+        sprintf(line2, "data_%d = [\n  ", (int)width);
+        sprintf(line3, "\n]\n");
+        break;
+    default:
+        UPRV_UNREACHABLE;
+    }
+    usrc_writeUCPTrieArrays(f, line, line2, pTrie, line3, syntax);
+
+    switch (syntax) {
+    case UPRV_TARGET_SYNTAX_CCODE:
+        sprintf(line, "static const UCPTrie %s_trie={\n", name);
+        sprintf(line2, "%s_trieIndex", name);
+        sprintf(line3, "%s_trieData", name);
+        sprintf(line4, "};\n\n");
+        break;
+    case UPRV_TARGET_SYNTAX_TOML:
+        line[0] = 0;
+        line2[0] = 0;
+        line3[0] = 0;
+        line4[0] = 0;
+        break;
+    default:
+        UPRV_UNREACHABLE;
+    }
+    usrc_writeUCPTrieStruct(f, line, pTrie, line2, line3, line4, syntax);
 }
 
 U_CAPI void U_EXPORT2
diff --git a/icu4c/source/tools/toolutil/writesrc.h b/icu4c/source/tools/toolutil/writesrc.h
index 35ba256..5d38ad0 100644
--- a/icu4c/source/tools/toolutil/writesrc.h
+++ b/icu4c/source/tools/toolutil/writesrc.h
@@ -27,6 +27,15 @@
 #include "utrie2.h"
 
 /**
+ * An input to some of the functions in this file specifying whether to write data
+ * as C/C++ code initializers or as TOML.
+ */
+typedef enum UTargetSyntax {
+    UPRV_TARGET_SYNTAX_CCODE = 0,
+    UPRV_TARGET_SYNTAX_TOML = 1,
+} UTargetSyntax;
+
+/**
  * Creates a source text file and writes a header comment with the ICU copyright.
  * Writes a C/Java-style comment with the generator name.
  */
@@ -38,7 +47,23 @@ usrc_create(const char *path, const char *filename, int32_t copyrightYear, const
  * Writes the comment with # lines, as used in scripts and text data.
  */
 U_CAPI FILE * U_EXPORT2
-usrc_createTextData(const char *path, const char *filename, const char *generator);
+usrc_createTextData(const char *path, const char *filename, int32_t copyrightYear, const char *generator);
+
+/**
+ * Writes the ICU copyright to a file stream, with configurable year and comment style.
+ */
+U_CAPI void U_EXPORT2
+usrc_writeCopyrightHeader(FILE *f, const char *prefix, int32_t copyrightYear);
+
+/**
+ * Writes information about the file being machine-generated.
+ */
+U_CAPI void U_EXPORT2
+usrc_writeFileNameGeneratedBy(
+        FILE *f,
+        const char *prefix,
+        const char *filename,
+        const char *generator);
 
 /**
  * Writes the contents of an array of 8/16/32-bit words.
@@ -51,6 +76,7 @@ U_CAPI void U_EXPORT2
 usrc_writeArray(FILE *f,
                 const char *prefix,
                 const void *p, int32_t width, int32_t length,
+                const char *indent,
                 const char *postfix);
 
 /**
@@ -83,7 +109,8 @@ U_CAPI void U_EXPORT2
 usrc_writeUCPTrieArrays(FILE *f,
                         const char *indexPrefix, const char *dataPrefix,
                         const UCPTrie *pTrie,
-                        const char *postfix);
+                        const char *postfix,
+                        UTargetSyntax syntax);
 
 /**
  * Writes the UCPTrie struct values.
@@ -95,13 +122,14 @@ usrc_writeUCPTrieStruct(FILE *f,
                         const char *prefix,
                         const UCPTrie *pTrie,
                         const char *indexName, const char *dataName,
-                        const char *postfix);
+                        const char *postfix,
+                        UTargetSyntax syntax);
 
 /**
  * Writes the UCPTrie arrays and struct values.
  */
 U_CAPI void U_EXPORT2
-usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie);
+usrc_writeUCPTrie(FILE *f, const char *name, const UCPTrie *pTrie, UTargetSyntax syntax);
 
 /**
  * Writes the contents of an array of mostly invariant characters.
diff --git a/icu4j/main/shared/data/icudata.jar b/icu4j/main/shared/data/icudata.jar
index f41adfe..3176247 100644
--- a/icu4j/main/shared/data/icudata.jar
+++ b/icu4j/main/shared/data/icudata.jar
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:bf794066fd2548875de8a035fefe7998838d9559dd8ee9fb0246fa699faedf95
-size 13302298
+oid sha256:8f02ab2967eaf73b6d28c8340d70b20d5f194f6c0ac24fe8464b25fd56763b04
+size 13383786
diff --git a/icu4j/main/shared/data/icutzdata.jar b/icu4j/main/shared/data/icutzdata.jar
index c0c7a40..c0b07c2 100644
--- a/icu4j/main/shared/data/icutzdata.jar
+++ b/icu4j/main/shared/data/icutzdata.jar
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:f856c514189522cc941cbb61f5f069057562ff91b2797c2715934a01ac01ce82
-size 95105
+oid sha256:da82185ad36c6b747848c409fff8661892c0ed5d5ebc0cdf8be9d29f4e3f65ef
+size 95096
diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/rbbitst.txt b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/rbbitst.txt
index face041..f59433f 100644
--- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/rbbitst.txt
+++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/rbbitst.txt
@@ -1438,6 +1438,12 @@
 <data>•ດີ•ຂອບໃຈ•</data>
 <data>•ເຈົ້າ•ເວົ້າ•ພາສາ•ອັງກິດ•ໄດ້•ບໍ່•</data>
 <data>•ກະລຸນາ•ເວົ້າ•ຊ້າ•ໆ•</data>
+# More checks for ICU-21413 (check both moved and added entries)
+<line>
+<data>•ກໍ•ກໍ່•ກໍ້•</data>
+<data>•ກວາກຊວາກ•ກະເຈາະກະຈອກ•</data>
+<data>•ກະຊວງປ້ອງກັນຄວາມສະຫງົບ•</data>
+<data>•ໄຮ•ໄຮ່•ໄຮ້•</data>
 
 ##########################################################################################
 #
diff --git a/icu4j/maven/icu4j-charset/pom.xml b/icu4j/maven/icu4j-charset/pom.xml
index d4e3a9b..056fc06 100644
--- a/icu4j/maven/icu4j-charset/pom.xml
+++ b/icu4j/maven/icu4j-charset/pom.xml
@@ -21,7 +21,7 @@
   <licenses>
     <license>
       <name>Unicode/ICU License</name>
-      <url>https://raw.githubusercontent.com/unicode-org/icu/master/icu4c/LICENSE</url>
+      <url>https://raw.githubusercontent.com/unicode-org/icu/main/icu4c/LICENSE</url>
       <distribution>repo</distribution>
     </license>
   </licenses>
diff --git a/icu4j/maven/icu4j-localespi/pom.xml b/icu4j/maven/icu4j-localespi/pom.xml
index 605e68e..4fe3fba 100644
--- a/icu4j/maven/icu4j-localespi/pom.xml
+++ b/icu4j/maven/icu4j-localespi/pom.xml
@@ -21,7 +21,7 @@
   <licenses>
     <license>
       <name>Unicode/ICU License</name>
-      <url>https://raw.githubusercontent.com/unicode-org/icu/master/icu4c/LICENSE</url>
+      <url>https://raw.githubusercontent.com/unicode-org/icu/main/icu4c/LICENSE</url>
       <distribution>repo</distribution>
     </license>
   </licenses>
diff --git a/icu4j/maven/icu4j/pom.xml b/icu4j/maven/icu4j/pom.xml
index 92a06a2..a01e271 100644
--- a/icu4j/maven/icu4j/pom.xml
+++ b/icu4j/maven/icu4j/pom.xml
@@ -26,7 +26,7 @@
   <licenses>
     <license>
       <name>Unicode/ICU License</name>
-      <url>https://raw.githubusercontent.com/unicode-org/icu/master/icu4c/LICENSE</url>
+      <url>https://raw.githubusercontent.com/unicode-org/icu/main/icu4c/LICENSE</url>
       <distribution>repo</distribution>
     </license>
   </licenses>
diff --git a/icu4j/readme.html b/icu4j/readme.html
index 53fe04d..c5767d2 100644
--- a/icu4j/readme.html
+++ b/icu4j/readme.html
@@ -13,915 +13,15 @@
 </head>
 <body style="background-color: rgb(255, 255, 255);" lang="EN-US"
  link="#0000ff" vlink="#800080">
-<h1>International Components for Unicode for Java (ICU4J)</h1>
-<h2>Read Me for ICU4J 69.1</h2>
-(Last Update: 2021-Mar-16)
-<hr size="2" width="100%">
 
-<p>
-<!-- <b>Note:</b> This is a major release of ICU4J. It contains bug fixes and adds implementations
-of inherited API and introduces new API or functionality. -->
-<!-- <b>Note:</b> This is a preview release of ICU4J 69.
-The contents of this document may not reflect the recent changes done
-for ICU 69 development. It is not recommended for production use. -->
-<!-- <b>Note:</b> This is a development milestone of ICU4J 69.
-The contents of this document may not reflect the recent changes done
-for ICU 69 development. It is not recommended for production use. -->
-<b>Note:</b> This is a release candidate of ICU4J 69.
-The contents of this document may not reflect the recent changes done
-for ICU 69 development. This release candidate is intended for those
-wishing to verify ICU 69 integration before final release. It is not
-recommended for production use.
-</p>
-<p>For the most recent release, see the <a
- href="http://www.icu-project.org/download/"> ICU4J
-download site</a>. </p>
-<h2 class="doc">Contents</h2>
-<ul type="disc">
-  <li><a href="#introduction">Introduction to ICU4J</a></li>
-  <li><a href="#changes">Changes In This Release</a></li>
-  <li><a href="#license">License Information</a></li>
-  <li><a href="#PlatformDependencies">Platform Dependencies</a></li>
-  <li><a href="#download">How to Download ICU4J</a></li>
-  <li><a href="#WhatContain">The Structure and Contents of ICU4J</a></li>
-  <li><a href="#API">Where to Get Documentation</a></li>
-  <li><a href="#HowToInstallJavac">How to Install and Build</a></li>
-  <li><a href="#HowToModularize">How to modularize ICU4J</a></li>
-  <li><a href="#tryingout">Trying Out ICU4J</a></li>
-  <li><a href="#resources">ICU4J Resource Information</a></li>
-  <li><a href="#timezone">About ICU4J Time Zone</a></li>
-  <li><a href="#WhereToFindMore">Where to Find More Information</a></li>
-  <li><a href="#SubmittingComments">Submitting Comments, Requesting
-Features and Reporting Bugs</a></li>
-</ul>
-<h2 class="doc"><a name="introduction"></a>Introduction to ICU4J</h2>
-<p>The International Components for Unicode (ICU) library provides
-robust and
-full-featured Unicode services on a wide variety of platforms. ICU
-supports the
-most current version of the Unicode standard, including support for
-supplementary characters (needed for GB 18030 repertoire support).</p>
-<p>Java provides a strong foundation for global programs, and IBM and
-the
-ICU team played a key role in providing globalization technology to
-Java. But because of its long release schedule, Java cannot always keep
-up with evolving standards. The ICU team continues to extend Java's
-Unicode and internationalization support, focusing on improving
-performance,
-keeping current with the Unicode standard, and providing richer APIs,
-while
-remaining as compatible as possible with the original Java text and
-internationalization API design.</p>
-<p>ICU4J is an add-on to the regular JRE that provides:
-</p>
-<ul>
-  <li><a
- href="https://unicode-org.github.io/icu/userguide/collation"><b>Collation</b></a>
-&#8211; rule-based, up-to-date Unicode Collation Algorithm (UCA) sorting order<br>
-&nbsp;&nbsp;&nbsp;&nbsp;For fast multilingual string comparison; faster
-and more complete than
-the J2SE implementation</li>
-  <li><a href="https://unicode-org.github.io/icu/userguide/conversion/detection"><b>Charset
-Detection</b></a> &#8211; Recognition of various single and multibyte charsets<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Useful for recognizing untagged text data</li>
-  <li><a
- href="https://unicode-org.github.io/icu/userguide/strings/unicodeset"><b>UnicodeSet</b></a>
-&#8211; standard set operations optimized for sets of Unicode characters<br>
-&nbsp;&nbsp;&nbsp;&nbsp;UnicodeSets can be built from string patterns
-using any Unicode properties.</li>
-  <li><a href="https://unicode-org.github.io/icu/userguide/transforms"><b>Transforms</b></a>
-&#8211; a flexible mechanism for Unicode text conversions<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Including Full/Halfwidth conversions,
-Normalization, Case conversions, Hex
-conversions, and transliterations between scripts (50+ pairs)</li>
-  <li><a
- href="https://unicode-org.github.io/icu/userguide/transforms/normalization"><b>Unicode
-Normalization</b></a> &#8211; NFC, NFD, NFKD, NFKC<br>
-&nbsp;&nbsp;&nbsp;&nbsp;For canonical text representations, needed for
-XML and the net</li>
-  <li><a
- href="https://unicode-org.github.io/icu/userguide/datetime/calendar"><b>International
-Calendars</b></a> &#8211; Arabic, Buddhist, Chinese, Hebrew, Japanese, Ethiopic, Islamic, Coptic and other calendars<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Required for correct presentation of dates in
-certain countries</li>
-  <li><a
- href="https://unicode-org.github.io/icu/userguide/format_parse/datetime"><b>Date
-Format
-Enhancements</b></a> &#8211; Date/time pattern generator, Relative date formatting, etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Enhancements to the normal Java date
-formatting.</li>
-  <li><a
- href="https://unicode-org.github.io/icu/userguide/format_parse/numbers"><b>Number
-Format
-Enhancements</b></a> &#8211; Scientific Notation, Spelled-out, Compact decimal format, etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Enhancements to the normal Java number
-formatting. The spell-out format is
-used for checks and similar documents</li>
-  <li><a
- href="https://unicode-org.github.io/icu/userguide/boundaryanalysis"><b>Enhanced
-Word-Break Detection</b></a> &#8211; Rule-based, supports Thai, Khmer, Chinese, etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Required for correct support of Thai</li>
-  <li><a
- href="https://unicode-org.github.io/icu/userguide/conversion/compression"><b>Unicode
-Text
-Compression</b></a> &#8211; Standard compression of Unicode text<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Suitable for large numbers of small fields,
-where LZW and similar schemes
-do not apply</li>
-  <li><a
- href="https://unicode-org.github.io/icu/userguide/conversion"><b>Charset Conversion</b></a> &#8211; Conversion to and from different charsets.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Plugs into Java CharsetProvider Service Provider Interface (SPI)</li>
+  <p>This readme has moved to the <a href="https://unicode-org.github.io/icu/userguide/icu/icu4j-readme/">ICU4J Readme</a>
+    section in the <a href="https://unicode-org.github.io/icu/">ICU User Guide</a>.</p>
 
-</ul>
-<blockquote>
-  <p><b>Note:</b> We continue to provide assistance to Java, and in some
-cases, ICU4J support has been rolled into a later release of Java. For
-example, BCP47 language tag support including Unicode locale extensions
-is now in Java 7. However, the most current and complete version is always
-found in ICU4J.</p>
-</blockquote>
+  <hr />
+  <p> Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
+  <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
+  Copyright &copy; 1997-2016 International Business Machines Corporation and  others.
+  All Rights Reserved.</p>
 
-<h2 class="doc"><a name="changes"></a>Changes In This Release</h2>
-
-<p>See the <a href="http://site.icu-project.org/download/69">ICU 69 download page</a>
-for more informantion about changes in this release.</p>
-<p>The list of API changes since the previous ICU4J release is available
-<a href="APIChangeReport.html">here</a>.</p>
-
-<h2 class="doc"><a name="license"></a>License Information</h2>
-<p>
-The ICU projects (ICU4C and ICU4J) are hosted by the
-<a href="http://www.unicode.org/">Unicode Consortium</a>. The ICU binary
-and source files are distributed under the
-<a href="http://www.unicode.org/copyright.html">UNICODE DATA FILES
-AND SOFTWARE LICENSE</a>. The full copy of the license and third party
-software licenses are available in <a href="./main/shared/licenses/LICENSE">LICENSE</a>
-file included in this package.
-</p>
-<h2 class="doc"><a name="PlatformDependencies"></a>Platform Dependencies</h2>
-<p>
-The minimum Java runtime version supported by ICU4J 69 is version 7. Java runtime version 6 is not supported.
-</p>
-<p>
-ICU4J since version 63 depend on J2SE 7 functionality. Therefore, ICU4J only runs on
-JRE version 7 or later. ICU4J 69 is tested on JRE 7, 8, 9, 10 and 11.
-</p>
-
-<h2 class="doc"><a name="download"></a>How to Download ICU4J</h2>
-<p>There are a few different ways to download the ICU4J releases.
-</p>
-<ul type="disc">
-  <li><b>Official Release:</b><br>
-If you want to use ICU4J (as opposed to developing it), your best bet
-is to download an official, packaged version of the ICU4J library files.
-These versions are tested more thoroughly than day-to-day development
-builds, and they are packaged in jar files for convenient download.
-  <ul>
-    <li><a href="http://www.icu-project.org/download/">ICU Download page</a>.</li>
-    <li>Maven repository:
-<pre>
-&lt;dependency&gt;
-    &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
-    &lt;artifactId&gt;icu4j&lt;/artifactId&gt;
-    &lt;version&gt;69.1&lt;/version&gt;
-&lt;/dependency&gt;
-
-&lt;dependency&gt;
-    &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
-    &lt;artifactId&gt;icu4j-charset&lt;/artifactId&gt;
-    &lt;version&gt;69.1&lt;/version&gt;
-&lt;/dependency&gt;
-
-&lt;dependency&gt;
-    &lt;groupId&gt;com.ibm.icu&lt;/groupId&gt;
-    &lt;artifactId&gt;icu4j-localespi&lt;/artifactId&gt;
-    &lt;version&gt;69.1&lt;/version&gt;
-&lt;/dependency&gt;
-</pre>
-  </ul>
-</ul>
-<ul type="disc">
-  <li><b>GitHub Source Repository:</b><br>
-If you are interested in developing features, patches, or bug fixes for
-ICU4J, you should probably be working with the latest version of the
-ICU4J source code. You will need to clone and checkout the code from our GitHub
-repository to ensure that you have the most recent version of all of
-the files. There are several ways to do this. Please follow the
-directions that are contained on the <a
- href="http://www.icu-project.org/repository/">Source
- Repository page</a> for details.
-  </li>
-</ul>
-<p>For more details on how to download ICU4J directly from the web
-site, please see the ICU download page at <a
- href="http://www.icu-project.org/download/">http://www.icu-project.org/download/</a>
-</p>
-<h2 class="doc"><a name="WhatContain"></a>The Structure and Contents of
-ICU4J</h2>
-<p>Below, all directory pathes are relative to the directory where the
-ICU4J source archive is extracted.
-</p>
-<p><b>Information and build files:</b></p>
-<table border="1">
-<tr>
-  <th>Path</th>
-  <th>Description</th>
-</tr>
-<tr>
-  <td>readme.html</td>
-  <td>A description of ICU4J (International Components for Unicode for Java)</td>
-</tr>
-<tr>
-  <td>build.html</td>
-  <td>The main Ant build file for ICU4J.  See <a href="#HowToInstallJavac">How to Install
-  and Build</a> for more information</td>
-</tr>
-<tr>
-  <td>main/shared/licenses/LICENSE</td>
-  <td>ICU license</td>
-</tr>
-</table>
-
-<p><b>ICU4J runtime class files:</b></p>
-<table border="1">
-<tr>
-  <th>Path</th>
-  <th>Sub-component Name</th>
-  <th>Build Dependencies</th>
-  <th>Public API Packages</th>
-  <th>Description</th>
-</tr>
-<tr>
-  <td>main/classes/charset</td>
-  <td>icu4j-charset</td>
-  <td>icu4j-core</td>
-  <td>com.ibm.icu.charset</td>
-  <td>Implementation of <code>java.nio.charset.spi.CharsetProvider</code>.
-  This sub-component is shipped as icu4j-charset.jar along with
-  ICU charset converter data files.</td>
-</tr>
-<tr>
-  <td>main/classes/collate</td>
-  <td>icu4j-collate</td>
-  <td>icu4j-core</td>
-  <td>com.ibm.icu.text<br>
-  com.ibm.icu.util</td>
-  <td>Collator APIs and implementation.  Also includes some public API classes
-  that depend on Collator.
-  This sub-component is packaged as a part of icu4j.jar.</td>
-</tr>
-<tr>
-  <td>main/classes/core</td>
-  <td>icu4j-core</td>
-  <td>n/a</td>
-  <td>com.ibm.icu.lang<br>
-  com.ibm.icu.math<br>
-  com.ibm.icu.text<br>
-  com.ibm.icu.util</td>
-  <td>ICU core API classes and implementation.
-  This sub-component is packaged as a part of icu4j.jar.</td>
-</tr>
-<tr>
-  <td>main/classes/currdata</td>
-  <td>icu4j-currdata</td>
-  <td>icu4j-core</td>
-  <td>n/a</td>
-  <td>No public API classes.  Provides access to currency display data.
-  This sub-component is packaged as a part of icu4j.jar.</td>
-</tr>
-<tr>
-  <td>main/classes/langdata</td>
-  <td>icu4j-langdata</td>
-  <td>icu4j-core</td>
-  <td>n/a</td>
-  <td>No public API classes.  Provides access to language display data.
-  This sub-component is packaged as a part of icu4j.jar.</td>
-</tr>
-<tr>
-  <td>main/classes/localespi</td>
-  <td>icu4j-localespi</td>
-  <td>icu4j-core<br>
-  icu4j-collate<br>
-  </td>
-  <td>n/a</td>
-  <td>Implementation of various locale-sensitive service providers defined
-  in <code>java.text.spi</code> and <code>java.util.spi</code> in J2SE 6.0
-  or later Java releases.
-  This sub-component is shipped as icu4j-localespi.jar.</td>
-</tr>
-<tr>
-  <td>main/classes/regiondata</td>
-  <td>icu4j-regiondata</td>
-  <td>icu4j-core</td>
-  <td>n/a</td>
-  <td>No public API classes.  Provides access to region display data.
-  This sub-component is packaged as a part of icu4j.jar.</td>
-</tr>
-<tr>
-  <td>main/classes/translit</td>
-  <td>icu4j-translit</td>
-  <td>icu4j-core</td>
-  <td>com.ibm.icu.text</td>
-  <td>Transliterator APIs and implementation.
-  This sub-component is packaged as a part of icu4j.jar.</td>
-</tr>
-</table>
-
-<p><b>ICU4J unit test files:</b></p>
-<table border="1">
-<tr>
-  <th>Path</th>
-  <th>Sub-component Name</th>
-  <th>Runtime Dependencies</th>
-  <th>Description</th>
-</tr>
-<tr>
-  <td>main/tests/charset</td>
-  <td>icu4j-charset-tests</td>
-  <td>icu4j-charset<br>
-  icu4j-core<br>
-  icu4j-test-framework</td>
-  <td>Test suite for charset sub-component.</td>
-</tr>
-<tr>
-  <td>main/tests/collate</td>
-  <td>icu4j-collate-tests</td>
-  <td>icu4j-collate<br>
-  icu4j-core<br>
-  icu4j-test-framework</td>
-  <td>Test suite for collate sub-component.</td>
-</tr>
-<tr>
-  <td>main/tests/core</td>
-  <td>icu4j-core-tests</td>
-  <td>icu4j-core<br>
-  icu4j-currdata<br>
-  icu4j-langdata<br>
-  icu4j-regiondata<br>
-  icu4j-test-framework</td>
-  <td>Test suite for core sub-component.</td>
-</tr>
-<tr>
-  <td>main/tests/framework</td>
-  <td>icu4j-test-framework</td>
-  <td>icu4j-core</td>
-  <td>Common ICU4J unit test framework and utilities.</td>
-</tr>
-<tr>
-  <td>main/tests/localespi</td>
-  <td>icu4j-localespi-tests</td>
-  <td>icu4j-core<br>
-  icu4j-collate<br>
-  icu4j-currdata<br>
-  icu4j-langdata<br>
-  icu4j-localespi<br>
-  icu4j-regiondata<br>
-  icu4j-test-framework</td>
-  <td>Test suite for localespi sub-component.</td>
-</tr>
-<tr>
-  <td>main/tests/packaging</td>
-  <td>icu4j-packaging-tests</td>
-  <td>icu4j-core<br>
-  icu4j-test-framework</td>
-  <td>Test suite for sub-component packaging.</td>
-</tr>
-<tr>
-  <td>main/tests/translit</td>
-  <td>icu4j-translit-tests</td>
-  <td>icu4j-core<br>
-  icu4j-translit
-  icu4j-test-framework</td>
-  <td>Test suite for translit sub-component.</td>
-</tr>
-</table>
-
-<p><b>Others:</b></p>
-<table border="1">
-<tr>
-  <th>Path</th>
-  <th>Description</th>
-</tr>
-<tr>
-  <td>main/shared</td>
-  <td>Files shared by ICU4J sub-components under the <code>main</code> directory including:
-  <ul>
-    <li>ICU4J runtime data archive (icudata.jar).</li>
-    <li>ICU4J unit test data archive (testdata.jar).</li>
-    <li>Shared Ant build script and configuration files.</li>
-    <li>License files.</li>
-  </ul>
-  </td>
-</tr>
-<tr>
-  <td>demos</td>
-  <td>ICU4J demo programs.</td>
-</tr>
-<tr>
-  <td>perf-tests</td>
-  <td>ICU4J performance test files.</td>
-</tr>
-<tr>
-  <td>tools</td>
-  <td>ICU4J tools including:
-  <ul>
-    <li>Custom JavaDoc taglets used for generating ICU4J API references.</li>
-    <li>API report tool and data.</li>
-    <li>Other independent utilities used for ICU4J development.</li>
-  </ul>
-  </td>
-</tr>
-<tr>
-  <td>lib</td>
-  <td>Folder used for downloading depedency libraries.<br>
-  <b>Note:</b> ICU4J runtime libraries do not depend on any external libraries other
-  than JDK. These dependencies are for testing (such as JUnit).</td>
-</tr>
-</table>
-
-<h2 class="doc"><a name="API"></a>Where to get Documentation</h2>
-<p>The <a href="https://unicode-org.github.io/icu/userguide/">ICU user's
-guide</a> contains lots of general information about ICU, in its C,
-C++, and Java incarnations.</p>
-<p>The complete API documentation for ICU4J (javadoc) is available on
-the ICU4J web site, and can be built from the sources:
-</p>
-<ul>
-  <li><a href="http://www.icu-project.org/apiref/icu4j/">Index
-to all ICU4J API</a></li>
-  <li><a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/CharsetDetector.html">Charset Detector</a> &#8211; Detection of charset from a byte stream</li>
-  <li>International Calendars &#8211; 
-    <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/BuddhistCalendar.html">Buddhist</a>,
-    <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/ChineseCalendar.html">Chinese</a>,
-    <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/CopticCalendar.html">Coptic</a>,
-    <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/EthiopicCalendar.html">Ethiopic</a>,
-    <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/GregorianCalendar.html">Gregorian</a>,
-    <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/HebrewCalendar.html">Hebrew</a>,
-    <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/IndianCalendar.html">Indian</a>,
-    <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/IslamicCalendar.html">Islamic</a>,
-    <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/JapaneseCalendar.html">Japanese</a>,
-    Persian, Dangi.</li>
-  <li>Time Zone Enhancements &#8211;
-<a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/BasicTimeZone.html">Time zone transition and rule detection</a>,
-<a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/VTimeZone.html">iCalendar VTIMEZONE formatting and parsing</a>,
-<a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/RuleBasedTimeZone.html">Custom time zones constructed by user defined rules</a>.
-  <li>Date Format Enhancements &#8211; <a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/DateTimePatternGenerator.html">Date/Time Pattern Generator</a>,
-<a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/DateIntervalFormat.html">Date Interval Format</a>,
-<a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/DurationFormat.html">Duration Format</a>.
-  <li><a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/Normalizer.html">Unicode
-Normalization</a> &#8211; Canonical text representation for W3C.</li>
-  <li><a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/NumberFormat.html">Number
-Format Enhancements</a> &#8211; Scientific Notation, Spelled out.</li>
-  <li><a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/BreakIterator.html">Enhanced
-word-break detection</a> &#8211; Rule-based, supports Thai</li>
-  <li><a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/Transliterator.html">Transliteration</a>
-&#8211; A general framework for converting text from one format to another,
-e.g. Cyrillic to Latin, or Hex to Unicode. </li>
-  <li>Unicode Text <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/UnicodeCompressor.html">Compression</a>
-&amp; <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/UnicodeDecompressor.html">Decompression</a>
-&#8211; 2:1 compression on English Unicode text.</li>
-  <li>Collation &#8211; <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/RuleBasedCollator.html">Rule-based
-sorting</a>, <a
- href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/StringSearch.html">Efficient
-multi-lingual searching</a>,
-<a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/text/AlphabeticIndex.html">Alphabetic indexing</a></li>
-</ul>
-<h2 class="doc"><a name="HowToInstallJavac"></a>How to Install and Build</h2>
-<p>
-To install ICU4J, simply place the pre-built jar file <strong>icu4j.jar</strong>
-on your Java CLASSPATH. If you need Charset API support please also place
-<strong>icu4j-charset.jar</strong> on your class path along with <strong>icu4j.jar</strong>.
-</p>
-<p>
-To build ICU4J, you will need JDK 7 or later (JDK 8 is the reference environment for this release)
-and the Apache Ant version 1.9 or later. It's recommended to install both the JDK and Ant 
-somewhere <em>outside</em>the ICU4J directory. For example, on Linux you might install
-these in <code>/usr/local</code>.</p>
-<ul>
-  <li>Install JDK 8.</li>
-  <li>Install the <a href="http://ant.apache.org/"><strong>Apache Ant</strong></a>
-      1.9 or later.
-  <li>Set environment variables JAVA_HOME, ANT_HOME and PATH, for example:
-    <pre>
-        set JAVA_HOME=C:\jdk1.8.0
-        set ANT_HOME=C:\apache-ant
-        set PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%PATH%</pre>
-    </pre>
-  </li>
-</ul>
-<p>Once the JDK and Ant are configured, run the desired target defined in
-<strong>build.xml</strong>. The default target is "jar" which compiles ICU4J library
-class files and create ICU4J jar files. For example:</p>
-<blockquote>
-<pre>C:\icu4j>ant
-Buildfile: C:\icu4j\build.xml
-
-info:
-     [echo] ----- Build Environment Information -------------------
-     [echo] Java Home:    C:\jdk1.8.0\jre
-     [echo] Java Version: 1.8.0_181
-     [echo] Ant Home:     C:\apache-ant
-     [echo] Ant Version:  Apache Ant(TM) version 1.10.1 compiled on February 2 2017
-     [echo] OS:           Windows 10
-     [echo] OS Version:   10.0
-     [echo] OS Arch:      amd64
-     [echo] Host:         ICUDEV
-     [echo] -------------------------------------------------------
-
-core:
-
-@compile:
-     [echo] build-local:     ../../shared/../../build-local.properties
-     [echo] --- java compiler arguments ------------------------
-     [echo] source dir:     C:\icu4j\main\classes\core/src
-     [echo] output dir:     C:\icu4j\main\classes\core/out/bin
-     [echo] bootclasspath:
-     [echo] classpath:
-     [echo] source:         1.7
-     [echo] target:         1.7
-     [echo] debug:          on
-     [echo] encoding:       UTF-8
-     [echo] compiler arg:   -Xlint:all,-deprecation,-dep-ann,-options,-overrides
-     [echo] ----------------------------------------------------
-    [mkdir] Created dir: C:\icu4j\main\classes\core\out\bin
-    [javac] Compiling 470 source files to C:\icu4j\main\classes\core\out\bin
-    [javac] Note: Some input files use or override a deprecated API.
-    [javac] Note: Recompile with -Xlint:deprecation for details.
-
-compile:
-
-@copy:
-     [copy] Copying 24 files to C:\icu4j\main\classes\core\out\bin
-
-set-icuconfig-datapath:
-
-copy-data:
-    [unjar] Expanding: C:\icu4j\main\shared\data\icudata.jar into C:\icu4j\main\
-classes\core\out\bin
-    [unjar] Expanding: C:\icu4j\main\shared\data\icutzdata.jar into C:\icu4j\mai
-n\classes\core\out\bin
-
-...
-...
-...
-
-localespi:
-
-@compile:
-     [echo] build-local:     ../../shared/../../build-local.properties
-     [echo] --- java compiler arguments ------------------------
-     [echo] source dir:     C:\icu4j\main\classes\localespi/src
-     [echo] output dir:     C:\icu4j\main\classes\localespi/out/bin
-     [echo] bootclasspath:
-     [echo] classpath:      C:\icu4j\main\classes\core\out\lib\icu4j-core.jar;C:
-\icu4j\main\classes\collate\out\lib\icu4j-collate.jar
-     [echo] source:         1.7
-     [echo] target:         1.7
-     [echo] debug:          on
-     [echo] encoding:       UTF-8
-     [echo] compiler arg:   -Xlint:all,-deprecation,-dep-ann,-options
-     [echo] ----------------------------------------------------
-    [mkdir] Created dir: C:\icu4j\main\classes\localespi\out\bin
-    [javac] Compiling 22 source files to C:\icu4j\main\classes\localespi\out\bin
-
-
-compile:
-
-@copy:
-     [copy] Copying 11 files to C:\icu4j\main\classes\localespi\out\bin
-
-copy:
-
-@jar:
-    [mkdir] Created dir: C:\icu4j\main\classes\localespi\out\lib
-     [copy] Copying 1 file to C:\icu4j\main\classes\localespi\out
-      [jar] Building jar: C:\icu4j\main\classes\localespi\out\lib\icu4j-localesp
-i.jar
-
-jar:
-
-@src-jar:
-      [jar] Building jar: C:\icu4j\main\classes\localespi\out\lib\icu4j-localesp
-i-src.jar
-
-src-jar:
-
-build:
-
-jar:
-     [copy] Copying 1 file to C:\icu4j
-     [copy] Copying 1 file to C:\icu4j
-
-BUILD SUCCESSFUL
-Total time: 30 seconds</pre>
-</blockquote>
-<I>Note: The above output is an example. The numbers are likely to be different with the current version ICU4J.</I>
-<p>The following are some targets that you can provide to <b>ant</b>.
-For more targets run <code>ant -projecthelp</code> or see the build.xml file.</p>
-<table border="1">
-<tr>
-  <th>jar (default)</th>
-  <td>Create ICU4J runtime library jar archives (<code>icu4j.jar</code>, 
-  <code>icu4j-charset.jar</code> and <code>icu4j-localespi.jar</code>)
-  in the root ICU4J directory.</td>
-</tr>
-<tr>
-  <th>check</th>
-  <td>Build all ICU4J runtime library classes and corresponding unit test cases,
-  then run the tests.</td>
-</tr>
-<tr>
-  <th>clean</th>
-  <td>Remove all build output files.</td>
-</tr>
-<tr>
-  <th>main</th>
-  <td>Build all ICU4J runtime library sub-components (under the directory
-  <code>main/classes</code>).</td>
-</tr>
-<tr>
-  <th>tests</th>
-  <td>Build all ICU4J unit test sub-components (under the directory <code>main/tests</code>)
-  and their dependencies.</td>
-</tr>
-<tr>
-  <th>tools</th>
-  <td>Build the tools.</td>
-</tr>
-<tr>
-  <th>docs</th>
-  <td>Run javadoc over the ICU4J runtime library files, generating an HTML documentation
-  tree in the subdirectory <code>doc</code>.</td>
-</tr>
-<tr>
-  <th>jarDocs</th>
-  <td>Create ICU4J doc jar archive (<code>icu4jdocs.jar</code>) containing API reference
-  docs in the root ICU4J directory. </td>
-</tr>
-<tr>
-  <th>jarDemos</th>
-  <td>Create ICU4J demo jar archive (<code>icu4jdemos.jar</code>) in the root ICU4J
-  directory.</td>
-</tr>
-</table>
-
-<p>For more information, read the Ant documentation and the <strong>build.xml</strong>
-file.</p>
-<p><b>Note:</b> If you get an OutOfMemoryError when you are running <tt>"ant check"</tt>,
-you can set the heap size of the jvm by setting the environment variable JVM_OPTIONS
-to the appropriate java options.</p>
-
-<p><b>Eclipse users:</b> See the ICU4J site for information on<a
- href="http://site.icu-project.org/setup/eclipse">
-how to configure Eclipse</a> to build and develop ICU4J on Eclipse IDE.</p>
-
-<p><b>Note:</b> To install and configure ICU4J Locale Service Provider, please refer the user guide
-page <a href="https://unicode-org.github.io/icu/userguide/icu4j-locale-service-provider">ICU4J Locale
-Service Provider</a>.</p>
-
-<h2 class="doc"><a name="tryingout"></a>Trying Out ICU4J</h2>
-<p><strong>Note:</strong> the demos provided with ICU4J are for the
-most part undocumented. This list can show you where to look, but
-you'll have to experiment a bit. The demos are <strong>unsupported</strong>
-and may change or disappear without notice.</p>
-<p>The icu4j.jar file contains only the ICU4J runtime library classes, not the
-demo classes, so unless you build ICU4J there is little to try out.
-</p>
-<h3 class="doc">Charset</h3>
-To try out the <strong>Charset</strong> package, build <strong>icu4j.jar</strong> and
-<strong>icu4j-charset.jar</strong> using the 'jar' target.
-You can use the charsets by placing these files on your classpath.
-<blockquote><tt>java -cp $icu4j_root/icu4j.jar:$icu4j_root/icu4j-charset.jar &lt;your program&gt;</tt></blockquote>
-<h3 class="doc">Other demos</h3>
-<p>The other demo programs are <strong>not supported</strong> and
-exist only to let you experiment with the ICU4J classes. First, build ICU4J using <tt>ant&nbsp;jarDemos</tt>.
-Then launch the demos as below:</p>
-<blockquote><tt>java -jar $icu4j_root/icu4jdemos.jar</tt></blockquote>
-
-<h2 class="doc"><a name="resources">ICU4J Resource Information</a></h2>
-Starting with release 2.1, ICU4J includes its own
-resource information
-which is completely independent of the JRE resource information. (Note,
-ICU4J 2.8 to 3.4, time zone information depends on the underlying JRE).
-The ICU4J resource information is equivalent to the information in ICU4C and
-many resources are, in fact, the same binary files that ICU4C uses.
-<p>
-By default the ICU4J distribution includes all of the standard resource
-information. It is located under the directory com/ibm/icu/impl/data.
-Depending on the service, the data is in different locations and in
-different formats. <strong>Note:</strong> This will continue to change
-from release to release, so clients should not depend on the exact
-organization
-of the data in ICU4J.</p>
-<ul>
-  <li>The primary <b>locale data</b> is under the directory <tt>icudt69b</tt>,
-  as a set of <tt>".res"</tt> files whose names are the locale identifiers. 
-  Locale naming is documented the <code>com.ibm.icu.util.ULocale</code>
-  class, and the use of these names in searching for resources is documented 
-  in <code>com.ibm.icu.util.UResourceBundle</code>.</li>
-
-  <li>The <b>break iterator data</b> is under the directory <tt>icudt69b/brkitr</tt>,
-  as a set of <tt>".res"</tt>, <tt>".brk"</tt> and <tt>".dict"</tt> files.</li>
-
-  <li>The <b>collation data</b> is under the directory <tt>icudt69b/coll</tt>,
-  as a set of <tt>".res"</tt> files.</li>
-
-  <li>The <b>currency display name data</b> is under the directory <tt>icudt69b/curr</tt>,
-  as a set of <tt>".res"</tt> files.</li>
-
-  <li>The <b>language display name data</b> is under the directory <tt>icudt69b/lang</tt>,
-  as a set of <tt>".res"</tt> files.</li>
-
-  <li>The <b>rule-based number format data</b> is under the directory
-  <tt>icudt69b/rbnf</tt>, as a set of <tt>".res"</tt> files.
-
-  <li>The <b>region display name data</b> is under the directory <tt>icudt69b/region</tt>,
-  as a set of <tt>".res"</tt> files.</li>
-
-  <li>The <b>rule-based transliterator data</b> is under the directory
-  <tt>icudt69b/translit</tt>, as a set of <tt>".res"</tt> files.</li>
-
-  <li>The <b>measurement unit data</b> is under the directory <tt>icudt69b/unit</tt>,
-  as a set of <tt>".res"</tt> files.</li>
-
-  <li>The <b>time zone display name data</b> is under the directory
-  <tt>icudt69b/zone</tt>, as a set of <tt>".res"</tt> files.</li>
-
-  <li>The <b>character property data</b> and default <b>unicode collation algorithm
-  (UCA) data</b> is found under the directory <tt>icudt69b</tt>, as a set of
-  <tt>".icu"</tt> files. </li>
-
-  <li>The <b>normalization data</b> is found under the directory <tt>icudt69b</tt>,
-  as a set of <tt>".nrm"</tt> files. </li>
-
-  <li>The <b>character set converter data</b> is under the directory
-  <tt>icudt69b</tt>, as a set of <tt>".cnv"</tt> files.  These files are
-  currently included only in icu-charset.jar.</li>
-
-  <li>The <b>time zone rule data</b> is under the directory 
-  <tt>icudt69b</tt>, as <tt>zoneinfo64.res</tt>.</li>
-
-  <li>The <b>holiday data</b> is under the directory <tt>icudt69b</tt>,
-  as a set of <tt>".class"</tt> files, named <tt>"HolidayBundle_"</tt>
-  followed by the locale ID.</li>
-
-</ul>
-<p>
-Some of the data files alias or otherwise reference data from other
-data files. One reason for this is because some locale names have
-changed. For example, <tt>he_IL</tt> used to be <tt>iw_IL</tt>. In
-order to support both names but not duplicate the data, one of the
-resource files refers to the other file's data. In other cases, a
-file may alias a portion of another file's data in order to save
-space. Currently ICU4J provides no tool for revealing these
-dependencies.</p>
-<blockquote><strong>Note:</strong>  Java's <code>Locale</code> class
-silently converts the language code <tt>"he"</tt> to <tt>"iw"</tt>
-when you construct the Locale (for versions of Java through Java 5). Thus
-Java cannot be used to locate resources that use the <tt>"he"</tt>
-language code. ICU, on the other hand, does not perform this
-conversion in ULocale, and instead uses aliasing in the locale data to
-represent the same set of data under different locale
-ids.</blockquote>
-<p>
-Resource files that use locale ids form a hierarchy, with up to four
-levels: a root, language, region (country), and variant. Searches for
-locale data attempt to match as far down the hierarchy as possible,
-for example, <tt>"he_IL"</tt> will match <tt>he_IL</tt>, but
-<tt>"he_US"</tt> will match <tt>he</tt> (since there is no <tt>US</tt>
-variant for he, and <tt>"xx_YY</tt> will match root (the
-default fallback locale) since there is no <tt>xx</tt> language code
-in the locale hierarchy. Again, see
-<code>java.util.ResourceBundle</code> for more information.
-</p>
-<p>
-<strong>Currently ICU4J provides no tool for revealing these
-dependencies</strong> between data files, so trimming the data
-directly in the ICU4J project is a hit-or-miss affair. The key point
-when you remove data is to make sure to remove all dependencies on
-that data as well. For example, if you remove <tt>he.res</tt>, you
-need to remove <tt>he_IL.res</tt>, since it is lower in the hierarchy,
-and you must remove iw.res, since it references <tt>he.res</tt>, and
-<tt>iw_IL.res</tt>, since it depends on it (and also references
-<tt>he_IL.res</tt>).
-</p>
-<p>
-Unfortunately, the jar tool in the JDK provides no way to remove items
-from a jar file. Thus you have to extract the resources, remove the
-ones you don't want, and then create a new jar file with the remining
-resources. See the jar tool information for how to do this. Before
-'rejaring' the files, be sure to thoroughly test your application with
-the remaining resources, making sure each required resource is
-present.
-</p>
-<h3 class="doc">Using additional resource files with ICU4J</h3>
-<blockquote>
-  <table cellpadding="3" frame="border" rules="none" width="50%">
-    <tbody>
-      <tr>
-        <td><b><font color="red" size="+1">Warning:</font> Resource
-file formats can change across releases of ICU4J!</b></td>
-      </tr>
-      <tr>
-        <td>The format of ICU4J resources is not part of the API.
-Clients who develop their own resources for use with ICU4J should be
-prepared to
-regenerate them when they move to new releases of ICU4J.</td>
-      </tr>
-    </tbody>
-  </table>
-</blockquote>
-<p>
-We are still developing ICU4J's resource mechanism. Currently it 
-is not possible to mix icu's new binary <tt>.res</tt>
-resources
-with traditional java-style <tt>.class</tt> or <tt>.txt</tt>
-resources. We might
-allow for this in a future release, but since the resource data and
-format is not formally
-supported, you run the risk of incompatibilities with future releases
-of ICU4J.
-</p>
-<p>
-Resource data in ICU4J is checked in to the repository as a jar file
-containing the resource binaries, <tt>$icu4j_root/main/shared/data/icudata.jar</tt>.
-This means that inspecting the contents of these resources is difficult.
-They currently are compiled from ICU4C <tt>.txt</tt> file data. You
-can view the contents of the ICU4C text resource files to understand
-the contents of the ICU4J resources.
-</p>
-<p>
-The files in <tt>icudata.jar</tt> get extracted to <tt>com/ibm/icu/impl/data</tt>
-in the build output directory by some build targets.
-</p>
-<h3 class="doc"><a name="resourcesICU4C">Building ICU4J Resources from ICU4C</a></h3>
-ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in icu4c/source/data for the procedures.
-<h5> Generating Data from CLDR </h5>
-<I> Note: This procedure assumes that all 3 sources are present</I>
-<ol>
-    <li>Checkout or download CLDR version 'release-39'</li>
-    <li>Checkout ICU with tag 'release-69-1'</li>
-    <li>cd to icu4c/source/data directory</li>
-    <li>Follow the instructions in icu4c/source/data/cldr-icu-readme.txt</li>
-    <li>Rebuild ICU4C with the newly generated data.</li>
-    <li>Run ICU4C tests to verify that the new data is good.</li>
-    <li>Build ICU4J data from ICU4C data by following the procedures in icu4j/source/data/icu4j-readme.txt</li>
-    <li>cd to icu4j dir</li>
-    <li>Build and test icu4j</li>
-</ol>
-
-<h2 class="doc"><a name="timezone"></a>About ICU4J Time Zone</h2>
-<p>ICU4J library includes the latest time zone data, as of the release date.
-However, time zone data is frequently updated in response
-to changes made by local governments around the world.  If you need to update
-the time zone data, please refer the ICU user guide topic
-<a href="https://unicode-org.github.io/icu/userguide/datetime/timezone#updating-the-time-zone-data">Updating the Time Zone Data</a>.</p>
-<p>You can optionally configure ICU4J date and time
-service classes to use underlying JDK TimeZone implementation (see the ICU4J API reference
-<a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/TimeZone.html">TimeZone</a>
-for the details).  When this configuration is enabled, ICU's own time zone data
-won't be used and you have to get time zone data patches from the JRE vendor.</p>
-
-<h2 class="doc"><a name="WhereToFindMore"></a>Where to Find More
-Information</h2>
-<p><a href="http://www.icu-project.org/">http://www.icu-project.org/</a>
-is the home page of International Components for Unicode development project</p>
-
-<h2 class="doc"><a name="SubmittingComments"></a>Submitting Comments,
-Requesting Features and
-Reporting Bugs</h2>
-<p>Your comments are important to making ICU4J successful. We are
-committed to investigate any bug reports or suggestions,
-and will use your feedback to help plan future releases.</p>
-<p>To submit comments, request features and report bugs,
-please see <a href="http://www.icu-project.org/bugs.html">ICU bug database
-information</a> or contact us through the <a
- href="http://www.icu-project.org/contacts.html">ICU Support
-mailing list</a>.  While we are not able to respond individually to each comment, we do
-review all comments.</p>
-<br>
-<br>
-<h2>Thank you for your interest in ICU4J!</h2>
-<br>
-<hr align="center" size="2" width="100%">
-<p><I><font size="-1">© 2016 and later: Unicode, Inc. and others.<br>
-License & terms of use: <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a>
-</font></I></p>
 </body>
 </html>
diff --git a/tools/cldr/cldr-to-icu/README.txt b/tools/cldr/cldr-to-icu/README.txt
index 2329dd4..4b32b67 100644
--- a/tools/cldr/cldr-to-icu/README.txt
+++ b/tools/cldr/cldr-to-icu/README.txt
@@ -25,7 +25,7 @@
 CLDR_DATA_DIR: The top-level directory for the CLDR production data (typically
                the "production" directory in the staging repository). Usually
                generated locally or obtained from:
-               https://github.com/unicode-org/cldr-staging/tree/master/production
+               https://github.com/unicode-org/cldr-staging/tree/main/production
 
 In Posix systems, it's best to set these as exported shell variables, and any
 following instructions assume they have been set accordingly:
diff --git a/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ConvertIcuDataTask.java b/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ConvertIcuDataTask.java
index d3e9f74..046b188 100644
--- a/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ConvertIcuDataTask.java
+++ b/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ConvertIcuDataTask.java
@@ -30,6 +30,7 @@
 import org.unicode.cldr.api.CldrDataSupplier;
 import org.unicode.cldr.api.CldrDraftStatus;
 import org.unicode.cldr.api.CldrPath;
+import org.unicode.cldr.util.CLDRConfig;
 import org.unicode.icu.tool.cldrtoicu.AlternateLocaleData;
 import org.unicode.icu.tool.cldrtoicu.IcuConverterConfig;
 import org.unicode.icu.tool.cldrtoicu.LdmlConverter;
@@ -305,6 +306,10 @@ public void addConfiguredAltPath(AltPath altPath) {
 
     @SuppressWarnings("unused")
     public void execute() throws BuildException {
+        // Spin up CLDRConfig outside of other inner loops, to
+        // avoid static init problems seen in CLDR-14636
+        CLDRConfig.getInstance().getSupplementalDataInfo();
+
         checkBuild(localeIds != null, "<localeIds> must be specified");
 
         CldrDataSupplier src = CldrDataSupplier
diff --git a/tools/commit-checker/README.md b/tools/commit-checker/README.md
index bb9e44d..77fb724 100644
--- a/tools/commit-checker/README.md
+++ b/tools/commit-checker/README.md
@@ -41,9 +41,9 @@
         --rev-range "release-63-1..upstream/maint/maint-64"
         > REPORT.md
 
-If the maintenance branch hasn't been cut yet, use upstream/master as the tip:
+If the maintenance branch hasn't been cut yet, use upstream/main as the tip:
 
-        --rev-range "release-64-2..upstream/master"
+        --rev-range "release-64-2..upstream/main"
 
 Note 1: These examples assume that your remote named "upstream" points to unicode-org/icu, the source of truth.
 
@@ -68,4 +68,4 @@
 
 When ready, create a branch  and push to your fork so others can view the report easily.  Team members should close issues they own that are correctly fixed.  Re-generate the report periodically until it comes back clean.
 
-Note: REPORT.md is not intended to be merged back into master.
+Note: REPORT.md is not intended to be merged back into main.
diff --git a/tools/commit-checker/check.py b/tools/commit-checker/check.py
index 6b827f5..fe8f136 100644
--- a/tools/commit-checker/check.py
+++ b/tools/commit-checker/check.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # Copyright (C) 2018 and later: Unicode, Inc. and others.
-# License & terms of use: http://www.unicode.org/copyright.html 
+# License & terms of use: http://www.unicode.org/copyright.html
 # Author: shane@unicode.org
 
 import argparse
@@ -8,12 +8,14 @@
 import os
 import re
 import sys
+import datetime
 
 from enum import Enum
 from collections import namedtuple
 from git import Repo
 from jira import JIRA
 
+# singleCount = 0
 
 ICUCommit = namedtuple("ICUCommit", ["issue_id", "commit"])
 
@@ -25,9 +27,72 @@ class CommitWanted(Enum):
 
 ICUIssue = namedtuple("ICUIssue", ["issue_id", "is_closed", "commit_wanted", "issue"])
 
+# JIRA constants.
+
+# TODO: clearly these should move into a config file of some sort.
+# NB: you can fetch the resolution IDs by authenticating to JIRA and then viewing
+# the URL given.
+
+# constants for jira_issue.fields.resolution.id
+# <https://unicode-org.atlassian.net/rest/api/2/resolution>
+R_NEEDS_MOREINFO        = "10003"
+R_FIXED                 = "10004"
+R_DUPLICATE             = "10006"
+R_OUTOFSCOPE            = "10008"
+R_ASDESIGNED            = "10009"
+R_WONTFIX               = "10010"  # deprecated
+R_INVALID               = "10012"
+R_FIXED_BY_OTHER_TICKET = "10015"
+R_NOTREPRO              = "10024"
+R_FIXED_NON_REPO        = "10025"
+R_FIX_SURVEY_TOOL       = "10022"
+R_OBSOLETE              = "10023"
+
+# constants for jira_issue.fields.issuetype.id
+# <https://unicode-org.atlassian.net/rest/api/2/issuetype>
+I_ICU_USERGUIDE         = "10010"
+I_TASK                  = "10003"
+
+# constants for jira_issue.fields.status.id
+# <https://unicode-org.atlassian.net/rest/api/2/status>
+S_REVIEWING             = "10001"
+S_DONE                  = "10002"
+S_REVIEW_FEEDBACK       = "10003"
+
+def jira_issue_under_review(jira_issue):
+    """
+    Yields True if ticket is considered "under review"
+    """
+    # TODO: should be data driven from a config file.
+    if jira_issue.issue.fields.status.id in [S_REVIEWING, S_REVIEW_FEEDBACK]:
+        return True
+    else:
+        return False
+
+def make_commit_wanted(jira_issue):
+    """Yields a CommitWanted enum with the policy decision for this particular issue"""
+    # TODO: should be data driven from a config file.
+    if not jira_issue.fields.resolution:
+        commit_wanted = CommitWanted["OPTIONAL"]
+    elif jira_issue.fields.resolution.id in [ R_DUPLICATE, R_ASDESIGNED, R_OUTOFSCOPE, R_NOTREPRO, R_INVALID, R_NEEDS_MOREINFO, R_OBSOLETE ]:
+        commit_wanted = CommitWanted["FORBIDDEN"]
+    elif jira_issue.fields.resolution.id in [ R_FIXED_NON_REPO, R_FIX_SURVEY_TOOL, R_FIXED_BY_OTHER_TICKET ]:
+        commit_wanted = CommitWanted["FORBIDDEN"]
+    elif jira_issue.fields.resolution.id in [ R_FIXED ]:
+        commit_wanted = CommitWanted["REQUIRED"]
+    elif jira_issue.fields.resolution.id == R_FIXED_BY_OTHER_TICKET:
+        commit_wanted = CommitWanted["FORBIDDEN"]
+    elif jira_issue.fields.resolution.id != R_FIXED:
+        commit_wanted = CommitWanted["ERROR"]
+    elif jira_issue.fields.issuetype.id in [ I_ICU_USERGUIDE, I_TASK ]:
+        commit_wanted = CommitWanted["OPTIONAL"]
+    else:
+        commit_wanted = CommitWanted["REQUIRED"]
+    return commit_wanted
+
 
 flag_parser = argparse.ArgumentParser(
-    description = "Generates a Markdown report for commits on master since the 'latest' tag.",
+    description = "Generates a Markdown report for commits on main since the 'latest' tag.",
     formatter_class = argparse.ArgumentDefaultsHelpFormatter
 )
 flag_parser.add_argument(
@@ -65,6 +130,11 @@ class CommitWanted(Enum):
     help = "Base URL of the GitHub repo",
     default = "https://github.com/unicode-org/icu"
 )
+flag_parser.add_argument(
+    "--nocopyright",
+    help = "Omit ICU copyright",
+    action = "store_true"
+)
 
 
 def issue_id_to_url(issue_id, jira_hostname, **kwargs):
@@ -78,14 +148,25 @@ def pretty_print_commit(commit, github_url, **kwargs):
     print("\t- GitHub Link: %s" % "%s/commit/%s" % (github_url, commit.commit.hexsha))
 
 
-def pretty_print_issue(issue, **kwargs):
+def pretty_print_issue(issue, type=None, **kwargs):
     print("- %s: `%s`" % (issue.issue_id, issue.issue.fields.summary))
+    if type:
+        print("\t- _%s_" % type)
     if issue.issue.fields.assignee:
         print("\t- Assigned to %s" % issue.issue.fields.assignee.displayName)
     else:
         print("\t- No assignee!")
     print("\t- Jira Link: %s" % issue_id_to_url(issue.issue_id, **kwargs))
-
+    print("\t- Status: %s" % issue.issue.fields.status.name)
+    if(issue.issue.fields.resolution):
+        print("\t- Resolution: " + issue.issue.fields.resolution.name)
+    if(issue.issue.fields.fixVersions):
+        for version in issue.issue.fields.fixVersions:
+            print("\t- Fix Version: " + version.name)
+    else:
+        print("\t- Fix Version: _none_")
+    if issue.issue.fields.components and len(issue.issue.fields.components) > 0:
+        print("\t- Component(s): " + (' '.join(sorted([str(component.name) for component in issue.issue.fields.components]))))
 
 def get_commits(repo_root, rev_range, **kwargs):
     """
@@ -95,10 +176,46 @@ def get_commits(repo_root, rev_range, **kwargs):
     for commit in repo.iter_commits(rev_range):
         match = re.search(r"^(\w+-\d+) ", commit.message)
         if match:
-            yield ICUCommit(match.group(1), commit)
+            issue_id = match.group(1)
+            # print("@@@ %s = %s / %s" % (issue_id, commit, commit.summary), file=sys.stderr)
+            yield ICUCommit(issue_id, commit)
         else:
             yield ICUCommit(None, commit)
 
+def get_cherrypicked_commits(repo_root, rev_range, **kwargs):
+    """
+    Yields a set of commit SHAs (strings) that should be EXCLUDED from
+    "missing jira" consideration, because they have already been cherry-picked onto the maint branch.
+    """
+    repo = Repo(repo_root)
+    [a, b] = splitRevRange(rev_range)
+    branchCut = get_branchcut_sha(repo_root, rev_range)
+    print ("## git cherry %s %s %s (branch cut)" % (a, b, branchCut), file=sys.stderr)
+    cherries = repo.git.cherry(a, b, branchCut)
+    lns = cherries.split('\n')
+    excludeThese = set()
+    for ln in lns:
+        [symbol, sha] = ln.split(' ')
+        if(symbol == '-'):
+            # print("Exclude: %s" % sha, file=sys.stderr)
+            excludeThese.add(sha)
+    print("## Collected %d commit(s) to exclude" % len(excludeThese))
+    return excludeThese
+
+def splitRevRange(rev_range):
+    """
+    Return the start and end of the revrange
+    """
+    return rev_range.split('..')
+
+def get_branchcut_sha(repo_root, rev_range):
+    """
+    Return the sha of the 'branch cut', that is, the merge-base.
+    Returns a git commit
+    """
+    repo = Repo(repo_root)
+    [a, b] = splitRevRange(rev_range)
+    return repo.merge_base(a, b)[0]
 
 def get_jira_instance(jira_hostname, jira_username, jira_password, **kwargs):
     jira_url = "https://%s" % jira_hostname
@@ -108,24 +225,10 @@ def get_jira_instance(jira_hostname, jira_username, jira_password, **kwargs):
         jira = JIRA(jira_url)
     return (jira_url, jira)
 
-
 def make_icu_issue(jira_issue):
-    # Resolution ID 10004 is "Fixed"
-    # Resolution ID 10015 is "Fixed by Other Ticket"
-    if not jira_issue.fields.resolution:
-        commit_wanted = CommitWanted["OPTIONAL"]
-    elif jira_issue.fields.resolution.id == "10015":
-        commit_wanted = CommitWanted["FORBIDDEN"]
-    elif jira_issue.fields.resolution.id != "10004":
-        commit_wanted = CommitWanted["ERROR"]
-    # Issue Type ID 10010 is User Guide
-    # Issue Type ID 10003 is Task
-    elif jira_issue.fields.issuetype.id == "10010" or jira_issue.fields.issuetype.id == "10003":
-        commit_wanted = CommitWanted["OPTIONAL"]
-    else:
-        commit_wanted = CommitWanted["REQUIRED"]
-    # Status ID 10002 is "Done"
-    return ICUIssue(jira_issue.key, jira_issue.fields.status.id == "10002", commit_wanted, jira_issue)
+    """Yields an ICUIssue for the individual jira object"""
+    commit_wanted = make_commit_wanted(jira_issue)
+    return ICUIssue(jira_issue.key, jira_issue.fields.status.id == S_DONE, commit_wanted, jira_issue)
 
 
 def get_jira_issues(jira_query, **kwargs):
@@ -135,68 +238,126 @@ def get_jira_issues(jira_query, **kwargs):
     jira_url, jira = get_jira_instance(**kwargs)
     # Jira limits us to query the API using a limited batch size.
     start = 0
-    batch_size = 50
+    batch_size = 100 # https://jira.atlassian.com/browse/JRACLOUD-67570
     while True:
         issues = jira.search_issues(jira_query, startAt=start, maxResults=batch_size)
-        print("Loaded issues %d-%d" % (start, start + len(issues)), file=sys.stderr)
+        if len(issues) > 0:
+            print("Loaded issues %d-%d" % (start + 1, start + len(issues)), file=sys.stderr)
+        else:
+            print(":warning: No issues matched the query.") # leave this as a warning
         for jira_issue in issues:
             yield make_icu_issue(jira_issue)
         if len(issues) < batch_size:
             break
         start += batch_size
 
+jira_issue_map = dict() # loaded in main()
 
 def get_single_jira_issue(issue_id, **kwargs):
     """
     Returns a single ICUIssue for the given issue ID.
+    This can always be used (in- or out- of query issues), because it
+    uses the jira_issue_map as the backing store.
     """
+    if issue_id in jira_issue_map:
+        # print("Cache hit: issue %s " % (issue_id), file=sys.stderr)
+        return jira_issue_map[issue_id]
     jira_url, jira = get_jira_instance(**kwargs)
     jira_issue = jira.issue(issue_id)
-    print("Loaded single issue %s" % issue_id, file=sys.stderr)
+    # singleCount = singleCount + 1
     if jira_issue:
-        return make_icu_issue(jira_issue)
+        icu_issue = make_icu_issue(jira_issue)
     else:
-        return None
+        icu_issue = None
+    jira_issue_map[issue_id] = icu_issue
+    print("Loaded single issue %s (%d in cache) " % (issue_id, len(jira_issue_map)), file=sys.stderr)
+    return icu_issue
 
+def toplink():
+    print("[🔝Top](#table-of-contents)")
+    print()
+
+def sectionToFragment(section):
+    return re.sub(r' ', '-', section.lower())
+
+# def aname(section):
+#     """convert section name to am anchor"""
+#     return "<a name=\"%s\"></a>" % sectionToFragment(section)
+
+def print_sectionheader(section):
+    """Print a section (###) header, including anchor"""
+    print("### %s" % (section))
+    #print("### %s%s" % (aname(section), section))
 
 def main():
     args = flag_parser.parse_args()
-    print("TIP: Have you pulled the latest master? This script only looks at local commits.", file=sys.stderr)
+    print("TIP: Have you pulled the latest main? This script only looks at local commits.", file=sys.stderr)
     if not args.jira_username or not args.jira_password:
         print("WARNING: Jira credentials not supplied. Sensitive tickets will not be found.", file=sys.stderr)
         authenticated = False
     else:
         authenticated = True
 
+    # exclude these, already merged to old maint
+    excludeAlreadyMergedToOldMaint = get_cherrypicked_commits(**vars(args))
+
     commits = list(get_commits(**vars(args)))
     issues = list(get_jira_issues(**vars(args)))
 
-    commit_issue_ids = set(commit.issue_id for commit in commits if commit.issue_id is not None)
+    # commit_issue_ids is all commits in the git query. Excluding cherry exclusions.
+    commit_issue_ids = set(commit.issue_id for commit in commits if commit.issue_id is not None and commit.commit.hexsha not in excludeAlreadyMergedToOldMaint)
+    # which issues have commits that were excluded
+    excluded_commit_issue_ids = set(commit.issue_id for commit in commits if commit.issue_id is not None and commit.commit.hexsha in excludeAlreadyMergedToOldMaint)
+
+    # grouped_commits is all commits and issue_ids in the git query, regardless of issue status
+    # but NOT including cherry exclusions
     grouped_commits = [
-        (issue_id, [commit for commit in commits if commit.issue_id == issue_id])
+        (issue_id, [commit for commit in commits if commit.issue_id == issue_id and commit.commit.hexsha not in excludeAlreadyMergedToOldMaint])
         for issue_id in sorted(commit_issue_ids)
     ]
-    jira_issue_map = {issue.issue_id: issue for issue in issues}
+    # add all queried issues to the cache
+    for issue in issues:
+        jira_issue_map[issue.issue_id] = issue
+    # only the issue ids in-query
     jira_issue_ids = set(issue.issue_id for issue in issues)
+    # only the closed issue ids in-query
     closed_jira_issue_ids = set(issue.issue_id for issue in issues if issue.is_closed)
 
+    # keep track of issues that we already said have no commit.
+    no_commit_ids = set()
+
+    # constants for the section names.
+    CLOSED_NO_COMMIT = "Closed Issues with No Commit"
+    CLOSED_ILLEGAL_RESOLUTION = "Closed Issues with Illegal Resolution or Commit"
+    COMMIT_NO_JIRA = "Commits without Jira Issue Tag"
+    COMMIT_OPEN_JIRA = "Commits with Open Jira Issue"
+    COMMIT_JIRA_NOT_IN_QUERY = "Commits with Jira Issue Not Found"
+    ISSUE_UNDER_REVIEW = "Issue is under Review"
+
     total_problems = 0
-    print("<!---")
-    print("Copyright (C) 2018 and later: Unicode, Inc. and others.")
-    print("License & terms of use: http://www.unicode.org/copyright.html")
-    print("-->")
-    print()
+    if not args.nocopyright:
+        print("<!--")
+        print("Copyright (C) 2021 and later: Unicode, Inc. and others.")
+        print("License & terms of use: http://www.unicode.org/copyright.html")
+        print("-->")
+
     print("Commit Report")
     print("=============")
     print()
     print("Environment:")
-    print("- Latest Commit: %s" % commits[0].commit.hexsha)
-    print("- Jira Query: %s" % args.jira_query)
-    print("- Rev Range: %s" % args.rev_range)
-    print("- Authenticated: %s" % "Yes" if authenticated else "No (sensitive tickets not shown)")
+    print("- Now: %s" % datetime.datetime.now().isoformat())
+    print("- Latest Commit: %s/commit/%s" % (args.github_url, commits[0].commit.hexsha))
+    print("- Jira Query: `%s`" % args.jira_query)
+    print("- Rev Range: `%s`" % args.rev_range)
+    print("- Authenticated: %s" % ("`Yes`" if authenticated else "`No` (sensitive tickets not shown)"))
+    print()
+    print("## Table Of Contents")
+    for section in [CLOSED_NO_COMMIT, CLOSED_ILLEGAL_RESOLUTION, COMMIT_NO_JIRA, COMMIT_JIRA_NOT_IN_QUERY, COMMIT_OPEN_JIRA, ISSUE_UNDER_REVIEW]:
+        print("- [%s](#%s)" % (section, sectionToFragment(section)))
     print()
     print("## Problem Categories")
-    print("### Closed Issues with No Commit")
+    print_sectionheader(CLOSED_NO_COMMIT)
+    toplink()
     print("Tip: Tickets with type 'Task' or 'User Guide' or resolution 'Fixed by Other Ticket' are ignored.")
     print()
     found = False
@@ -209,12 +370,16 @@ def main():
             continue
         found = True
         total_problems += 1
-        pretty_print_issue(issue, **vars(args))
+        no_commit_ids.add(issue.issue_id)
+        pretty_print_issue(issue, type=CLOSED_NO_COMMIT, **vars(args))
+        if issue.issue_id in excluded_commit_issue_ids:
+            print("\t - **Note: Has cherry-picked commits. Fix Version may be wrong.**")
         print()
     if not found:
         print("*Success: No problems in this category!*")
 
-    print("### Closed Issues with Illegal Resolution or Commit")
+    print_sectionheader(CLOSED_ILLEGAL_RESOLUTION)
+    toplink()
     print("Tip: Fixed tickets should have resolution 'Fixed by Other Ticket' or 'Fixed'.")
     print("Duplicate tickets should have their fixVersion tag removed.")
     print("Tickets with resolution 'Fixed by Other Ticket' are not allowed to have commits.")
@@ -229,15 +394,24 @@ def main():
             continue
         if issue.issue_id not in commit_issue_ids and issue.commit_wanted == CommitWanted["FORBIDDEN"]:
             continue
+        if issue.issue_id in no_commit_ids:
+            continue # we already complained about it above. don't double count.
         found = True
         total_problems += 1
-        pretty_print_issue(issue, **vars(args))
+        pretty_print_issue(issue, type=CLOSED_ILLEGAL_RESOLUTION, **vars(args))
+        if issue.issue_id not in commit_issue_ids and issue.commit_wanted == CommitWanted["REQUIRED"]:
+            print("\t- No commits, and they are REQUIRED.")
+        if issue.issue_id in commit_issue_ids and issue.commit_wanted == CommitWanted["FORBIDDEN"]:
+            print("\t- Has commits, and they are FORBIDDEN.")
         print()
     if not found:
         print("*Success: No problems in this category!*")
 
+    # TODO: This section should usually be empty due to the PR checker.
+    # Pre-calculate the count and omit it.
     print()
-    print("### Commits without Jira Issue Tag")
+    print_sectionheader(COMMIT_NO_JIRA)
+    toplink()
     print("Tip: If you see your name here, make sure to label your commits correctly in the future.")
     print()
     found = False
@@ -246,13 +420,14 @@ def main():
             continue
         found = True
         total_problems += 1
-        pretty_print_commit(commit, **vars(args))
+        pretty_print_commit(commit, type=COMMIT_NO_JIRA, **vars(args))
         print()
     if not found:
         print("*Success: No problems in this category!*")
 
     print()
-    print("### Commits with Jira Issue Not Found")
+    print_sectionheader(COMMIT_JIRA_NOT_IN_QUERY)
+    toplink()
     print("Tip: Check that these tickets have the correct fixVersion tag.")
     print()
     found = False
@@ -263,6 +438,7 @@ def main():
         total_problems += 1
         print("#### Issue %s" % issue_id)
         print()
+        print("_issue was not found in `%s`_" % args.jira_query) # TODO: link to query?
         jira_issue = get_single_jira_issue(issue_id, **vars(args))
         if jira_issue:
             pretty_print_issue(jira_issue, **vars(args))
@@ -272,25 +448,69 @@ def main():
         print("##### Commits with Issue %s" % issue_id)
         print()
         for commit in commits:
+            if(commit.commit.hexsha in excludeAlreadyMergedToOldMaint):
+                print("@@@ ALREADY MERGED")
             pretty_print_commit(commit, **vars(args))
             print()
     if not found:
         print("*Success: No problems in this category!*")
 
     print()
-    print("### Commits with Open Jira Issue")
+
+    # list of issues that are in review
+    issues_in_review = set()
+
+    print_sectionheader(COMMIT_OPEN_JIRA)
+    toplink()
     print("Tip: Consider closing the ticket if it is fixed.")
     print()
     found = False
+    componentToTicket = {}
+    def addToComponent(component, issue_id):
+        if component not in componentToTicket:
+            componentToTicket[component] = set()
+        componentToTicket[component].add(issue_id)
+    # first, scan ahead for the components
     for issue_id, commits in grouped_commits:
         if issue_id in closed_jira_issue_ids:
             continue
+        jira_issue = get_single_jira_issue(issue_id, **vars(args))
+        if jira_issue and jira_issue.is_closed:
+            # JIRA ticket was not in query, but was actually closed.
+            continue
+        if jira_issue_under_review(jira_issue):
+            print("skipping for now- %s is under review" % issue_id, file=sys.stderr)
+            issues_in_review.add(issue_id)
+            continue
+        # OK. Now, split it out by component
+        if jira_issue.issue.fields.components and len(jira_issue.issue.fields.components) > 0:
+            for component in jira_issue.issue.fields.components:
+                addToComponent(component.name, issue_id)
+        else:
+            addToComponent("(no component)", issue_id)
+
+    print("#### Open Issues by Component")
+    print()
+    for component in sorted(componentToTicket.keys()):
+        print(" - **%s**: %s" % (component,  ' '.join("[%s](#issue-%s)" % (issue_id, sectionToFragment(issue_id)) for issue_id in componentToTicket[component])))
+
+    print()
+    print()
+
+    # now, actually show the ticket list.
+    for issue_id, commits in grouped_commits:
+        if issue_id in closed_jira_issue_ids:
+            continue
+        jira_issue = get_single_jira_issue(issue_id, **vars(args))
+        if jira_issue and jira_issue.is_closed:
+            # JIRA ticket was not in query, but was actually closed.
+            continue
+        if jira_issue_under_review(jira_issue):
+            # We already added it to the review list above.
+            continue
         print("#### Issue %s" % issue_id)
         print()
-        if issue_id in jira_issue_map:
-            jira_issue = jira_issue_map[issue_id]
-        else:
-            jira_issue = get_single_jira_issue(issue_id, **vars(args))
+        print("_Jira issue is open_")
         if jira_issue:
             pretty_print_issue(jira_issue, **vars(args))
         else:
@@ -301,14 +521,23 @@ def main():
         found = True
         total_problems += 1
         for commit in commits:
+            # print("@@@@ %s = %s / %s" % (issue_id, commit, commit.commit.summary), file=sys.stderr)
             pretty_print_commit(commit, **vars(args))
             print()
     if not found:
         print("*Success: No problems in this category!*")
 
+    print_sectionheader(ISSUE_UNDER_REVIEW)
+    print()
+    toplink()
+    print("These issues are otherwise accounted for above, but are in review.")
+    for issue_id in sorted(issues_in_review):
+        jira_issue = get_single_jira_issue(issue_id, **vars(args))
+        pretty_print_issue(jira_issue, type=ISSUE_UNDER_REVIEW, **vars(args))
+
     print()
     print("## Total Problems: %s" % total_problems)
-
+    print("## Issues under review: %s" % len(issues_in_review)) # not counted as a problem.
 
 if __name__ == "__main__":
     main()
diff --git a/tools/scripts/cpysearch/readme.txt b/tools/scripts/cpysearch/readme.txt
index 5d27fad..055640e 100644
--- a/tools/scripts/cpysearch/readme.txt
+++ b/tools/scripts/cpysearch/readme.txt
@@ -12,7 +12,7 @@
 
 .cpyskip.txt  is part of the ignore list. It resides as hidden file on
   the top level of the repsoitory. Download the latest from
-    https://raw.githubusercontent.com/unicode-org/icu/master/.cpyskip.txt
+    https://raw.githubusercontent.com/unicode-org/icu/main/.cpyskip.txt
 
 more docs on copyright scan at:
    http://site.icu-project.org/processes/copyright-scan
diff --git a/tools/unicode/c/genprops/BUILD b/tools/unicode/c/genprops/BUILD
new file mode 100644
index 0000000..b0f2117
--- /dev/null
+++ b/tools/unicode/c/genprops/BUILD
@@ -0,0 +1,49 @@
+# © 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+
+# This Bazel build file defines a target representing the binary executable,
+# `genprops`, which is used for generating headers needing for bootstrapping
+# the ICU4C build process in a way that integrates core properties data.
+
+# Defining a binary executable (done in Bazel using `cc_binary`)
+# enables the use of the output file from executing the binary as a part of
+# other Bazel targets defined using `genrule`.
+
+load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
+
+package(
+    default_visibility = ["//visibility:public"],
+)
+
+cc_binary(
+    name = "genprops",
+    srcs = glob([
+        "*.c",
+        "*.cpp",
+        "*.h",   # cannot have hdrs section in cc_binary
+    ]),
+    deps = [
+        "//icu4c/source/common:uhash",
+        "//icu4c/source/common:umutablecptrie",
+        "//icu4c/source/common:ucptrie",
+        "//icu4c/source/common:utrie2",
+        "//icu4c/source/common:utrie2_builder",
+        "//icu4c/source/common:bytestrie",
+        "//icu4c/source/common:bytestriebuilder",
+        "//icu4c/source/common:propsvec",
+        "//icu4c/source/common:errorcode",
+        "//icu4c/source/common:uniset",
+        "//icu4c/source/common:uvector32",
+
+        "//icu4c/source/common:platform",
+        "//icu4c/source/common:headers",
+        
+        "//icu4c/source/tools/toolutil:ppucd",
+        "//icu4c/source/tools/toolutil:unewdata",
+        "//icu4c/source/tools/toolutil:writesrc",
+        "//icu4c/source/tools/toolutil:uoptions",
+        "//icu4c/source/tools/toolutil:uparse",
+        "//icu4c/source/tools/toolutil:toolutil",
+        "//icu4c/source/tools/toolutil:denseranges",
+    ],
+)
diff --git a/tools/unicode/c/genprops/bidipropsbuilder.cpp b/tools/unicode/c/genprops/bidipropsbuilder.cpp
index 703ed7f..e4f737b 100644
--- a/tools/unicode/c/genprops/bidipropsbuilder.cpp
+++ b/tools/unicode/c/genprops/bidipropsbuilder.cpp
@@ -298,7 +298,7 @@ BiDiPropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues,
     value|=(uint32_t)bpt<<UBIDI_BPT_SHIFT;
     value|=(uint32_t)props.getIntProp(UCHAR_JOINING_TYPE)<<UBIDI_JT_SHIFT;
     value|=(uint32_t)props.getIntProp(UCHAR_BIDI_CLASS);
-    utrie2_setRange32(pTrie, start, end, value, TRUE, &errorCode);
+    utrie2_setRange32(pTrie, start, end, value, true, &errorCode);
     if(U_FAILURE(errorCode)) {
         fprintf(stderr, "genprops error: BiDiPropsBuilder utrie2_setRange32() failed - %s\n",
                 u_errorName(errorCode));
@@ -337,7 +337,7 @@ void
 BiDiPropsBuilder::makeMirror(UErrorCode &errorCode) {
     /* sort the mirroring table by source code points */
     uprv_sortArray(mirrors, mirrorTop, 8,
-                   compareMirror, NULL, FALSE, &errorCode);
+                   compareMirror, NULL, false, &errorCode);
     if(U_FAILURE(errorCode)) { return; }
 
     /*
diff --git a/tools/unicode/c/genprops/casepropsbuilder.cpp b/tools/unicode/c/genprops/casepropsbuilder.cpp
index 648868c..2405d57 100644
--- a/tools/unicode/c/genprops/casepropsbuilder.cpp
+++ b/tools/unicode/c/genprops/casepropsbuilder.cpp
@@ -237,12 +237,12 @@ enum {
 
 struct ExcProps {
     ExcProps() :
-            delta(0), hasConditionalCaseMappings(FALSE), hasTurkicCaseFolding(FALSE),
-            hasNoSimpleCaseFolding(FALSE) {}
+            delta(0), hasConditionalCaseMappings(false), hasTurkicCaseFolding(false),
+            hasNoSimpleCaseFolding(false) {}
     ExcProps(const UniProps &otherProps) :
             props(otherProps),
-            delta(0), hasConditionalCaseMappings(FALSE), hasTurkicCaseFolding(FALSE),
-            hasNoSimpleCaseFolding(FALSE) {}
+            delta(0), hasConditionalCaseMappings(false), hasTurkicCaseFolding(false),
+            hasNoSimpleCaseFolding(false) {}
 
     UniProps props;
     UnicodeSet closure;
@@ -399,7 +399,7 @@ CasePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues,
 
     /* default: map to self */
     int32_t delta=0;
-    UBool noDelta=FALSE;
+    UBool noDelta=false;
 
     uint32_t type;
     if(props.binProps[UCHAR_LOWERCASE]) {
@@ -414,32 +414,32 @@ CasePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues,
     uint32_t value=type;
 
     // Examine simple case mappings.
-    UBool hasMapping=FALSE;
+    UBool hasMapping=false;
     if(props.suc>=0) {
         /* uppercase mapping as delta if the character is lowercase */
-        hasMapping=TRUE;
+        hasMapping=true;
         if(type==UCASE_LOWER) {
             delta=props.suc-start;
         } else {
-            noDelta=TRUE;
+            noDelta=true;
             value|=UCASE_EXCEPTION;
         }
     }
     if(props.slc>=0) {
         /* lowercase mapping as delta if the character is uppercase or titlecase */
-        hasMapping=TRUE;
+        hasMapping=true;
         if(type>=UCASE_UPPER) {
             delta=props.slc-start;
         } else {
-            noDelta=TRUE;
+            noDelta=true;
             value|=UCASE_EXCEPTION;
         }
     }
     if(props.stc>=0) {
-        hasMapping=TRUE;
+        hasMapping=true;
     }
     if(props.suc!=props.stc) {
-        noDelta=TRUE;
+        noDelta=true;
         value|=UCASE_EXCEPTION;
     }
 
@@ -447,7 +447,7 @@ CasePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues,
     // If they differ, then store them separately.
     UChar32 scf=props.scf;
     if(scf>=0 && scf!=props.slc) {
-        hasMapping=noDelta=TRUE;
+        hasMapping=noDelta=true;
         value|=UCASE_EXCEPTION;
     }
 
@@ -457,9 +457,9 @@ CasePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues,
     // (Full case folding falls back to simple case folding,
     // not to full lowercasing, so we need not also handle it specially
     // for such cases.)
-    UBool hasNoSimpleCaseFolding=FALSE;
+    UBool hasNoSimpleCaseFolding=false;
     if(scf<0 && props.slc>=0) {
-        hasNoSimpleCaseFolding=TRUE;
+        hasNoSimpleCaseFolding=true;
         value|=UCASE_EXCEPTION;
     }
 
@@ -475,13 +475,13 @@ CasePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues,
     if(!props.lc.isEmpty() || !props.uc.isEmpty() || !props.tc.isEmpty() ||
         newValues.contains(PPUCD_CONDITIONAL_CASE_MAPPINGS)
     ) {
-        hasMapping=TRUE;
+        hasMapping=true;
         value|=UCASE_EXCEPTION;
     }
     if( (!props.cf.isEmpty() && props.cf!=UnicodeString(props.scf)) ||
         newValues.contains(PPUCD_TURKIC_CASE_FOLDING)
     ) {
-        hasMapping=TRUE;
+        hasMapping=true;
         value|=UCASE_EXCEPTION;
     }
 
@@ -547,7 +547,7 @@ CasePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues,
         value|=((uint32_t)delta<<UCASE_DELTA_SHIFT)&UCASE_DELTA_MASK;
     }
 
-    utrie2_setRange32(pTrie, start, end, value, TRUE, &errorCode);
+    utrie2_setRange32(pTrie, start, end, value, true, &errorCode);
     if(U_FAILURE(errorCode)) {
         fprintf(stderr, "genprops error: unable to set case mapping values: %s\n",
                 u_errorName(errorCode));
@@ -635,7 +635,7 @@ CasePropsBuilder::makeUnfoldData(UErrorCode &errorCode) {
     int32_t unfoldRows=unfoldLength/UGENCASE_UNFOLD_WIDTH-1;
     UChar *unfoldBuffer=unfold.getBuffer(-1);
     uprv_sortArray(unfoldBuffer+UGENCASE_UNFOLD_WIDTH, unfoldRows, UGENCASE_UNFOLD_WIDTH*2,
-                   compareUnfold, NULL, FALSE, &errorCode);
+                   compareUnfold, NULL, false, &errorCode);
 
     /* make unique-string rows by merging adjacent ones' code point columns */
 
@@ -753,15 +753,15 @@ CasePropsBuilder::addClosureMapping(UChar32 src, UChar32 dest, UErrorCode &error
  * each code point will in the end have some mapping to each other
  * code point in the group.
  *
- * @return TRUE if a closure mapping was added
+ * @return true if a closure mapping was added
  */
 UBool
 CasePropsBuilder::addClosure(UChar32 orig, UChar32 prev2, UChar32 prev, UChar32 c, uint32_t value,
                              UErrorCode &errorCode) {
-    if(U_FAILURE(errorCode)) { return FALSE; }
+    if(U_FAILURE(errorCode)) { return false; }
 
     UChar32 next;
-    UBool someMappingsAdded=FALSE;
+    UBool someMappingsAdded=false;
 
     if(c!=orig) {
         /* get the properties for c */
@@ -804,7 +804,7 @@ CasePropsBuilder::addClosure(UChar32 orig, UChar32 prev2, UChar32 prev, UChar32
             next=iter.getCodepoint(); /* next!=c */
 
             if(next==orig) {
-                mapsToOrig=TRUE; /* remember that we map to orig */
+                mapsToOrig=true; /* remember that we map to orig */
             } else if(prev2<0 && next!=prev) {
                 /*
                  * recurse unless
@@ -817,7 +817,7 @@ CasePropsBuilder::addClosure(UChar32 orig, UChar32 prev2, UChar32 prev, UChar32
 
         if(!mapsToOrig) {
             addClosureMapping(c, orig, errorCode);
-            return TRUE;
+            return true;
         }
     } else {
         if((value&UCASE_TYPE_MASK)>UCASE_NONE) {
@@ -836,7 +836,7 @@ CasePropsBuilder::addClosure(UChar32 orig, UChar32 prev2, UChar32 prev, UChar32
                 if(c!=orig && next!=orig) {
                     /* c does not map to orig, add a closure mapping c->orig */
                     addClosureMapping(c, orig, errorCode);
-                    return TRUE;
+                    return true;
                 }
             }
         }
@@ -880,7 +880,7 @@ CasePropsBuilder::makeCaseClosure(UErrorCode &errorCode) {
     /* add further closure mappings from analyzing simple mappings */
     UBool someMappingsAdded;
     do {
-        someMappingsAdded=FALSE;
+        someMappingsAdded=false;
 
         for(UChar32 c=0; c<=0x10ffff; ++c) {
             uint32_t value=utrie2_get32(pTrie, c);
diff --git a/tools/unicode/c/genprops/corepropsbuilder.cpp b/tools/unicode/c/genprops/corepropsbuilder.cpp
index af7aade..30a9152 100644
--- a/tools/unicode/c/genprops/corepropsbuilder.cpp
+++ b/tools/unicode/c/genprops/corepropsbuilder.cpp
@@ -407,10 +407,10 @@ encodeNumericValue(UChar32 start, const char *s, UErrorCode &errorCode) {
     /* get a possible minus sign */
     UBool isNegative;
     if(*s=='-') {
-        isNegative=TRUE;
+        isNegative=true;
         ++s;
     } else {
-        isNegative=FALSE;
+        isNegative=false;
     }
 
     int32_t value=0, den=0, exp=0, ntv=0;
@@ -568,7 +568,7 @@ CorePropsBuilder::setGcAndNumeric(const UniProps &props, const UnicodeSet &newVa
     if(start==end) {
         utrie2_set32(pTrie, start, value, &errorCode);
     } else {
-        utrie2_setRange32(pTrie, start, end, value, TRUE, &errorCode);
+        utrie2_setRange32(pTrie, start, end, value, true, &errorCode);
     }
     if(U_FAILURE(errorCode)) {
         fprintf(stderr, "error: utrie2_setRange32(properties trie %04lX..%04lX) failed - %s\n",
diff --git a/tools/unicode/c/genprops/genprops.cpp b/tools/unicode/c/genprops/genprops.cpp
index 39e06b7..e88c790 100644
--- a/tools/unicode/c/genprops/genprops.cpp
+++ b/tools/unicode/c/genprops/genprops.cpp
@@ -33,8 +33,8 @@
 
 U_NAMESPACE_USE
 
-UBool beVerbose=FALSE;
-UBool beQuiet=FALSE;
+UBool beVerbose=false;
+UBool beQuiet=false;
 
 PropsBuilder::PropsBuilder() {}
 PropsBuilder::~PropsBuilder() {}
diff --git a/tools/unicode/c/genprops/namespropsbuilder.cpp b/tools/unicode/c/genprops/namespropsbuilder.cpp
index 0684e01..e8a6e72 100644
--- a/tools/unicode/c/genprops/namespropsbuilder.cpp
+++ b/tools/unicode/c/genprops/namespropsbuilder.cpp
@@ -495,7 +495,7 @@ compress(UErrorCode &errorCode) {
 
     /* sort the words in reverse order by weight */
     uprv_sortArray(words, wordCount, sizeof(Word),
-                   compareWords, NULL, FALSE, &errorCode);
+                   compareWords, NULL, false, &errorCode);
 
     /* remove the words that do not save anything */
     while(wordCount>0 && words[wordCount-1].weight<1) {
@@ -543,7 +543,7 @@ compress(UErrorCode &errorCode) {
         /* sort these words in reverse order by weight */
         errorCode=U_ZERO_ERROR;
         uprv_sortArray(words+tokenCount, wordCount-tokenCount, sizeof(Word),
-                        compareWords, NULL, FALSE, &errorCode);
+                        compareWords, NULL, false, &errorCode);
 
         /* remove the words that do not save anything */
         while(wordCount>0 && words[wordCount-1].weight<1) {
diff --git a/tools/unicode/c/genprops/pnamesbuilder.cpp b/tools/unicode/c/genprops/pnamesbuilder.cpp
index b38ed73..e1142e0 100644
--- a/tools/unicode/c/genprops/pnamesbuilder.cpp
+++ b/tools/unicode/c/genprops/pnamesbuilder.cpp
@@ -552,7 +552,7 @@ int32_t PNamesPropertyNames::findProperty(int32_t property) const {
 
 UBool PNamesPropertyNames::containsName(BytesTrie &trie, const char *name) const {
     if(name==NULL) {
-        return FALSE;
+        return false;
     }
     UStringTrieResult result=USTRINGTRIE_NO_VALUE;
     char c;
@@ -563,7 +563,7 @@ UBool PNamesPropertyNames::containsName(BytesTrie &trie, const char *name) const
             continue;
         }
         if(!USTRINGTRIE_HAS_NEXT(result)) {
-            return FALSE;
+            return false;
         }
         result=trie.next((uint8_t)c);
     }
diff --git a/vendor/double-conversion/pull-from-upstream.sh b/vendor/double-conversion/pull-from-upstream.sh
index de0fd1c..e2a8ca9 100755
--- a/vendor/double-conversion/pull-from-upstream.sh
+++ b/vendor/double-conversion/pull-from-upstream.sh
@@ -4,7 +4,7 @@
 
 if [[ -z $1 ]]; then
 	echo "Pass the current version tag of double-conversion as the first argument to this script";
-	echo "To pull the latest changes, use 'master'"
+	echo "To pull the latest changes, use 'main'"
 	exit 1;
 fi