Unicode Finder

"싺" U+C2FA(HANGUL SYLLABLE SSAGG)

U+C2FA
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SSAGG

Programming

C
\uC2FA
JavaScript
\uC2FA
Java
\uC2FA
Json
\uC2FA
Python
\uC2FA
Perl
\x{C2FA}
PHP
\x{C2FA}
Ruby
\u{C2FA}
Rust
\u{C2FA}
Go
\uC2FA

Web

CSS
\00C2FA
HtmlDecimal
싺
HtmlHexadecimal
싺
Url
%EC%8B%BA

Code

MD5
c6d0e70f69c981cf712a5267045c9755
Sha1
ee0fe88602f3a0bb3c732c2fd4aaa9e1446bbd81
Base64
7Iu6

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC2FA';
console.log(char);  // Output: 싺

Java:

char c = '\uC2FA';
System.out.println(c);  // Output: 싺

JSON:

{"text": "\uC2FA"}  // Value: 싺

Python:

char = '\uC2FA'
print(char)  # Output: 싺

Perl:

my $char = "\x{C2FA}";
print $char;  # Output: 싺

PHP:

$char = "\x{C2FA}";
echo $char;  // Output: 싺

Ruby:

char = "\u{C2FA}"
puts char  # Output: 싺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49914;</p>  <!-- Display: 싺 -->

HTML Hexadecimal:

<p>HTML hex: &#xC2FA;</p>  <!-- Display: 싺 -->

URL Encoding:

// 싺 URL encoding
https://unicodefinder.com/search.php?query=%EC%8B%BA

Encodings

MD5:

c6d0e70f69c981cf712a5267045c9755

SHA1:

ee0fe88602f3a0bb3c732c2fd4aaa9e1446bbd81

Base64:

7Iu6