Unicode Finder

"솴" U+C1B4(HANGUL SYLLABLE SWALS)

U+C1B4
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SWALS

Programming

C
\uC1B4
JavaScript
\uC1B4
Java
\uC1B4
Json
\uC1B4
Python
\uC1B4
Perl
\x{C1B4}
PHP
\x{C1B4}
Ruby
\u{C1B4}
Rust
\u{C1B4}
Go
\uC1B4

Web

CSS
\00C1B4
HtmlDecimal
솴
HtmlHexadecimal
솴
Url
%EC%86%B4

Code

MD5
c2157404233dd36e752d23692005f543
Sha1
fabfe681271b76335b77a5a1f7064c39cd40dc50
Base64
7Ia0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC1B4';
console.log(char);  // Output: 솴

Java:

char c = '\uC1B4';
System.out.println(c);  // Output: 솴

JSON:

{"text": "\uC1B4"}  // Value: 솴

Python:

char = '\uC1B4'
print(char)  # Output: 솴

Perl:

my $char = "\x{C1B4}";
print $char;  # Output: 솴

PHP:

$char = "\x{C1B4}";
echo $char;  // Output: 솴

Ruby:

char = "\u{C1B4}"
puts char  # Output: 솴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49588;</p>  <!-- Display: 솴 -->

HTML Hexadecimal:

<p>HTML hex: &#xC1B4;</p>  <!-- Display: 솴 -->

URL Encoding:

// 솴 URL encoding
https://unicodefinder.com/search.php?query=%EC%86%B4

Encodings

MD5:

c2157404233dd36e752d23692005f543

SHA1:

fabfe681271b76335b77a5a1f7064c39cd40dc50

Base64:

7Ia0