Unicode Finder

"쑵" U+C475(HANGUL SYLLABLE SSUB)

U+C475
ブロック名
Hangul Syllables
名前
HANGUL SYLLABLE SSUB

Programming

C
\uC475
JavaScript
\uC475
Java
\uC475
Json
\uC475
Python
\uC475
Perl
\x{C475}
PHP
\x{C475}
Ruby
\u{C475}
Rust
\u{C475}
Go
\uC475

Web

CSS
\00C475
HtmlDecimal
쑵
HtmlHexadecimal
쑵
Url
%EC%91%B5

Code

MD5
73665180f99aec41cab0c4d8f019491d
Sha1
cc925d88d24aa57f458509e5d18623a79b1e6d18
Base64
7JG1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uC475';
console.log(char);  // Output: 쑵

Java:

char c = '\uC475';
System.out.println(c);  // Output: 쑵

JSON:

{"text": "\uC475"}  // Value: 쑵

Python:

char = '\uC475'
print(char)  # Output: 쑵

Perl:

my $char = "\x{C475}";
print $char;  # Output: 쑵

PHP:

$char = "\x{C475}";
echo $char;  // Output: 쑵

Ruby:

char = "\u{C475}"
puts char  # Output: 쑵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50293;</p>  <!-- Display: 쑵 -->

HTML Hexadecimal:

<p>HTML hex: &#xC475;</p>  <!-- Display: 쑵 -->

URL Encoding:

// 쑵 URL encoding
https://unicodefinder.com/search.php?query=%EC%91%B5

Encodings

MD5:

73665180f99aec41cab0c4d8f019491d

SHA1:

cc925d88d24aa57f458509e5d18623a79b1e6d18

Base64:

7JG1