Unicode Finder

"꺛" U+AE9B(HANGUL SYLLABLE GGYAC)

U+AE9B
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGYAC

Programming

C
\uAE9B
JavaScript
\uAE9B
Java
\uAE9B
Json
\uAE9B
Python
\uAE9B
Perl
\x{AE9B}
PHP
\x{AE9B}
Ruby
\u{AE9B}
Rust
\u{AE9B}
Go
\uAE9B

Web

CSS
\00AE9B
HtmlDecimal
꺛
HtmlHexadecimal
꺛
Url
%EA%BA%9B

Code

MD5
4a905921eb26c06293340a3d53e04798
Sha1
d09dc36165f44f40a11e79ab74e08bd64418e00f
Base64
6rqb

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAE9B';
console.log(char);  // Output: 꺛

Java:

char c = '\uAE9B';
System.out.println(c);  // Output: 꺛

JSON:

{"text": "\uAE9B"}  // Value: 꺛

Python:

char = '\uAE9B'
print(char)  # Output: 꺛

Perl:

my $char = "\x{AE9B}";
print $char;  # Output: 꺛

PHP:

$char = "\x{AE9B}";
echo $char;  // Output: 꺛

Ruby:

char = "\u{AE9B}"
puts char  # Output: 꺛

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44699;</p>  <!-- Display: 꺛 -->

HTML Hexadecimal:

<p>HTML hex: &#xAE9B;</p>  <!-- Display: 꺛 -->

URL Encoding:

// 꺛 URL encoding
https://unicodefinder.com/search.php?query=%EA%BA%9B

Encodings

MD5:

4a905921eb26c06293340a3d53e04798

SHA1:

d09dc36165f44f40a11e79ab74e08bd64418e00f

Base64:

6rqb