Unicode Finder

"🢭" U+1F8AD(WHITE ARROW SHAFT WIDTH TWO THIRDS)

🢭
U+1F8AD
Block Name
Unknown Block
Name
WHITE ARROW SHAFT WIDTH TWO THIRDS

Programming

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

Web

CSS
\01F8AD
HtmlDecimal
🢭
HtmlHexadecimal
🢭
Url
%F0%9F%A2%AD

Code

MD5
1c406879ef3b960007c68f1ca7d4a8f5
Sha1
7b65cb98712051a0bf27d214106edf56a0b1b1f7
Base64
8J+irQ==

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u1F8AD';
console.log(char);  // Output: 🢭

Java:

char c = '\u1F8AD';
System.out.println(c);  // Output: 🢭

JSON:

{"text": "\u1F8AD"}  // Value: 🢭

Python:

char = '\u1F8AD'
print(char)  # Output: 🢭

Perl:

my $char = "\x{1F8AD}";
print $char;  # Output: 🢭

PHP:

$char = "\x{1F8AD}";
echo $char;  // Output: 🢭

Ruby:

char = "\u{1F8AD}"
puts char  # Output: 🢭

Rust:

let c = '\u{1F8AD}';
println!("{}", c);  // Output: 🢭

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\01F8AD";  /* Display: 🢭 */
}

HTML Decimal:

<p>HTML decimal: &#129197;</p>  <!-- Display: 🢭 -->

HTML Hexadecimal:

<p>HTML hex: &#x1F8AD;</p>  <!-- Display: 🢭 -->

URL Encoding:

// 🢭 URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%A2%AD

Encodings

MD5:

1c406879ef3b960007c68f1ca7d4a8f5

SHA1:

7b65cb98712051a0bf27d214106edf56a0b1b1f7

Base64:

8J+irQ==

Related Characters