Unicode Finder

"땻" U+B57B(HANGUL SYLLABLE DDYAS)

U+B57B
ブロック名
Hangul Syllables
名前
HANGUL SYLLABLE DDYAS

Programming

C
\uB57B
JavaScript
\uB57B
Java
\uB57B
Json
\uB57B
Python
\uB57B
Perl
\x{B57B}
PHP
\x{B57B}
Ruby
\u{B57B}
Rust
\u{B57B}
Go
\uB57B

Web

CSS
\00B57B
HtmlDecimal
땻
HtmlHexadecimal
땻
Url
%EB%95%BB

Code

MD5
ad01cd723ea723749e3daef9c79c0335
Sha1
306837505204f97bdefd349f6f26ba14973c4987
Base64
65W7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uB57B';
console.log(char);  // Output: 땻

Java:

char c = '\uB57B';
System.out.println(c);  // Output: 땻

JSON:

{"text": "\uB57B"}  // Value: 땻

Python:

char = '\uB57B'
print(char)  # Output: 땻

Perl:

my $char = "\x{B57B}";
print $char;  # Output: 땻

PHP:

$char = "\x{B57B}";
echo $char;  // Output: 땻

Ruby:

char = "\u{B57B}"
puts char  # Output: 땻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#46459;</p>  <!-- Display: 땻 -->

HTML Hexadecimal:

<p>HTML hex: &#xB57B;</p>  <!-- Display: 땻 -->

URL Encoding:

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

Encodings

MD5:

ad01cd723ea723749e3daef9c79c0335

SHA1:

306837505204f97bdefd349f6f26ba14973c4987

Base64:

65W7