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