Unicode Finder

"뺅" U+BE85(HANGUL SYLLABLE BBAELG)

U+BE85
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBAELG

Programming

C
\uBE85
JavaScript
\uBE85
Java
\uBE85
Json
\uBE85
Python
\uBE85
Perl
\x{BE85}
PHP
\x{BE85}
Ruby
\u{BE85}
Rust
\u{BE85}
Go
\uBE85

Web

CSS
\00BE85
HtmlDecimal
뺅
HtmlHexadecimal
뺅
Url
%EB%BA%85

Code

MD5
8cf051d11e2a08040309711aaeca93c7
Sha1
fcd849f45de7ff316873048f85c749a947161428
Base64
67qF

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBE85';
console.log(char);  // Output: 뺅

Java:

char c = '\uBE85';
System.out.println(c);  // Output: 뺅

JSON:

{"text": "\uBE85"}  // Value: 뺅

Python:

char = '\uBE85'
print(char)  # Output: 뺅

Perl:

my $char = "\x{BE85}";
print $char;  # Output: 뺅

PHP:

$char = "\x{BE85}";
echo $char;  // Output: 뺅

Ruby:

char = "\u{BE85}"
puts char  # Output: 뺅

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48773;</p>  <!-- Display: 뺅 -->

HTML Hexadecimal:

<p>HTML hex: &#xBE85;</p>  <!-- Display: 뺅 -->

URL Encoding:

// 뺅 URL encoding
https://unicodefinder.com/search.php?query=%EB%BA%85

Encodings

MD5:

8cf051d11e2a08040309711aaeca93c7

SHA1:

fcd849f45de7ff316873048f85c749a947161428

Base64:

67qF