Unicode Finder

"끸" U+B078(HANGUL SYLLABLE GGYIK)

U+B078
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGYIK

Programming

C
\uB078
JavaScript
\uB078
Java
\uB078
Json
\uB078
Python
\uB078
Perl
\x{B078}
PHP
\x{B078}
Ruby
\u{B078}
Rust
\u{B078}
Go
\uB078

Web

CSS
\00B078
HtmlDecimal
끸
HtmlHexadecimal
끸
Url
%EB%81%B8

Code

MD5
a4a0b89effeca2aa7d1b8e791ba4ac3e
Sha1
193d03a404b6992a97cdeb46bc853c88fc2cd768
Base64
64G4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB078';
console.log(char);  // Output: 끸

Java:

char c = '\uB078';
System.out.println(c);  // Output: 끸

JSON:

{"text": "\uB078"}  // Value: 끸

Python:

char = '\uB078'
print(char)  # Output: 끸

Perl:

my $char = "\x{B078}";
print $char;  # Output: 끸

PHP:

$char = "\x{B078}";
echo $char;  // Output: 끸

Ruby:

char = "\u{B078}"
puts char  # Output: 끸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45176;</p>  <!-- Display: 끸 -->

HTML Hexadecimal:

<p>HTML hex: &#xB078;</p>  <!-- Display: 끸 -->

URL Encoding:

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

Encodings

MD5:

a4a0b89effeca2aa7d1b8e791ba4ac3e

SHA1:

193d03a404b6992a97cdeb46bc853c88fc2cd768

Base64:

64G4