Unicode Finder

"꼻" U+AF3B(HANGUL SYLLABLE GGOLH)

U+AF3B
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGOLH

Programming

C
\uAF3B
JavaScript
\uAF3B
Java
\uAF3B
Json
\uAF3B
Python
\uAF3B
Perl
\x{AF3B}
PHP
\x{AF3B}
Ruby
\u{AF3B}
Rust
\u{AF3B}
Go
\uAF3B

Web

CSS
\00AF3B
HtmlDecimal
꼻
HtmlHexadecimal
꼻
Url
%EA%BC%BB

Code

MD5
509054e9e5a3e967b7cdc7363eff0135
Sha1
d5167488a254067bbbeff5a35783e231c4ec276c
Base64
6ry7

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF3B';
console.log(char);  // Output: 꼻

Java:

char c = '\uAF3B';
System.out.println(c);  // Output: 꼻

JSON:

{"text": "\uAF3B"}  // Value: 꼻

Python:

char = '\uAF3B'
print(char)  # Output: 꼻

Perl:

my $char = "\x{AF3B}";
print $char;  # Output: 꼻

PHP:

$char = "\x{AF3B}";
echo $char;  // Output: 꼻

Ruby:

char = "\u{AF3B}"
puts char  # Output: 꼻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44859;</p>  <!-- Display: 꼻 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF3B;</p>  <!-- Display: 꼻 -->

URL Encoding:

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

Encodings

MD5:

509054e9e5a3e967b7cdc7363eff0135

SHA1:

d5167488a254067bbbeff5a35783e231c4ec276c

Base64:

6ry7