Unicode Finder

"늏" U+B28F(HANGUL SYLLABLE NYUH)

U+B28F
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE NYUH

Programming

C
\uB28F
JavaScript
\uB28F
Java
\uB28F
Json
\uB28F
Python
\uB28F
Perl
\x{B28F}
PHP
\x{B28F}
Ruby
\u{B28F}
Rust
\u{B28F}
Go
\uB28F

Web

CSS
\00B28F
HtmlDecimal
늏
HtmlHexadecimal
늏
Url
%EB%8A%8F

Code

MD5
4f73d8ce7f44bae93e9f71cd7c831342
Sha1
900e0601f92996b7b0f6a827df770fed074dfbfd
Base64
64qP

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB28F';
console.log(char);  // Output: 늏

Java:

char c = '\uB28F';
System.out.println(c);  // Output: 늏

JSON:

{"text": "\uB28F"}  // Value: 늏

Python:

char = '\uB28F'
print(char)  # Output: 늏

Perl:

my $char = "\x{B28F}";
print $char;  # Output: 늏

PHP:

$char = "\x{B28F}";
echo $char;  // Output: 늏

Ruby:

char = "\u{B28F}"
puts char  # Output: 늏

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45711;</p>  <!-- Display: 늏 -->

HTML Hexadecimal:

<p>HTML hex: &#xB28F;</p>  <!-- Display: 늏 -->

URL Encoding:

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

Encodings

MD5:

4f73d8ce7f44bae93e9f71cd7c831342

SHA1:

900e0601f92996b7b0f6a827df770fed074dfbfd

Base64:

64qP