Unicode Finder

"뽿" U+BF7F(HANGUL SYLLABLE BBWAED)

뽿
U+BF7F
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBWAED

Programming

C
\uBF7F
JavaScript
\uBF7F
Java
\uBF7F
Json
\uBF7F
Python
\uBF7F
Perl
\x{BF7F}
PHP
\x{BF7F}
Ruby
\u{BF7F}
Rust
\u{BF7F}
Go
\uBF7F

Web

CSS
\00BF7F
HtmlDecimal
뽿
HtmlHexadecimal
뽿
Url
%EB%BD%BF

Code

MD5
edc7711c44683382c5c74bb30947b277
Sha1
9bfc3721cb3a3b2cea8b8371e826150dcc0a869c
Base64
672/

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBF7F';
console.log(char);  // Output: 뽿

Java:

char c = '\uBF7F';
System.out.println(c);  // Output: 뽿

JSON:

{"text": "\uBF7F"}  // Value: 뽿

Python:

char = '\uBF7F'
print(char)  # Output: 뽿

Perl:

my $char = "\x{BF7F}";
print $char;  # Output: 뽿

PHP:

$char = "\x{BF7F}";
echo $char;  // Output: 뽿

Ruby:

char = "\u{BF7F}"
puts char  # Output: 뽿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49023;</p>  <!-- Display: 뽿 -->

HTML Hexadecimal:

<p>HTML hex: &#xBF7F;</p>  <!-- Display: 뽿 -->

URL Encoding:

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

Encodings

MD5:

edc7711c44683382c5c74bb30947b277

SHA1:

9bfc3721cb3a3b2cea8b8371e826150dcc0a869c

Base64:

672/