Unicode Finder

"끹" U+B079(HANGUL SYLLABLE GGYIT)

U+B079
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGYIT

Programming

C
\uB079
JavaScript
\uB079
Java
\uB079
Json
\uB079
Python
\uB079
Perl
\x{B079}
PHP
\x{B079}
Ruby
\u{B079}
Rust
\u{B079}
Go
\uB079

Web

CSS
\00B079
HtmlDecimal
끹
HtmlHexadecimal
끹
Url
%EB%81%B9

Code

MD5
f7e16c9aa02a5973547876ce19418413
Sha1
38339861fef50fbf147343753ea208dea9e28270
Base64
64G5

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB079';
console.log(char);  // Output: 끹

Java:

char c = '\uB079';
System.out.println(c);  // Output: 끹

JSON:

{"text": "\uB079"}  // Value: 끹

Python:

char = '\uB079'
print(char)  # Output: 끹

Perl:

my $char = "\x{B079}";
print $char;  # Output: 끹

PHP:

$char = "\x{B079}";
echo $char;  // Output: 끹

Ruby:

char = "\u{B079}"
puts char  # Output: 끹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45177;</p>  <!-- Display: 끹 -->

HTML Hexadecimal:

<p>HTML hex: &#xB079;</p>  <!-- Display: 끹 -->

URL Encoding:

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

Encodings

MD5:

f7e16c9aa02a5973547876ce19418413

SHA1:

38339861fef50fbf147343753ea208dea9e28270

Base64:

64G5