Unicode Finder

"섹" U+C139(HANGUL SYLLABLE SEG)

U+C139
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SEG

Programming

C
\uC139
JavaScript
\uC139
Java
\uC139
Json
\uC139
Python
\uC139
Perl
\x{C139}
PHP
\x{C139}
Ruby
\u{C139}
Rust
\u{C139}
Go
\uC139

Web

CSS
\00C139
HtmlDecimal
섹
HtmlHexadecimal
섹
Url
%EC%84%B9

Code

MD5
e9db93c508904a298fa70388b81a665a
Sha1
3218451aa20151e913cdd908c6c13ea3a55d9bd1
Base64
7IS5

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC139';
console.log(char);  // Output: 섹

Java:

char c = '\uC139';
System.out.println(c);  // Output: 섹

JSON:

{"text": "\uC139"}  // Value: 섹

Python:

char = '\uC139'
print(char)  # Output: 섹

Perl:

my $char = "\x{C139}";
print $char;  # Output: 섹

PHP:

$char = "\x{C139}";
echo $char;  // Output: 섹

Ruby:

char = "\u{C139}"
puts char  # Output: 섹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49465;</p>  <!-- Display: 섹 -->

HTML Hexadecimal:

<p>HTML hex: &#xC139;</p>  <!-- Display: 섹 -->

URL Encoding:

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

Encodings

MD5:

e9db93c508904a298fa70388b81a665a

SHA1:

3218451aa20151e913cdd908c6c13ea3a55d9bd1

Base64:

7IS5

© 2025 Unicode Finder

섹 U+C139 HANGUL SYLLABLE SEG Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me