Unicode Finder

"᰾" U+1C3E(LEPCHA PUNCTUATION TSHOOK CER-WA)

U+1C3E
Nom du Bloc
Lepcha
Nom
LEPCHA PUNCTUATION TSHOOK CER-WA

Programming

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

Web

CSS
\001C3E
HtmlDecimal
᰾
HtmlHexadecimal
᰾
Url
%E1%B0%BE

Code

MD5
61f798caf26de00c73173206c8fe731e
Sha1
66a5539f1800d4065cac548a872296c2b2b5430b
Base64
4bC+

Exemples d'Utilisation

Programming Languages

C:

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

JavaScript:

const char = '\u1C3E';
console.log(char);  // Output: ᰾

Java:

char c = '\u1C3E';
System.out.println(c);  // Output: ᰾

JSON:

{"text": "\u1C3E"}  // Value: ᰾

Python:

char = '\u1C3E'
print(char)  # Output: ᰾

Perl:

my $char = "\x{1C3E}";
print $char;  # Output: ᰾

PHP:

$char = "\x{1C3E}";
echo $char;  // Output: ᰾

Ruby:

char = "\u{1C3E}"
puts char  # Output: ᰾

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001C3E";  /* Display: ᰾ */
}

HTML Decimal:

<p>HTML decimal: &#7230;</p>  <!-- Display: ᰾ -->

HTML Hexadecimal:

<p>HTML hex: &#x1C3E;</p>  <!-- Display: ᰾ -->

URL Encoding:

// ᰾ URL encoding
https://unicodefinder.com/search.php?query=%E1%B0%BE

Encodings

MD5:

61f798caf26de00c73173206c8fe731e

SHA1:

66a5539f1800d4065cac548a872296c2b2b5430b

Base64:

4bC+