---
order: 1
title: _currency
subtitle: Currenty
type: Pipe
---

`_currency` currency formatting, simplifying the original `currency` for **Chinese currency**, the same way as `currency`.

```html
{{data.price | _currency}}
```

Output:

```
￥4,035,173.71
```
