Unicode Finder

"뱴" U+BC74(HANGUL SYLLABLE BYAELS)

U+BC74
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BYAELS

Programming

C
\uBC74
JavaScript
\uBC74
Java
\uBC74
Json
\uBC74
Python
\uBC74
Perl
\x{BC74}
PHP
\x{BC74}
Ruby
\u{BC74}
Rust
\u{BC74}
Go
\uBC74

Web

CSS
\00BC74
HtmlDecimal
뱴
HtmlHexadecimal
뱴
Url
%EB%B1%B4

Code

MD5
8de0f6fefb211386a3e3c3b74b8e3e2b
Sha1
d5a05a258a1dda709d8c7bd9c65a07f3da87ee7c
Base64
67G0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBC74';
console.log(char);  // Output: 뱴

Java:

char c = '\uBC74';
System.out.println(c);  // Output: 뱴

JSON:

{"text": "\uBC74"}  // Value: 뱴

Python:

char = '\uBC74'
print(char)  # Output: 뱴

Perl:

my $char = "\x{BC74}";
print $char;  # Output: 뱴

PHP:

$char = "\x{BC74}";
echo $char;  // Output: 뱴

Ruby:

char = "\u{BC74}"
puts char  # Output: 뱴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48244;</p>  <!-- Display: 뱴 -->

HTML Hexadecimal:

<p>HTML hex: &#xBC74;</p>  <!-- Display: 뱴 -->

URL Encoding:

// 뱴 URL encoding
https://unicodefinder.com/search.php?query=%EB%B1%B4

Encodings

MD5:

8de0f6fefb211386a3e3c3b74b8e3e2b

SHA1:

d5a05a258a1dda709d8c7bd9c65a07f3da87ee7c

Base64:

67G0