Unicode Finder

"๐Ÿƒ" U+1F3C3(RUNNER)

๐Ÿƒ
U+1F3C3
Nome del Blocco
Miscellaneous Symbols and Pictographs
Nome
RUNNER

Programming

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

Web

CSS
\01F3C3
HtmlDecimal
🏃
HtmlHexadecimal
🏃
Url
%F0%9F%8F%83

Code

MD5
9ff78dd62961dab1c017c67d5b799e16
Sha1
e421acdae3fa9b056563df244229b399334196ba
Base64
8J+Pgw==

Esempi di Utilizzo

Programming Languages

C:

char c = '\u1F3C3';
printf("%c\n", c);  // Output: ๐Ÿƒ

JavaScript:

const char = '\u1F3C3';
console.log(char);  // Output: ๐Ÿƒ

Java:

char c = '\u1F3C3';
System.out.println(c);  // Output: ๐Ÿƒ

JSON:

{"text": "\u1F3C3"}  // Value: ๐Ÿƒ

Python:

char = '\u1F3C3'
print(char)  # Output: ๐Ÿƒ

Perl:

my $char = "\x{1F3C3}";
print $char;  # Output: ๐Ÿƒ

PHP:

$char = "\x{1F3C3}";
echo $char;  // Output: ๐Ÿƒ

Ruby:

char = "\u{1F3C3}"
puts char  # Output: ๐Ÿƒ

Rust:

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

Go:

char := '\u1F3C3'
fmt.Printf("%c\n", char)  // Output: ๐Ÿƒ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\01F3C3";  /* Display: ๐Ÿƒ */
}

HTML Decimal:

<p>HTML decimal: &#127939;</p>  <!-- Display: ๐Ÿƒ -->

HTML Hexadecimal:

<p>HTML hex: &#x1F3C3;</p>  <!-- Display: ๐Ÿƒ -->

URL Encoding:

// ๐Ÿƒ URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%8F%83

Encodings

MD5:

9ff78dd62961dab1c017c67d5b799e16

SHA1:

e421acdae3fa9b056563df244229b399334196ba

Base64:

8J+Pgw==

ยฉ 2025 Unicode Finder

๐Ÿƒ U+1F3C3 RUNNER Carattere Unicode - Unicode Finder

Contact: d2@fanqiang.me