+1 vote

Some Unicode characters have a code longer than 4 hex digits. For instance David Rowe was trying to help someone who needed to type U+1133c GRANTHA SIGN NUKTA.

The usual method of \u followed by the digits fails with any code longer than 4 digits. (A Unicode character outside the Basic Multilingual Pane). But it is possible to write this as a string of two 4 digit Unicode characters if converted to UTF-16. So this rule would give the desired character when typing two periods:
..-->\ud804\udf3c

David found the UTF16 equivalent of his desired character from the Branah Unicode converter page
https://www.branah.com/unicode-converter

You can also find it by searching FileFormat.Info for U+1133c, the page on that character gives the UTF16 coding equivalent for it.

Paratext by [Expert]
(3.1k points)

reshown

Please log in or register to answer this question.

Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
For just as each of us has one body with many members, and these members do not all have the same function, so in Christ we, though many, form one body, and each member belongs to all the others.
Romans 12:4-5
2,659 questions
5,414 answers
5,081 comments
1,472 users