Unicode Finder

"ᖵ" U+15B5(CANADIAN SYLLABICS BLACKFOOT WI)

U+15B5
Όνομα Μπλοκ
Unified Canadian Aboriginal Syllabics
Όνομα
CANADIAN SYLLABICS BLACKFOOT WI

Programming

C
\u15B5
JavaScript
\u15B5
Java
\u15B5
Json
\u15B5
Python
\u15B5
Perl
\x{15B5}
PHP
\x{15B5}
Ruby
\u{15B5}
Rust
\u{15B5}
Go
\u15B5

Web

CSS
\0015B5
HtmlDecimal
ᖵ
HtmlHexadecimal
ᖵ
Url
%E1%96%B5

Code

MD5
c0b01572ca9a9724ad167b95537d9b07
Sha1
bf3d76ab439353aefef620115accdce9e056d24a
Base64
4Za1

Παραδείγματα Χρήσης

Programming Languages

C:

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

JavaScript:

const char = '\u15B5';
console.log(char);  // Output: ᖵ

Java:

char c = '\u15B5';
System.out.println(c);  // Output: ᖵ

JSON:

{"text": "\u15B5"}  // Value: ᖵ

Python:

char = '\u15B5'
print(char)  # Output: ᖵ

Perl:

my $char = "\x{15B5}";
print $char;  # Output: ᖵ

PHP:

$char = "\x{15B5}";
echo $char;  // Output: ᖵ

Ruby:

char = "\u{15B5}"
puts char  # Output: ᖵ

Rust:

let c = '\u{15B5}';
println!("{}", c);  // Output: ᖵ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0015B5";  /* Display: ᖵ */
}

HTML Decimal:

<p>HTML decimal: &#5557;</p>  <!-- Display: ᖵ -->

HTML Hexadecimal:

<p>HTML hex: &#x15B5;</p>  <!-- Display: ᖵ -->

URL Encoding:

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

Encodings

MD5:

c0b01572ca9a9724ad167b95537d9b07

SHA1:

bf3d76ab439353aefef620115accdce9e056d24a

Base64:

4Za1