Unicode Finder

"담" U+B2F4(HANGUL SYLLABLE DAM)

U+B2F4
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE DAM

Programming

C
\uB2F4
JavaScript
\uB2F4
Java
\uB2F4
Json
\uB2F4
Python
\uB2F4
Perl
\x{B2F4}
PHP
\x{B2F4}
Ruby
\u{B2F4}
Rust
\u{B2F4}
Go
\uB2F4

Web

CSS
\00B2F4
HtmlDecimal
담
HtmlHexadecimal
담
Url
%EB%8B%B4

Code

MD5
14dc80d00331ee94dd381b0e3edb2b13
Sha1
1d35d1e41d2804dfd91281dfaea217e3acb1cb27
Base64
64u0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uB2F4';
console.log(char);  // Output: 담

Java:

char c = '\uB2F4';
System.out.println(c);  // Output: 담

JSON:

{"text": "\uB2F4"}  // Value: 담

Python:

char = '\uB2F4'
print(char)  # Output: 담

Perl:

my $char = "\x{B2F4}";
print $char;  # Output: 담

PHP:

$char = "\x{B2F4}";
echo $char;  // Output: 담

Ruby:

char = "\u{B2F4}"
puts char  # Output: 담

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45812;</p>  <!-- Display: 담 -->

HTML Hexadecimal:

<p>HTML hex: &#xB2F4;</p>  <!-- Display: 담 -->

URL Encoding:

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

Encodings

MD5:

14dc80d00331ee94dd381b0e3edb2b13

SHA1:

1d35d1e41d2804dfd91281dfaea217e3acb1cb27

Base64:

64u0

© 2025 Unicode Finder

담 U+B2F4 HANGUL SYLLABLE DAM Unicode 문자 - Unicode Finder

Contact: d2@fanqiang.me