Unicode Finder

"ᑼ" U+147C(CANADIAN SYLLABICS KWOO)

U+147C
Nombre del Bloque
Unified Canadian Aboriginal Syllabics
Nombre
CANADIAN SYLLABICS KWOO

Programming

C
\u147C
JavaScript
\u147C
Java
\u147C
Json
\u147C
Python
\u147C
Perl
\x{147C}
PHP
\x{147C}
Ruby
\u{147C}
Rust
\u{147C}
Go
\u147C

Web

CSS
\00147C
HtmlDecimal
ᑼ
HtmlHexadecimal
ᑼ
Url
%E1%91%BC

Code

MD5
19a0821af44d9c2d32b1d991bb581d49
Sha1
5e34ecfb135ce41f9cd2cf80c7c2516ff2d90618
Base64
4ZG8

Ejemplos de Uso

Programming Languages

C:

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

JavaScript:

const char = '\u147C';
console.log(char);  // Output: ᑼ

Java:

char c = '\u147C';
System.out.println(c);  // Output: ᑼ

JSON:

{"text": "\u147C"}  // Value: ᑼ

Python:

char = '\u147C'
print(char)  # Output: ᑼ

Perl:

my $char = "\x{147C}";
print $char;  # Output: ᑼ

PHP:

$char = "\x{147C}";
echo $char;  // Output: ᑼ

Ruby:

char = "\u{147C}"
puts char  # Output: ᑼ

Rust:

let c = '\u{147C}';
println!("{}", c);  // Output: ᑼ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00147C";  /* Display: ᑼ */
}

HTML Decimal:

<p>HTML decimal: &#5244;</p>  <!-- Display: ᑼ -->

HTML Hexadecimal:

<p>HTML hex: &#x147C;</p>  <!-- Display: ᑼ -->

URL Encoding:

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

Encodings

MD5:

19a0821af44d9c2d32b1d991bb581d49

SHA1:

5e34ecfb135ce41f9cd2cf80c7c2516ff2d90618

Base64:

4ZG8