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