Unicode Finder

"몷" U+BAB7(HANGUL SYLLABLE MOLH)

U+BAB7
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MOLH

Programming

C
\uBAB7
JavaScript
\uBAB7
Java
\uBAB7
Json
\uBAB7
Python
\uBAB7
Perl
\x{BAB7}
PHP
\x{BAB7}
Ruby
\u{BAB7}
Rust
\u{BAB7}
Go
\uBAB7

Web

CSS
\00BAB7
HtmlDecimal
몷
HtmlHexadecimal
몷
Url
%EB%AA%B7

Code

MD5
4f4332fb0a2bb571e5c39e4d7730e24d
Sha1
142750a00053e5b73a5473b5ed78ce6342bd4c33
Base64
66q3

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBAB7';
console.log(char);  // Output: 몷

Java:

char c = '\uBAB7';
System.out.println(c);  // Output: 몷

JSON:

{"text": "\uBAB7"}  // Value: 몷

Python:

char = '\uBAB7'
print(char)  # Output: 몷

Perl:

my $char = "\x{BAB7}";
print $char;  # Output: 몷

PHP:

$char = "\x{BAB7}";
echo $char;  // Output: 몷

Ruby:

char = "\u{BAB7}"
puts char  # Output: 몷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47799;</p>  <!-- Display: 몷 -->

HTML Hexadecimal:

<p>HTML hex: &#xBAB7;</p>  <!-- Display: 몷 -->

URL Encoding:

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

Encodings

MD5:

4f4332fb0a2bb571e5c39e4d7730e24d

SHA1:

142750a00053e5b73a5473b5ed78ce6342bd4c33

Base64:

66q3