# 3.29 Unicode RTLO

There is a security pitfall that arises because of the use of the Unicode Right-to-Left-Override control character (`U+202E`) in `Solidity` smart contracts causes the text to be rendered from right to left instead of the usual left to right.

This reverse rendering confuses the users as well as the security reviewers from understanding what the real intent is of that particular snippet of the smart contract.

The best practice here is to ensure that such confusing Unicode characters (the RTLO control character) is not used within smart contracts at all.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://secureum.gitbook.io/secureum-book/learn/learn/3_security_pitfalls_and_best_practices/3.29_unicode_rtlo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
