Unicode Finder

"퇸" U+D1F8(HANGUL SYLLABLE TOEN)

U+D1F8
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE TOEN

Programming

C
\uD1F8
JavaScript
\uD1F8
Java
\uD1F8
Json
\uD1F8
Python
\uD1F8
Perl
\x{D1F8}
PHP
\x{D1F8}
Ruby
\u{D1F8}
Rust
\u{D1F8}
Go
\uD1F8

Web

CSS
\00D1F8
HtmlDecimal
퇸
HtmlHexadecimal
퇸
Url
%ED%87%B8

Code

MD5
8200c457ec5f96d5cf6ae14a84636928
Sha1
55db2c6621a5a124d207f64652750e6ad6e1fc1f
Base64
7Ye4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD1F8';
console.log(char);  // Output: 퇸

Java:

char c = '\uD1F8';
System.out.println(c);  // Output: 퇸

JSON:

{"text": "\uD1F8"}  // Value: 퇸

Python:

char = '\uD1F8'
print(char)  # Output: 퇸

Perl:

my $char = "\x{D1F8}";
print $char;  # Output: 퇸

PHP:

$char = "\x{D1F8}";
echo $char;  // Output: 퇸

Ruby:

char = "\u{D1F8}"
puts char  # Output: 퇸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#53752;</p>  <!-- Display: 퇸 -->

HTML Hexadecimal:

<p>HTML hex: &#xD1F8;</p>  <!-- Display: 퇸 -->

URL Encoding:

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

Encodings

MD5:

8200c457ec5f96d5cf6ae14a84636928

SHA1:

55db2c6621a5a124d207f64652750e6ad6e1fc1f

Base64:

7Ye4