Unicode Finder

"쇹" U+C1F9(HANGUL SYLLABLE SOET)

U+C1F9
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SOET

Programming

C
\uC1F9
JavaScript
\uC1F9
Java
\uC1F9
Json
\uC1F9
Python
\uC1F9
Perl
\x{C1F9}
PHP
\x{C1F9}
Ruby
\u{C1F9}
Rust
\u{C1F9}
Go
\uC1F9

Web

CSS
\00C1F9
HtmlDecimal
쇹
HtmlHexadecimal
쇹
Url
%EC%87%B9

Code

MD5
ee34a323c7e38677245309d7d03f85da
Sha1
f0852fc7e32e586f2ea5e04d638265c7be5f24f7
Base64
7Ie5

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC1F9';
console.log(char);  // Output: 쇹

Java:

char c = '\uC1F9';
System.out.println(c);  // Output: 쇹

JSON:

{"text": "\uC1F9"}  // Value: 쇹

Python:

char = '\uC1F9'
print(char)  # Output: 쇹

Perl:

my $char = "\x{C1F9}";
print $char;  # Output: 쇹

PHP:

$char = "\x{C1F9}";
echo $char;  // Output: 쇹

Ruby:

char = "\u{C1F9}"
puts char  # Output: 쇹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49657;</p>  <!-- Display: 쇹 -->

HTML Hexadecimal:

<p>HTML hex: &#xC1F9;</p>  <!-- Display: 쇹 -->

URL Encoding:

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

Encodings

MD5:

ee34a323c7e38677245309d7d03f85da

SHA1:

f0852fc7e32e586f2ea5e04d638265c7be5f24f7

Base64:

7Ie5