Unicode Finder

"🪷" U+1FAB7()

🪷
U+1FAB7
Tên Khối
No Block
Tên

Programming

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

Web

CSS
\01FAB7
HtmlDecimal
🪷
HtmlHexadecimal
🪷
Url
%F0%9F%AA%B7

Code

MD5
e706f2c6b7d946203a39081a715f3dc1
Sha1
a2650098b3b59962e6f98195232a9447361563d2
Base64
8J+qtw==

Ví dụ Sử dụng

Programming Languages

C:

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

JavaScript:

const char = '\u1FAB7';
console.log(char);  // Output: 🪷

Java:

char c = '\u1FAB7';
System.out.println(c);  // Output: 🪷

JSON:

{"text": "\u1FAB7"}  // Value: 🪷

Python:

char = '\u1FAB7'
print(char)  # Output: 🪷

Perl:

my $char = "\x{1FAB7}";
print $char;  # Output: 🪷

PHP:

$char = "\x{1FAB7}";
echo $char;  // Output: 🪷

Ruby:

char = "\u{1FAB7}"
puts char  # Output: 🪷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#129719;</p>  <!-- Display: 🪷 -->

HTML Hexadecimal:

<p>HTML hex: &#x1FAB7;</p>  <!-- Display: 🪷 -->

URL Encoding:

// 🪷 URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%AA%B7

Encodings

MD5:

e706f2c6b7d946203a39081a715f3dc1

SHA1:

a2650098b3b59962e6f98195232a9447361563d2

Base64:

8J+qtw==

Ký tự Liên quan