Unicode Finder

"땾" U+B57E(HANGUL SYLLABLE DDYAJ)

U+B57E
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE DDYAJ

Programming

C
\uB57E
JavaScript
\uB57E
Java
\uB57E
Json
\uB57E
Python
\uB57E
Perl
\x{B57E}
PHP
\x{B57E}
Ruby
\u{B57E}
Rust
\u{B57E}
Go
\uB57E

Web

CSS
\00B57E
HtmlDecimal
땾
HtmlHexadecimal
땾
Url
%EB%95%BE

Code

MD5
3ded2c81909a8d05d61e8f2e57229f83
Sha1
6fcf83e69d2b08476e459ca71ad9f3fb765c9d8c
Base64
65W+

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB57E';
console.log(char);  // Output: 땾

Java:

char c = '\uB57E';
System.out.println(c);  // Output: 땾

JSON:

{"text": "\uB57E"}  // Value: 땾

Python:

char = '\uB57E'
print(char)  # Output: 땾

Perl:

my $char = "\x{B57E}";
print $char;  # Output: 땾

PHP:

$char = "\x{B57E}";
echo $char;  // Output: 땾

Ruby:

char = "\u{B57E}"
puts char  # Output: 땾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#46462;</p>  <!-- Display: 땾 -->

HTML Hexadecimal:

<p>HTML hex: &#xB57E;</p>  <!-- Display: 땾 -->

URL Encoding:

// 땾 URL encoding
https://unicodefinder.com/search.php?query=%EB%95%BE

Encodings

MD5:

3ded2c81909a8d05d61e8f2e57229f83

SHA1:

6fcf83e69d2b08476e459ca71ad9f3fb765c9d8c

Base64:

65W+