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