Unicode Finder

"믲" U+BBF2(HANGUL SYLLABLE MYIJ)

U+BBF2
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MYIJ

Programming

C
\uBBF2
JavaScript
\uBBF2
Java
\uBBF2
Json
\uBBF2
Python
\uBBF2
Perl
\x{BBF2}
PHP
\x{BBF2}
Ruby
\u{BBF2}
Rust
\u{BBF2}
Go
\uBBF2

Web

CSS
\00BBF2
HtmlDecimal
믲
HtmlHexadecimal
믲
Url
%EB%AF%B2

Code

MD5
ed972a83e5d6d6aed177c6b5b7ef4108
Sha1
ecbe0b99350cb5c3ebaf636b1bc54cd8acbadc03
Base64
66+y

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBBF2';
console.log(char);  // Output: 믲

Java:

char c = '\uBBF2';
System.out.println(c);  // Output: 믲

JSON:

{"text": "\uBBF2"}  // Value: 믲

Python:

char = '\uBBF2'
print(char)  # Output: 믲

Perl:

my $char = "\x{BBF2}";
print $char;  # Output: 믲

PHP:

$char = "\x{BBF2}";
echo $char;  // Output: 믲

Ruby:

char = "\u{BBF2}"
puts char  # Output: 믲

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48114;</p>  <!-- Display: 믲 -->

HTML Hexadecimal:

<p>HTML hex: &#xBBF2;</p>  <!-- Display: 믲 -->

URL Encoding:

// 믲 URL encoding
https://unicodefinder.com/search.php?query=%EB%AF%B2

Encodings

MD5:

ed972a83e5d6d6aed177c6b5b7ef4108

SHA1:

ecbe0b99350cb5c3ebaf636b1bc54cd8acbadc03

Base64:

66+y