Unicode Finder

"๐Ÿ– " U+1F5A0(SIDEWAYS BLACK UP POINTING INDEX)

๐Ÿ– 
U+1F5A0
Block Name
Miscellaneous Symbols and Pictographs
Name
SIDEWAYS BLACK UP POINTING INDEX

Programming

C
\u1F5A0
JavaScript
\u1F5A0
Java
\u1F5A0
Json
\u1F5A0
Python
\u1F5A0
Perl
\x{1F5A0}
PHP
\x{1F5A0}
Ruby
\u{1F5A0}
Rust
\u{1F5A0}
Go
\u1F5A0

Web

CSS
\01F5A0
HtmlDecimal
🖠
HtmlHexadecimal
🖠
Url
%F0%9F%96%A0

Code

MD5
53c0158efecd8cc410fcdbefc35e41ea
Sha1
a97a8693f04efaf87eb57554668e45c7655365d0
Base64
8J+WoA==

Usage Examples

Programming Languages

C:

char c = '\u1F5A0';
printf("%c\n", c);  // Output: ๐Ÿ– 

JavaScript:

const char = '\u1F5A0';
console.log(char);  // Output: ๐Ÿ– 

Java:

char c = '\u1F5A0';
System.out.println(c);  // Output: ๐Ÿ– 

JSON:

{"text": "\u1F5A0"}  // Value: ๐Ÿ– 

Python:

char = '\u1F5A0'
print(char)  # Output: ๐Ÿ– 

Perl:

my $char = "\x{1F5A0}";
print $char;  # Output: ๐Ÿ– 

PHP:

$char = "\x{1F5A0}";
echo $char;  // Output: ๐Ÿ– 

Ruby:

char = "\u{1F5A0}"
puts char  # Output: ๐Ÿ– 

Rust:

let c = '\u{1F5A0}';
println!("{}", c);  // Output: ๐Ÿ– 

Go:

char := '\u1F5A0'
fmt.Printf("%c\n", char)  // Output: ๐Ÿ– 

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\01F5A0";  /* Display: ๐Ÿ–  */
}

HTML Decimal:

<p>HTML decimal: &#128416;</p>  <!-- Display: ๐Ÿ–  -->

HTML Hexadecimal:

<p>HTML hex: &#x1F5A0;</p>  <!-- Display: ๐Ÿ–  -->

URL Encoding:

// ๐Ÿ–  URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%96%A0

Encodings

MD5:

53c0158efecd8cc410fcdbefc35e41ea

SHA1:

a97a8693f04efaf87eb57554668e45c7655365d0

Base64:

8J+WoA==

ยฉ 2025 Unicode Finder

๐Ÿ–  U+1F5A0 SIDEWAYS BLACK UP POINTING INDEX Unicode Character - Unicode Finder

Contact: d2@fanqiang.me