Unicode Finder

"ᑷ" U+1477(CANADIAN SYLLABICS WEST-CREE KWI)

U+1477
Bloknaam
Unified Canadian Aboriginal Syllabics
Naam
CANADIAN SYLLABICS WEST-CREE KWI

Programming

C
\u1477
JavaScript
\u1477
Java
\u1477
Json
\u1477
Python
\u1477
Perl
\x{1477}
PHP
\x{1477}
Ruby
\u{1477}
Rust
\u{1477}
Go
\u1477

Web

CSS
\001477
HtmlDecimal
ᑷ
HtmlHexadecimal
ᑷ
Url
%E1%91%B7

Code

MD5
9f8993c83f41f908bcaa46be9c6c601a
Sha1
be851cb0b6d7768f337ab9b636d1943e11ee266f
Base64
4ZG3

Gebruiksvoorbeelden

Programming Languages

C:

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

JavaScript:

const char = '\u1477';
console.log(char);  // Output: ᑷ

Java:

char c = '\u1477';
System.out.println(c);  // Output: ᑷ

JSON:

{"text": "\u1477"}  // Value: ᑷ

Python:

char = '\u1477'
print(char)  # Output: ᑷ

Perl:

my $char = "\x{1477}";
print $char;  # Output: ᑷ

PHP:

$char = "\x{1477}";
echo $char;  // Output: ᑷ

Ruby:

char = "\u{1477}"
puts char  # Output: ᑷ

Rust:

let c = '\u{1477}';
println!("{}", c);  // Output: ᑷ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001477";  /* Display: ᑷ */
}

HTML Decimal:

<p>HTML decimal: &#5239;</p>  <!-- Display: ᑷ -->

HTML Hexadecimal:

<p>HTML hex: &#x1477;</p>  <!-- Display: ᑷ -->

URL Encoding:

// ᑷ URL encoding
https://unicodefinder.com/search.php?query=%E1%91%B7

Encodings

MD5:

9f8993c83f41f908bcaa46be9c6c601a

SHA1:

be851cb0b6d7768f337ab9b636d1943e11ee266f

Base64:

4ZG3