Unicode Finder

"똃" U+B603(HANGUL SYLLABLE DDYELH)

U+B603
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE DDYELH

Programming

C
\uB603
JavaScript
\uB603
Java
\uB603
Json
\uB603
Python
\uB603
Perl
\x{B603}
PHP
\x{B603}
Ruby
\u{B603}
Rust
\u{B603}
Go
\uB603

Web

CSS
\00B603
HtmlDecimal
똃
HtmlHexadecimal
똃
Url
%EB%98%83

Code

MD5
1f17570a83ef6593e46542dd9a719ae0
Sha1
00a9adbebf6f8777e71ed9ae6d291557119786ab
Base64
65iD

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB603';
console.log(char);  // Output: 똃

Java:

char c = '\uB603';
System.out.println(c);  // Output: 똃

JSON:

{"text": "\uB603"}  // Value: 똃

Python:

char = '\uB603'
print(char)  # Output: 똃

Perl:

my $char = "\x{B603}";
print $char;  # Output: 똃

PHP:

$char = "\x{B603}";
echo $char;  // Output: 똃

Ruby:

char = "\u{B603}"
puts char  # Output: 똃

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#46595;</p>  <!-- Display: 똃 -->

HTML Hexadecimal:

<p>HTML hex: &#xB603;</p>  <!-- Display: 똃 -->

URL Encoding:

// 똃 URL encoding
https://unicodefinder.com/search.php?query=%EB%98%83

Encodings

MD5:

1f17570a83ef6593e46542dd9a719ae0

SHA1:

00a9adbebf6f8777e71ed9ae6d291557119786ab

Base64:

65iD