# Value mark

A value mark is the specific metacharacter used within
D3 items to indicate the end of a value, and the beginning of another.

The value mark is a reserved character. This means that
it cannot be used for any other purpose.

The following table
shows the different representations for the value mark:

| ASCII value | ] |
| --- | --- |
| Hexadecimal value | fd |
| Decimal value | 253 |

## See also

- [Attribute mark](https://d3codex.com/definitions/attribute-mark/)
- [Delimiter](https://d3codex.com/definitions/delimiter/)
- [Metacharacters](https://d3codex.com/definitions/metacharacters/)
- [Segment mark](https://d3codex.com/definitions/segment-mark/)
- [Start buffer mark](https://d3codex.com/definitions/start-buffer-mark/)
- [Subvalue mark](https://d3codex.com/definitions/subvalue-mark/)
- [System delimiters](https://d3codex.com/definitions/system-delimiters/)
- [Value](https://d3codex.com/definitions/value/)

---
Source: https://d3codex.com/definitions/value-mark/ - part of the D3Codex reference.
