Unicode Finder

"ᣋ" U+18CB(CANADIAN SYLLABICS OJIBWAY NWO)

U+18CB
Nama Blok
Unified Canadian Aboriginal Syllabics Extended
Nama
CANADIAN SYLLABICS OJIBWAY NWO

Programming

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

Web

CSS
\0018CB
HtmlDecimal
ᣋ
HtmlHexadecimal
ᣋ
Url
%E1%A3%8B

Code

MD5
70eadbea87d963ad4245807310791045
Sha1
fcccf13815d48cde90713754d09b56d5be90be42
Base64
4aOL

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u18CB';
console.log(char);  // Output: ᣋ

Java:

char c = '\u18CB';
System.out.println(c);  // Output: ᣋ

JSON:

{"text": "\u18CB"}  // Value: ᣋ

Python:

char = '\u18CB'
print(char)  # Output: ᣋ

Perl:

my $char = "\x{18CB}";
print $char;  # Output: ᣋ

PHP:

$char = "\x{18CB}";
echo $char;  // Output: ᣋ

Ruby:

char = "\u{18CB}"
puts char  # Output: ᣋ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#6347;</p>  <!-- Display: ᣋ -->

HTML Hexadecimal:

<p>HTML hex: &#x18CB;</p>  <!-- Display: ᣋ -->

URL Encoding:

// ᣋ URL encoding
https://unicodefinder.com/search.php?query=%E1%A3%8B

Encodings

MD5:

70eadbea87d963ad4245807310791045

SHA1:

fcccf13815d48cde90713754d09b56d5be90be42

Base64:

4aOL