Unicode Finder

"ᑸ" U+1478(CANADIAN SYLLABICS KWII)

U+1478
Nombre del Bloque
Unified Canadian Aboriginal Syllabics
Nombre
CANADIAN SYLLABICS KWII

Programming

C
\u1478
JavaScript
\u1478
Java
\u1478
Json
\u1478
Python
\u1478
Perl
\x{1478}
PHP
\x{1478}
Ruby
\u{1478}
Rust
\u{1478}
Go
\u1478

Web

CSS
\001478
HtmlDecimal
ᑸ
HtmlHexadecimal
ᑸ
Url
%E1%91%B8

Code

MD5
d8a085449c18065d6dff3aa0f2dba2a8
Sha1
78c0de9c66b8f72cc7b6e82c1d76540911603d43
Base64
4ZG4

Ejemplos de Uso

Programming Languages

C:

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

JavaScript:

const char = '\u1478';
console.log(char);  // Output: ᑸ

Java:

char c = '\u1478';
System.out.println(c);  // Output: ᑸ

JSON:

{"text": "\u1478"}  // Value: ᑸ

Python:

char = '\u1478'
print(char)  # Output: ᑸ

Perl:

my $char = "\x{1478}";
print $char;  # Output: ᑸ

PHP:

$char = "\x{1478}";
echo $char;  // Output: ᑸ

Ruby:

char = "\u{1478}"
puts char  # Output: ᑸ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001478";  /* Display: ᑸ */
}

HTML Decimal:

<p>HTML decimal: &#5240;</p>  <!-- Display: ᑸ -->

HTML Hexadecimal:

<p>HTML hex: &#x1478;</p>  <!-- Display: ᑸ -->

URL Encoding:

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

Encodings

MD5:

d8a085449c18065d6dff3aa0f2dba2a8

SHA1:

78c0de9c66b8f72cc7b6e82c1d76540911603d43

Base64:

4ZG4