Unicode Finder

"꽧" U+AF67(HANGUL SYLLABLE GGWAEGS)

U+AF67
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGWAEGS

Programming

C
\uAF67
JavaScript
\uAF67
Java
\uAF67
Json
\uAF67
Python
\uAF67
Perl
\x{AF67}
PHP
\x{AF67}
Ruby
\u{AF67}
Rust
\u{AF67}
Go
\uAF67

Web

CSS
\00AF67
HtmlDecimal
꽧
HtmlHexadecimal
꽧
Url
%EA%BD%A7

Code

MD5
bdb468e74c47f1f7d97589f7ed4d79de
Sha1
75fd7d3d68c70a06170968a1aaedafa06f7216c2
Base64
6r2n

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF67';
console.log(char);  // Output: 꽧

Java:

char c = '\uAF67';
System.out.println(c);  // Output: 꽧

JSON:

{"text": "\uAF67"}  // Value: 꽧

Python:

char = '\uAF67'
print(char)  # Output: 꽧

Perl:

my $char = "\x{AF67}";
print $char;  # Output: 꽧

PHP:

$char = "\x{AF67}";
echo $char;  // Output: 꽧

Ruby:

char = "\u{AF67}"
puts char  # Output: 꽧

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44903;</p>  <!-- Display: 꽧 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF67;</p>  <!-- Display: 꽧 -->

URL Encoding:

// 꽧 URL encoding
https://unicodefinder.com/search.php?query=%EA%BD%A7

Encodings

MD5:

bdb468e74c47f1f7d97589f7ed4d79de

SHA1:

75fd7d3d68c70a06170968a1aaedafa06f7216c2

Base64:

6r2n