Unicode Finder

"둴" U+B474(HANGUL SYLLABLE DWEOL)

U+B474
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE DWEOL

Programming

C
\uB474
JavaScript
\uB474
Java
\uB474
Json
\uB474
Python
\uB474
Perl
\x{B474}
PHP
\x{B474}
Ruby
\u{B474}
Rust
\u{B474}
Go
\uB474

Web

CSS
\00B474
HtmlDecimal
둴
HtmlHexadecimal
둴
Url
%EB%91%B4

Code

MD5
bf607e37bab8bc7be3d6eff003a9861f
Sha1
0eff9b63a10f5fc25f9ff01eb7e9cbea3f6e8d42
Base64
65G0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB474';
console.log(char);  // Output: 둴

Java:

char c = '\uB474';
System.out.println(c);  // Output: 둴

JSON:

{"text": "\uB474"}  // Value: 둴

Python:

char = '\uB474'
print(char)  # Output: 둴

Perl:

my $char = "\x{B474}";
print $char;  # Output: 둴

PHP:

$char = "\x{B474}";
echo $char;  // Output: 둴

Ruby:

char = "\u{B474}"
puts char  # Output: 둴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#46196;</p>  <!-- Display: 둴 -->

HTML Hexadecimal:

<p>HTML hex: &#xB474;</p>  <!-- Display: 둴 -->

URL Encoding:

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

Encodings

MD5:

bf607e37bab8bc7be3d6eff003a9861f

SHA1:

0eff9b63a10f5fc25f9ff01eb7e9cbea3f6e8d42

Base64:

65G0