Unicode Finder

"뚽" U+B6BD(HANGUL SYLLABLE DDWEONJ)

U+B6BD
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE DDWEONJ

Programming

C
\uB6BD
JavaScript
\uB6BD
Java
\uB6BD
Json
\uB6BD
Python
\uB6BD
Perl
\x{B6BD}
PHP
\x{B6BD}
Ruby
\u{B6BD}
Rust
\u{B6BD}
Go
\uB6BD

Web

CSS
\00B6BD
HtmlDecimal
뚽
HtmlHexadecimal
뚽
Url
%EB%9A%BD

Code

MD5
12281a7547d534b6b94f1cb2344029e7
Sha1
9bd5d276234e332b829b23531fe5578203d00dea
Base64
65q9

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB6BD';
console.log(char);  // Output: 뚽

Java:

char c = '\uB6BD';
System.out.println(c);  // Output: 뚽

JSON:

{"text": "\uB6BD"}  // Value: 뚽

Python:

char = '\uB6BD'
print(char)  # Output: 뚽

Perl:

my $char = "\x{B6BD}";
print $char;  # Output: 뚽

PHP:

$char = "\x{B6BD}";
echo $char;  // Output: 뚽

Ruby:

char = "\u{B6BD}"
puts char  # Output: 뚽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#46781;</p>  <!-- Display: 뚽 -->

HTML Hexadecimal:

<p>HTML hex: &#xB6BD;</p>  <!-- Display: 뚽 -->

URL Encoding:

// 뚽 URL encoding
https://unicodefinder.com/search.php?query=%EB%9A%BD

Encodings

MD5:

12281a7547d534b6b94f1cb2344029e7

SHA1:

9bd5d276234e332b829b23531fe5578203d00dea

Base64:

65q9