Unicode Finder

"⌆" U+2306(PERSPECTIVE)

U+2306
Nama Blok
Miscellaneous Technical
Nama
PERSPECTIVE

Programming

C
\u2306
JavaScript
\u2306
Java
\u2306
Json
\u2306
Python
\u2306
Perl
\x{2306}
PHP
\x{2306}
Ruby
\u{2306}
Rust
\u{2306}
Go
\u2306

Web

CSS
\002306
HtmlDecimal
⌆
HtmlHexadecimal
⌆
Url
%E2%8C%86

Code

MD5
92e8057d90809cd773eb9e75750051b7
Sha1
185267cfc726e31412c4da9d62de50f21bc8d6ba
Base64
4oyG

Contoh Penggunaan

Programming Languages

C:

char c = '\u2306';
printf("%c\n", c);  // Output: ⌆

JavaScript:

const char = '\u2306';
console.log(char);  // Output: ⌆

Java:

char c = '\u2306';
System.out.println(c);  // Output: ⌆

JSON:

{"text": "\u2306"}  // Value: ⌆

Python:

char = '\u2306'
print(char)  # Output: ⌆

Perl:

my $char = "\x{2306}";
print $char;  # Output: ⌆

PHP:

$char = "\x{2306}";
echo $char;  // Output: ⌆

Ruby:

char = "\u{2306}"
puts char  # Output: ⌆

Rust:

let c = '\u{2306}';
println!("{}", c);  // Output: ⌆

Go:

char := '\u2306'
fmt.Printf("%c\n", char)  // Output: ⌆

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002306";  /* Display: ⌆ */
}

HTML Decimal:

<p>HTML decimal: &#8966;</p>  <!-- Display: ⌆ -->

HTML Hexadecimal:

<p>HTML hex: &#x2306;</p>  <!-- Display: ⌆ -->

URL Encoding:

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

Encodings

MD5:

92e8057d90809cd773eb9e75750051b7

SHA1:

185267cfc726e31412c4da9d62de50f21bc8d6ba

Base64:

4oyG