Unicode Finder

"늸" U+B2B8(HANGUL SYLLABLE NYILS)

U+B2B8
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE NYILS

Programming

C
\uB2B8
JavaScript
\uB2B8
Java
\uB2B8
Json
\uB2B8
Python
\uB2B8
Perl
\x{B2B8}
PHP
\x{B2B8}
Ruby
\u{B2B8}
Rust
\u{B2B8}
Go
\uB2B8

Web

CSS
\00B2B8
HtmlDecimal
늸
HtmlHexadecimal
늸
Url
%EB%8A%B8

Code

MD5
1af7b36211761f98dce99db36774c3fb
Sha1
43573800251bec10e5b7b382d98f21e51b438ff0
Base64
64q4

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB2B8';
console.log(char);  // Output: 늸

Java:

char c = '\uB2B8';
System.out.println(c);  // Output: 늸

JSON:

{"text": "\uB2B8"}  // Value: 늸

Python:

char = '\uB2B8'
print(char)  # Output: 늸

Perl:

my $char = "\x{B2B8}";
print $char;  # Output: 늸

PHP:

$char = "\x{B2B8}";
echo $char;  // Output: 늸

Ruby:

char = "\u{B2B8}"
puts char  # Output: 늸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45752;</p>  <!-- Display: 늸 -->

HTML Hexadecimal:

<p>HTML hex: &#xB2B8;</p>  <!-- Display: 늸 -->

URL Encoding:

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

Encodings

MD5:

1af7b36211761f98dce99db36774c3fb

SHA1:

43573800251bec10e5b7b382d98f21e51b438ff0

Base64:

64q4