Unicode Finder

"몸" U+BAB8(HANGUL SYLLABLE MOM)

U+BAB8
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MOM

Programming

C
\uBAB8
JavaScript
\uBAB8
Java
\uBAB8
Json
\uBAB8
Python
\uBAB8
Perl
\x{BAB8}
PHP
\x{BAB8}
Ruby
\u{BAB8}
Rust
\u{BAB8}
Go
\uBAB8

Web

CSS
\00BAB8
HtmlDecimal
몸
HtmlHexadecimal
몸
Url
%EB%AA%B8

Code

MD5
0c0a63a95fafd80fc866703ccaa38dda
Sha1
749d1d3fd7ce26101823425e3b267441d46be8b3
Base64
66q4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBAB8';
console.log(char);  // Output: 몸

Java:

char c = '\uBAB8';
System.out.println(c);  // Output: 몸

JSON:

{"text": "\uBAB8"}  // Value: 몸

Python:

char = '\uBAB8'
print(char)  # Output: 몸

Perl:

my $char = "\x{BAB8}";
print $char;  # Output: 몸

PHP:

$char = "\x{BAB8}";
echo $char;  // Output: 몸

Ruby:

char = "\u{BAB8}"
puts char  # Output: 몸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47800;</p>  <!-- Display: 몸 -->

HTML Hexadecimal:

<p>HTML hex: &#xBAB8;</p>  <!-- Display: 몸 -->

URL Encoding:

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

Encodings

MD5:

0c0a63a95fafd80fc866703ccaa38dda

SHA1:

749d1d3fd7ce26101823425e3b267441d46be8b3

Base64:

66q4