Unicode Finder

"⚸" U+26B8(BLACK MOON LILITH)

U+26B8
Block Name
Miscellaneous Symbols
Name
BLACK MOON LILITH

Programming

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

Web

CSS
\0026B8
HtmlDecimal
⚸
HtmlHexadecimal
⚸
Url
%E2%9A%B8

Code

MD5
bed2ee00f8ec50759d1fb48dbb436bcc
Sha1
3387a0643fd039d4539404e6e6483b1203cc09d6
Base64
4pq4

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u26B8';
console.log(char);  // Output: ⚸

Java:

char c = '\u26B8';
System.out.println(c);  // Output: ⚸

JSON:

{"text": "\u26B8"}  // Value: ⚸

Python:

char = '\u26B8'
print(char)  # Output: ⚸

Perl:

my $char = "\x{26B8}";
print $char;  # Output: ⚸

PHP:

$char = "\x{26B8}";
echo $char;  // Output: ⚸

Ruby:

char = "\u{26B8}"
puts char  # Output: ⚸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#9912;</p>  <!-- Display: ⚸ -->

HTML Hexadecimal:

<p>HTML hex: &#x26B8;</p>  <!-- Display: ⚸ -->

URL Encoding:

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

Encodings

MD5:

bed2ee00f8ec50759d1fb48dbb436bcc

SHA1:

3387a0643fd039d4539404e6e6483b1203cc09d6

Base64:

4pq4