Because Unicode has the complex encoding of every character, is it possible somehow to made custom encoding, i.e. to make a converter from custom encoding to Unicode and vice versa so the user can easily type Unicode characters on the web? I will try to explain what is my idea.
For example, I will make a webpage which will have a text field and the output div. The user would type custom code. The Javascript or PHP would take input value of the field, compare it to "coding book", convert it to the corresponding predefined Unicode character and display it in the output div. If this is possible, where would be placed to put "coding book" file so the code can compare input values to it and find corresponding Unicode values?
For example: Aa568 (user input, custom code) ---> U+00E7 (converted value) ---> ç (displayed value).
I need this for one project I make, so I want to know is it possible in any way to achieve this.
UPDATE:
My question is connected to my posts about Egyptian hieroglyphic writer. I found a hieroglyphic font which contains 7950 hieroglyphic characters, so I would like to make this font typable by assigning predefined codes (conventional egyptological coding) to every one of these characters in the font, so users can type this conventional code, and get a specific character from the font.