C:
char c = '\u0A67';
printf("%c\n", c); // Output: ੧
JavaScript:
const char = '\u0A67';
console.log(char); // Output: ੧
Java:
char c = '\u0A67';
System.out.println(c); // Output: ੧
JSON:
{"text": "\u0A67"} // Value: ੧
Python:
char = '\u0A67'
print(char) # Output: ੧
Perl:
my $char = "\x{0A67}";
print $char; # Output: ੧
PHP:
$char = "\x{0A67}";
echo $char; // Output: ੧
Ruby:
char = "\u{0A67}"
puts char # Output: ੧
Rust:
let c = '\u{A67}';
println!("{}", c); // Output: ੧
Go:
char := '\u0A67'
fmt.Printf("%c\n", char) // Output: ੧
CSS:
/* CSS content property */
.element::before {
content: "\000A67"; /* Display: ੧ */
}
HTML Decimal:
<p>HTML decimal: ੧</p> <!-- Display: ੧ -->
HTML Hexadecimal:
<p>HTML hex: ੧</p> <!-- Display: ੧ -->
URL Encoding:
// ੧ URL encoding
https://unicodefinder.com/search.php?query=%E0%A9%A7
MD5:
2cc74e62114dc94bb5cffe6db810de6f
SHA1:
7197f0fa006cb2a69f41cbd9dbf808509d326c90
Base64:
4Kmn