That is the unicode escape equivilent of "." (period).

You could also use:

txt1_txt.restrict = "0-9 .";

or

txt1_txt.restrict = "0-9, .";

etc