Unicode Finder

"ᔾ" U+153E(CANADIAN SYLLABICS Y)

U+153E
Nazwa Bloku
Unified Canadian Aboriginal Syllabics
Nazwa
CANADIAN SYLLABICS Y

Programming

C
\u153E
JavaScript
\u153E
Java
\u153E
Json
\u153E
Python
\u153E
Perl
\x{153E}
PHP
\x{153E}
Ruby
\u{153E}
Rust
\u{153E}
Go
\u153E

Web

CSS
\00153E
HtmlDecimal
ᔾ
HtmlHexadecimal
ᔾ
Url
%E1%94%BE

Code

MD5
e0ff81a9cbc4ceb6a8c444049a20db20
Sha1
1c012ff7b7cb3b6e6266002c5a996639b8cf0286
Base64
4ZS+

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u153E';
console.log(char);  // Output: ᔾ

Java:

char c = '\u153E';
System.out.println(c);  // Output: ᔾ

JSON:

{"text": "\u153E"}  // Value: ᔾ

Python:

char = '\u153E'
print(char)  # Output: ᔾ

Perl:

my $char = "\x{153E}";
print $char;  # Output: ᔾ

PHP:

$char = "\x{153E}";
echo $char;  // Output: ᔾ

Ruby:

char = "\u{153E}"
puts char  # Output: ᔾ

Rust:

let c = '\u{153E}';
println!("{}", c);  // Output: ᔾ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00153E";  /* Display: ᔾ */
}

HTML Decimal:

<p>HTML decimal: &#5438;</p>  <!-- Display: ᔾ -->

HTML Hexadecimal:

<p>HTML hex: &#x153E;</p>  <!-- Display: ᔾ -->

URL Encoding:

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

Encodings

MD5:

e0ff81a9cbc4ceb6a8c444049a20db20

SHA1:

1c012ff7b7cb3b6e6266002c5a996639b8cf0286

Base64:

4ZS+