Unicode Finder

"몵" U+BAB5(HANGUL SYLLABLE MOLT)

U+BAB5
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MOLT

Programming

C
\uBAB5
JavaScript
\uBAB5
Java
\uBAB5
Json
\uBAB5
Python
\uBAB5
Perl
\x{BAB5}
PHP
\x{BAB5}
Ruby
\u{BAB5}
Rust
\u{BAB5}
Go
\uBAB5

Web

CSS
\00BAB5
HtmlDecimal
몵
HtmlHexadecimal
몵
Url
%EB%AA%B5

Code

MD5
2696715444a895dfeafa31e232240bfe
Sha1
0feec74cd0e8cce8eb30ef9e143e184c3ff17c2f
Base64
66q1

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBAB5';
console.log(char);  // Output: 몵

Java:

char c = '\uBAB5';
System.out.println(c);  // Output: 몵

JSON:

{"text": "\uBAB5"}  // Value: 몵

Python:

char = '\uBAB5'
print(char)  # Output: 몵

Perl:

my $char = "\x{BAB5}";
print $char;  # Output: 몵

PHP:

$char = "\x{BAB5}";
echo $char;  // Output: 몵

Ruby:

char = "\u{BAB5}"
puts char  # Output: 몵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47797;</p>  <!-- Display: 몵 -->

HTML Hexadecimal:

<p>HTML hex: &#xBAB5;</p>  <!-- Display: 몵 -->

URL Encoding:

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

Encodings

MD5:

2696715444a895dfeafa31e232240bfe

SHA1:

0feec74cd0e8cce8eb30ef9e143e184c3ff17c2f

Base64:

66q1