Unicode Finder

"뤾" U+B93E(HANGUL SYLLABLE RWIGG)

U+B93E
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE RWIGG

Programming

C
\uB93E
JavaScript
\uB93E
Java
\uB93E
Json
\uB93E
Python
\uB93E
Perl
\x{B93E}
PHP
\x{B93E}
Ruby
\u{B93E}
Rust
\u{B93E}
Go
\uB93E

Web

CSS
\00B93E
HtmlDecimal
뤾
HtmlHexadecimal
뤾
Url
%EB%A4%BE

Code

MD5
9d79ed6f54e3a3863559207501145efc
Sha1
6594581d8eacc79aa5713e88be57b8168c44550c
Base64
66S+

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB93E';
console.log(char);  // Output: 뤾

Java:

char c = '\uB93E';
System.out.println(c);  // Output: 뤾

JSON:

{"text": "\uB93E"}  // Value: 뤾

Python:

char = '\uB93E'
print(char)  # Output: 뤾

Perl:

my $char = "\x{B93E}";
print $char;  # Output: 뤾

PHP:

$char = "\x{B93E}";
echo $char;  // Output: 뤾

Ruby:

char = "\u{B93E}"
puts char  # Output: 뤾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47422;</p>  <!-- Display: 뤾 -->

HTML Hexadecimal:

<p>HTML hex: &#xB93E;</p>  <!-- Display: 뤾 -->

URL Encoding:

// 뤾 URL encoding
https://unicodefinder.com/search.php?query=%EB%A4%BE

Encodings

MD5:

9d79ed6f54e3a3863559207501145efc

SHA1:

6594581d8eacc79aa5713e88be57b8168c44550c

Base64:

66S+