Unicode Finder

"땹" U+B579(HANGUL SYLLABLE DDYAB)

U+B579
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE DDYAB

Programming

C
\uB579
JavaScript
\uB579
Java
\uB579
Json
\uB579
Python
\uB579
Perl
\x{B579}
PHP
\x{B579}
Ruby
\u{B579}
Rust
\u{B579}
Go
\uB579

Web

CSS
\00B579
HtmlDecimal
땹
HtmlHexadecimal
땹
Url
%EB%95%B9

Code

MD5
7c9a3ecc1726ca3ee9079ebde487f2c5
Sha1
e4a4ffed4399103e71fe0360d533db72b1287188
Base64
65W5

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB579';
console.log(char);  // Output: 땹

Java:

char c = '\uB579';
System.out.println(c);  // Output: 땹

JSON:

{"text": "\uB579"}  // Value: 땹

Python:

char = '\uB579'
print(char)  # Output: 땹

Perl:

my $char = "\x{B579}";
print $char;  # Output: 땹

PHP:

$char = "\x{B579}";
echo $char;  // Output: 땹

Ruby:

char = "\u{B579}"
puts char  # Output: 땹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#46457;</p>  <!-- Display: 땹 -->

HTML Hexadecimal:

<p>HTML hex: &#xB579;</p>  <!-- Display: 땹 -->

URL Encoding:

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

Encodings

MD5:

7c9a3ecc1726ca3ee9079ebde487f2c5

SHA1:

e4a4ffed4399103e71fe0360d533db72b1287188

Base64:

65W5