C:
char c = '\u2838';
printf("%c\n", c); // Output: ⠸
JavaScript:
const char = '\u2838';
console.log(char); // Output: ⠸
Java:
char c = '\u2838';
System.out.println(c); // Output: ⠸
JSON:
{"text": "\u2838"} // Value: ⠸
Python:
char = '\u2838'
print(char) # Output: ⠸
Perl:
my $char = "\x{2838}";
print $char; # Output: ⠸
PHP:
$char = "\x{2838}";
echo $char; // Output: ⠸
Ruby:
char = "\u{2838}"
puts char # Output: ⠸
Rust:
let c = '\u{2838}';
println!("{}", c); // Output: ⠸
Go:
char := '\u2838'
fmt.Printf("%c\n", char) // Output: ⠸
CSS:
/* CSS content property */
.element::before {
content: "\002838"; /* 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%B8
MD5:
af9eac6539b56a0cb2fbbc91f841aaf6
SHA1:
265484b3fa2ead48728ee14159e04f81b79f8c8d
Base64:
4qC4