Unicode Finder

"턽" U+D13D(HANGUL SYLLABLE TEOLT)

U+D13D
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE TEOLT

Programming

C
\uD13D
JavaScript
\uD13D
Java
\uD13D
Json
\uD13D
Python
\uD13D
Perl
\x{D13D}
PHP
\x{D13D}
Ruby
\u{D13D}
Rust
\u{D13D}
Go
\uD13D

Web

CSS
\00D13D
HtmlDecimal
턽
HtmlHexadecimal
턽
Url
%ED%84%BD

Code

MD5
d214c047ea2f491e11146a86bd328e40
Sha1
26b626b1986047d6d5193481ad92d9a487503a71
Base64
7YS9

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD13D';
console.log(char);  // Output: 턽

Java:

char c = '\uD13D';
System.out.println(c);  // Output: 턽

JSON:

{"text": "\uD13D"}  // Value: 턽

Python:

char = '\uD13D'
print(char)  # Output: 턽

Perl:

my $char = "\x{D13D}";
print $char;  # Output: 턽

PHP:

$char = "\x{D13D}";
echo $char;  // Output: 턽

Ruby:

char = "\u{D13D}"
puts char  # Output: 턽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#53565;</p>  <!-- Display: 턽 -->

HTML Hexadecimal:

<p>HTML hex: &#xD13D;</p>  <!-- Display: 턽 -->

URL Encoding:

// 턽 URL encoding
https://unicodefinder.com/search.php?query=%ED%84%BD

Encodings

MD5:

d214c047ea2f491e11146a86bd328e40

SHA1:

26b626b1986047d6d5193481ad92d9a487503a71

Base64:

7YS9