Unicode Finder

"뿚" U+BFDA(HANGUL SYLLABLE BBULP)

U+BFDA
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBULP

Programming

C
\uBFDA
JavaScript
\uBFDA
Java
\uBFDA
Json
\uBFDA
Python
\uBFDA
Perl
\x{BFDA}
PHP
\x{BFDA}
Ruby
\u{BFDA}
Rust
\u{BFDA}
Go
\uBFDA

Web

CSS
\00BFDA
HtmlDecimal
뿚
HtmlHexadecimal
뿚
Url
%EB%BF%9A

Code

MD5
a6e075243dc6f9a3d3be059f24b1d9bd
Sha1
2326e4dada93d37cad5c6937e4aec477d8046798
Base64
67+a

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBFDA';
console.log(char);  // Output: 뿚

Java:

char c = '\uBFDA';
System.out.println(c);  // Output: 뿚

JSON:

{"text": "\uBFDA"}  // Value: 뿚

Python:

char = '\uBFDA'
print(char)  # Output: 뿚

Perl:

my $char = "\x{BFDA}";
print $char;  # Output: 뿚

PHP:

$char = "\x{BFDA}";
echo $char;  // Output: 뿚

Ruby:

char = "\u{BFDA}"
puts char  # Output: 뿚

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49114;</p>  <!-- Display: 뿚 -->

HTML Hexadecimal:

<p>HTML hex: &#xBFDA;</p>  <!-- Display: 뿚 -->

URL Encoding:

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

Encodings

MD5:

a6e075243dc6f9a3d3be059f24b1d9bd

SHA1:

2326e4dada93d37cad5c6937e4aec477d8046798

Base64:

67+a