Unicode Finder

"ᢻ" U+18BB(CANADIAN SYLLABICS NOY)

U+18BB
Nama Blok
Unified Canadian Aboriginal Syllabics Extended
Nama
CANADIAN SYLLABICS NOY

Programming

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

Web

CSS
\0018BB
HtmlDecimal
ᢻ
HtmlHexadecimal
ᢻ
Url
%E1%A2%BB

Code

MD5
213e89ed29052c9880d388016d52a866
Sha1
dac0cb2a928af0792f715ab79808d5b736a3da83
Base64
4aK7

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u18BB';
console.log(char);  // Output: ᢻ

Java:

char c = '\u18BB';
System.out.println(c);  // Output: ᢻ

JSON:

{"text": "\u18BB"}  // Value: ᢻ

Python:

char = '\u18BB'
print(char)  # Output: ᢻ

Perl:

my $char = "\x{18BB}";
print $char;  # Output: ᢻ

PHP:

$char = "\x{18BB}";
echo $char;  // Output: ᢻ

Ruby:

char = "\u{18BB}"
puts char  # Output: ᢻ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#6331;</p>  <!-- Display: ᢻ -->

HTML Hexadecimal:

<p>HTML hex: &#x18BB;</p>  <!-- Display: ᢻ -->

URL Encoding:

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

Encodings

MD5:

213e89ed29052c9880d388016d52a866

SHA1:

dac0cb2a928af0792f715ab79808d5b736a3da83

Base64:

4aK7