Unicode Finder

"샡" U+C0E1(HANGUL SYLLABLE SAET)

U+C0E1
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SAET

Programming

C
\uC0E1
JavaScript
\uC0E1
Java
\uC0E1
Json
\uC0E1
Python
\uC0E1
Perl
\x{C0E1}
PHP
\x{C0E1}
Ruby
\u{C0E1}
Rust
\u{C0E1}
Go
\uC0E1

Web

CSS
\00C0E1
HtmlDecimal
샡
HtmlHexadecimal
샡
Url
%EC%83%A1

Code

MD5
70315aac140b03fd3f02e6d42142e726
Sha1
2d3aa2812a4d9dc13170897aff1b76e44e9e39c2
Base64
7IOh

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC0E1';
console.log(char);  // Output: 샡

Java:

char c = '\uC0E1';
System.out.println(c);  // Output: 샡

JSON:

{"text": "\uC0E1"}  // Value: 샡

Python:

char = '\uC0E1'
print(char)  # Output: 샡

Perl:

my $char = "\x{C0E1}";
print $char;  # Output: 샡

PHP:

$char = "\x{C0E1}";
echo $char;  // Output: 샡

Ruby:

char = "\u{C0E1}"
puts char  # Output: 샡

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49377;</p>  <!-- Display: 샡 -->

HTML Hexadecimal:

<p>HTML hex: &#xC0E1;</p>  <!-- Display: 샡 -->

URL Encoding:

// 샡 URL encoding
https://unicodefinder.com/search.php?query=%EC%83%A1

Encodings

MD5:

70315aac140b03fd3f02e6d42142e726

SHA1:

2d3aa2812a4d9dc13170897aff1b76e44e9e39c2

Base64:

7IOh

© 2025 Unicode Finder

샡 U+C0E1 HANGUL SYLLABLE SAET Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me