Unicode Finder

"뺗" U+BE97(HANGUL SYLLABLE BBAEH)

U+BE97
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBAEH

Programming

C
\uBE97
JavaScript
\uBE97
Java
\uBE97
Json
\uBE97
Python
\uBE97
Perl
\x{BE97}
PHP
\x{BE97}
Ruby
\u{BE97}
Rust
\u{BE97}
Go
\uBE97

Web

CSS
\00BE97
HtmlDecimal
뺗
HtmlHexadecimal
뺗
Url
%EB%BA%97

Code

MD5
05d1222e993629943d0227f8289aaeff
Sha1
b5503bebb78e99c529ee46da6729370691714b7a
Base64
67qX

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBE97';
console.log(char);  // Output: 뺗

Java:

char c = '\uBE97';
System.out.println(c);  // Output: 뺗

JSON:

{"text": "\uBE97"}  // Value: 뺗

Python:

char = '\uBE97'
print(char)  # Output: 뺗

Perl:

my $char = "\x{BE97}";
print $char;  # Output: 뺗

PHP:

$char = "\x{BE97}";
echo $char;  // Output: 뺗

Ruby:

char = "\u{BE97}"
puts char  # Output: 뺗

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48791;</p>  <!-- Display: 뺗 -->

HTML Hexadecimal:

<p>HTML hex: &#xBE97;</p>  <!-- Display: 뺗 -->

URL Encoding:

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

Encodings

MD5:

05d1222e993629943d0227f8289aaeff

SHA1:

b5503bebb78e99c529ee46da6729370691714b7a

Base64:

67qX