Unicode Finder

"셼" U+C17C(HANGUL SYLLABLE SYELS)

U+C17C
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SYELS

Programming

C
\uC17C
JavaScript
\uC17C
Java
\uC17C
Json
\uC17C
Python
\uC17C
Perl
\x{C17C}
PHP
\x{C17C}
Ruby
\u{C17C}
Rust
\u{C17C}
Go
\uC17C

Web

CSS
\00C17C
HtmlDecimal
셼
HtmlHexadecimal
셼
Url
%EC%85%BC

Code

MD5
92e988b64ed745a9659cc9a77525d6fb
Sha1
d6060eb11ddb37b2e7adec0e23e7808977b7de0f
Base64
7IW8

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC17C';
console.log(char);  // Output: 셼

Java:

char c = '\uC17C';
System.out.println(c);  // Output: 셼

JSON:

{"text": "\uC17C"}  // Value: 셼

Python:

char = '\uC17C'
print(char)  # Output: 셼

Perl:

my $char = "\x{C17C}";
print $char;  # Output: 셼

PHP:

$char = "\x{C17C}";
echo $char;  // Output: 셼

Ruby:

char = "\u{C17C}"
puts char  # Output: 셼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49532;</p>  <!-- Display: 셼 -->

HTML Hexadecimal:

<p>HTML hex: &#xC17C;</p>  <!-- Display: 셼 -->

URL Encoding:

// 셼 URL encoding
https://unicodefinder.com/search.php?query=%EC%85%BC

Encodings

MD5:

92e988b64ed745a9659cc9a77525d6fb

SHA1:

d6060eb11ddb37b2e7adec0e23e7808977b7de0f

Base64:

7IW8