Unicode Finder

"ᒺ" U+14BA(CANADIAN SYLLABICS NASKAPI MWAA)

U+14BA
Όνομα Μπλοκ
Unified Canadian Aboriginal Syllabics
Όνομα
CANADIAN SYLLABICS NASKAPI MWAA

Programming

C
\u14BA
JavaScript
\u14BA
Java
\u14BA
Json
\u14BA
Python
\u14BA
Perl
\x{14BA}
PHP
\x{14BA}
Ruby
\u{14BA}
Rust
\u{14BA}
Go
\u14BA

Web

CSS
\0014BA
HtmlDecimal
ᒺ
HtmlHexadecimal
ᒺ
Url
%E1%92%BA

Code

MD5
5a457a8fd50a84e2d4c4813cfe4279ba
Sha1
d2f38da73a9b640e281431e3fbecfd7ce1f5fffc
Base64
4ZK6

Παραδείγματα Χρήσης

Programming Languages

C:

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

JavaScript:

const char = '\u14BA';
console.log(char);  // Output: ᒺ

Java:

char c = '\u14BA';
System.out.println(c);  // Output: ᒺ

JSON:

{"text": "\u14BA"}  // Value: ᒺ

Python:

char = '\u14BA'
print(char)  # Output: ᒺ

Perl:

my $char = "\x{14BA}";
print $char;  # Output: ᒺ

PHP:

$char = "\x{14BA}";
echo $char;  // Output: ᒺ

Ruby:

char = "\u{14BA}"
puts char  # Output: ᒺ

Rust:

let c = '\u{14BA}';
println!("{}", c);  // Output: ᒺ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0014BA";  /* Display: ᒺ */
}

HTML Decimal:

<p>HTML decimal: &#5306;</p>  <!-- Display: ᒺ -->

HTML Hexadecimal:

<p>HTML hex: &#x14BA;</p>  <!-- Display: ᒺ -->

URL Encoding:

// ᒺ URL encoding
https://unicodefinder.com/search.php?query=%E1%92%BA

Encodings

MD5:

5a457a8fd50a84e2d4c4813cfe4279ba

SHA1:

d2f38da73a9b640e281431e3fbecfd7ce1f5fffc

Base64:

4ZK6