Unicode Finder

"💎" U+1F48E(GEM STONE)

💎
U+1F48E
بلاک کا نام
Miscellaneous Symbols and Pictographs
نام
GEM STONE

Programming

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

Web

CSS
\01F48E
HtmlDecimal
💎
HtmlHexadecimal
💎
Url
%F0%9F%92%8E

Code

MD5
8acc99e7f4a06389a0c3298a36b3a4e1
Sha1
a41f23c69fde476bcad52240bd4f76944a621358
Base64
8J+Sjg==

استعمال کی مثالیں

Programming Languages

C:

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

JavaScript:

const char = '\u1F48E';
console.log(char);  // Output: 💎

Java:

char c = '\u1F48E';
System.out.println(c);  // Output: 💎

JSON:

{"text": "\u1F48E"}  // Value: 💎

Python:

char = '\u1F48E'
print(char)  # Output: 💎

Perl:

my $char = "\x{1F48E}";
print $char;  # Output: 💎

PHP:

$char = "\x{1F48E}";
echo $char;  // Output: 💎

Ruby:

char = "\u{1F48E}"
puts char  # Output: 💎

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#128142;</p>  <!-- Display: 💎 -->

HTML Hexadecimal:

<p>HTML hex: &#x1F48E;</p>  <!-- Display: 💎 -->

URL Encoding:

// 💎 URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%92%8E

Encodings

MD5:

8acc99e7f4a06389a0c3298a36b3a4e1

SHA1:

a41f23c69fde476bcad52240bd4f76944a621358

Base64:

8J+Sjg==

© 2025 Unicode Finder

💎 U+1F48E GEM STONE یونیکوڈ حرف - Unicode Finder

Contact: d2@fanqiang.me