Unicode Finder

"빼" U+BE7C(HANGUL SYLLABLE BBAE)

U+BE7C
ブロック名
Hangul Syllables
名前
HANGUL SYLLABLE BBAE

Programming

C
\uBE7C
JavaScript
\uBE7C
Java
\uBE7C
Json
\uBE7C
Python
\uBE7C
Perl
\x{BE7C}
PHP
\x{BE7C}
Ruby
\u{BE7C}
Rust
\u{BE7C}
Go
\uBE7C

Web

CSS
\00BE7C
HtmlDecimal
빼
HtmlHexadecimal
빼
Url
%EB%B9%BC

Code

MD5
82e3379cc490acd6c2dc2c9b165564a4
Sha1
59f0d0af58cba08c0baae145c4c2bd65fc50f7a5
Base64
67m8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uBE7C';
console.log(char);  // Output: 빼

Java:

char c = '\uBE7C';
System.out.println(c);  // Output: 빼

JSON:

{"text": "\uBE7C"}  // Value: 빼

Python:

char = '\uBE7C'
print(char)  # Output: 빼

Perl:

my $char = "\x{BE7C}";
print $char;  # Output: 빼

PHP:

$char = "\x{BE7C}";
echo $char;  // Output: 빼

Ruby:

char = "\u{BE7C}"
puts char  # Output: 빼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48764;</p>  <!-- Display: 빼 -->

HTML Hexadecimal:

<p>HTML hex: &#xBE7C;</p>  <!-- Display: 빼 -->

URL Encoding:

// 빼 URL encoding
https://unicodefinder.com/search.php?query=%EB%B9%BC

Encodings

MD5:

82e3379cc490acd6c2dc2c9b165564a4

SHA1:

59f0d0af58cba08c0baae145c4c2bd65fc50f7a5

Base64:

67m8