Unicode Finder

"뼼" U+BF3C(HANGUL SYLLABLE BBYEK)

U+BF3C
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBYEK

Programming

C
\uBF3C
JavaScript
\uBF3C
Java
\uBF3C
Json
\uBF3C
Python
\uBF3C
Perl
\x{BF3C}
PHP
\x{BF3C}
Ruby
\u{BF3C}
Rust
\u{BF3C}
Go
\uBF3C

Web

CSS
\00BF3C
HtmlDecimal
뼼
HtmlHexadecimal
뼼
Url
%EB%BC%BC

Code

MD5
177fb9a2cedda5fdaca7584aaa5c9850
Sha1
ce639a34b98a3b36fb500b992a5c04b4f410eba6
Base64
67y8

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBF3C';
console.log(char);  // Output: 뼼

Java:

char c = '\uBF3C';
System.out.println(c);  // Output: 뼼

JSON:

{"text": "\uBF3C"}  // Value: 뼼

Python:

char = '\uBF3C'
print(char)  # Output: 뼼

Perl:

my $char = "\x{BF3C}";
print $char;  # Output: 뼼

PHP:

$char = "\x{BF3C}";
echo $char;  // Output: 뼼

Ruby:

char = "\u{BF3C}"
puts char  # Output: 뼼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48956;</p>  <!-- Display: 뼼 -->

HTML Hexadecimal:

<p>HTML hex: &#xBF3C;</p>  <!-- Display: 뼼 -->

URL Encoding:

// 뼼 URL encoding
https://unicodefinder.com/search.php?query=%EB%BC%BC

Encodings

MD5:

177fb9a2cedda5fdaca7584aaa5c9850

SHA1:

ce639a34b98a3b36fb500b992a5c04b4f410eba6

Base64:

67y8