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