Unicode Finder

"푼" U+D47C(HANGUL SYLLABLE PUN)

U+D47C
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE PUN

Programming

C
\uD47C
JavaScript
\uD47C
Java
\uD47C
Json
\uD47C
Python
\uD47C
Perl
\x{D47C}
PHP
\x{D47C}
Ruby
\u{D47C}
Rust
\u{D47C}
Go
\uD47C

Web

CSS
\00D47C
HtmlDecimal
푼
HtmlHexadecimal
푼
Url
%ED%91%BC

Code

MD5
add105dce09f8394f2ad368b9cad1f37
Sha1
d7b1f498410c17811ba1e790abe86bd57b9debcf
Base64
7ZG8

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD47C';
console.log(char);  // Output: 푼

Java:

char c = '\uD47C';
System.out.println(c);  // Output: 푼

JSON:

{"text": "\uD47C"}  // Value: 푼

Python:

char = '\uD47C'
print(char)  # Output: 푼

Perl:

my $char = "\x{D47C}";
print $char;  # Output: 푼

PHP:

$char = "\x{D47C}";
echo $char;  // Output: 푼

Ruby:

char = "\u{D47C}"
puts char  # Output: 푼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54396;</p>  <!-- Display: 푼 -->

HTML Hexadecimal:

<p>HTML hex: &#xD47C;</p>  <!-- Display: 푼 -->

URL Encoding:

// 푼 URL encoding
https://unicodefinder.com/search.php?query=%ED%91%BC

Encodings

MD5:

add105dce09f8394f2ad368b9cad1f37

SHA1:

d7b1f498410c17811ba1e790abe86bd57b9debcf

Base64:

7ZG8