Unicode Finder

"뼹" U+BF39(HANGUL SYLLABLE BBYENG)

U+BF39
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBYENG

Programming

C
\uBF39
JavaScript
\uBF39
Java
\uBF39
Json
\uBF39
Python
\uBF39
Perl
\x{BF39}
PHP
\x{BF39}
Ruby
\u{BF39}
Rust
\u{BF39}
Go
\uBF39

Web

CSS
\00BF39
HtmlDecimal
뼹
HtmlHexadecimal
뼹
Url
%EB%BC%B9

Code

MD5
3eb5a789141dda3c8764b31bca689158
Sha1
e78368687dad712480a1819447c8347d1bf76337
Base64
67y5

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBF39';
console.log(char);  // Output: 뼹

Java:

char c = '\uBF39';
System.out.println(c);  // Output: 뼹

JSON:

{"text": "\uBF39"}  // Value: 뼹

Python:

char = '\uBF39'
print(char)  # Output: 뼹

Perl:

my $char = "\x{BF39}";
print $char;  # Output: 뼹

PHP:

$char = "\x{BF39}";
echo $char;  // Output: 뼹

Ruby:

char = "\u{BF39}"
puts char  # Output: 뼹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48953;</p>  <!-- Display: 뼹 -->

HTML Hexadecimal:

<p>HTML hex: &#xBF39;</p>  <!-- Display: 뼹 -->

URL Encoding:

// 뼹 URL encoding
https://unicodefinder.com/search.php?query=%EB%BC%B9

Encodings

MD5:

3eb5a789141dda3c8764b31bca689158

SHA1:

e78368687dad712480a1819447c8347d1bf76337

Base64:

67y5