Unicode Finder

"슴" U+C2B4(HANGUL SYLLABLE SEUM)

U+C2B4
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SEUM

Programming

C
\uC2B4
JavaScript
\uC2B4
Java
\uC2B4
Json
\uC2B4
Python
\uC2B4
Perl
\x{C2B4}
PHP
\x{C2B4}
Ruby
\u{C2B4}
Rust
\u{C2B4}
Go
\uC2B4

Web

CSS
\00C2B4
HtmlDecimal
슴
HtmlHexadecimal
슴
Url
%EC%8A%B4

Code

MD5
e35a48ad2d0d8c30f28996251186ff4c
Sha1
18d228289fe13233668c34491aa81e1c14c2df71
Base64
7Iq0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC2B4';
console.log(char);  // Output: 슴

Java:

char c = '\uC2B4';
System.out.println(c);  // Output: 슴

JSON:

{"text": "\uC2B4"}  // Value: 슴

Python:

char = '\uC2B4'
print(char)  # Output: 슴

Perl:

my $char = "\x{C2B4}";
print $char;  # Output: 슴

PHP:

$char = "\x{C2B4}";
echo $char;  // Output: 슴

Ruby:

char = "\u{C2B4}"
puts char  # Output: 슴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49844;</p>  <!-- Display: 슴 -->

HTML Hexadecimal:

<p>HTML hex: &#xC2B4;</p>  <!-- Display: 슴 -->

URL Encoding:

// 슴 URL encoding
https://unicodefinder.com/search.php?query=%EC%8A%B4

Encodings

MD5:

e35a48ad2d0d8c30f28996251186ff4c

SHA1:

18d228289fe13233668c34491aa81e1c14c2df71

Base64:

7Iq0

© 2025 Unicode Finder

슴 U+C2B4 HANGUL SYLLABLE SEUM Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me