---
title: "What is the difference between characters \\023 and \\x23?"  
description: "What is the difference between characters \\023 and \\x23?"  
author: "Anonymous User"  
published: 2011-06-13  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/1051/what-is-the-difference-between-characters-023-and-x23  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# What is the difference between characters \023 and \x23?

The first one is octal 23, the second is hex 23.

## Answers

### Answer by Anonymous User

The first one is octal 23, the second is hex 23.


---

Original Source: https://www.mindstick.com/interview/1051/what-is-the-difference-between-characters-023-and-x23

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
