Unicode Finder

"몹" U+BAB9(HANGUL SYLLABLE MOB)

U+BAB9
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MOB

Programming

C
\uBAB9
JavaScript
\uBAB9
Java
\uBAB9
Json
\uBAB9
Python
\uBAB9
Perl
\x{BAB9}
PHP
\x{BAB9}
Ruby
\u{BAB9}
Rust
\u{BAB9}
Go
\uBAB9

Web

CSS
\00BAB9
HtmlDecimal
몹
HtmlHexadecimal
몹
Url
%EB%AA%B9

Code

MD5
24d3283bb65aeb209e12bac19bdc1757
Sha1
cb54666dd2fe1397d65c4ee663fa6282ee0dae44
Base64
66q5

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBAB9';
console.log(char);  // Output: 몹

Java:

char c = '\uBAB9';
System.out.println(c);  // Output: 몹

JSON:

{"text": "\uBAB9"}  // Value: 몹

Python:

char = '\uBAB9'
print(char)  # Output: 몹

Perl:

my $char = "\x{BAB9}";
print $char;  # Output: 몹

PHP:

$char = "\x{BAB9}";
echo $char;  // Output: 몹

Ruby:

char = "\u{BAB9}"
puts char  # Output: 몹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47801;</p>  <!-- Display: 몹 -->

HTML Hexadecimal:

<p>HTML hex: &#xBAB9;</p>  <!-- Display: 몹 -->

URL Encoding:

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

Encodings

MD5:

24d3283bb65aeb209e12bac19bdc1757

SHA1:

cb54666dd2fe1397d65c4ee663fa6282ee0dae44

Base64:

66q5