Unicode Finder

"뿅" U+BFC5(HANGUL SYLLABLE BBYONG)

U+BFC5
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBYONG

Programming

C
\uBFC5
JavaScript
\uBFC5
Java
\uBFC5
Json
\uBFC5
Python
\uBFC5
Perl
\x{BFC5}
PHP
\x{BFC5}
Ruby
\u{BFC5}
Rust
\u{BFC5}
Go
\uBFC5

Web

CSS
\00BFC5
HtmlDecimal
뿅
HtmlHexadecimal
뿅
Url
%EB%BF%85

Code

MD5
3c620e705af01950a9643b83249aeed8
Sha1
493826b447c36b9ec2beecf2e0b917fedbcaab40
Base64
67+F

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBFC5';
console.log(char);  // Output: 뿅

Java:

char c = '\uBFC5';
System.out.println(c);  // Output: 뿅

JSON:

{"text": "\uBFC5"}  // Value: 뿅

Python:

char = '\uBFC5'
print(char)  # Output: 뿅

Perl:

my $char = "\x{BFC5}";
print $char;  # Output: 뿅

PHP:

$char = "\x{BFC5}";
echo $char;  // Output: 뿅

Ruby:

char = "\u{BFC5}"
puts char  # Output: 뿅

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49093;</p>  <!-- Display: 뿅 -->

HTML Hexadecimal:

<p>HTML hex: &#xBFC5;</p>  <!-- Display: 뿅 -->

URL Encoding:

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

Encodings

MD5:

3c620e705af01950a9643b83249aeed8

SHA1:

493826b447c36b9ec2beecf2e0b917fedbcaab40

Base64:

67+F