Unicode Finder

"몴" U+BAB4(HANGUL SYLLABLE MOLS)

U+BAB4
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MOLS

Programming

C
\uBAB4
JavaScript
\uBAB4
Java
\uBAB4
Json
\uBAB4
Python
\uBAB4
Perl
\x{BAB4}
PHP
\x{BAB4}
Ruby
\u{BAB4}
Rust
\u{BAB4}
Go
\uBAB4

Web

CSS
\00BAB4
HtmlDecimal
몴
HtmlHexadecimal
몴
Url
%EB%AA%B4

Code

MD5
9453fa3dd899b0bddb14da1bed5a2bb6
Sha1
4c72aaa62961aa491ab05f198a83c74e4c8c1566
Base64
66q0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBAB4';
console.log(char);  // Output: 몴

Java:

char c = '\uBAB4';
System.out.println(c);  // Output: 몴

JSON:

{"text": "\uBAB4"}  // Value: 몴

Python:

char = '\uBAB4'
print(char)  # Output: 몴

Perl:

my $char = "\x{BAB4}";
print $char;  # Output: 몴

PHP:

$char = "\x{BAB4}";
echo $char;  // Output: 몴

Ruby:

char = "\u{BAB4}"
puts char  # Output: 몴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47796;</p>  <!-- Display: 몴 -->

HTML Hexadecimal:

<p>HTML hex: &#xBAB4;</p>  <!-- Display: 몴 -->

URL Encoding:

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

Encodings

MD5:

9453fa3dd899b0bddb14da1bed5a2bb6

SHA1:

4c72aaa62961aa491ab05f198a83c74e4c8c1566

Base64:

66q0