Unicode Finder

"못" U+BABB(HANGUL SYLLABLE MOS)

U+BABB
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MOS

Programming

C
\uBABB
JavaScript
\uBABB
Java
\uBABB
Json
\uBABB
Python
\uBABB
Perl
\x{BABB}
PHP
\x{BABB}
Ruby
\u{BABB}
Rust
\u{BABB}
Go
\uBABB

Web

CSS
\00BABB
HtmlDecimal
못
HtmlHexadecimal
못
Url
%EB%AA%BB

Code

MD5
203044fe479e6afcb2e433998531f81a
Sha1
c3bb72ad69b1c73904e4aa0a1b1f0e945d6c0eac
Base64
66q7

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBABB';
console.log(char);  // Output: 못

Java:

char c = '\uBABB';
System.out.println(c);  // Output: 못

JSON:

{"text": "\uBABB"}  // Value: 못

Python:

char = '\uBABB'
print(char)  # Output: 못

Perl:

my $char = "\x{BABB}";
print $char;  # Output: 못

PHP:

$char = "\x{BABB}";
echo $char;  // Output: 못

Ruby:

char = "\u{BABB}"
puts char  # Output: 못

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47803;</p>  <!-- Display: 못 -->

HTML Hexadecimal:

<p>HTML hex: &#xBABB;</p>  <!-- Display: 못 -->

URL Encoding:

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

Encodings

MD5:

203044fe479e6afcb2e433998531f81a

SHA1:

c3bb72ad69b1c73904e4aa0a1b1f0e945d6c0eac

Base64:

66q7