Unicode Finder

"갿" U+AC3F(HANGUL SYLLABLE GYAD)

갿
U+AC3F
ブロック名
Hangul Syllables
名前
HANGUL SYLLABLE GYAD

Programming

C
\uAC3F
JavaScript
\uAC3F
Java
\uAC3F
Json
\uAC3F
Python
\uAC3F
Perl
\x{AC3F}
PHP
\x{AC3F}
Ruby
\u{AC3F}
Rust
\u{AC3F}
Go
\uAC3F

Web

CSS
\00AC3F
HtmlDecimal
갿
HtmlHexadecimal
갿
Url
%EA%B0%BF

Code

MD5
4708cca943d52696ec3e57b83b23bb65
Sha1
c799a3f85aead1e3030beb1d0b7c2dd8200dfe75
Base64
6rC/

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAC3F';
console.log(char);  // Output: 갿

Java:

char c = '\uAC3F';
System.out.println(c);  // Output: 갿

JSON:

{"text": "\uAC3F"}  // Value: 갿

Python:

char = '\uAC3F'
print(char)  # Output: 갿

Perl:

my $char = "\x{AC3F}";
print $char;  # Output: 갿

PHP:

$char = "\x{AC3F}";
echo $char;  // Output: 갿

Ruby:

char = "\u{AC3F}"
puts char  # Output: 갿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44095;</p>  <!-- Display: 갿 -->

HTML Hexadecimal:

<p>HTML hex: &#xAC3F;</p>  <!-- Display: 갿 -->

URL Encoding:

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

Encodings

MD5:

4708cca943d52696ec3e57b83b23bb65

SHA1:

c799a3f85aead1e3030beb1d0b7c2dd8200dfe75

Base64:

6rC/