Unicode Finder

"⚾" U+26BE(BASEBALL)

U+26BE
Block Name
Miscellaneous Symbols
Name
BASEBALL

Programming

C
\u26BE
JavaScript
\u26BE
Java
\u26BE
Json
\u26BE
Python
\u26BE
Perl
\x{26BE}
PHP
\x{26BE}
Ruby
\u{26BE}
Rust
\u{26BE}
Go
\u26BE

Web

CSS
\0026BE
HtmlDecimal
⚾
HtmlHexadecimal
⚾
Url
%E2%9A%BE

Code

MD5
32bedb859c51ee7721cdb746ed3d5f01
Sha1
c29506490e6258b7aedac800bfb36edded48055d
Base64
4pq+

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u26BE';
console.log(char);  // Output: ⚾

Java:

char c = '\u26BE';
System.out.println(c);  // Output: ⚾

JSON:

{"text": "\u26BE"}  // Value: ⚾

Python:

char = '\u26BE'
print(char)  # Output: ⚾

Perl:

my $char = "\x{26BE}";
print $char;  # Output: ⚾

PHP:

$char = "\x{26BE}";
echo $char;  // Output: ⚾

Ruby:

char = "\u{26BE}"
puts char  # Output: ⚾

Rust:

let c = '\u{26BE}';
println!("{}", c);  // Output: ⚾

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0026BE";  /* Display: ⚾ */
}

HTML Decimal:

<p>HTML decimal: &#9918;</p>  <!-- Display: ⚾ -->

HTML Hexadecimal:

<p>HTML hex: &#x26BE;</p>  <!-- Display: ⚾ -->

URL Encoding:

// ⚾ URL encoding
https://unicodefinder.com/search.php?query=%E2%9A%BE

Encodings

MD5:

32bedb859c51ee7721cdb746ed3d5f01

SHA1:

c29506490e6258b7aedac800bfb36edded48055d

Base64:

4pq+