C:
char c = '\u0A6C';
printf("%c\n", c); // Output: ੬
JavaScript:
const char = '\u0A6C';
console.log(char); // Output: ੬
Java:
char c = '\u0A6C';
System.out.println(c); // Output: ੬
JSON:
{"text": "\u0A6C"} // Value: ੬
Python:
char = '\u0A6C'
print(char) # Output: ੬
Perl:
my $char = "\x{0A6C}";
print $char; # Output: ੬
PHP:
$char = "\x{0A6C}";
echo $char; // Output: ੬
Ruby:
char = "\u{0A6C}"
puts char # Output: ੬
Rust:
let c = '\u{A6C}';
println!("{}", c); // Output: ੬
Go:
char := '\u0A6C'
fmt.Printf("%c\n", char) // Output: ੬
CSS:
/* CSS content property */
.element::before {
content: "\000A6C"; /* 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%AC
MD5:
0b532565515ce19c6b57b3d74be7860a
SHA1:
11a4e8cec03c4c16bffdfade10b66541390c986e
Base64:
4Kms