Unicode Finder

"ᔷ" U+1537(CANADIAN SYLLABICS YWOO)

U+1537
ब्लॉक का नाम
Unified Canadian Aboriginal Syllabics
नाम
CANADIAN SYLLABICS YWOO

Programming

C
\u1537
JavaScript
\u1537
Java
\u1537
Json
\u1537
Python
\u1537
Perl
\x{1537}
PHP
\x{1537}
Ruby
\u{1537}
Rust
\u{1537}
Go
\u1537

Web

CSS
\001537
HtmlDecimal
ᔷ
HtmlHexadecimal
ᔷ
Url
%E1%94%B7

Code

MD5
f6e3ebb501142f525612771254d7fcf9
Sha1
0748a32e422c2fb6b27ff1d0b31435800c3d8775
Base64
4ZS3

उपयोग के उदाहरण

Programming Languages

C:

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

JavaScript:

const char = '\u1537';
console.log(char);  // Output: ᔷ

Java:

char c = '\u1537';
System.out.println(c);  // Output: ᔷ

JSON:

{"text": "\u1537"}  // Value: ᔷ

Python:

char = '\u1537'
print(char)  # Output: ᔷ

Perl:

my $char = "\x{1537}";
print $char;  # Output: ᔷ

PHP:

$char = "\x{1537}";
echo $char;  // Output: ᔷ

Ruby:

char = "\u{1537}"
puts char  # Output: ᔷ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001537";  /* Display: ᔷ */
}

HTML Decimal:

<p>HTML decimal: &#5431;</p>  <!-- Display: ᔷ -->

HTML Hexadecimal:

<p>HTML hex: &#x1537;</p>  <!-- Display: ᔷ -->

URL Encoding:

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

Encodings

MD5:

f6e3ebb501142f525612771254d7fcf9

SHA1:

0748a32e422c2fb6b27ff1d0b31435800c3d8775

Base64:

4ZS3