Unicode Finder

"ᒻ" U+14BB(CANADIAN SYLLABICS M)

U+14BB
Nama Blok
Unified Canadian Aboriginal Syllabics
Nama
CANADIAN SYLLABICS M

Programming

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

Web

CSS
\0014BB
HtmlDecimal
ᒻ
HtmlHexadecimal
ᒻ
Url
%E1%92%BB

Code

MD5
fc0cbad2e710d16b3248e40b275c9bb7
Sha1
6b0d19a19cf847e04fac193c8426e8e354a06279
Base64
4ZK7

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u14BB';
console.log(char);  // Output: ᒻ

Java:

char c = '\u14BB';
System.out.println(c);  // Output: ᒻ

JSON:

{"text": "\u14BB"}  // Value: ᒻ

Python:

char = '\u14BB'
print(char)  # Output: ᒻ

Perl:

my $char = "\x{14BB}";
print $char;  # Output: ᒻ

PHP:

$char = "\x{14BB}";
echo $char;  // Output: ᒻ

Ruby:

char = "\u{14BB}"
puts char  # Output: ᒻ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#5307;</p>  <!-- Display: ᒻ -->

HTML Hexadecimal:

<p>HTML hex: &#x14BB;</p>  <!-- Display: ᒻ -->

URL Encoding:

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

Encodings

MD5:

fc0cbad2e710d16b3248e40b275c9bb7

SHA1:

6b0d19a19cf847e04fac193c8426e8e354a06279

Base64:

4ZK7