Unicode Finder

"섦" U+C126(HANGUL SYLLABLE SEOLM)

U+C126
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SEOLM

Programming

C
\uC126
JavaScript
\uC126
Java
\uC126
Json
\uC126
Python
\uC126
Perl
\x{C126}
PHP
\x{C126}
Ruby
\u{C126}
Rust
\u{C126}
Go
\uC126

Web

CSS
\00C126
HtmlDecimal
섦
HtmlHexadecimal
섦
Url
%EC%84%A6

Code

MD5
5f7c728aa17e67b65287aa51b34e1c9f
Sha1
4102f340c0a67be503e64028b3c4eb613ccc76c8
Base64
7ISm

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC126';
console.log(char);  // Output: 섦

Java:

char c = '\uC126';
System.out.println(c);  // Output: 섦

JSON:

{"text": "\uC126"}  // Value: 섦

Python:

char = '\uC126'
print(char)  # Output: 섦

Perl:

my $char = "\x{C126}";
print $char;  # Output: 섦

PHP:

$char = "\x{C126}";
echo $char;  // Output: 섦

Ruby:

char = "\u{C126}"
puts char  # Output: 섦

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49446;</p>  <!-- Display: 섦 -->

HTML Hexadecimal:

<p>HTML hex: &#xC126;</p>  <!-- Display: 섦 -->

URL Encoding:

// 섦 URL encoding
https://unicodefinder.com/search.php?query=%EC%84%A6

Encodings

MD5:

5f7c728aa17e67b65287aa51b34e1c9f

SHA1:

4102f340c0a67be503e64028b3c4eb613ccc76c8

Base64:

7ISm

© 2025 Unicode Finder

섦 U+C126 HANGUL SYLLABLE SEOLM Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me