C:
char c = '\u2836';
printf("%c\n", c); // Output: ⠶
JavaScript:
const char = '\u2836';
console.log(char); // Output: ⠶
Java:
char c = '\u2836';
System.out.println(c); // Output: ⠶
JSON:
{"text": "\u2836"} // Value: ⠶
Python:
char = '\u2836'
print(char) # Output: ⠶
Perl:
my $char = "\x{2836}";
print $char; # Output: ⠶
PHP:
$char = "\x{2836}";
echo $char; // Output: ⠶
Ruby:
char = "\u{2836}"
puts char # Output: ⠶
Rust:
let c = '\u{2836}';
println!("{}", c); // Output: ⠶
Go:
char := '\u2836'
fmt.Printf("%c\n", char) // Output: ⠶
CSS:
/* CSS content property */
.element::before {
content: "\002836"; /* 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%B6
MD5:
59f9cd4b443b93c0e798be165781c804
SHA1:
25c7f44463604d7cab85ad90c96e9c25015219c4
Base64:
4qC2