C:
char c = '\u103D';
printf("%c\n", c); // Output: ွ
JavaScript:
const char = '\u103D';
console.log(char); // Output: ွ
Java:
char c = '\u103D';
System.out.println(c); // Output: ွ
JSON:
{"text": "\u103D"} // Value: ွ
Python:
char = '\u103D'
print(char) # Output: ွ
Perl:
my $char = "\x{103D}";
print $char; # Output: ွ
PHP:
$char = "\x{103D}";
echo $char; // Output: ွ
Ruby:
char = "\u{103D}"
puts char # Output: ွ
Rust:
let c = '\u{103D}';
println!("{}", c); // Output: ွ
Go:
char := '\u103D'
fmt.Printf("%c\n", char) // Output: ွ
CSS:
/* CSS content property */
.element::before {
content: "\00103D"; /* 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=%E1%80%BD
MD5:
2a19d64a9b49c29f1a5281df48e7247b
SHA1:
ca232b42846ba940794b5b61be45201bd15d39a8
Base64:
4YC9