Unicode Finder

"솸" U+C1B8(HANGUL SYLLABLE SWAM)

U+C1B8
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SWAM

Programming

C
\uC1B8
JavaScript
\uC1B8
Java
\uC1B8
Json
\uC1B8
Python
\uC1B8
Perl
\x{C1B8}
PHP
\x{C1B8}
Ruby
\u{C1B8}
Rust
\u{C1B8}
Go
\uC1B8

Web

CSS
\00C1B8
HtmlDecimal
솸
HtmlHexadecimal
솸
Url
%EC%86%B8

Code

MD5
7af8823f9a02f52c0c77cbc7d255d537
Sha1
952a259445506c735b0b5884d48090ca8110f3bc
Base64
7Ia4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC1B8';
console.log(char);  // Output: 솸

Java:

char c = '\uC1B8';
System.out.println(c);  // Output: 솸

JSON:

{"text": "\uC1B8"}  // Value: 솸

Python:

char = '\uC1B8'
print(char)  # Output: 솸

Perl:

my $char = "\x{C1B8}";
print $char;  # Output: 솸

PHP:

$char = "\x{C1B8}";
echo $char;  // Output: 솸

Ruby:

char = "\u{C1B8}"
puts char  # Output: 솸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49592;</p>  <!-- Display: 솸 -->

HTML Hexadecimal:

<p>HTML hex: &#xC1B8;</p>  <!-- Display: 솸 -->

URL Encoding:

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

Encodings

MD5:

7af8823f9a02f52c0c77cbc7d255d537

SHA1:

952a259445506c735b0b5884d48090ca8110f3bc

Base64:

7Ia4