Unicode Finder

"답" U+B2F5(HANGUL SYLLABLE DAB)

U+B2F5
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE DAB

Programming

C
\uB2F5
JavaScript
\uB2F5
Java
\uB2F5
Json
\uB2F5
Python
\uB2F5
Perl
\x{B2F5}
PHP
\x{B2F5}
Ruby
\u{B2F5}
Rust
\u{B2F5}
Go
\uB2F5

Web

CSS
\00B2F5
HtmlDecimal
답
HtmlHexadecimal
답
Url
%EB%8B%B5

Code

MD5
0a2847b689e81aec94877d9f472a4a39
Sha1
2e9f35e69bedabc3b0ed1e77d23e8c30df914262
Base64
64u1

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB2F5';
console.log(char);  // Output: 답

Java:

char c = '\uB2F5';
System.out.println(c);  // Output: 답

JSON:

{"text": "\uB2F5"}  // Value: 답

Python:

char = '\uB2F5'
print(char)  # Output: 답

Perl:

my $char = "\x{B2F5}";
print $char;  # Output: 답

PHP:

$char = "\x{B2F5}";
echo $char;  // Output: 답

Ruby:

char = "\u{B2F5}"
puts char  # Output: 답

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45813;</p>  <!-- Display: 답 -->

HTML Hexadecimal:

<p>HTML hex: &#xB2F5;</p>  <!-- Display: 답 -->

URL Encoding:

// 답 URL encoding
https://unicodefinder.com/search.php?query=%EB%8B%B5

Encodings

MD5:

0a2847b689e81aec94877d9f472a4a39

SHA1:

2e9f35e69bedabc3b0ed1e77d23e8c30df914262

Base64:

64u1

© 2025 Unicode Finder

답 U+B2F5 HANGUL SYLLABLE DAB Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me