Unicode Finder

"꿼" U+AFFC(HANGUL SYLLABLE GGWELS)

U+AFFC
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGWELS

Programming

C
\uAFFC
JavaScript
\uAFFC
Java
\uAFFC
Json
\uAFFC
Python
\uAFFC
Perl
\x{AFFC}
PHP
\x{AFFC}
Ruby
\u{AFFC}
Rust
\u{AFFC}
Go
\uAFFC

Web

CSS
\00AFFC
HtmlDecimal
꿼
HtmlHexadecimal
꿼
Url
%EA%BF%BC

Code

MD5
5c8b51f4fc7772e0e7c5f0b5c0096132
Sha1
32065b8e85c0f219fd5a2303491cab571350ea87
Base64
6r+8

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAFFC';
console.log(char);  // Output: 꿼

Java:

char c = '\uAFFC';
System.out.println(c);  // Output: 꿼

JSON:

{"text": "\uAFFC"}  // Value: 꿼

Python:

char = '\uAFFC'
print(char)  # Output: 꿼

Perl:

my $char = "\x{AFFC}";
print $char;  # Output: 꿼

PHP:

$char = "\x{AFFC}";
echo $char;  // Output: 꿼

Ruby:

char = "\u{AFFC}"
puts char  # Output: 꿼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45052;</p>  <!-- Display: 꿼 -->

HTML Hexadecimal:

<p>HTML hex: &#xAFFC;</p>  <!-- Display: 꿼 -->

URL Encoding:

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

Encodings

MD5:

5c8b51f4fc7772e0e7c5f0b5c0096132

SHA1:

32065b8e85c0f219fd5a2303491cab571350ea87

Base64:

6r+8