Unicode Finder

"꼆" U+AF06(HANGUL SYLLABLE GGYEOBS)

U+AF06
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGYEOBS

Programming

C
\uAF06
JavaScript
\uAF06
Java
\uAF06
Json
\uAF06
Python
\uAF06
Perl
\x{AF06}
PHP
\x{AF06}
Ruby
\u{AF06}
Rust
\u{AF06}
Go
\uAF06

Web

CSS
\00AF06
HtmlDecimal
꼆
HtmlHexadecimal
꼆
Url
%EA%BC%86

Code

MD5
c59ee2155be9aa42f9343e6b0c3ab503
Sha1
167e158b2232aed4c1484a6a2ef8cce59d50e7a0
Base64
6ryG

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF06';
console.log(char);  // Output: 꼆

Java:

char c = '\uAF06';
System.out.println(c);  // Output: 꼆

JSON:

{"text": "\uAF06"}  // Value: 꼆

Python:

char = '\uAF06'
print(char)  # Output: 꼆

Perl:

my $char = "\x{AF06}";
print $char;  # Output: 꼆

PHP:

$char = "\x{AF06}";
echo $char;  // Output: 꼆

Ruby:

char = "\u{AF06}"
puts char  # Output: 꼆

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44806;</p>  <!-- Display: 꼆 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF06;</p>  <!-- Display: 꼆 -->

URL Encoding:

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

Encodings

MD5:

c59ee2155be9aa42f9343e6b0c3ab503

SHA1:

167e158b2232aed4c1484a6a2ef8cce59d50e7a0

Base64:

6ryG