Unicode Finder

"ᑵ" U+1475(CANADIAN SYLLABICS WEST-CREE KWE)

U+1475
Blocknamn
Unified Canadian Aboriginal Syllabics
Namn
CANADIAN SYLLABICS WEST-CREE KWE

Programming

C
\u1475
JavaScript
\u1475
Java
\u1475
Json
\u1475
Python
\u1475
Perl
\x{1475}
PHP
\x{1475}
Ruby
\u{1475}
Rust
\u{1475}
Go
\u1475

Web

CSS
\001475
HtmlDecimal
ᑵ
HtmlHexadecimal
ᑵ
Url
%E1%91%B5

Code

MD5
140c87988bcfae54b691c46fcb2919b1
Sha1
65cfb7f9dd2cbddb975099a461ef3c4b58740030
Base64
4ZG1

Användningsexempel

Programming Languages

C:

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

JavaScript:

const char = '\u1475';
console.log(char);  // Output: ᑵ

Java:

char c = '\u1475';
System.out.println(c);  // Output: ᑵ

JSON:

{"text": "\u1475"}  // Value: ᑵ

Python:

char = '\u1475'
print(char)  # Output: ᑵ

Perl:

my $char = "\x{1475}";
print $char;  # Output: ᑵ

PHP:

$char = "\x{1475}";
echo $char;  // Output: ᑵ

Ruby:

char = "\u{1475}"
puts char  # Output: ᑵ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001475";  /* Display: ᑵ */
}

HTML Decimal:

<p>HTML decimal: &#5237;</p>  <!-- Display: ᑵ -->

HTML Hexadecimal:

<p>HTML hex: &#x1475;</p>  <!-- Display: ᑵ -->

URL Encoding:

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

Encodings

MD5:

140c87988bcfae54b691c46fcb2919b1

SHA1:

65cfb7f9dd2cbddb975099a461ef3c4b58740030

Base64:

4ZG1