Unicode Finder

"꼸" U+AF38(HANGUL SYLLABLE GGOLS)

U+AF38
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGOLS

Programming

C
\uAF38
JavaScript
\uAF38
Java
\uAF38
Json
\uAF38
Python
\uAF38
Perl
\x{AF38}
PHP
\x{AF38}
Ruby
\u{AF38}
Rust
\u{AF38}
Go
\uAF38

Web

CSS
\00AF38
HtmlDecimal
꼸
HtmlHexadecimal
꼸
Url
%EA%BC%B8

Code

MD5
24c84c70e1fa7295facff3cbe382d482
Sha1
7c7530ee41418e755c78261cb7ee2db57c36c807
Base64
6ry4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF38';
console.log(char);  // Output: 꼸

Java:

char c = '\uAF38';
System.out.println(c);  // Output: 꼸

JSON:

{"text": "\uAF38"}  // Value: 꼸

Python:

char = '\uAF38'
print(char)  # Output: 꼸

Perl:

my $char = "\x{AF38}";
print $char;  # Output: 꼸

PHP:

$char = "\x{AF38}";
echo $char;  // Output: 꼸

Ruby:

char = "\u{AF38}"
puts char  # Output: 꼸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44856;</p>  <!-- Display: 꼸 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF38;</p>  <!-- Display: 꼸 -->

URL Encoding:

// 꼸 URL encoding
https://unicodefinder.com/search.php?query=%EA%BC%B8

Encodings

MD5:

24c84c70e1fa7295facff3cbe382d482

SHA1:

7c7530ee41418e755c78261cb7ee2db57c36c807

Base64:

6ry4