Unicode Finder

"늴" U+B2B4(HANGUL SYLLABLE NYIL)

U+B2B4
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE NYIL

Programming

C
\uB2B4
JavaScript
\uB2B4
Java
\uB2B4
Json
\uB2B4
Python
\uB2B4
Perl
\x{B2B4}
PHP
\x{B2B4}
Ruby
\u{B2B4}
Rust
\u{B2B4}
Go
\uB2B4

Web

CSS
\00B2B4
HtmlDecimal
늴
HtmlHexadecimal
늴
Url
%EB%8A%B4

Code

MD5
0a1696c3bb6a47b8274b1fc3a19f77e0
Sha1
9fe4f02d78e6f3e2f02b4bb21e6e0ddddd4d0621
Base64
64q0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB2B4';
console.log(char);  // Output: 늴

Java:

char c = '\uB2B4';
System.out.println(c);  // Output: 늴

JSON:

{"text": "\uB2B4"}  // Value: 늴

Python:

char = '\uB2B4'
print(char)  # Output: 늴

Perl:

my $char = "\x{B2B4}";
print $char;  # Output: 늴

PHP:

$char = "\x{B2B4}";
echo $char;  // Output: 늴

Ruby:

char = "\u{B2B4}"
puts char  # Output: 늴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45748;</p>  <!-- Display: 늴 -->

HTML Hexadecimal:

<p>HTML hex: &#xB2B4;</p>  <!-- Display: 늴 -->

URL Encoding:

// 늴 URL encoding
https://unicodefinder.com/search.php?query=%EB%8A%B4

Encodings

MD5:

0a1696c3bb6a47b8274b1fc3a19f77e0

SHA1:

9fe4f02d78e6f3e2f02b4bb21e6e0ddddd4d0621

Base64:

64q0

© 2025 Unicode Finder

늴 U+B2B4 HANGUL SYLLABLE NYIL Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me