Unicode Finder

"걶" U+AC76(HANGUL SYLLABLE GEONH)

U+AC76
ブロック名
Hangul Syllables
名前
HANGUL SYLLABLE GEONH

Programming

C
\uAC76
JavaScript
\uAC76
Java
\uAC76
Json
\uAC76
Python
\uAC76
Perl
\x{AC76}
PHP
\x{AC76}
Ruby
\u{AC76}
Rust
\u{AC76}
Go
\uAC76

Web

CSS
\00AC76
HtmlDecimal
걶
HtmlHexadecimal
걶
Url
%EA%B1%B6

Code

MD5
abee61f541f4b72a9c905415a40eab8b
Sha1
f801eb18de96827a0855ed2b0ceeb48d3b50e1e9
Base64
6rG2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uAC76';
console.log(char);  // Output: 걶

Java:

char c = '\uAC76';
System.out.println(c);  // Output: 걶

JSON:

{"text": "\uAC76"}  // Value: 걶

Python:

char = '\uAC76'
print(char)  # Output: 걶

Perl:

my $char = "\x{AC76}";
print $char;  # Output: 걶

PHP:

$char = "\x{AC76}";
echo $char;  // Output: 걶

Ruby:

char = "\u{AC76}"
puts char  # Output: 걶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44150;</p>  <!-- Display: 걶 -->

HTML Hexadecimal:

<p>HTML hex: &#xAC76;</p>  <!-- Display: 걶 -->

URL Encoding:

// 걶 URL encoding
https://unicodefinder.com/search.php?query=%EA%B1%B6

Encodings

MD5:

abee61f541f4b72a9c905415a40eab8b

SHA1:

f801eb18de96827a0855ed2b0ceeb48d3b50e1e9

Base64:

6rG2