Unicode Finder

"쪺" U+CABA(HANGUL SYLLABLE JJYEP)

U+CABA
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JJYEP

Programming

C
\uCABA
JavaScript
\uCABA
Java
\uCABA
Json
\uCABA
Python
\uCABA
Perl
\x{CABA}
PHP
\x{CABA}
Ruby
\u{CABA}
Rust
\u{CABA}
Go
\uCABA

Web

CSS
\00CABA
HtmlDecimal
쪺
HtmlHexadecimal
쪺
Url
%EC%AA%BA

Code

MD5
865e86e06243dac6ae2e41a4b057ac68
Sha1
53ba54e4552a9cccdc2e921210a0262f79a6ad8f
Base64
7Kq6

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uCABA';
console.log(char);  // Output: 쪺

Java:

char c = '\uCABA';
System.out.println(c);  // Output: 쪺

JSON:

{"text": "\uCABA"}  // Value: 쪺

Python:

char = '\uCABA'
print(char)  # Output: 쪺

Perl:

my $char = "\x{CABA}";
print $char;  # Output: 쪺

PHP:

$char = "\x{CABA}";
echo $char;  // Output: 쪺

Ruby:

char = "\u{CABA}"
puts char  # Output: 쪺

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00CABA";  /* Display: 쪺 */
}

HTML Decimal:

<p>HTML decimal: &#51898;</p>  <!-- Display: 쪺 -->

HTML Hexadecimal:

<p>HTML hex: &#xCABA;</p>  <!-- Display: 쪺 -->

URL Encoding:

// 쪺 URL encoding
https://unicodefinder.com/search.php?query=%EC%AA%BA

Encodings

MD5:

865e86e06243dac6ae2e41a4b057ac68

SHA1:

53ba54e4552a9cccdc2e921210a0262f79a6ad8f

Base64:

7Kq6