C:
char c = '\u2E0C';
printf("%c\n", c); // Output: ⸌
JavaScript:
const char = '\u2E0C';
console.log(char); // Output: ⸌
Java:
char c = '\u2E0C';
System.out.println(c); // Output: ⸌
JSON:
{"text": "\u2E0C"} // Value: ⸌
Python:
char = '\u2E0C'
print(char) # Output: ⸌
Perl:
my $char = "\x{2E0C}";
print $char; # Output: ⸌
PHP:
$char = "\x{2E0C}";
echo $char; // Output: ⸌
Ruby:
char = "\u{2E0C}"
puts char # Output: ⸌
Rust:
let c = '\u{2E0C}';
println!("{}", c); // Output: ⸌
Go:
char := '\u2E0C'
fmt.Printf("%c\n", char) // Output: ⸌
CSS:
/* CSS content property */
.element::before {
content: "\002E0C"; /* 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=%E2%B8%8C
MD5:
ac47acacf431e90c73bdf7c4c9395e85
SHA1:
2c442117ea0cd43fb0882b7615ddc8f0aa938e6b
Base64:
4riM