Unicode Finder

"꽽" U+AF7D(HANGUL SYLLABLE GGWAET)

U+AF7D
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGWAET

Programming

C
\uAF7D
JavaScript
\uAF7D
Java
\uAF7D
Json
\uAF7D
Python
\uAF7D
Perl
\x{AF7D}
PHP
\x{AF7D}
Ruby
\u{AF7D}
Rust
\u{AF7D}
Go
\uAF7D

Web

CSS
\00AF7D
HtmlDecimal
꽽
HtmlHexadecimal
꽽
Url
%EA%BD%BD

Code

MD5
841cd4ccb3ca8ebad7e95b600cd4ee72
Sha1
6dbc4be1172887f3ac482dd76f37de0d78066416
Base64
6r29

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF7D';
console.log(char);  // Output: 꽽

Java:

char c = '\uAF7D';
System.out.println(c);  // Output: 꽽

JSON:

{"text": "\uAF7D"}  // Value: 꽽

Python:

char = '\uAF7D'
print(char)  # Output: 꽽

Perl:

my $char = "\x{AF7D}";
print $char;  # Output: 꽽

PHP:

$char = "\x{AF7D}";
echo $char;  // Output: 꽽

Ruby:

char = "\u{AF7D}"
puts char  # Output: 꽽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44925;</p>  <!-- Display: 꽽 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF7D;</p>  <!-- Display: 꽽 -->

URL Encoding:

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

Encodings

MD5:

841cd4ccb3ca8ebad7e95b600cd4ee72

SHA1:

6dbc4be1172887f3ac482dd76f37de0d78066416

Base64:

6r29