Unicode Finder

"퇼" U+D1FC(HANGUL SYLLABLE TOEL)

U+D1FC
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE TOEL

Programming

C
\uD1FC
JavaScript
\uD1FC
Java
\uD1FC
Json
\uD1FC
Python
\uD1FC
Perl
\x{D1FC}
PHP
\x{D1FC}
Ruby
\u{D1FC}
Rust
\u{D1FC}
Go
\uD1FC

Web

CSS
\00D1FC
HtmlDecimal
퇼
HtmlHexadecimal
퇼
Url
%ED%87%BC

Code

MD5
3b1f80352655448c7b67c95aadaf2600
Sha1
5488f16df7e1d10e4f1a34dad1b02c6eee4bff3b
Base64
7Ye8

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD1FC';
console.log(char);  // Output: 퇼

Java:

char c = '\uD1FC';
System.out.println(c);  // Output: 퇼

JSON:

{"text": "\uD1FC"}  // Value: 퇼

Python:

char = '\uD1FC'
print(char)  # Output: 퇼

Perl:

my $char = "\x{D1FC}";
print $char;  # Output: 퇼

PHP:

$char = "\x{D1FC}";
echo $char;  // Output: 퇼

Ruby:

char = "\u{D1FC}"
puts char  # Output: 퇼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#53756;</p>  <!-- Display: 퇼 -->

HTML Hexadecimal:

<p>HTML hex: &#xD1FC;</p>  <!-- Display: 퇼 -->

URL Encoding:

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

Encodings

MD5:

3b1f80352655448c7b67c95aadaf2600

SHA1:

5488f16df7e1d10e4f1a34dad1b02c6eee4bff3b

Base64:

7Ye8