Unicode Finder

"뿬" U+BFEC(HANGUL SYLLABLE BBWEON)

U+BFEC
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBWEON

Programming

C
\uBFEC
JavaScript
\uBFEC
Java
\uBFEC
Json
\uBFEC
Python
\uBFEC
Perl
\x{BFEC}
PHP
\x{BFEC}
Ruby
\u{BFEC}
Rust
\u{BFEC}
Go
\uBFEC

Web

CSS
\00BFEC
HtmlDecimal
뿬
HtmlHexadecimal
뿬
Url
%EB%BF%AC

Code

MD5
76b3dccd015ff3b4e77cb64009a7d74e
Sha1
39c3f25eeeff9c11ccae1009e5b478aaf1051e0b
Base64
67+s

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBFEC';
console.log(char);  // Output: 뿬

Java:

char c = '\uBFEC';
System.out.println(c);  // Output: 뿬

JSON:

{"text": "\uBFEC"}  // Value: 뿬

Python:

char = '\uBFEC'
print(char)  # Output: 뿬

Perl:

my $char = "\x{BFEC}";
print $char;  # Output: 뿬

PHP:

$char = "\x{BFEC}";
echo $char;  // Output: 뿬

Ruby:

char = "\u{BFEC}"
puts char  # Output: 뿬

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49132;</p>  <!-- Display: 뿬 -->

HTML Hexadecimal:

<p>HTML hex: &#xBFEC;</p>  <!-- Display: 뿬 -->

URL Encoding:

// 뿬 URL encoding
https://unicodefinder.com/search.php?query=%EB%BF%AC

Encodings

MD5:

76b3dccd015ff3b4e77cb64009a7d74e

SHA1:

39c3f25eeeff9c11ccae1009e5b478aaf1051e0b

Base64:

67+s