Unicode Finder

"빆" U+BE46(HANGUL SYLLABLE BIGG)

U+BE46
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BIGG

Programming

C
\uBE46
JavaScript
\uBE46
Java
\uBE46
Json
\uBE46
Python
\uBE46
Perl
\x{BE46}
PHP
\x{BE46}
Ruby
\u{BE46}
Rust
\u{BE46}
Go
\uBE46

Web

CSS
\00BE46
HtmlDecimal
빆
HtmlHexadecimal
빆
Url
%EB%B9%86

Code

MD5
ca10c53b6bb30689b71168d7b97d43b2
Sha1
e8d6f2c2130a9056f61a996825944f59aa148624
Base64
67mG

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBE46';
console.log(char);  // Output: 빆

Java:

char c = '\uBE46';
System.out.println(c);  // Output: 빆

JSON:

{"text": "\uBE46"}  // Value: 빆

Python:

char = '\uBE46'
print(char)  # Output: 빆

Perl:

my $char = "\x{BE46}";
print $char;  # Output: 빆

PHP:

$char = "\x{BE46}";
echo $char;  // Output: 빆

Ruby:

char = "\u{BE46}"
puts char  # Output: 빆

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48710;</p>  <!-- Display: 빆 -->

HTML Hexadecimal:

<p>HTML hex: &#xBE46;</p>  <!-- Display: 빆 -->

URL Encoding:

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

Encodings

MD5:

ca10c53b6bb30689b71168d7b97d43b2

SHA1:

e8d6f2c2130a9056f61a996825944f59aa148624

Base64:

67mG