Unicode Finder

"꼘" U+AF18(HANGUL SYLLABLE GGYEL)

U+AF18
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGYEL

Programming

C
\uAF18
JavaScript
\uAF18
Java
\uAF18
Json
\uAF18
Python
\uAF18
Perl
\x{AF18}
PHP
\x{AF18}
Ruby
\u{AF18}
Rust
\u{AF18}
Go
\uAF18

Web

CSS
\00AF18
HtmlDecimal
꼘
HtmlHexadecimal
꼘
Url
%EA%BC%98

Code

MD5
76d663d406528208182f4a304af34377
Sha1
35918898ca6b3b4729470d6d8835dabf2e7ded65
Base64
6ryY

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF18';
console.log(char);  // Output: 꼘

Java:

char c = '\uAF18';
System.out.println(c);  // Output: 꼘

JSON:

{"text": "\uAF18"}  // Value: 꼘

Python:

char = '\uAF18'
print(char)  # Output: 꼘

Perl:

my $char = "\x{AF18}";
print $char;  # Output: 꼘

PHP:

$char = "\x{AF18}";
echo $char;  // Output: 꼘

Ruby:

char = "\u{AF18}"
puts char  # Output: 꼘

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44824;</p>  <!-- Display: 꼘 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF18;</p>  <!-- Display: 꼘 -->

URL Encoding:

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

Encodings

MD5:

76d663d406528208182f4a304af34377

SHA1:

35918898ca6b3b4729470d6d8835dabf2e7ded65

Base64:

6ryY