Unicode Finder

"옴" U+C634(HANGUL SYLLABLE OM)

U+C634
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE OM

Programming

C
\uC634
JavaScript
\uC634
Java
\uC634
Json
\uC634
Python
\uC634
Perl
\x{C634}
PHP
\x{C634}
Ruby
\u{C634}
Rust
\u{C634}
Go
\uC634

Web

CSS
\00C634
HtmlDecimal
옴
HtmlHexadecimal
옴
Url
%EC%98%B4

Code

MD5
1810384d3cd85057aeed991dc6a11234
Sha1
42eecd850e1bc052ebaff4c3ff27091149d9d8b7
Base64
7Ji0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC634';
console.log(char);  // Output: 옴

Java:

char c = '\uC634';
System.out.println(c);  // Output: 옴

JSON:

{"text": "\uC634"}  // Value: 옴

Python:

char = '\uC634'
print(char)  # Output: 옴

Perl:

my $char = "\x{C634}";
print $char;  # Output: 옴

PHP:

$char = "\x{C634}";
echo $char;  // Output: 옴

Ruby:

char = "\u{C634}"
puts char  # Output: 옴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50740;</p>  <!-- Display: 옴 -->

HTML Hexadecimal:

<p>HTML hex: &#xC634;</p>  <!-- Display: 옴 -->

URL Encoding:

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

Encodings

MD5:

1810384d3cd85057aeed991dc6a11234

SHA1:

42eecd850e1bc052ebaff4c3ff27091149d9d8b7

Base64:

7Ji0