Unicode Finder

"ᔹ" U+1539(CANADIAN SYLLABICS YWA)

U+1539
ブロック名
Unified Canadian Aboriginal Syllabics
名前
CANADIAN SYLLABICS YWA

Programming

C
\u1539
JavaScript
\u1539
Java
\u1539
Json
\u1539
Python
\u1539
Perl
\x{1539}
PHP
\x{1539}
Ruby
\u{1539}
Rust
\u{1539}
Go
\u1539

Web

CSS
\001539
HtmlDecimal
ᔹ
HtmlHexadecimal
ᔹ
Url
%E1%94%B9

Code

MD5
b39fe1bf45562c409eb91e462480523f
Sha1
357f5956da9c229777679a722d0470eeb0f86c36
Base64
4ZS5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u1539';
console.log(char);  // Output: ᔹ

Java:

char c = '\u1539';
System.out.println(c);  // Output: ᔹ

JSON:

{"text": "\u1539"}  // Value: ᔹ

Python:

char = '\u1539'
print(char)  # Output: ᔹ

Perl:

my $char = "\x{1539}";
print $char;  # Output: ᔹ

PHP:

$char = "\x{1539}";
echo $char;  // Output: ᔹ

Ruby:

char = "\u{1539}"
puts char  # Output: ᔹ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001539";  /* Display: ᔹ */
}

HTML Decimal:

<p>HTML decimal: &#5433;</p>  <!-- Display: ᔹ -->

HTML Hexadecimal:

<p>HTML hex: &#x1539;</p>  <!-- Display: ᔹ -->

URL Encoding:

// ᔹ URL encoding
https://unicodefinder.com/search.php?query=%E1%94%B9

Encodings

MD5:

b39fe1bf45562c409eb91e462480523f

SHA1:

357f5956da9c229777679a722d0470eeb0f86c36

Base64:

4ZS5