Unicode Finder

"갷" U+AC37(HANGUL SYLLABLE GAEH)

U+AC37
ブロック名
Hangul Syllables
名前
HANGUL SYLLABLE GAEH

Programming

C
\uAC37
JavaScript
\uAC37
Java
\uAC37
Json
\uAC37
Python
\uAC37
Perl
\x{AC37}
PHP
\x{AC37}
Ruby
\u{AC37}
Rust
\u{AC37}
Go
\uAC37

Web

CSS
\00AC37
HtmlDecimal
갷
HtmlHexadecimal
갷
Url
%EA%B0%B7

Code

MD5
6d569e53dccea612bbfcfc2912240852
Sha1
d896c99449e5b5de831bb9bc3fb481df3c3a4aef
Base64
6rC3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAC37';
console.log(char);  // Output: 갷

Java:

char c = '\uAC37';
System.out.println(c);  // Output: 갷

JSON:

{"text": "\uAC37"}  // Value: 갷

Python:

char = '\uAC37'
print(char)  # Output: 갷

Perl:

my $char = "\x{AC37}";
print $char;  # Output: 갷

PHP:

$char = "\x{AC37}";
echo $char;  // Output: 갷

Ruby:

char = "\u{AC37}"
puts char  # Output: 갷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44087;</p>  <!-- Display: 갷 -->

HTML Hexadecimal:

<p>HTML hex: &#xAC37;</p>  <!-- Display: 갷 -->

URL Encoding:

// 갷 URL encoding
https://unicodefinder.com/search.php?query=%EA%B0%B7

Encodings

MD5:

6d569e53dccea612bbfcfc2912240852

SHA1:

d896c99449e5b5de831bb9bc3fb481df3c3a4aef

Base64:

6rC3