> For the complete documentation index, see [llms.txt](https://docs.logthm.com/currency-converter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.logthm.com/currency-converter/en-us/glossary/amount-with-unit.md).

# Amount With Unit

Currency Converter 使用 带单位金额 作为转换的基本元素，并在 手动转换 的参数 以及 自动转换 的识别中使用它们。

带单位金额的格式为 **\[金额] \[单位]**，中间可以存在空格。

## 格式范例

```
100.99 元      // 支持空格、小数点
26人民币        // 支持多种别称
135,000.77USD  // 支持逗号分隔符、货币编码
```
