Unicode Finder

"센" U+C13C(HANGUL SYLLABLE SEN)

U+C13C
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SEN

Programming

C
\uC13C
JavaScript
\uC13C
Java
\uC13C
Json
\uC13C
Python
\uC13C
Perl
\x{C13C}
PHP
\x{C13C}
Ruby
\u{C13C}
Rust
\u{C13C}
Go
\uC13C

Web

CSS
\00C13C
HtmlDecimal
센
HtmlHexadecimal
센
Url
%EC%84%BC

Code

MD5
b2f1cbde84fcf809bd10d8ea20410c39
Sha1
0bf4f214cb409c8cb1b3468e02ac86ceed15b791
Base64
7IS8

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC13C';
console.log(char);  // Output: 센

Java:

char c = '\uC13C';
System.out.println(c);  // Output: 센

JSON:

{"text": "\uC13C"}  // Value: 센

Python:

char = '\uC13C'
print(char)  # Output: 센

Perl:

my $char = "\x{C13C}";
print $char;  # Output: 센

PHP:

$char = "\x{C13C}";
echo $char;  // Output: 센

Ruby:

char = "\u{C13C}"
puts char  # Output: 센

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49468;</p>  <!-- Display: 센 -->

HTML Hexadecimal:

<p>HTML hex: &#xC13C;</p>  <!-- Display: 센 -->

URL Encoding:

// 센 URL encoding
https://unicodefinder.com/search.php?query=%EC%84%BC

Encodings

MD5:

b2f1cbde84fcf809bd10d8ea20410c39

SHA1:

0bf4f214cb409c8cb1b3468e02ac86ceed15b791

Base64:

7IS8