C:
char c = '\u2835';
printf("%c\n", c); // Output: ⠵
JavaScript:
const char = '\u2835';
console.log(char); // Output: ⠵
Java:
char c = '\u2835';
System.out.println(c); // Output: ⠵
JSON:
{"text": "\u2835"} // Value: ⠵
Python:
char = '\u2835'
print(char) # Output: ⠵
Perl:
my $char = "\x{2835}";
print $char; # Output: ⠵
PHP:
$char = "\x{2835}";
echo $char; // Output: ⠵
Ruby:
char = "\u{2835}"
puts char # Output: ⠵
Rust:
let c = '\u{2835}';
println!("{}", c); // Output: ⠵
Go:
char := '\u2835'
fmt.Printf("%c\n", char) // Output: ⠵
CSS:
/* CSS content property */
.element::before {
content: "\002835"; /* 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%B5
MD5:
43f64e86c1fd8599760d7db41d193181
SHA1:
c5a95aea9b207b1029d57e0bd84d94ea97496294
Base64:
4qC1