Unicode Finder

"뿆" U+BFC6(HANGUL SYLLABLE BBYOJ)

U+BFC6
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBYOJ

Programming

C
\uBFC6
JavaScript
\uBFC6
Java
\uBFC6
Json
\uBFC6
Python
\uBFC6
Perl
\x{BFC6}
PHP
\x{BFC6}
Ruby
\u{BFC6}
Rust
\u{BFC6}
Go
\uBFC6

Web

CSS
\00BFC6
HtmlDecimal
뿆
HtmlHexadecimal
뿆
Url
%EB%BF%86

Code

MD5
777b9828626b6f551a97f46f169dc9bc
Sha1
e4bdb6da8a49090afa424f0db23240e6b0620eb0
Base64
67+G

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBFC6';
console.log(char);  // Output: 뿆

Java:

char c = '\uBFC6';
System.out.println(c);  // Output: 뿆

JSON:

{"text": "\uBFC6"}  // Value: 뿆

Python:

char = '\uBFC6'
print(char)  # Output: 뿆

Perl:

my $char = "\x{BFC6}";
print $char;  # Output: 뿆

PHP:

$char = "\x{BFC6}";
echo $char;  // Output: 뿆

Ruby:

char = "\u{BFC6}"
puts char  # Output: 뿆

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49094;</p>  <!-- Display: 뿆 -->

HTML Hexadecimal:

<p>HTML hex: &#xBFC6;</p>  <!-- Display: 뿆 -->

URL Encoding:

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

Encodings

MD5:

777b9828626b6f551a97f46f169dc9bc

SHA1:

e4bdb6da8a49090afa424f0db23240e6b0620eb0

Base64:

67+G