Unicode Finder

"꿫" U+AFEB(HANGUL SYLLABLE GGWEOC)

U+AFEB
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGWEOC

Programming

C
\uAFEB
JavaScript
\uAFEB
Java
\uAFEB
Json
\uAFEB
Python
\uAFEB
Perl
\x{AFEB}
PHP
\x{AFEB}
Ruby
\u{AFEB}
Rust
\u{AFEB}
Go
\uAFEB

Web

CSS
\00AFEB
HtmlDecimal
꿫
HtmlHexadecimal
꿫
Url
%EA%BF%AB

Code

MD5
7289ccc490d5caa4323597885540acd2
Sha1
568f67f4b20166894e3d190fd803484969f1574b
Base64
6r+r

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAFEB';
console.log(char);  // Output: 꿫

Java:

char c = '\uAFEB';
System.out.println(c);  // Output: 꿫

JSON:

{"text": "\uAFEB"}  // Value: 꿫

Python:

char = '\uAFEB'
print(char)  # Output: 꿫

Perl:

my $char = "\x{AFEB}";
print $char;  # Output: 꿫

PHP:

$char = "\x{AFEB}";
echo $char;  // Output: 꿫

Ruby:

char = "\u{AFEB}"
puts char  # Output: 꿫

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45035;</p>  <!-- Display: 꿫 -->

HTML Hexadecimal:

<p>HTML hex: &#xAFEB;</p>  <!-- Display: 꿫 -->

URL Encoding:

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

Encodings

MD5:

7289ccc490d5caa4323597885540acd2

SHA1:

568f67f4b20166894e3d190fd803484969f1574b

Base64:

6r+r