Unicode Finder

"ᢶ" U+18B6(CANADIAN SYLLABICS PWOY)

U+18B6
Nama Blok
Unified Canadian Aboriginal Syllabics Extended
Nama
CANADIAN SYLLABICS PWOY

Programming

C
\u18B6
JavaScript
\u18B6
Java
\u18B6
Json
\u18B6
Python
\u18B6
Perl
\x{18B6}
PHP
\x{18B6}
Ruby
\u{18B6}
Rust
\u{18B6}
Go
\u18B6

Web

CSS
\0018B6
HtmlDecimal
ᢶ
HtmlHexadecimal
ᢶ
Url
%E1%A2%B6

Code

MD5
cde3ef25e48f5a112cd43aec6e1bf5bd
Sha1
4e982c84b08a25ad5c69402bf39d1370d8c0333d
Base64
4aK2

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u18B6';
console.log(char);  // Output: ᢶ

Java:

char c = '\u18B6';
System.out.println(c);  // Output: ᢶ

JSON:

{"text": "\u18B6"}  // Value: ᢶ

Python:

char = '\u18B6'
print(char)  # Output: ᢶ

Perl:

my $char = "\x{18B6}";
print $char;  # Output: ᢶ

PHP:

$char = "\x{18B6}";
echo $char;  // Output: ᢶ

Ruby:

char = "\u{18B6}"
puts char  # Output: ᢶ

Rust:

let c = '\u{18B6}';
println!("{}", c);  // Output: ᢶ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0018B6";  /* Display: ᢶ */
}

HTML Decimal:

<p>HTML decimal: &#6326;</p>  <!-- Display: ᢶ -->

HTML Hexadecimal:

<p>HTML hex: &#x18B6;</p>  <!-- Display: ᢶ -->

URL Encoding:

// ᢶ URL encoding
https://unicodefinder.com/search.php?query=%E1%A2%B6

Encodings

MD5:

cde3ef25e48f5a112cd43aec6e1bf5bd

SHA1:

4e982c84b08a25ad5c69402bf39d1370d8c0333d

Base64:

4aK2