Unicode Finder

"땴" U+B574(HANGUL SYLLABLE DDYALS)

U+B574
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE DDYALS

Programming

C
\uB574
JavaScript
\uB574
Java
\uB574
Json
\uB574
Python
\uB574
Perl
\x{B574}
PHP
\x{B574}
Ruby
\u{B574}
Rust
\u{B574}
Go
\uB574

Web

CSS
\00B574
HtmlDecimal
땴
HtmlHexadecimal
땴
Url
%EB%95%B4

Code

MD5
2cc6720f9457acee8ceef3cbc08b72ae
Sha1
9b7f15f36e66aa8ae6bc8109227f10ed675edfc3
Base64
65W0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB574';
console.log(char);  // Output: 땴

Java:

char c = '\uB574';
System.out.println(c);  // Output: 땴

JSON:

{"text": "\uB574"}  // Value: 땴

Python:

char = '\uB574'
print(char)  # Output: 땴

Perl:

my $char = "\x{B574}";
print $char;  # Output: 땴

PHP:

$char = "\x{B574}";
echo $char;  // Output: 땴

Ruby:

char = "\u{B574}"
puts char  # Output: 땴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#46452;</p>  <!-- Display: 땴 -->

HTML Hexadecimal:

<p>HTML hex: &#xB574;</p>  <!-- Display: 땴 -->

URL Encoding:

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

Encodings

MD5:

2cc6720f9457acee8ceef3cbc08b72ae

SHA1:

9b7f15f36e66aa8ae6bc8109227f10ed675edfc3

Base64:

65W0