Unicode Finder

"ᗁ" U+15C1(CANADIAN SYLLABICS SAYISI HI)

U+15C1
Nama Blok
Unified Canadian Aboriginal Syllabics
Nama
CANADIAN SYLLABICS SAYISI HI

Programming

C
\u15C1
JavaScript
\u15C1
Java
\u15C1
Json
\u15C1
Python
\u15C1
Perl
\x{15C1}
PHP
\x{15C1}
Ruby
\u{15C1}
Rust
\u{15C1}
Go
\u15C1

Web

CSS
\0015C1
HtmlDecimal
ᗁ
HtmlHexadecimal
ᗁ
Url
%E1%97%81

Code

MD5
703754e1b041738394316af90ed5ce59
Sha1
f04b901caaa6e86ffe5f69d25f6581d24a89b4f7
Base64
4ZeB

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u15C1';
console.log(char);  // Output: ᗁ

Java:

char c = '\u15C1';
System.out.println(c);  // Output: ᗁ

JSON:

{"text": "\u15C1"}  // Value: ᗁ

Python:

char = '\u15C1'
print(char)  # Output: ᗁ

Perl:

my $char = "\x{15C1}";
print $char;  # Output: ᗁ

PHP:

$char = "\x{15C1}";
echo $char;  // Output: ᗁ

Ruby:

char = "\u{15C1}"
puts char  # Output: ᗁ

Rust:

let c = '\u{15C1}';
println!("{}", c);  // Output: ᗁ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0015C1";  /* Display: ᗁ */
}

HTML Decimal:

<p>HTML decimal: &#5569;</p>  <!-- Display: ᗁ -->

HTML Hexadecimal:

<p>HTML hex: &#x15C1;</p>  <!-- Display: ᗁ -->

URL Encoding:

// ᗁ URL encoding
https://unicodefinder.com/search.php?query=%E1%97%81

Encodings

MD5:

703754e1b041738394316af90ed5ce59

SHA1:

f04b901caaa6e86ffe5f69d25f6581d24a89b4f7

Base64:

4ZeB