Unicode Finder

"ᔻ" U+153B(CANADIAN SYLLABICS YWAA)

U+153B
블록 이름
Unified Canadian Aboriginal Syllabics
이름
CANADIAN SYLLABICS YWAA

Programming

C
\u153B
JavaScript
\u153B
Java
\u153B
Json
\u153B
Python
\u153B
Perl
\x{153B}
PHP
\x{153B}
Ruby
\u{153B}
Rust
\u{153B}
Go
\u153B

Web

CSS
\00153B
HtmlDecimal
ᔻ
HtmlHexadecimal
ᔻ
Url
%E1%94%BB

Code

MD5
7d14d15259a95d446501b9f65cf3e366
Sha1
1d7d5fe2960c4a916eda6dbeb1e28167d687fbe8
Base64
4ZS7

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\u153B';
console.log(char);  // Output: ᔻ

Java:

char c = '\u153B';
System.out.println(c);  // Output: ᔻ

JSON:

{"text": "\u153B"}  // Value: ᔻ

Python:

char = '\u153B'
print(char)  # Output: ᔻ

Perl:

my $char = "\x{153B}";
print $char;  # Output: ᔻ

PHP:

$char = "\x{153B}";
echo $char;  // Output: ᔻ

Ruby:

char = "\u{153B}"
puts char  # Output: ᔻ

Rust:

let c = '\u{153B}';
println!("{}", c);  // Output: ᔻ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00153B";  /* Display: ᔻ */
}

HTML Decimal:

<p>HTML decimal: &#5435;</p>  <!-- Display: ᔻ -->

HTML Hexadecimal:

<p>HTML hex: &#x153B;</p>  <!-- Display: ᔻ -->

URL Encoding:

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

Encodings

MD5:

7d14d15259a95d446501b9f65cf3e366

SHA1:

1d7d5fe2960c4a916eda6dbeb1e28167d687fbe8

Base64:

4ZS7