Unicode Finder

"똶" U+B636(HANGUL SYLLABLE DDWALM)

U+B636
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE DDWALM

Programming

C
\uB636
JavaScript
\uB636
Java
\uB636
Json
\uB636
Python
\uB636
Perl
\x{B636}
PHP
\x{B636}
Ruby
\u{B636}
Rust
\u{B636}
Go
\uB636

Web

CSS
\00B636
HtmlDecimal
똶
HtmlHexadecimal
똶
Url
%EB%98%B6

Code

MD5
1b280e33f287b8bded809eb18392f246
Sha1
091fcfab8313c8d5569184b47254e1a4b43df8e0
Base64
65i2

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB636';
console.log(char);  // Output: 똶

Java:

char c = '\uB636';
System.out.println(c);  // Output: 똶

JSON:

{"text": "\uB636"}  // Value: 똶

Python:

char = '\uB636'
print(char)  # Output: 똶

Perl:

my $char = "\x{B636}";
print $char;  # Output: 똶

PHP:

$char = "\x{B636}";
echo $char;  // Output: 똶

Ruby:

char = "\u{B636}"
puts char  # Output: 똶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#46646;</p>  <!-- Display: 똶 -->

HTML Hexadecimal:

<p>HTML hex: &#xB636;</p>  <!-- Display: 똶 -->

URL Encoding:

// 똶 URL encoding
https://unicodefinder.com/search.php?query=%EB%98%B6

Encodings

MD5:

1b280e33f287b8bded809eb18392f246

SHA1:

091fcfab8313c8d5569184b47254e1a4b43df8e0

Base64:

65i2