Unicode Finder

"ᤷ" U+1937(LIMBU SMALL LETTER RA)

U+1937
Nazwa Bloku
Limbu
Nazwa
LIMBU SMALL LETTER RA

Programming

C
\u1937
JavaScript
\u1937
Java
\u1937
Json
\u1937
Python
\u1937
Perl
\x{1937}
PHP
\x{1937}
Ruby
\u{1937}
Rust
\u{1937}
Go
\u1937

Web

CSS
\001937
HtmlDecimal
ᤷ
HtmlHexadecimal
ᤷ
Url
%E1%A4%B7

Code

MD5
a817e278628ab128f6d566d176a08a44
Sha1
408dacaff9fd5ff2df9efe9346b8e3e4afe09759
Base64
4aS3

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u1937';
console.log(char);  // Output: ᤷ

Java:

char c = '\u1937';
System.out.println(c);  // Output: ᤷ

JSON:

{"text": "\u1937"}  // Value: ᤷ

Python:

char = '\u1937'
print(char)  # Output: ᤷ

Perl:

my $char = "\x{1937}";
print $char;  # Output: ᤷ

PHP:

$char = "\x{1937}";
echo $char;  // Output: ᤷ

Ruby:

char = "\u{1937}"
puts char  # Output: ᤷ

Rust:

let c = '\u{1937}';
println!("{}", c);  // Output: ᤷ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001937";  /* Display: ᤷ */
}

HTML Decimal:

<p>HTML decimal: &#6455;</p>  <!-- Display: ᤷ -->

HTML Hexadecimal:

<p>HTML hex: &#x1937;</p>  <!-- Display: ᤷ -->

URL Encoding:

// ᤷ URL encoding
https://unicodefinder.com/search.php?query=%E1%A4%B7

Encodings

MD5:

a817e278628ab128f6d566d176a08a44

SHA1:

408dacaff9fd5ff2df9efe9346b8e3e4afe09759

Base64:

4aS3