Unicode Finder

"텺" U+D17A(HANGUL SYLLABLE TYEOBS)

U+D17A
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE TYEOBS

Programming

C
\uD17A
JavaScript
\uD17A
Java
\uD17A
Json
\uD17A
Python
\uD17A
Perl
\x{D17A}
PHP
\x{D17A}
Ruby
\u{D17A}
Rust
\u{D17A}
Go
\uD17A

Web

CSS
\00D17A
HtmlDecimal
텺
HtmlHexadecimal
텺
Url
%ED%85%BA

Code

MD5
75c0bd99465c14524e04585139b80a82
Sha1
4609a969993a2101669f0df1809d3f0756c76542
Base64
7YW6

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uD17A';
console.log(char);  // Output: 텺

Java:

char c = '\uD17A';
System.out.println(c);  // Output: 텺

JSON:

{"text": "\uD17A"}  // Value: 텺

Python:

char = '\uD17A'
print(char)  # Output: 텺

Perl:

my $char = "\x{D17A}";
print $char;  # Output: 텺

PHP:

$char = "\x{D17A}";
echo $char;  // Output: 텺

Ruby:

char = "\u{D17A}"
puts char  # Output: 텺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#53626;</p>  <!-- Display: 텺 -->

HTML Hexadecimal:

<p>HTML hex: &#xD17A;</p>  <!-- Display: 텺 -->

URL Encoding:

// 텺 URL encoding
https://unicodefinder.com/search.php?query=%ED%85%BA

Encodings

MD5:

75c0bd99465c14524e04585139b80a82

SHA1:

4609a969993a2101669f0df1809d3f0756c76542

Base64:

7YW6