C:
char c = '\u2839';
printf("%c\n", c); // Output: ⠹
JavaScript:
const char = '\u2839';
console.log(char); // Output: ⠹
Java:
char c = '\u2839';
System.out.println(c); // Output: ⠹
JSON:
{"text": "\u2839"} // Value: ⠹
Python:
char = '\u2839'
print(char) # Output: ⠹
Perl:
my $char = "\x{2839}";
print $char; # Output: ⠹
PHP:
$char = "\x{2839}";
echo $char; // Output: ⠹
Ruby:
char = "\u{2839}"
puts char # Output: ⠹
Rust:
let c = '\u{2839}';
println!("{}", c); // Output: ⠹
Go:
char := '\u2839'
fmt.Printf("%c\n", char) // Output: ⠹
CSS:
/* CSS content property */
.element::before {
content: "\002839"; /* 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%B9
MD5:
e1a7d9238e8dbcc2cca965de03a1b23e
SHA1:
8483694c130ebde3ee48745c67b2584b23fdea44
Base64:
4qC5