Unicode Finder

"씹" U+C539(HANGUL SYLLABLE SSIB)

U+C539
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SSIB

Programming

C
\uC539
JavaScript
\uC539
Java
\uC539
Json
\uC539
Python
\uC539
Perl
\x{C539}
PHP
\x{C539}
Ruby
\u{C539}
Rust
\u{C539}
Go
\uC539

Web

CSS
\00C539
HtmlDecimal
씹
HtmlHexadecimal
씹
Url
%EC%94%B9

Code

MD5
549616e5d11e38a0b04c8039f68c70fd
Sha1
2ba931e67d78416ba6b05404d6112475e8ae1df2
Base64
7JS5

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC539';
console.log(char);  // Output: 씹

Java:

char c = '\uC539';
System.out.println(c);  // Output: 씹

JSON:

{"text": "\uC539"}  // Value: 씹

Python:

char = '\uC539'
print(char)  # Output: 씹

Perl:

my $char = "\x{C539}";
print $char;  # Output: 씹

PHP:

$char = "\x{C539}";
echo $char;  // Output: 씹

Ruby:

char = "\u{C539}"
puts char  # Output: 씹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50489;</p>  <!-- Display: 씹 -->

HTML Hexadecimal:

<p>HTML hex: &#xC539;</p>  <!-- Display: 씹 -->

URL Encoding:

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

Encodings

MD5:

549616e5d11e38a0b04c8039f68c70fd

SHA1:

2ba931e67d78416ba6b05404d6112475e8ae1df2

Base64:

7JS5