Unicode Finder

"늤" U+B2A4(HANGUL SYLLABLE NEUSS)

U+B2A4
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE NEUSS

Programming

C
\uB2A4
JavaScript
\uB2A4
Java
\uB2A4
Json
\uB2A4
Python
\uB2A4
Perl
\x{B2A4}
PHP
\x{B2A4}
Ruby
\u{B2A4}
Rust
\u{B2A4}
Go
\uB2A4

Web

CSS
\00B2A4
HtmlDecimal
늤
HtmlHexadecimal
늤
Url
%EB%8A%A4

Code

MD5
ea7a2c105658693d122ebb694ee453cf
Sha1
8e616921636530a20571c651f4ebabc0697d38dc
Base64
64qk

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB2A4';
console.log(char);  // Output: 늤

Java:

char c = '\uB2A4';
System.out.println(c);  // Output: 늤

JSON:

{"text": "\uB2A4"}  // Value: 늤

Python:

char = '\uB2A4'
print(char)  # Output: 늤

Perl:

my $char = "\x{B2A4}";
print $char;  # Output: 늤

PHP:

$char = "\x{B2A4}";
echo $char;  // Output: 늤

Ruby:

char = "\u{B2A4}"
puts char  # Output: 늤

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45732;</p>  <!-- Display: 늤 -->

HTML Hexadecimal:

<p>HTML hex: &#xB2A4;</p>  <!-- Display: 늤 -->

URL Encoding:

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

Encodings

MD5:

ea7a2c105658693d122ebb694ee453cf

SHA1:

8e616921636530a20571c651f4ebabc0697d38dc

Base64:

64qk

© 2025 Unicode Finder

늤 U+B2A4 HANGUL SYLLABLE NEUSS Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me