Unicode Finder

"쐷" U+C437(HANGUL SYLLABLE SSOELB)

U+C437
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SSOELB

Programming

C
\uC437
JavaScript
\uC437
Java
\uC437
Json
\uC437
Python
\uC437
Perl
\x{C437}
PHP
\x{C437}
Ruby
\u{C437}
Rust
\u{C437}
Go
\uC437

Web

CSS
\00C437
HtmlDecimal
쐷
HtmlHexadecimal
쐷
Url
%EC%90%B7

Code

MD5
a57acfaf11d214014fdc8709dd2ccc03
Sha1
45057fd8dada51ad74bb4cbe9a009ced8c40d094
Base64
7JC3

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC437';
console.log(char);  // Output: 쐷

Java:

char c = '\uC437';
System.out.println(c);  // Output: 쐷

JSON:

{"text": "\uC437"}  // Value: 쐷

Python:

char = '\uC437'
print(char)  # Output: 쐷

Perl:

my $char = "\x{C437}";
print $char;  # Output: 쐷

PHP:

$char = "\x{C437}";
echo $char;  // Output: 쐷

Ruby:

char = "\u{C437}"
puts char  # Output: 쐷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50231;</p>  <!-- Display: 쐷 -->

HTML Hexadecimal:

<p>HTML hex: &#xC437;</p>  <!-- Display: 쐷 -->

URL Encoding:

// 쐷 URL encoding
https://unicodefinder.com/search.php?query=%EC%90%B7

Encodings

MD5:

a57acfaf11d214014fdc8709dd2ccc03

SHA1:

45057fd8dada51ad74bb4cbe9a009ced8c40d094

Base64:

7JC3