C:
char c = '\u0818';
printf("%c\n", c); // Output: ࠘
JavaScript:
const char = '\u0818';
console.log(char); // Output: ࠘
Java:
char c = '\u0818';
System.out.println(c); // Output: ࠘
JSON:
{"text": "\u0818"} // Value: ࠘
Python:
char = '\u0818'
print(char) # Output: ࠘
Perl:
my $char = "\x{0818}";
print $char; # Output: ࠘
PHP:
$char = "\x{0818}";
echo $char; // Output: ࠘
Ruby:
char = "\u{0818}"
puts char # Output: ࠘
Rust:
let c = '\u{818}';
println!("{}", c); // Output: ࠘
Go:
char := '\u0818'
fmt.Printf("%c\n", char) // Output: ࠘
CSS:
/* CSS content property */
.element::before {
content: "\000818"; /* 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%A0%98
MD5:
57ef7e33b4ea43aec5d7db3b06426441
SHA1:
5cbdc1173f8a8f0ef774af1dc8f38f2a12326f5f
Base64:
4KCY