Unicode Finder

"๐Ÿ”ฌ" U+1F52C(MICROSCOPE)

๐Ÿ”ฌ
U+1F52C
Block Name
Miscellaneous Symbols and Pictographs
Name
MICROSCOPE

Programming

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

Web

CSS
\01F52C
HtmlDecimal
🔬
HtmlHexadecimal
🔬
Url
%F0%9F%94%AC

Code

MD5
ee2467fb87ea1611960361e8a0f813ef
Sha1
a4b7cdfdd5d9f045d974e02cff4a61a5ed2129fc
Base64
8J+UrA==

Usage Examples

Programming Languages

C:

char c = '\u1F52C';
printf("%c\n", c);  // Output: ๐Ÿ”ฌ

JavaScript:

const char = '\u1F52C';
console.log(char);  // Output: ๐Ÿ”ฌ

Java:

char c = '\u1F52C';
System.out.println(c);  // Output: ๐Ÿ”ฌ

JSON:

{"text": "\u1F52C"}  // Value: ๐Ÿ”ฌ

Python:

char = '\u1F52C'
print(char)  # Output: ๐Ÿ”ฌ

Perl:

my $char = "\x{1F52C}";
print $char;  # Output: ๐Ÿ”ฌ

PHP:

$char = "\x{1F52C}";
echo $char;  // Output: ๐Ÿ”ฌ

Ruby:

char = "\u{1F52C}"
puts char  # Output: ๐Ÿ”ฌ

Rust:

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

Go:

char := '\u1F52C'
fmt.Printf("%c\n", char)  // Output: ๐Ÿ”ฌ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\01F52C";  /* Display: ๐Ÿ”ฌ */
}

HTML Decimal:

<p>HTML decimal: &#128300;</p>  <!-- Display: ๐Ÿ”ฌ -->

HTML Hexadecimal:

<p>HTML hex: &#x1F52C;</p>  <!-- Display: ๐Ÿ”ฌ -->

URL Encoding:

// ๐Ÿ”ฌ URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%94%AC

Encodings

MD5:

ee2467fb87ea1611960361e8a0f813ef

SHA1:

a4b7cdfdd5d9f045d974e02cff4a61a5ed2129fc

Base64:

8J+UrA==

ยฉ 2025 Unicode Finder

๐Ÿ”ฌ U+1F52C MICROSCOPE Unicode Character - Unicode Finder

Contact: d2@fanqiang.me