Unicode Finder

"냸" U+B0F8(HANGUL SYLLABLE NYAELS)

U+B0F8
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE NYAELS

Programming

C
\uB0F8
JavaScript
\uB0F8
Java
\uB0F8
Json
\uB0F8
Python
\uB0F8
Perl
\x{B0F8}
PHP
\x{B0F8}
Ruby
\u{B0F8}
Rust
\u{B0F8}
Go
\uB0F8

Web

CSS
\00B0F8
HtmlDecimal
냸
HtmlHexadecimal
냸
Url
%EB%83%B8

Code

MD5
ab5527231d3ef56e0355741abfaf2951
Sha1
0a91e2da44c8ea0a2eeefe374d30fe0e84fb7c81
Base64
64O4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB0F8';
console.log(char);  // Output: 냸

Java:

char c = '\uB0F8';
System.out.println(c);  // Output: 냸

JSON:

{"text": "\uB0F8"}  // Value: 냸

Python:

char = '\uB0F8'
print(char)  # Output: 냸

Perl:

my $char = "\x{B0F8}";
print $char;  # Output: 냸

PHP:

$char = "\x{B0F8}";
echo $char;  // Output: 냸

Ruby:

char = "\u{B0F8}"
puts char  # Output: 냸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45304;</p>  <!-- Display: 냸 -->

HTML Hexadecimal:

<p>HTML hex: &#xB0F8;</p>  <!-- Display: 냸 -->

URL Encoding:

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

Encodings

MD5:

ab5527231d3ef56e0355741abfaf2951

SHA1:

0a91e2da44c8ea0a2eeefe374d30fe0e84fb7c81

Base64:

64O4