Unicode Finder

"뻆" U+BEC6(HANGUL SYLLABLE BBYAEBS)

U+BEC6
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBYAEBS

Programming

C
\uBEC6
JavaScript
\uBEC6
Java
\uBEC6
Json
\uBEC6
Python
\uBEC6
Perl
\x{BEC6}
PHP
\x{BEC6}
Ruby
\u{BEC6}
Rust
\u{BEC6}
Go
\uBEC6

Web

CSS
\00BEC6
HtmlDecimal
뻆
HtmlHexadecimal
뻆
Url
%EB%BB%86

Code

MD5
86b5dc53c4689ab98021566ac4f20671
Sha1
75a59e556a210706ae77928a8c2e07cd38ace886
Base64
67uG

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBEC6';
console.log(char);  // Output: 뻆

Java:

char c = '\uBEC6';
System.out.println(c);  // Output: 뻆

JSON:

{"text": "\uBEC6"}  // Value: 뻆

Python:

char = '\uBEC6'
print(char)  # Output: 뻆

Perl:

my $char = "\x{BEC6}";
print $char;  # Output: 뻆

PHP:

$char = "\x{BEC6}";
echo $char;  // Output: 뻆

Ruby:

char = "\u{BEC6}"
puts char  # Output: 뻆

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48838;</p>  <!-- Display: 뻆 -->

HTML Hexadecimal:

<p>HTML hex: &#xBEC6;</p>  <!-- Display: 뻆 -->

URL Encoding:

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

Encodings

MD5:

86b5dc53c4689ab98021566ac4f20671

SHA1:

75a59e556a210706ae77928a8c2e07cd38ace886

Base64:

67uG