Unicode Finder

"믚" U+BBDA(HANGUL SYLLABLE MEUP)

U+BBDA
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MEUP

Programming

C
\uBBDA
JavaScript
\uBBDA
Java
\uBBDA
Json
\uBBDA
Python
\uBBDA
Perl
\x{BBDA}
PHP
\x{BBDA}
Ruby
\u{BBDA}
Rust
\u{BBDA}
Go
\uBBDA

Web

CSS
\00BBDA
HtmlDecimal
믚
HtmlHexadecimal
믚
Url
%EB%AF%9A

Code

MD5
0459f13729ae2a212bf05647ba2bd35d
Sha1
686bfff099a3905a9923c5f7d6364119c8828c07
Base64
66+a

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBBDA';
console.log(char);  // Output: 믚

Java:

char c = '\uBBDA';
System.out.println(c);  // Output: 믚

JSON:

{"text": "\uBBDA"}  // Value: 믚

Python:

char = '\uBBDA'
print(char)  # Output: 믚

Perl:

my $char = "\x{BBDA}";
print $char;  # Output: 믚

PHP:

$char = "\x{BBDA}";
echo $char;  // Output: 믚

Ruby:

char = "\u{BBDA}"
puts char  # Output: 믚

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48090;</p>  <!-- Display: 믚 -->

HTML Hexadecimal:

<p>HTML hex: &#xBBDA;</p>  <!-- Display: 믚 -->

URL Encoding:

// 믚 URL encoding
https://unicodefinder.com/search.php?query=%EB%AF%9A

Encodings

MD5:

0459f13729ae2a212bf05647ba2bd35d

SHA1:

686bfff099a3905a9923c5f7d6364119c8828c07

Base64:

66+a