C:
char c = '\u283D';
printf("%c\n", c); // Output: ⠽
JavaScript:
const char = '\u283D';
console.log(char); // Output: ⠽
Java:
char c = '\u283D';
System.out.println(c); // Output: ⠽
JSON:
{"text": "\u283D"} // Value: ⠽
Python:
char = '\u283D'
print(char) # Output: ⠽
Perl:
my $char = "\x{283D}";
print $char; # Output: ⠽
PHP:
$char = "\x{283D}";
echo $char; // Output: ⠽
Ruby:
char = "\u{283D}"
puts char # Output: ⠽
Rust:
let c = '\u{283D}';
println!("{}", c); // Output: ⠽
Go:
char := '\u283D'
fmt.Printf("%c\n", char) // Output: ⠽
CSS:
/* CSS content property */
.element::before {
content: "\00283D"; /* 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%A0%BD
MD5:
a37497152e1d28b6a32e00d253e4676f
SHA1:
98464b2d43e02ca41ee40d67aaccefe1859747d6
Base64:
4qC9