Unicode Finder

"펾" U+D3BE(HANGUL SYLLABLE PYEOLM)

U+D3BE
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE PYEOLM

Programming

C
\uD3BE
JavaScript
\uD3BE
Java
\uD3BE
Json
\uD3BE
Python
\uD3BE
Perl
\x{D3BE}
PHP
\x{D3BE}
Ruby
\u{D3BE}
Rust
\u{D3BE}
Go
\uD3BE

Web

CSS
\00D3BE
HtmlDecimal
펾
HtmlHexadecimal
펾
Url
%ED%8E%BE

Code

MD5
5aed593a3822de1e970adf914c60481a
Sha1
1ed576422b21a7c124edee648d9e97dafc728916
Base64
7Y6+

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD3BE';
console.log(char);  // Output: 펾

Java:

char c = '\uD3BE';
System.out.println(c);  // Output: 펾

JSON:

{"text": "\uD3BE"}  // Value: 펾

Python:

char = '\uD3BE'
print(char)  # Output: 펾

Perl:

my $char = "\x{D3BE}";
print $char;  # Output: 펾

PHP:

$char = "\x{D3BE}";
echo $char;  // Output: 펾

Ruby:

char = "\u{D3BE}"
puts char  # Output: 펾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#54206;</p>  <!-- Display: 펾 -->

HTML Hexadecimal:

<p>HTML hex: &#xD3BE;</p>  <!-- Display: 펾 -->

URL Encoding:

// 펾 URL encoding
https://unicodefinder.com/search.php?query=%ED%8E%BE

Encodings

MD5:

5aed593a3822de1e970adf914c60481a

SHA1:

1ed576422b21a7c124edee648d9e97dafc728916

Base64:

7Y6+