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