Unicode Finder

"툸" U+D238(HANGUL SYLLABLE TULS)

U+D238
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE TULS

Programming

C
\uD238
JavaScript
\uD238
Java
\uD238
Json
\uD238
Python
\uD238
Perl
\x{D238}
PHP
\x{D238}
Ruby
\u{D238}
Rust
\u{D238}
Go
\uD238

Web

CSS
\00D238
HtmlDecimal
툸
HtmlHexadecimal
툸
Url
%ED%88%B8

Code

MD5
1aa942fb99af46a0c9073fc133dce15c
Sha1
fe04005b3e3669d67c9bf6a4d8e2ae9c5cd13531
Base64
7Yi4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD238';
console.log(char);  // Output: 툸

Java:

char c = '\uD238';
System.out.println(c);  // Output: 툸

JSON:

{"text": "\uD238"}  // Value: 툸

Python:

char = '\uD238'
print(char)  # Output: 툸

Perl:

my $char = "\x{D238}";
print $char;  # Output: 툸

PHP:

$char = "\x{D238}";
echo $char;  // Output: 툸

Ruby:

char = "\u{D238}"
puts char  # Output: 툸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#53816;</p>  <!-- Display: 툸 -->

HTML Hexadecimal:

<p>HTML hex: &#xD238;</p>  <!-- Display: 툸 -->

URL Encoding:

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

Encodings

MD5:

1aa942fb99af46a0c9073fc133dce15c

SHA1:

fe04005b3e3669d67c9bf6a4d8e2ae9c5cd13531

Base64:

7Yi4