Unicode Finder

"ᕼ" U+157C(CANADIAN SYLLABICS NUNAVUT H)

U+157C
ブロック名
Unified Canadian Aboriginal Syllabics
名前
CANADIAN SYLLABICS NUNAVUT H

Programming

C
\u157C
JavaScript
\u157C
Java
\u157C
Json
\u157C
Python
\u157C
Perl
\x{157C}
PHP
\x{157C}
Ruby
\u{157C}
Rust
\u{157C}
Go
\u157C

Web

CSS
\00157C
HtmlDecimal
ᕼ
HtmlHexadecimal
ᕼ
Url
%E1%95%BC

Code

MD5
b06d89734a3ec9d467337a8c2f1df20f
Sha1
9d1ab5321c5ad2daa656cf23f12ccf34cb9d2fa8
Base64
4ZW8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u157C';
console.log(char);  // Output: ᕼ

Java:

char c = '\u157C';
System.out.println(c);  // Output: ᕼ

JSON:

{"text": "\u157C"}  // Value: ᕼ

Python:

char = '\u157C'
print(char)  # Output: ᕼ

Perl:

my $char = "\x{157C}";
print $char;  # Output: ᕼ

PHP:

$char = "\x{157C}";
echo $char;  // Output: ᕼ

Ruby:

char = "\u{157C}"
puts char  # Output: ᕼ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#5500;</p>  <!-- Display: ᕼ -->

HTML Hexadecimal:

<p>HTML hex: &#x157C;</p>  <!-- Display: ᕼ -->

URL Encoding:

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

Encodings

MD5:

b06d89734a3ec9d467337a8c2f1df20f

SHA1:

9d1ab5321c5ad2daa656cf23f12ccf34cb9d2fa8

Base64:

4ZW8