Unicode Finder

"뿄" U+BFC4(HANGUL SYLLABLE BBYOSS)

U+BFC4
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBYOSS

Programming

C
\uBFC4
JavaScript
\uBFC4
Java
\uBFC4
Json
\uBFC4
Python
\uBFC4
Perl
\x{BFC4}
PHP
\x{BFC4}
Ruby
\u{BFC4}
Rust
\u{BFC4}
Go
\uBFC4

Web

CSS
\00BFC4
HtmlDecimal
뿄
HtmlHexadecimal
뿄
Url
%EB%BF%84

Code

MD5
ab580e1c5e7cd30b75867d6b02193270
Sha1
0d070f092d3bcc998cb2cb00371bec5c9ea255fc
Base64
67+E

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBFC4';
console.log(char);  // Output: 뿄

Java:

char c = '\uBFC4';
System.out.println(c);  // Output: 뿄

JSON:

{"text": "\uBFC4"}  // Value: 뿄

Python:

char = '\uBFC4'
print(char)  # Output: 뿄

Perl:

my $char = "\x{BFC4}";
print $char;  # Output: 뿄

PHP:

$char = "\x{BFC4}";
echo $char;  // Output: 뿄

Ruby:

char = "\u{BFC4}"
puts char  # Output: 뿄

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49092;</p>  <!-- Display: 뿄 -->

HTML Hexadecimal:

<p>HTML hex: &#xBFC4;</p>  <!-- Display: 뿄 -->

URL Encoding:

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

Encodings

MD5:

ab580e1c5e7cd30b75867d6b02193270

SHA1:

0d070f092d3bcc998cb2cb00371bec5c9ea255fc

Base64:

67+E