Unicode Finder

"릀" U+B980(HANGUL SYLLABLE REULS)

U+B980
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE REULS

Programming

C
\uB980
JavaScript
\uB980
Java
\uB980
Json
\uB980
Python
\uB980
Perl
\x{B980}
PHP
\x{B980}
Ruby
\u{B980}
Rust
\u{B980}
Go
\uB980

Web

CSS
\00B980
HtmlDecimal
릀
HtmlHexadecimal
릀
Url
%EB%A6%80

Code

MD5
411577e658abd8b431eb1098c1c840b2
Sha1
1c01716dc9bace1719140b9c0d9701d17d765966
Base64
66aA

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB980';
console.log(char);  // Output: 릀

Java:

char c = '\uB980';
System.out.println(c);  // Output: 릀

JSON:

{"text": "\uB980"}  // Value: 릀

Python:

char = '\uB980'
print(char)  # Output: 릀

Perl:

my $char = "\x{B980}";
print $char;  # Output: 릀

PHP:

$char = "\x{B980}";
echo $char;  // Output: 릀

Ruby:

char = "\u{B980}"
puts char  # Output: 릀

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47488;</p>  <!-- Display: 릀 -->

HTML Hexadecimal:

<p>HTML hex: &#xB980;</p>  <!-- Display: 릀 -->

URL Encoding:

// 릀 URL encoding
https://unicodefinder.com/search.php?query=%EB%A6%80

Encodings

MD5:

411577e658abd8b431eb1098c1c840b2

SHA1:

1c01716dc9bace1719140b9c0d9701d17d765966

Base64:

66aA