Unicode Finder

"싅" U+C2C5(HANGUL SYLLABLE SYINJ)

U+C2C5
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SYINJ

Programming

C
\uC2C5
JavaScript
\uC2C5
Java
\uC2C5
Json
\uC2C5
Python
\uC2C5
Perl
\x{C2C5}
PHP
\x{C2C5}
Ruby
\u{C2C5}
Rust
\u{C2C5}
Go
\uC2C5

Web

CSS
\00C2C5
HtmlDecimal
싅
HtmlHexadecimal
싅
Url
%EC%8B%85

Code

MD5
ed01b8b5cd23caa0dcd875f79498e627
Sha1
71130585e6af35528474917253bc87af3e173304
Base64
7IuF

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC2C5';
console.log(char);  // Output: 싅

Java:

char c = '\uC2C5';
System.out.println(c);  // Output: 싅

JSON:

{"text": "\uC2C5"}  // Value: 싅

Python:

char = '\uC2C5'
print(char)  # Output: 싅

Perl:

my $char = "\x{C2C5}";
print $char;  # Output: 싅

PHP:

$char = "\x{C2C5}";
echo $char;  // Output: 싅

Ruby:

char = "\u{C2C5}"
puts char  # Output: 싅

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49861;</p>  <!-- Display: 싅 -->

HTML Hexadecimal:

<p>HTML hex: &#xC2C5;</p>  <!-- Display: 싅 -->

URL Encoding:

// 싅 URL encoding
https://unicodefinder.com/search.php?query=%EC%8B%85

Encodings

MD5:

ed01b8b5cd23caa0dcd875f79498e627

SHA1:

71130585e6af35528474917253bc87af3e173304

Base64:

7IuF