Unicode Finder

"몶" U+BAB6(HANGUL SYLLABLE MOLP)

U+BAB6
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MOLP

Programming

C
\uBAB6
JavaScript
\uBAB6
Java
\uBAB6
Json
\uBAB6
Python
\uBAB6
Perl
\x{BAB6}
PHP
\x{BAB6}
Ruby
\u{BAB6}
Rust
\u{BAB6}
Go
\uBAB6

Web

CSS
\00BAB6
HtmlDecimal
몶
HtmlHexadecimal
몶
Url
%EB%AA%B6

Code

MD5
888b286cb4d92882992eaa68e32e23d1
Sha1
ae451ec9141ef75a3e0c9b4f29a459215fce1ef6
Base64
66q2

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBAB6';
console.log(char);  // Output: 몶

Java:

char c = '\uBAB6';
System.out.println(c);  // Output: 몶

JSON:

{"text": "\uBAB6"}  // Value: 몶

Python:

char = '\uBAB6'
print(char)  # Output: 몶

Perl:

my $char = "\x{BAB6}";
print $char;  # Output: 몶

PHP:

$char = "\x{BAB6}";
echo $char;  // Output: 몶

Ruby:

char = "\u{BAB6}"
puts char  # Output: 몶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47798;</p>  <!-- Display: 몶 -->

HTML Hexadecimal:

<p>HTML hex: &#xBAB6;</p>  <!-- Display: 몶 -->

URL Encoding:

// 몶 URL encoding
https://unicodefinder.com/search.php?query=%EB%AA%B6

Encodings

MD5:

888b286cb4d92882992eaa68e32e23d1

SHA1:

ae451ec9141ef75a3e0c9b4f29a459215fce1ef6

Base64:

66q2