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