Unicode Finder

"쌥" U+C325(HANGUL SYLLABLE SSAEB)

U+C325
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SSAEB

Programming

C
\uC325
JavaScript
\uC325
Java
\uC325
Json
\uC325
Python
\uC325
Perl
\x{C325}
PHP
\x{C325}
Ruby
\u{C325}
Rust
\u{C325}
Go
\uC325

Web

CSS
\00C325
HtmlDecimal
쌥
HtmlHexadecimal
쌥
Url
%EC%8C%A5

Code

MD5
e3c490e8638dd207b5b8a5df3aba7c53
Sha1
cea7963214b96d13d9a078071d2ad28bcc7da01c
Base64
7Iyl

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC325';
console.log(char);  // Output: 쌥

Java:

char c = '\uC325';
System.out.println(c);  // Output: 쌥

JSON:

{"text": "\uC325"}  // Value: 쌥

Python:

char = '\uC325'
print(char)  # Output: 쌥

Perl:

my $char = "\x{C325}";
print $char;  # Output: 쌥

PHP:

$char = "\x{C325}";
echo $char;  // Output: 쌥

Ruby:

char = "\u{C325}"
puts char  # Output: 쌥

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49957;</p>  <!-- Display: 쌥 -->

HTML Hexadecimal:

<p>HTML hex: &#xC325;</p>  <!-- Display: 쌥 -->

URL Encoding:

// 쌥 URL encoding
https://unicodefinder.com/search.php?query=%EC%8C%A5

Encodings

MD5:

e3c490e8638dd207b5b8a5df3aba7c53

SHA1:

cea7963214b96d13d9a078071d2ad28bcc7da01c

Base64:

7Iyl

© 2025 Unicode Finder

쌥 U+C325 HANGUL SYLLABLE SSAEB Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me