Unicode Finder

"곴" U+ACF4(HANGUL SYLLABLE GOSS)

U+ACF4
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GOSS

Programming

C
\uACF4
JavaScript
\uACF4
Java
\uACF4
Json
\uACF4
Python
\uACF4
Perl
\x{ACF4}
PHP
\x{ACF4}
Ruby
\u{ACF4}
Rust
\u{ACF4}
Go
\uACF4

Web

CSS
\00ACF4
HtmlDecimal
곴
HtmlHexadecimal
곴
Url
%EA%B3%B4

Code

MD5
15306440edbfe8e08468369516e82278
Sha1
f50200ae17da20f9ef53bf25b262b6588ff7b4f2
Base64
6rO0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uACF4';
console.log(char);  // Output: 곴

Java:

char c = '\uACF4';
System.out.println(c);  // Output: 곴

JSON:

{"text": "\uACF4"}  // Value: 곴

Python:

char = '\uACF4'
print(char)  # Output: 곴

Perl:

my $char = "\x{ACF4}";
print $char;  # Output: 곴

PHP:

$char = "\x{ACF4}";
echo $char;  // Output: 곴

Ruby:

char = "\u{ACF4}"
puts char  # Output: 곴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44276;</p>  <!-- Display: 곴 -->

HTML Hexadecimal:

<p>HTML hex: &#xACF4;</p>  <!-- Display: 곴 -->

URL Encoding:

// 곴 URL encoding
https://unicodefinder.com/search.php?query=%EA%B3%B4

Encodings

MD5:

15306440edbfe8e08468369516e82278

SHA1:

f50200ae17da20f9ef53bf25b262b6588ff7b4f2

Base64:

6rO0