Unicode Finder

"솹" U+C1B9(HANGUL SYLLABLE SWAB)

U+C1B9
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SWAB

Programming

C
\uC1B9
JavaScript
\uC1B9
Java
\uC1B9
Json
\uC1B9
Python
\uC1B9
Perl
\x{C1B9}
PHP
\x{C1B9}
Ruby
\u{C1B9}
Rust
\u{C1B9}
Go
\uC1B9

Web

CSS
\00C1B9
HtmlDecimal
솹
HtmlHexadecimal
솹
Url
%EC%86%B9

Code

MD5
ff6ba3a7ab071ba85dcb5abe63635e24
Sha1
4b7ea6926a6f1b2236569343ced7b92100ce3809
Base64
7Ia5

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC1B9';
console.log(char);  // Output: 솹

Java:

char c = '\uC1B9';
System.out.println(c);  // Output: 솹

JSON:

{"text": "\uC1B9"}  // Value: 솹

Python:

char = '\uC1B9'
print(char)  # Output: 솹

Perl:

my $char = "\x{C1B9}";
print $char;  # Output: 솹

PHP:

$char = "\x{C1B9}";
echo $char;  // Output: 솹

Ruby:

char = "\u{C1B9}"
puts char  # Output: 솹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49593;</p>  <!-- Display: 솹 -->

HTML Hexadecimal:

<p>HTML hex: &#xC1B9;</p>  <!-- Display: 솹 -->

URL Encoding:

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

Encodings

MD5:

ff6ba3a7ab071ba85dcb5abe63635e24

SHA1:

4b7ea6926a6f1b2236569343ced7b92100ce3809

Base64:

7Ia5