Unicode Finder

"벸" U+BCB8(HANGUL SYLLABLE BEK)

U+BCB8
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BEK

Programming

C
\uBCB8
JavaScript
\uBCB8
Java
\uBCB8
Json
\uBCB8
Python
\uBCB8
Perl
\x{BCB8}
PHP
\x{BCB8}
Ruby
\u{BCB8}
Rust
\u{BCB8}
Go
\uBCB8

Web

CSS
\00BCB8
HtmlDecimal
벸
HtmlHexadecimal
벸
Url
%EB%B2%B8

Code

MD5
2015a8870680c12e058f91c3281cfb9c
Sha1
a12707f445d14d3c3d69180eb5820c552a1a04b8
Base64
67K4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBCB8';
console.log(char);  // Output: 벸

Java:

char c = '\uBCB8';
System.out.println(c);  // Output: 벸

JSON:

{"text": "\uBCB8"}  // Value: 벸

Python:

char = '\uBCB8'
print(char)  # Output: 벸

Perl:

my $char = "\x{BCB8}";
print $char;  # Output: 벸

PHP:

$char = "\x{BCB8}";
echo $char;  // Output: 벸

Ruby:

char = "\u{BCB8}"
puts char  # Output: 벸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48312;</p>  <!-- Display: 벸 -->

HTML Hexadecimal:

<p>HTML hex: &#xBCB8;</p>  <!-- Display: 벸 -->

URL Encoding:

// 벸 URL encoding
https://unicodefinder.com/search.php?query=%EB%B2%B8

Encodings

MD5:

2015a8870680c12e058f91c3281cfb9c

SHA1:

a12707f445d14d3c3d69180eb5820c552a1a04b8

Base64:

67K4