Unicode Finder

"샴" U+C0F4(HANGUL SYLLABLE SYAM)

U+C0F4
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE SYAM

Programming

C
\uC0F4
JavaScript
\uC0F4
Java
\uC0F4
Json
\uC0F4
Python
\uC0F4
Perl
\x{C0F4}
PHP
\x{C0F4}
Ruby
\u{C0F4}
Rust
\u{C0F4}
Go
\uC0F4

Web

CSS
\00C0F4
HtmlDecimal
샴
HtmlHexadecimal
샴
Url
%EC%83%B4

Code

MD5
26e138150536a487325ada8bb902ed60
Sha1
9346668d436bbae6f62427b7fce476e28f13f2d9
Base64
7IO0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC0F4';
console.log(char);  // Output: 샴

Java:

char c = '\uC0F4';
System.out.println(c);  // Output: 샴

JSON:

{"text": "\uC0F4"}  // Value: 샴

Python:

char = '\uC0F4'
print(char)  # Output: 샴

Perl:

my $char = "\x{C0F4}";
print $char;  # Output: 샴

PHP:

$char = "\x{C0F4}";
echo $char;  // Output: 샴

Ruby:

char = "\u{C0F4}"
puts char  # Output: 샴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49396;</p>  <!-- Display: 샴 -->

HTML Hexadecimal:

<p>HTML hex: &#xC0F4;</p>  <!-- Display: 샴 -->

URL Encoding:

// 샴 URL encoding
https://unicodefinder.com/search.php?query=%EC%83%B4

Encodings

MD5:

26e138150536a487325ada8bb902ed60

SHA1:

9346668d436bbae6f62427b7fce476e28f13f2d9

Base64:

7IO0