Unicode Finder

"ᰴ" U+1C34(LEPCHA CONSONANT SIGN NYIN-DO)

U+1C34
نام بلوک
Lepcha
نام
LEPCHA CONSONANT SIGN NYIN-DO

Programming

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

Web

CSS
\001C34
HtmlDecimal
ᰴ
HtmlHexadecimal
ᰴ
Url
%E1%B0%B4

Code

MD5
8b49d6275973e3d7375e6a755cd22a9e
Sha1
3ba075cf79fbfb601a6a6a64e95ef1bc26969025
Base64
4bC0

مثال‌های استفاده

Programming Languages

C:

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

JavaScript:

const char = '\u1C34';
console.log(char);  // Output: ᰴ

Java:

char c = '\u1C34';
System.out.println(c);  // Output: ᰴ

JSON:

{"text": "\u1C34"}  // Value: ᰴ

Python:

char = '\u1C34'
print(char)  # Output: ᰴ

Perl:

my $char = "\x{1C34}";
print $char;  # Output: ᰴ

PHP:

$char = "\x{1C34}";
echo $char;  // Output: ᰴ

Ruby:

char = "\u{1C34}"
puts char  # Output: ᰴ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#7220;</p>  <!-- Display: ᰴ -->

HTML Hexadecimal:

<p>HTML hex: &#x1C34;</p>  <!-- Display: ᰴ -->

URL Encoding:

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

Encodings

MD5:

8b49d6275973e3d7375e6a755cd22a9e

SHA1:

3ba075cf79fbfb601a6a6a64e95ef1bc26969025

Base64:

4bC0