Unicode Finder

"쥸" U+C978(HANGUL SYLLABLE JYULS)

U+C978
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JYULS

Programming

C
\uC978
JavaScript
\uC978
Java
\uC978
Json
\uC978
Python
\uC978
Perl
\x{C978}
PHP
\x{C978}
Ruby
\u{C978}
Rust
\u{C978}
Go
\uC978

Web

CSS
\00C978
HtmlDecimal
쥸
HtmlHexadecimal
쥸
Url
%EC%A5%B8

Code

MD5
ead692a8c6acb2c1dc7b797ba0a4c350
Sha1
2a9e2e0e45200f70b61160f60611976c6fc9b38b
Base64
7KW4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC978';
console.log(char);  // Output: 쥸

Java:

char c = '\uC978';
System.out.println(c);  // Output: 쥸

JSON:

{"text": "\uC978"}  // Value: 쥸

Python:

char = '\uC978'
print(char)  # Output: 쥸

Perl:

my $char = "\x{C978}";
print $char;  # Output: 쥸

PHP:

$char = "\x{C978}";
echo $char;  // Output: 쥸

Ruby:

char = "\u{C978}"
puts char  # Output: 쥸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51576;</p>  <!-- Display: 쥸 -->

HTML Hexadecimal:

<p>HTML hex: &#xC978;</p>  <!-- Display: 쥸 -->

URL Encoding:

// 쥸 URL encoding
https://unicodefinder.com/search.php?query=%EC%A5%B8

Encodings

MD5:

ead692a8c6acb2c1dc7b797ba0a4c350

SHA1:

2a9e2e0e45200f70b61160f60611976c6fc9b38b

Base64:

7KW4