Unicode Finder

"ᘬ" U+162C(CANADIAN SYLLABICS CARRIER DLI)

U+162C
Nama Blok
Unified Canadian Aboriginal Syllabics
Nama
CANADIAN SYLLABICS CARRIER DLI

Programming

C
\u162C
JavaScript
\u162C
Java
\u162C
Json
\u162C
Python
\u162C
Perl
\x{162C}
PHP
\x{162C}
Ruby
\u{162C}
Rust
\u{162C}
Go
\u162C

Web

CSS
\00162C
HtmlDecimal
ᘬ
HtmlHexadecimal
ᘬ
Url
%E1%98%AC

Code

MD5
00885735c4c6c95cf484c9271dfe8a22
Sha1
2a6bc19c943c6415be7a5f0a36d24d708a1c7f08
Base64
4Zis

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u162C';
console.log(char);  // Output: ᘬ

Java:

char c = '\u162C';
System.out.println(c);  // Output: ᘬ

JSON:

{"text": "\u162C"}  // Value: ᘬ

Python:

char = '\u162C'
print(char)  # Output: ᘬ

Perl:

my $char = "\x{162C}";
print $char;  # Output: ᘬ

PHP:

$char = "\x{162C}";
echo $char;  // Output: ᘬ

Ruby:

char = "\u{162C}"
puts char  # Output: ᘬ

Rust:

let c = '\u{162C}';
println!("{}", c);  // Output: ᘬ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00162C";  /* Display: ᘬ */
}

HTML Decimal:

<p>HTML decimal: &#5676;</p>  <!-- Display: ᘬ -->

HTML Hexadecimal:

<p>HTML hex: &#x162C;</p>  <!-- Display: ᘬ -->

URL Encoding:

// ᘬ URL encoding
https://unicodefinder.com/search.php?query=%E1%98%AC

Encodings

MD5:

00885735c4c6c95cf484c9271dfe8a22

SHA1:

2a6bc19c943c6415be7a5f0a36d24d708a1c7f08

Base64:

4Zis