Unicode Finder

"⌵" U+2335(COUNTERSINK)

U+2335
Nume Bloc
Miscellaneous Technical
Nume
COUNTERSINK

Programming

C
\u2335
JavaScript
\u2335
Java
\u2335
Json
\u2335
Python
\u2335
Perl
\x{2335}
PHP
\x{2335}
Ruby
\u{2335}
Rust
\u{2335}
Go
\u2335

Web

CSS
\002335
HtmlDecimal
⌵
HtmlHexadecimal
⌵
Url
%E2%8C%B5

Code

MD5
aec89cdd2eda961b9dc897f83960262e
Sha1
4dbbd41998ecd7a194243eb15fa9c320f6661e11
Base64
4oy1

Exemple de Utilizare

Programming Languages

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: ⌵

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002335";  /* Display: ⌵ */
}

HTML Decimal:

<p>HTML decimal: &#9013;</p>  <!-- Display: ⌵ -->

HTML Hexadecimal:

<p>HTML hex: &#x2335;</p>  <!-- Display: ⌵ -->

URL Encoding:

// ⌵ URL encoding
https://unicodefinder.com/search.php?query=%E2%8C%B5

Encodings

MD5:

aec89cdd2eda961b9dc897f83960262e

SHA1:

4dbbd41998ecd7a194243eb15fa9c320f6661e11

Base64:

4oy1