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